diff --git a/packages/babel-plugin-orbit-components/CHANGELOG.md b/packages/babel-plugin-orbit-components/CHANGELOG.md index 2e58568f1b..649667844c 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. +## [5.1.3](https://github.com/kiwicom/orbit/compare/@kiwicom/babel-plugin-orbit-components@5.1.2...@kiwicom/babel-plugin-orbit-components@5.1.3) (2024-05-16) + +**Note:** Version bump only for package @kiwicom/babel-plugin-orbit-components + + + + + ## [5.1.2](https://github.com/kiwicom/orbit/compare/@kiwicom/babel-plugin-orbit-components@5.1.1...@kiwicom/babel-plugin-orbit-components@5.1.2) (2024-04-25) **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 ca6cc73525..e414e88950 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": "5.1.2", + "version": "5.1.3", "author": "kiwicom", "repository": { "type": "git", @@ -28,6 +28,6 @@ "test": "yarn test:file && yarn test:compile && node scripts/testRequire.js" }, "devDependencies": { - "@kiwicom/orbit-components": "^15.1.1" + "@kiwicom/orbit-components": "^15.2.0" } } diff --git a/packages/orbit-components/CHANGELOG.md b/packages/orbit-components/CHANGELOG.md index 18a148d445..45eda19997 100644 --- a/packages/orbit-components/CHANGELOG.md +++ b/packages/orbit-components/CHANGELOG.md @@ -3,6 +3,22 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [15.2.0](https://github.com/kiwicom/orbit/compare/@kiwicom/orbit-components@15.1.1...@kiwicom/orbit-components@15.2.0) (2024-05-16) + + +### Bug Fixes + +* **Itinerary:** clickable area is now more accurate ([1c50583](https://github.com/kiwicom/orbit/commit/1c5058331eabb4fd0c258c2cf63e1ed79b14624b)) + + +### Features + +* **ServiceLogo:** add GetYourGuideLong logo ([ace0a71](https://github.com/kiwicom/orbit/commit/ace0a713c1513fe4293370a2fc480cbb034ae28b)) + + + + + ## [15.1.1](https://github.com/kiwicom/orbit/compare/@kiwicom/orbit-components@15.1.0...@kiwicom/orbit-components@15.1.1) (2024-04-25) diff --git a/packages/orbit-components/package.json b/packages/orbit-components/package.json index 77834fc12b..e1dab5afca 100644 --- a/packages/orbit-components/package.json +++ b/packages/orbit-components/package.json @@ -1,6 +1,6 @@ { "name": "@kiwicom/orbit-components", - "version": "15.1.1", + "version": "15.2.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",