diff --git a/packages/babel-plugin-orbit-components/CHANGELOG.md b/packages/babel-plugin-orbit-components/CHANGELOG.md index 67b049a3c0..5b2d9285f9 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.21](https://github.com/kiwicom/orbit/compare/@kiwicom/babel-plugin-orbit-components@5.1.20...@kiwicom/babel-plugin-orbit-components@5.1.21) (2024-10-31) + +**Note:** Version bump only for package @kiwicom/babel-plugin-orbit-components + + + + + ## [5.1.20](https://github.com/kiwicom/orbit/compare/@kiwicom/babel-plugin-orbit-components@5.1.19...@kiwicom/babel-plugin-orbit-components@5.1.20) (2024-10-24) **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 a14bd82782..5781a86a5b 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.20", + "version": "5.1.21", "author": "kiwicom", "repository": { "type": "git", @@ -28,6 +28,6 @@ "test": "yarn test:file && yarn test:compile && node scripts/testRequire.js" }, "devDependencies": { - "@kiwicom/orbit-components": "^17.1.0" + "@kiwicom/orbit-components": "^17.2.0" } } diff --git a/packages/orbit-components/CHANGELOG.md b/packages/orbit-components/CHANGELOG.md index 362a7012a4..f22830ae61 100644 --- a/packages/orbit-components/CHANGELOG.md +++ b/packages/orbit-components/CHANGELOG.md @@ -3,6 +3,20 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [17.2.0](https://github.com/kiwicom/orbit/compare/@kiwicom/orbit-components@17.1.0...@kiwicom/orbit-components@17.2.0) (2024-10-31) + + +### Features + +* **icons:** update icons from figma ([46debcd](https://github.com/kiwicom/orbit/commit/46debcd13496feefdfbde8eff7a909841b84bb6f)) +* **icons:** update icons from figma ([506b8a1](https://github.com/kiwicom/orbit/commit/506b8a1cdbfd5c7a6921c2eba02a7dca60349461)) +* **NavigationBar:** add bottomStyle prop with shadow as default ([e38078a](https://github.com/kiwicom/orbit/commit/e38078a705f25b8d2d334ffa50853f6474a2d028)) +* **ServiceLogo:** add AirHelpNew ([ba05de0](https://github.com/kiwicom/orbit/commit/ba05de0b5c11800b542803f3d33dbbf8d17664c8)) + + + + + # [17.1.0](https://github.com/kiwicom/orbit/compare/@kiwicom/orbit-components@17.0.0...@kiwicom/orbit-components@17.1.0) (2024-10-24) diff --git a/packages/orbit-components/package.json b/packages/orbit-components/package.json index 330e82fe65..cf7bbb9dc5 100644 --- a/packages/orbit-components/package.json +++ b/packages/orbit-components/package.json @@ -1,6 +1,6 @@ { "name": "@kiwicom/orbit-components", - "version": "17.1.0", + "version": "17.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",