diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index c8b58ff68c..cce599984c 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.0.3](https://github.com/kiwicom/orbit/compare/orbit.kiwi@0.0.2...orbit.kiwi@0.0.3) (2020-12-10) + +**Note:** Version bump only for package orbit.kiwi + + + + + ## 0.0.2 (2020-12-01) **Note:** Version bump only for package orbit.kiwi diff --git a/docs/package.json b/docs/package.json index 0d682f4150..55268b4e50 100644 --- a/docs/package.json +++ b/docs/package.json @@ -1,6 +1,6 @@ { "name": "orbit.kiwi", - "version": "0.0.2", + "version": "0.0.3", "private": true, "scripts": { "dev": "gatsby develop", @@ -8,7 +8,7 @@ "serve": "gatsby serve" }, "devDependencies": { - "@kiwicom/orbit-components": "^0.102.0", + "@kiwicom/orbit-components": "^0.103.0", "@kiwicom/orbit-design-tokens": "^0.12.2", "@mapbox/rehype-prism": "^0.5.0", "@mdx-js/mdx": "^1.6.21", diff --git a/packages/orbit-components/CHANGELOG.md b/packages/orbit-components/CHANGELOG.md index 2452fc9054..31dda7b961 100644 --- a/packages/orbit-components/CHANGELOG.md +++ b/packages/orbit-components/CHANGELOG.md @@ -3,6 +3,31 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [0.103.0](https://github.com/kiwicom/orbit/compare/@kiwicom/orbit-components@0.102.0...@kiwicom/orbit-components@0.103.0) (2020-12-10) + + +### Bug Fixes + +* **SkipLink:** sr-only styles, label as aria-label ([eb0d625](https://github.com/kiwicom/orbit/commit/eb0d625bda51daefa34b74a863f32860306dbad5)) +* **SmartPassIllustration:** linergradients missing ids restored ([93fd176](https://github.com/kiwicom/orbit/commit/93fd176e46a2862ac9a2d34df3ff2b17fc26f7ba)) +* **Wizard:** translate progress label on mobile ([#2576](https://github.com/kiwicom/orbit/issues/2576)) ([cf6fc54](https://github.com/kiwicom/orbit/commit/cf6fc542a1ec0cad60dda133eb29d8f056afc812)) + + +### Features + +* **Modal:** extended size ([#2575](https://github.com/kiwicom/orbit/issues/2575)) ([9de69e9](https://github.com/kiwicom/orbit/commit/9de69e9fe36b4c9591d8bb9919fd3e03d71a72fb)) + + +### BREAKING CHANGES + +* **Modal:** size prop is changed, added new value +CODEMODE: jscodeshift -t https://raw.githubusercontent.com/kiwicom/orbit/master/packages/orbit-components/transforms/Modal-size.js + --parser=flow|ts + + + + + # [0.102.0](https://github.com/kiwicom/orbit/compare/@kiwicom/orbit-components@0.101.0...@kiwicom/orbit-components@0.102.0) (2020-12-01) diff --git a/packages/orbit-components/package.json b/packages/orbit-components/package.json index a37358bfa6..935492ffa9 100644 --- a/packages/orbit-components/package.json +++ b/packages/orbit-components/package.json @@ -1,6 +1,6 @@ { "name": "@kiwicom/orbit-components", - "version": "0.102.0", + "version": "0.103.0", "description": "Orbit-components is a React component library which provides developers with the easiest possible way of building Kiwi.com’s products.", "sideEffects": false, "scripts": {