diff --git a/packages/babel-plugin-orbit-components/CHANGELOG.md b/packages/babel-plugin-orbit-components/CHANGELOG.md index 3f0d1b4f81..aab534e1d3 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.9](https://github.com/kiwicom/orbit/compare/@kiwicom/babel-plugin-orbit-components@5.1.8...@kiwicom/babel-plugin-orbit-components@5.1.9) (2024-07-04) + +**Note:** Version bump only for package @kiwicom/babel-plugin-orbit-components + + + + + ## [5.1.8](https://github.com/kiwicom/orbit/compare/@kiwicom/babel-plugin-orbit-components@5.1.7...@kiwicom/babel-plugin-orbit-components@5.1.8) (2024-06-28) **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 c53bf0e818..47cf25f528 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.8", + "version": "5.1.9", "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.6.0" + "@kiwicom/orbit-components": "^15.7.0" } } diff --git a/packages/orbit-components/CHANGELOG.md b/packages/orbit-components/CHANGELOG.md index 520cef8e95..c454b324be 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.7.0](https://github.com/kiwicom/orbit/compare/@kiwicom/orbit-components@15.6.0...@kiwicom/orbit-components@15.7.0) (2024-07-04) + + +### Bug Fixes + +* **Icon:** remove defaultProps in favour of default values ([4448925](https://github.com/kiwicom/orbit/commit/44489251d341085955a2288ffacd3ae7ec11e185)) + + +### Features + +* **Itinerary:** add onExpand and onCollapse props to ItinerarySegment ([df0c31b](https://github.com/kiwicom/orbit/commit/df0c31bff5cad0424925d4ca8c5be6ff0563e16a)) + + + + + # [15.6.0](https://github.com/kiwicom/orbit/compare/@kiwicom/orbit-components@15.5.0...@kiwicom/orbit-components@15.6.0) (2024-06-28) diff --git a/packages/orbit-components/package.json b/packages/orbit-components/package.json index 9e91195a79..134a3eb94c 100644 --- a/packages/orbit-components/package.json +++ b/packages/orbit-components/package.json @@ -1,6 +1,6 @@ { "name": "@kiwicom/orbit-components", - "version": "15.6.0", + "version": "15.7.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",