Skip to content

Commit

Permalink
chore: publish
Browse files Browse the repository at this point in the history
 - @kiwicom/babel-plugin-orbit-components@5.1.20
 - @kiwicom/orbit-components@17.1.0
 - @kiwicom/orbit-tailwind-preset@6.0.0
  • Loading branch information
kiwicom-orbit-bot committed Oct 24, 2024
1 parent e9327f4 commit 467c083
Show file tree
Hide file tree
Showing 6 changed files with 47 additions and 5 deletions.
8 changes: 8 additions & 0 deletions packages/babel-plugin-orbit-components/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.20](https://github.com/kiwicom/orbit/compare/@kiwicom/babel-plugin-orbit-components@5.1.19...@kiwicom/babel-plugin-orbit-components@5.1.20) (2024-10-24)

**Note:** Version bump only for package @kiwicom/babel-plugin-orbit-components





## [5.1.19](https://github.com/kiwicom/orbit/compare/@kiwicom/babel-plugin-orbit-components@5.1.18...@kiwicom/babel-plugin-orbit-components@5.1.19) (2024-10-03)

**Note:** Version bump only for package @kiwicom/babel-plugin-orbit-components
Expand Down
4 changes: 2 additions & 2 deletions packages/babel-plugin-orbit-components/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@kiwicom/babel-plugin-orbit-components",
"description": "A babel plugin for transforming destructured imports to granular ones.",
"version": "5.1.19",
"version": "5.1.20",
"author": "kiwicom",
"repository": {
"type": "git",
Expand All @@ -28,6 +28,6 @@
"test": "yarn test:file && yarn test:compile && node scripts/testRequire.js"
},
"devDependencies": {
"@kiwicom/orbit-components": "^17.0.0"
"@kiwicom/orbit-components": "^17.1.0"
}
}
18 changes: 18 additions & 0 deletions packages/orbit-components/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,24 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [17.1.0](https://github.com/kiwicom/orbit/compare/@kiwicom/orbit-components@17.0.0...@kiwicom/orbit-components@17.1.0) (2024-10-24)


### Features

* **Checkbox:** add defaultSelected prop and uncontrolled behavior ([b4e6f66](https://github.com/kiwicom/orbit/commit/b4e6f66b498ff3dca0d41df42d2164b172411be5))
* **Checkbox:** deprecate readOnly prop. Use disabled instead ([1101cf2](https://github.com/kiwicom/orbit/commit/1101cf280c25e82eee764912d47a39925f2e5929))
* deprecate `left`and `right` rtl utils functions ([5b97a63](https://github.com/kiwicom/orbit/commit/5b97a63d28779ee58098be4f9218e768ec046f36))
* **LinkList:** add useMargin prop and deprecate legacy ([3ac05de](https://github.com/kiwicom/orbit/commit/3ac05de42c9eed69900da37c971822eed154535f))
* **Radio:** add defaultSelected prop and uncontrolled behavior ([221a5a0](https://github.com/kiwicom/orbit/commit/221a5a02a0a79b7dfb94cd62d74a0888fdfaab15))
* **Radio:** deprecate readOnly prop. Use disabled instead ([e9327f4](https://github.com/kiwicom/orbit/commit/e9327f465f6cb88cc6b3ebf456fc3dd0526a5058))
* replace react-popper by floating-ui ([de07d43](https://github.com/kiwicom/orbit/commit/de07d436061256edf6000591113ce6098520d5fd))
* **Stack:** add useMargin prop and deprecate legacy ([4202c01](https://github.com/kiwicom/orbit/commit/4202c01bd5a88cbee2718a14dee12cb5b1d777c4))





# [17.0.0](https://github.com/kiwicom/orbit/compare/@kiwicom/orbit-components@16.2.0...@kiwicom/orbit-components@17.0.0) (2024-10-03)


Expand Down
4 changes: 2 additions & 2 deletions packages/orbit-components/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@kiwicom/orbit-components",
"version": "17.0.0",
"version": "17.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",
Expand Down Expand Up @@ -77,7 +77,7 @@
"dependencies": {
"@floating-ui/react": "0.26.24",
"@kiwicom/orbit-design-tokens": "^8.1.0",
"@kiwicom/orbit-tailwind-preset": "^5.1.0",
"@kiwicom/orbit-tailwind-preset": "^6.0.0",
"clsx": "^2.0.0",
"color2k": "^2.0.3",
"react-hot-toast": "^2.4.0"
Expand Down
16 changes: 16 additions & 0 deletions packages/orbit-tailwind-preset/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

# [6.0.0](https://github.com/kiwicom/orbit/compare/@kiwicom/orbit-tailwind-preset@5.1.0...@kiwicom/orbit-tailwind-preset@6.0.0) (2024-10-24)


### Features

* **tailwind:** remove safari variant ([6a0b77f](https://github.com/kiwicom/orbit/commit/6a0b77fbb1f881fd82a9ebf5ad870080a3fc9823))


### BREAKING CHANGES

* **tailwind:** safari selector variant no longer supported





# [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)


Expand Down
2 changes: 1 addition & 1 deletion packages/orbit-tailwind-preset/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@kiwicom/orbit-tailwind-preset",
"version": "5.1.0",
"version": "6.0.0",
"description": "Orbit tailwind preset which is based on orbit-design-tokens",
"author": "Kiwi.com",
"license": "MIT",
Expand Down

0 comments on commit 467c083

Please sign in to comment.