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 Feb 19, 2024
1 parent 273bcc8 commit 807833d
Show file tree
Hide file tree
Showing 8 changed files with 61 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.0.7](https://github.com/kiwicom/orbit/compare/@kiwicom/[email protected]...@kiwicom/[email protected]) (2024-02-19)

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





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

**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.6",
"version": "5.0.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": "^12.3.0"
"@kiwicom/orbit-components": "^12.4.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.

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


### Bug Fixes

* **Modal:** fix border radius on isMobileFullPage ([5f71d77](https://github.com/kiwicom/orbit/commit/5f71d773d5a7aac2d97a04151815d94f5b103023))
* **Wizard:** don't wrap progress label ([0374d19](https://github.com/kiwicom/orbit/commit/0374d1977a05e02e78c34c2ee3908c86181ee38c))


### Features

* **HorizontalScroll:** migrate to tailwind ([b80eef4](https://github.com/kiwicom/orbit/commit/b80eef42ad3545acc77ed427fb8d9cbcec415ed5))
* **Slider:** migrate to tailwind ([7b29005](https://github.com/kiwicom/orbit/commit/7b290058dd32f1211db3a653f4d418a1f0ed9345))





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


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": "12.3.0",
"version": "12.4.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 @@ -76,8 +76,8 @@
"styled-components": "^5"
},
"dependencies": {
"@kiwicom/orbit-design-tokens": "^7.1.0",
"@kiwicom/orbit-tailwind-preset": "^4.1.0",
"@kiwicom/orbit-design-tokens": "^7.2.0",
"@kiwicom/orbit-tailwind-preset": "^4.2.0",
"@popperjs/core": "^2.9.2",
"clsx": "^2.0.0",
"color2k": "^2.0.2",
Expand Down
11 changes: 11 additions & 0 deletions packages/orbit-design-tokens/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.

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


### Features

* **tokens:** deprecate modalBorderRadiusMobile token ([b8fa456](https://github.com/kiwicom/orbit/commit/b8fa456fc2b0db411ad363d623c0e51afcb53266))





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


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.1.0",
"version": "7.2.0",
"description": "Design tokens for Kiwi.com.",
"main": "dist/index.cjs",
"module": "dist/index.js",
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.

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


### Bug Fixes

* **tailwind:** remove borderRadius modal-mobile class ([78d648e](https://github.com/kiwicom/orbit/commit/78d648ef8bf851d150d061080e8682677579605e))


### Features

* **Slider:** migrate to tailwind ([7b29005](https://github.com/kiwicom/orbit/commit/7b290058dd32f1211db3a653f4d418a1f0ed9345))





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


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.1.0",
"version": "4.2.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.0"
},
"dependencies": {
"@kiwicom/orbit-design-tokens": "^7.1.0",
"@kiwicom/orbit-design-tokens": "^7.2.0",
"color2k": "^2.0.2"
},
"devDependencies": {
Expand Down

0 comments on commit 807833d

Please sign in to comment.