diff --git a/packages/babel-plugin-orbit-components/CHANGELOG.md b/packages/babel-plugin-orbit-components/CHANGELOG.md index e806601782..f5babdc2f6 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.17](https://github.com/kiwicom/orbit/compare/@kiwicom/babel-plugin-orbit-components@5.1.16...@kiwicom/babel-plugin-orbit-components@5.1.17) (2024-09-05) + +**Note:** Version bump only for package @kiwicom/babel-plugin-orbit-components + + + + + ## [5.1.16](https://github.com/kiwicom/orbit/compare/@kiwicom/babel-plugin-orbit-components@5.1.15...@kiwicom/babel-plugin-orbit-components@5.1.16) (2024-08-22) **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 6b531da250..9d46d654be 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.16", + "version": "5.1.17", "author": "kiwicom", "repository": { "type": "git", @@ -28,6 +28,6 @@ "test": "yarn test:file && yarn test:compile && node scripts/testRequire.js" }, "devDependencies": { - "@kiwicom/orbit-components": "^16.0.1" + "@kiwicom/orbit-components": "^16.1.0" } } diff --git a/packages/orbit-components/CHANGELOG.md b/packages/orbit-components/CHANGELOG.md index d2cd4b89c2..fb212c58b0 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. +# [16.1.0](https://github.com/kiwicom/orbit/compare/@kiwicom/orbit-components@16.0.1...@kiwicom/orbit-components@16.1.0) (2024-09-05) + + +### Bug Fixes + +* **ErrorFormTooltip:** align text and close button ([aa0f4fa](https://github.com/kiwicom/orbit/commit/aa0f4fae2bdba933b0caf361f8657726a6452960)) + + +### Features + +* **Box:** add new value for borderRadius 200 prop ([09a409e](https://github.com/kiwicom/orbit/commit/09a409e51579ee8daa796a4b7d645efe56a7fe01)) +* **icons:** update icons from figma ([e7e27d5](https://github.com/kiwicom/orbit/commit/e7e27d523092705a05b3720e84874147cc05f3e0)) + + + + + ## [16.0.1](https://github.com/kiwicom/orbit/compare/@kiwicom/orbit-components@16.0.0...@kiwicom/orbit-components@16.0.1) (2024-08-22) diff --git a/packages/orbit-components/package.json b/packages/orbit-components/package.json index 2cd020c977..921ad08491 100644 --- a/packages/orbit-components/package.json +++ b/packages/orbit-components/package.json @@ -1,6 +1,6 @@ { "name": "@kiwicom/orbit-components", - "version": "16.0.1", + "version": "16.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", @@ -75,8 +75,8 @@ "react-dom": ">=17.0.0" }, "dependencies": { - "@kiwicom/orbit-design-tokens": "^8.0.0", - "@kiwicom/orbit-tailwind-preset": "^5.0.0", + "@kiwicom/orbit-design-tokens": "^8.1.0", + "@kiwicom/orbit-tailwind-preset": "^5.1.0", "@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 67f5209ae4..fc8cf8165c 100644 --- a/packages/orbit-design-tokens/CHANGELOG.md +++ b/packages/orbit-design-tokens/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. +# [8.1.0](https://github.com/kiwicom/orbit/compare/@kiwicom/orbit-design-tokens@8.0.0...@kiwicom/orbit-design-tokens@8.1.0) (2024-09-05) + + +### Features + +* **tokens:** add new borderRadius200 token ([824ab1b](https://github.com/kiwicom/orbit/commit/824ab1b5d49be797e6ddc8ea515f974e387de2ff)) +* **tokens:** update palette with new color tokens ([875c712](https://github.com/kiwicom/orbit/commit/875c712f6248534b2f4fd828fd8490862206d238)) + + + + + # [8.0.0](https://github.com/kiwicom/orbit/compare/@kiwicom/orbit-design-tokens@7.2.1...@kiwicom/orbit-design-tokens@8.0.0) (2024-08-14) diff --git a/packages/orbit-design-tokens/package.json b/packages/orbit-design-tokens/package.json index 90ec0173f0..e9ebb9b59c 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": "8.0.0", + "version": "8.1.0", "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 5f45f96c00..9bd0837fd8 100644 --- a/packages/orbit-tailwind-preset/CHANGELOG.md +++ b/packages/orbit-tailwind-preset/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [5.1.0](https://github.com/kiwicom/orbit/compare/@kiwicom/orbit-tailwind-preset@5.0.0...@kiwicom/orbit-tailwind-preset@5.1.0) (2024-09-05) + + +### Features + +* **tailwind:** add new rounded-200 class ([9035430](https://github.com/kiwicom/orbit/commit/9035430a76ef383a6dc501bb1ccaa61c1b7f8df2)) + + + + + # [5.0.0](https://github.com/kiwicom/orbit/compare/@kiwicom/orbit-tailwind-preset@4.4.0...@kiwicom/orbit-tailwind-preset@5.0.0) (2024-08-14) diff --git a/packages/orbit-tailwind-preset/package.json b/packages/orbit-tailwind-preset/package.json index ed63212223..1a32edf853 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": "5.0.0", + "version": "5.1.0", "description": "Orbit tailwind preset which is based on orbit-design-tokens", "author": "Kiwi.com", "license": "MIT", @@ -34,7 +34,7 @@ "tailwindcss": ">=3.4.4" }, "dependencies": { - "@kiwicom/orbit-design-tokens": "^8.0.0", + "@kiwicom/orbit-design-tokens": "^8.1.0", "color2k": "^2.0.3" }, "devDependencies": {