From 972bef64771954d976f923fb7986d52af4bc359b Mon Sep 17 00:00:00 2001 From: kiwicom-orbit-bot Date: Thu, 28 Nov 2024 13:41:32 +0000 Subject: [PATCH] chore: publish - @kiwicom/babel-plugin-orbit-components@5.1.24 - @kiwicom/orbit-components@18.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 4cab0d76f2..90ad9ee24b 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.24](https://github.com/kiwicom/orbit/compare/@kiwicom/babel-plugin-orbit-components@5.1.23...@kiwicom/babel-plugin-orbit-components@5.1.24) (2024-11-28) + +**Note:** Version bump only for package @kiwicom/babel-plugin-orbit-components + + + + + ## [5.1.23](https://github.com/kiwicom/orbit/compare/@kiwicom/babel-plugin-orbit-components@5.1.22...@kiwicom/babel-plugin-orbit-components@5.1.23) (2024-11-21) **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 c50bce4e70..5131c987a6 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.23", + "version": "5.1.24", "author": "kiwicom", "repository": { "type": "git", @@ -28,6 +28,6 @@ "test": "yarn test:file && yarn test:compile && node scripts/testRequire.js" }, "devDependencies": { - "@kiwicom/orbit-components": "^18.0.0" + "@kiwicom/orbit-components": "^18.1.0" } } diff --git a/packages/orbit-components/CHANGELOG.md b/packages/orbit-components/CHANGELOG.md index f7f3da2d83..6641dd8ca9 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. +# [18.1.0](https://github.com/kiwicom/orbit/compare/@kiwicom/orbit-components@18.0.0...@kiwicom/orbit-components@18.1.0) (2024-11-28) + + +### Bug Fixes + +* **TooltipPrimitive:** remove redundant role attribute ([0322d91](https://github.com/kiwicom/orbit/commit/0322d91e87bb10f4c3dc3a3af7402a5c05a66fdb)) + + +### Features + +* **Separator:** add label prop ([09ea7fe](https://github.com/kiwicom/orbit/commit/09ea7fec2ccacbfbcb38b7e09fb4686fc744fed7)) + + + + + # [18.0.0](https://github.com/kiwicom/orbit/compare/@kiwicom/orbit-components@17.2.1...@kiwicom/orbit-components@18.0.0) (2024-11-21) diff --git a/packages/orbit-components/package.json b/packages/orbit-components/package.json index 94a67b2dbd..a15f396068 100644 --- a/packages/orbit-components/package.json +++ b/packages/orbit-components/package.json @@ -1,6 +1,6 @@ { "name": "@kiwicom/orbit-components", - "version": "18.0.0", + "version": "18.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",