diff --git a/packages/babel-plugin-orbit-components/CHANGELOG.md b/packages/babel-plugin-orbit-components/CHANGELOG.md index 469b43731e..eb8aaf1b2e 100644 --- a/packages/babel-plugin-orbit-components/CHANGELOG.md +++ b/packages/babel-plugin-orbit-components/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. +## [4.2.13](https://github.com/kiwicom/orbit/compare/@kiwicom/babel-plugin-orbit-components@4.2.12...@kiwicom/babel-plugin-orbit-components@4.2.13) (2023-12-05) + +**Note:** Version bump only for package @kiwicom/babel-plugin-orbit-components + + + + + ## [4.2.12](https://github.com/kiwicom/orbit/compare/@kiwicom/babel-plugin-orbit-components@4.2.11...@kiwicom/babel-plugin-orbit-components@4.2.12) (2023-12-04) **Note:** Version bump only for package @kiwicom/babel-plugin-orbit-components diff --git a/packages/babel-plugin-orbit-components/package.json b/packages/babel-plugin-orbit-components/package.json index 92dadd0233..0979f602aa 100644 --- a/packages/babel-plugin-orbit-components/package.json +++ b/packages/babel-plugin-orbit-components/package.json @@ -1,7 +1,7 @@ { "name": "@kiwicom/babel-plugin-orbit-components", "description": "A babel plugin for transforming destructured imports to granular ones.", - "version": "4.2.12", + "version": "4.2.13", "author": "kiwicom", "repository": { "type": "git", @@ -28,6 +28,6 @@ "test": "yarn test:file && yarn test:compile && node scripts/testRequire.js" }, "devDependencies": { - "@kiwicom/orbit-components": "^11.2.0" + "@kiwicom/orbit-components": "^11.3.0" } } diff --git a/packages/orbit-components/CHANGELOG.md b/packages/orbit-components/CHANGELOG.md index 8301f493ef..8b59e7eaa9 100644 --- a/packages/orbit-components/CHANGELOG.md +++ b/packages/orbit-components/CHANGELOG.md @@ -3,6 +3,24 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [11.3.0](https://github.com/kiwicom/orbit/compare/@kiwicom/orbit-components@11.2.0...@kiwicom/orbit-components@11.3.0) (2023-12-05) + + +### Bug Fixes + +* **TimelineStep:** remove redundant spaceAfter ([f6fcd90](https://github.com/kiwicom/orbit/commit/f6fcd904d34ad9e19e07489478446cb362388c29)) +* **Timeline:** timeline and subLabel height issue ([afc018a](https://github.com/kiwicom/orbit/commit/afc018a2059b2063dc33f48f60ff35808c0b0e02)) + + +### Features + +* **ServiceLogo:** add GetYourGuide logo ([c883823](https://github.com/kiwicom/orbit/commit/c8838239009c753ddfe147dca6057f4eece059fb)) +* **TimelineStep:** make children optional ([59d03fc](https://github.com/kiwicom/orbit/commit/59d03fc27685028ae1067038a46f00347fd5c3f7)) + + + + + # [11.2.0](https://github.com/kiwicom/orbit/compare/@kiwicom/orbit-components@11.1.1...@kiwicom/orbit-components@11.2.0) (2023-12-04) diff --git a/packages/orbit-components/package.json b/packages/orbit-components/package.json index c2b1da6110..f102e38cd7 100644 --- a/packages/orbit-components/package.json +++ b/packages/orbit-components/package.json @@ -1,6 +1,6 @@ { "name": "@kiwicom/orbit-components", - "version": "11.2.0", + "version": "11.3.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, "author": "Kiwi.com",