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 Jun 13, 2024
1 parent f34f6d7 commit e525a01
Show file tree
Hide file tree
Showing 8 changed files with 48 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.7](https://github.com/kiwicom/orbit/compare/@kiwicom/[email protected]...@kiwicom/[email protected]) (2024-06-13)

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





## [5.1.6](https://github.com/kiwicom/orbit/compare/@kiwicom/[email protected]...@kiwicom/[email protected]) (2024-06-06)

**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.6",
"version": "5.1.7",
"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": "^15.4.0"
"@kiwicom/orbit-components": "^15.5.0"
}
}
16 changes: 16 additions & 0 deletions packages/orbit-components/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.

# [15.5.0](https://github.com/kiwicom/orbit/compare/@kiwicom/[email protected]...@kiwicom/[email protected]) (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/[email protected]...@kiwicom/[email protected]) (2024-06-06)


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": "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",
Expand Down Expand Up @@ -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",
Expand Down
8 changes: 8 additions & 0 deletions packages/orbit-design-tokens/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.

## [7.2.1](https://github.com/kiwicom/orbit/compare/@kiwicom/[email protected]...@kiwicom/[email protected]) (2024-06-13)

**Note:** Version bump only for package @kiwicom/orbit-design-tokens





# [7.2.0](https://github.com/kiwicom/orbit/compare/@kiwicom/[email protected]...@kiwicom/[email protected]) (2024-02-19)


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": "7.2.0",
"version": "7.2.1",
"description": "Design tokens for Kiwi.com.",
"main": "dist/index.cjs",
"module": "dist/index.js",
Expand Down
8 changes: 8 additions & 0 deletions packages/orbit-tailwind-preset/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.

## [4.3.2](https://github.com/kiwicom/orbit/compare/@kiwicom/[email protected]...@kiwicom/[email protected]) (2024-06-13)

**Note:** Version bump only for package @kiwicom/orbit-tailwind-preset





## [4.3.1](https://github.com/kiwicom/orbit/compare/@kiwicom/[email protected]...@kiwicom/[email protected]) (2024-04-04)

**Note:** Version bump only for package @kiwicom/orbit-tailwind-preset
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": "4.3.1",
"version": "4.3.2",
"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.0"
},
"dependencies": {
"@kiwicom/orbit-design-tokens": "^7.2.0",
"@kiwicom/orbit-design-tokens": "^7.2.1",
"color2k": "^2.0.3"
},
"devDependencies": {
Expand Down

0 comments on commit e525a01

Please sign in to comment.