Skip to content

Commit

Permalink
chore: publish
Browse files Browse the repository at this point in the history
 - @kiwicom/[email protected]
 - @kiwicom/[email protected]
 - @kiwicom/[email protected]
 - @kiwicom/[email protected]
  • Loading branch information
kiwicom-orbit-bot committed Sep 5, 2024
1 parent ce8628a commit 05467e1
Show file tree
Hide file tree
Showing 8 changed files with 56 additions and 8 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.17](https://github.com/kiwicom/orbit/compare/@kiwicom/[email protected]...@kiwicom/[email protected]) (2024-09-05)

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





## [5.1.16](https://github.com/kiwicom/orbit/compare/@kiwicom/[email protected]...@kiwicom/[email protected]) (2024-08-22)

**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.16",
"version": "5.1.17",
"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": "^16.0.1"
"@kiwicom/orbit-components": "^16.1.0"
}
}
17 changes: 17 additions & 0 deletions packages/orbit-components/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/[email protected]...@kiwicom/[email protected]) (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/[email protected]...@kiwicom/[email protected]) (2024-08-22)


Expand Down
6 changes: 3 additions & 3 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": "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",
Expand Down Expand Up @@ -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",
Expand Down
12 changes: 12 additions & 0 deletions packages/orbit-design-tokens/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/[email protected]...@kiwicom/[email protected]) (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/[email protected]...@kiwicom/[email protected]) (2024-08-14)


Expand Down
2 changes: 1 addition & 1 deletion packages/orbit-design-tokens/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
11 changes: 11 additions & 0 deletions packages/orbit-tailwind-preset/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/[email protected]...@kiwicom/[email protected]) (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/[email protected]...@kiwicom/[email protected]) (2024-08-14)


Expand Down
4 changes: 2 additions & 2 deletions 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.0.0",
"version": "5.1.0",
"description": "Orbit tailwind preset which is based on orbit-design-tokens",
"author": "Kiwi.com",
"license": "MIT",
Expand Down Expand Up @@ -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": {
Expand Down

0 comments on commit 05467e1

Please sign in to comment.