From 248ba7ade4e7ead6ca27b4c2647ea95ad940bc9b Mon Sep 17 00:00:00 2001 From: kiwicom-orbit-bot Date: Fri, 28 Jun 2024 11:26:34 +0000 Subject: [PATCH] chore: publish - @kiwicom/babel-plugin-orbit-components@5.1.8 - @kiwicom/orbit-components@15.6.0 --- .../babel-plugin-orbit-components/CHANGELOG.md | 8 ++++++++ .../babel-plugin-orbit-components/package.json | 4 ++-- packages/orbit-components/CHANGELOG.md | 17 +++++++++++++++++ packages/orbit-components/package.json | 2 +- 4 files changed, 28 insertions(+), 3 deletions(-) diff --git a/packages/babel-plugin-orbit-components/CHANGELOG.md b/packages/babel-plugin-orbit-components/CHANGELOG.md index 467f46118f..3f0d1b4f81 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.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 + + + + + ## [5.1.7](https://github.com/kiwicom/orbit/compare/@kiwicom/babel-plugin-orbit-components@5.1.6...@kiwicom/babel-plugin-orbit-components@5.1.7) (2024-06-13) **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 e14a614557..c53bf0e818 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.7", + "version": "5.1.8", "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.5.0" + "@kiwicom/orbit-components": "^15.6.0" } } diff --git a/packages/orbit-components/CHANGELOG.md b/packages/orbit-components/CHANGELOG.md index c28a0a4ad6..520cef8e95 100644 --- a/packages/orbit-components/CHANGELOG.md +++ b/packages/orbit-components/CHANGELOG.md @@ -3,6 +3,23 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [15.6.0](https://github.com/kiwicom/orbit/compare/@kiwicom/orbit-components@15.5.0...@kiwicom/orbit-components@15.6.0) (2024-06-28) + + +### Bug Fixes + +* **Itinerary:** add type check for key prop in ItinerarySegmentDetail ([fbce4aa](https://github.com/kiwicom/orbit/commit/fbce4aa4c098d9053cd546d2e46e71f4b20b77fb)) +* **ItinerarySegmentStop:** simplify useWidth to only keep max value ([5a95105](https://github.com/kiwicom/orbit/commit/5a9510526218b51cd331292f13ce14f067388da7)) + + +### Features + +* **icons:** update icons from figma ([cf12467](https://github.com/kiwicom/orbit/commit/cf12467a20a279cc20610ea4e5a4b733f3313d28)) + + + + + # [15.5.0](https://github.com/kiwicom/orbit/compare/@kiwicom/orbit-components@15.4.0...@kiwicom/orbit-components@15.5.0) (2024-06-13) diff --git a/packages/orbit-components/package.json b/packages/orbit-components/package.json index 6d2559849f..9e91195a79 100644 --- a/packages/orbit-components/package.json +++ b/packages/orbit-components/package.json @@ -1,6 +1,6 @@ { "name": "@kiwicom/orbit-components", - "version": "15.5.0", + "version": "15.6.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",