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 Apr 4, 2024
1 parent 7b1ac0b commit a15f434
Show file tree
Hide file tree
Showing 8 changed files with 49 additions and 6 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.0.11](https://github.com/kiwicom/orbit/compare/@kiwicom/[email protected]...@kiwicom/[email protected]) (2024-04-04)

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





## [5.0.10](https://github.com/kiwicom/orbit/compare/@kiwicom/[email protected]...@kiwicom/[email protected]) (2024-03-14)

**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.0.10",
"version": "5.0.11",
"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": "^14.0.0"
"@kiwicom/orbit-components": "^14.1.0"
}
}
8 changes: 8 additions & 0 deletions packages/eslint-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.

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

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





# [0.8.0](https://github.com/kiwicom/orbit/compare/@kiwicom/[email protected]...@kiwicom/[email protected]) (2023-11-03)


Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-plugin-orbit-components/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@kiwicom/eslint-plugin-orbit-components",
"description": "Collection of ESLint rules to enforce the best usage practices of @kiwicom/orbit-components",
"version": "0.8.0",
"version": "0.8.1",
"author": "Kiwi.com",
"main": "./dist/index.cjs",
"module": "./dist/index.js",
Expand Down
19 changes: 19 additions & 0 deletions packages/orbit-components/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,25 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

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


### Bug Fixes

* **Icon:** icon components props are now correctly typed ([33cecc8](https://github.com/kiwicom/orbit/commit/33cecc87bfb1ec41c2e8449d0339e996ad60b381))
* **Itinerary:** fix dates alignment in RTL ([6034467](https://github.com/kiwicom/orbit/commit/603446744ef51c35a757d7b9b63996e3b8d7d452))
* **Itinerary:** text now wraps instead of overflowing ([482636f](https://github.com/kiwicom/orbit/commit/482636fa89d8096643ebd505b95d5cbd1289b4bd))
* **Modal:** ensure the Modal body can scroll ([7b1ac0b](https://github.com/kiwicom/orbit/commit/7b1ac0b564acdb76f358b528a54a4ba159375452))


### Features

* **Wizard:** migrate to tailwind ([fe12927](https://github.com/kiwicom/orbit/commit/fe129276114da710da0be22a336b3ce60b616570))





# [14.0.0](https://github.com/kiwicom/orbit/compare/@kiwicom/[email protected]...@kiwicom/[email protected]) (2024-03-14)


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": "14.0.0",
"version": "14.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,7 +75,7 @@
},
"dependencies": {
"@kiwicom/orbit-design-tokens": "^7.2.0",
"@kiwicom/orbit-tailwind-preset": "^4.3.0",
"@kiwicom/orbit-tailwind-preset": "^4.3.1",
"@popperjs/core": "^2.9.2",
"clsx": "^2.0.0",
"color2k": "^2.0.2",
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.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





# [4.3.0](https://github.com/kiwicom/orbit/compare/@kiwicom/[email protected]...@kiwicom/[email protected]) (2024-03-14)


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": "4.3.0",
"version": "4.3.1",
"description": "Orbit tailwind preset which is based on orbit-design-tokens",
"author": "Kiwi.com",
"license": "MIT",
Expand Down

0 comments on commit a15f434

Please sign in to comment.