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
mainframev committed Nov 23, 2023
1 parent 56983c1 commit f389c3c
Show file tree
Hide file tree
Showing 8 changed files with 57 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.

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

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





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

**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": "4.2.9",
"version": "4.2.10",
"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": "^11.0.0"
"@kiwicom/orbit-components": "^11.1.0"
}
}
22 changes: 22 additions & 0 deletions packages/orbit-components/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,28 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

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


### Bug Fixes

* **Breadcrumbs:** the spaceAfter prop ([87f574a](https://github.com/kiwicom/orbit/commit/87f574ad1316d7fafd90ae296c7547880da9c193))
* **Hide:** use native tailwind breakpoint range ([39aedd9](https://github.com/kiwicom/orbit/commit/39aedd9b6d3bc1fe78f77dde9821f0e36bcc2e36))
* **InputField:** add white background ([a0b40a8](https://github.com/kiwicom/orbit/commit/a0b40a809f594e18f521403a309c73dc36aae340))
* **ModalHeader:** mobile scroll header background ([93efe38](https://github.com/kiwicom/orbit/commit/93efe38ba30a3875b2eb6ac2d2c76a314e46ef23))
* **Radio:** background only on circle, not label ([564ee17](https://github.com/kiwicom/orbit/commit/564ee17bdf3e7cfdb60fbb3c1ce6fe177a7da0f7))
* **Stack:** do not apply flex styles, when not needed ([56983c1](https://github.com/kiwicom/orbit/commit/56983c1165afd0953394b6f9168cb30e9fae5734))


### Features

* **Popover:** migrate to Tailwind ([49a619f](https://github.com/kiwicom/orbit/commit/49a619f6c5cf15e88dbd71290f391e1b04568087))
* **Tabs:** migrate to Tailwind ([b5fa16d](https://github.com/kiwicom/orbit/commit/b5fa16dab6fb713d397191adbf88ad8ca1a6626e))





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


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": "11.0.0",
"version": "11.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 @@ -78,8 +78,8 @@
"styled-components": "^5"
},
"dependencies": {
"@kiwicom/orbit-design-tokens": "^6.3.0",
"@kiwicom/orbit-tailwind-preset": "^3.0.2",
"@kiwicom/orbit-design-tokens": "^6.3.1",
"@kiwicom/orbit-tailwind-preset": "^3.0.3",
"@popperjs/core": "^2.9.2",
"clsx": "^2.0.0",
"color2k": "^2.0.2",
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.

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

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





# [6.3.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/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": "6.3.0",
"version": "6.3.1",
"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.

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


### Bug Fixes

* **tailwind:** define colors as rgba with alpha placeholder ([f8e5798](https://github.com/kiwicom/orbit/commit/f8e57981c153ab448923f8892e4342aa106c88d7))





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

**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": "3.0.2",
"version": "3.0.3",
"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.3.2"
},
"dependencies": {
"@kiwicom/orbit-design-tokens": "^6.3.0",
"@kiwicom/orbit-design-tokens": "^6.3.1",
"color2k": "^2.0.2"
},
"devDependencies": {
Expand Down

0 comments on commit f389c3c

Please sign in to comment.