From 6eab2b7152c57007ac81df58379b16f341327fa0 Mon Sep 17 00:00:00 2001 From: kiwicom-orbit-bot Date: Thu, 18 Apr 2024 09:44:38 +0000 Subject: [PATCH] chore: publish - @kiwicom/babel-plugin-orbit-components@5.1.1 - @kiwicom/orbit-components@15.1.0 --- .../babel-plugin-orbit-components/CHANGELOG.md | 8 ++++++++ .../babel-plugin-orbit-components/package.json | 4 ++-- packages/orbit-components/CHANGELOG.md | 16 ++++++++++++++++ packages/orbit-components/package.json | 2 +- 4 files changed, 27 insertions(+), 3 deletions(-) diff --git a/packages/babel-plugin-orbit-components/CHANGELOG.md b/packages/babel-plugin-orbit-components/CHANGELOG.md index 6224dbaab9..11dd24c5ca 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.1](https://github.com/kiwicom/orbit/compare/@kiwicom/babel-plugin-orbit-components@5.1.0...@kiwicom/babel-plugin-orbit-components@5.1.1) (2024-04-18) + +**Note:** Version bump only for package @kiwicom/babel-plugin-orbit-components + + + + + # [5.1.0](https://github.com/kiwicom/orbit/compare/@kiwicom/babel-plugin-orbit-components@5.0.11...@kiwicom/babel-plugin-orbit-components@5.1.0) (2024-04-04) diff --git a/packages/babel-plugin-orbit-components/package.json b/packages/babel-plugin-orbit-components/package.json index a3503f9a27..7f3ce0b437 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.0", + "version": "5.1.1", "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.0.0" + "@kiwicom/orbit-components": "^15.1.0" } } diff --git a/packages/orbit-components/CHANGELOG.md b/packages/orbit-components/CHANGELOG.md index f17b3b53be..7af2de3f76 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.1.0](https://github.com/kiwicom/orbit/compare/@kiwicom/orbit-components@15.0.0...@kiwicom/orbit-components@15.1.0) (2024-04-18) + + +### Bug Fixes + +* **Modal:** overflow now works correctly on large mobile and bigger ([6645070](https://github.com/kiwicom/orbit/commit/6645070fc869e6b819644cfe2d9dc3e4d628ada6)) + + +### Features + +* **ServiceLogo:** add Sherpa logo ([4c9d318](https://github.com/kiwicom/orbit/commit/4c9d318485e1256efa92e818abae9acdfa3180f2)) + + + + + # [15.0.0](https://github.com/kiwicom/orbit/compare/@kiwicom/orbit-components@14.1.0...@kiwicom/orbit-components@15.0.0) (2024-04-04) diff --git a/packages/orbit-components/package.json b/packages/orbit-components/package.json index c1a2ba6638..0ee7feabd5 100644 --- a/packages/orbit-components/package.json +++ b/packages/orbit-components/package.json @@ -1,6 +1,6 @@ { "name": "@kiwicom/orbit-components", - "version": "15.0.0", + "version": "15.1.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",