From e525a01473ebfae68286d0ca9ecb946853acf851 Mon Sep 17 00:00:00 2001 From: kiwicom-orbit-bot Date: Thu, 13 Jun 2024 14:49:52 +0000 Subject: [PATCH] chore: publish - @kiwicom/babel-plugin-orbit-components@5.1.7 - @kiwicom/orbit-components@15.5.0 - @kiwicom/orbit-design-tokens@7.2.1 - @kiwicom/orbit-tailwind-preset@4.3.2 --- .../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 | 6 +++--- packages/orbit-design-tokens/CHANGELOG.md | 8 ++++++++ packages/orbit-design-tokens/package.json | 2 +- packages/orbit-tailwind-preset/CHANGELOG.md | 8 ++++++++ packages/orbit-tailwind-preset/package.json | 4 ++-- 8 files changed, 48 insertions(+), 8 deletions(-) diff --git a/packages/babel-plugin-orbit-components/CHANGELOG.md b/packages/babel-plugin-orbit-components/CHANGELOG.md index 70d1df8ec4..467f46118f 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.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 + + + + + ## [5.1.6](https://github.com/kiwicom/orbit/compare/@kiwicom/babel-plugin-orbit-components@5.1.5...@kiwicom/babel-plugin-orbit-components@5.1.6) (2024-06-06) **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 b1f73d76b5..e14a614557 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.6", + "version": "5.1.7", "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.4.0" + "@kiwicom/orbit-components": "^15.5.0" } } diff --git a/packages/orbit-components/CHANGELOG.md b/packages/orbit-components/CHANGELOG.md index 8ca848673c..c28a0a4ad6 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.5.0](https://github.com/kiwicom/orbit/compare/@kiwicom/orbit-components@15.4.0...@kiwicom/orbit-components@15.5.0) (2024-06-13) + + +### Bug Fixes + +* **Checkbox:** prevent changes on readOnly ([7d16638](https://github.com/kiwicom/orbit/commit/7d16638df0e2a889815b86a4ca302c7a106afd74)) + + +### Features + +* **icons:** update icons from figma ([57833af](https://github.com/kiwicom/orbit/commit/57833affaaaac10e6b05c10fc152ca3f852749cd)) + + + + + # [15.4.0](https://github.com/kiwicom/orbit/compare/@kiwicom/orbit-components@15.3.1...@kiwicom/orbit-components@15.4.0) (2024-06-06) diff --git a/packages/orbit-components/package.json b/packages/orbit-components/package.json index cbe6080235..2f55db3c26 100644 --- a/packages/orbit-components/package.json +++ b/packages/orbit-components/package.json @@ -1,6 +1,6 @@ { "name": "@kiwicom/orbit-components", - "version": "15.4.0", + "version": "15.5.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", @@ -73,8 +73,8 @@ "react-dom": ">=17.0.0" }, "dependencies": { - "@kiwicom/orbit-design-tokens": "^7.2.0", - "@kiwicom/orbit-tailwind-preset": "^4.3.1", + "@kiwicom/orbit-design-tokens": "^7.2.1", + "@kiwicom/orbit-tailwind-preset": "^4.3.2", "@popperjs/core": "^2.9.2", "clsx": "^2.0.0", "color2k": "^2.0.3", diff --git a/packages/orbit-design-tokens/CHANGELOG.md b/packages/orbit-design-tokens/CHANGELOG.md index 605fed53e3..9b3e7a769f 100644 --- a/packages/orbit-design-tokens/CHANGELOG.md +++ b/packages/orbit-design-tokens/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. +## [7.2.1](https://github.com/kiwicom/orbit/compare/@kiwicom/orbit-design-tokens@7.2.0...@kiwicom/orbit-design-tokens@7.2.1) (2024-06-13) + +**Note:** Version bump only for package @kiwicom/orbit-design-tokens + + + + + # [7.2.0](https://github.com/kiwicom/orbit/compare/@kiwicom/orbit-design-tokens@7.1.0...@kiwicom/orbit-design-tokens@7.2.0) (2024-02-19) diff --git a/packages/orbit-design-tokens/package.json b/packages/orbit-design-tokens/package.json index 2340a19000..abe58076cc 100644 --- a/packages/orbit-design-tokens/package.json +++ b/packages/orbit-design-tokens/package.json @@ -1,6 +1,6 @@ { "name": "@kiwicom/orbit-design-tokens", - "version": "7.2.0", + "version": "7.2.1", "description": "Design tokens for Kiwi.com.", "main": "dist/index.cjs", "module": "dist/index.js", diff --git a/packages/orbit-tailwind-preset/CHANGELOG.md b/packages/orbit-tailwind-preset/CHANGELOG.md index 4e65c14ff8..38e0d7efe1 100644 --- a/packages/orbit-tailwind-preset/CHANGELOG.md +++ b/packages/orbit-tailwind-preset/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. +## [4.3.2](https://github.com/kiwicom/orbit/compare/@kiwicom/orbit-tailwind-preset@4.3.1...@kiwicom/orbit-tailwind-preset@4.3.2) (2024-06-13) + +**Note:** Version bump only for package @kiwicom/orbit-tailwind-preset + + + + + ## [4.3.1](https://github.com/kiwicom/orbit/compare/@kiwicom/orbit-tailwind-preset@4.3.0...@kiwicom/orbit-tailwind-preset@4.3.1) (2024-04-04) **Note:** Version bump only for package @kiwicom/orbit-tailwind-preset diff --git a/packages/orbit-tailwind-preset/package.json b/packages/orbit-tailwind-preset/package.json index f6d67c325c..831e47160e 100644 --- a/packages/orbit-tailwind-preset/package.json +++ b/packages/orbit-tailwind-preset/package.json @@ -1,6 +1,6 @@ { "name": "@kiwicom/orbit-tailwind-preset", - "version": "4.3.1", + "version": "4.3.2", "description": "Orbit tailwind preset which is based on orbit-design-tokens", "author": "Kiwi.com", "license": "MIT", @@ -34,7 +34,7 @@ "tailwindcss": ">=3.4.0" }, "dependencies": { - "@kiwicom/orbit-design-tokens": "^7.2.0", + "@kiwicom/orbit-design-tokens": "^7.2.1", "color2k": "^2.0.3" }, "devDependencies": {