From a14193795f625e6a5d12f95400310a037e6736b5 Mon Sep 17 00:00:00 2001 From: kiwicom-orbit-bot Date: Thu, 7 Nov 2024 11:38:39 +0000 Subject: [PATCH] chore: publish - @kiwicom/babel-plugin-orbit-components@5.1.22 - @kiwicom/orbit-components@17.2.1 --- packages/babel-plugin-orbit-components/CHANGELOG.md | 8 ++++++++ packages/babel-plugin-orbit-components/package.json | 4 ++-- packages/orbit-components/CHANGELOG.md | 12 ++++++++++++ packages/orbit-components/package.json | 2 +- 4 files changed, 23 insertions(+), 3 deletions(-) diff --git a/packages/babel-plugin-orbit-components/CHANGELOG.md b/packages/babel-plugin-orbit-components/CHANGELOG.md index 5b2d9285f9..453e89ca85 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.22](https://github.com/kiwicom/orbit/compare/@kiwicom/babel-plugin-orbit-components@5.1.21...@kiwicom/babel-plugin-orbit-components@5.1.22) (2024-11-07) + +**Note:** Version bump only for package @kiwicom/babel-plugin-orbit-components + + + + + ## [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 diff --git a/packages/babel-plugin-orbit-components/package.json b/packages/babel-plugin-orbit-components/package.json index 5781a86a5b..92595f2bd6 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.21", + "version": "5.1.22", "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.2.0" + "@kiwicom/orbit-components": "^17.2.1" } } diff --git a/packages/orbit-components/CHANGELOG.md b/packages/orbit-components/CHANGELOG.md index f22830ae61..00c7dc2094 100644 --- a/packages/orbit-components/CHANGELOG.md +++ b/packages/orbit-components/CHANGELOG.md @@ -3,6 +3,18 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [17.2.1](https://github.com/kiwicom/orbit/compare/@kiwicom/orbit-components@17.2.0...@kiwicom/orbit-components@17.2.1) (2024-11-07) + + +### Bug Fixes + +* **Checkbox:** hover styles were not correct ([871825f](https://github.com/kiwicom/orbit/commit/871825f8dab6523581bb1448f1df11c194e4dd2e)) +* **Radio:** disabled style was incorrect ([b33121d](https://github.com/kiwicom/orbit/commit/b33121d910a9efb68ff3cd8bdfe985cc816f23b4)) + + + + + # [17.2.0](https://github.com/kiwicom/orbit/compare/@kiwicom/orbit-components@17.1.0...@kiwicom/orbit-components@17.2.0) (2024-10-31) diff --git a/packages/orbit-components/package.json b/packages/orbit-components/package.json index cf7bbb9dc5..7de4cb5d33 100644 --- a/packages/orbit-components/package.json +++ b/packages/orbit-components/package.json @@ -1,6 +1,6 @@ { "name": "@kiwicom/orbit-components", - "version": "17.2.0", + "version": "17.2.1", "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",