Skip to content

Commit

Permalink
chore: publish
Browse files Browse the repository at this point in the history
 - @kiwicom/[email protected]
 - @kiwicom/[email protected]
  • Loading branch information
kiwicom-orbit-bot committed Nov 21, 2024
1 parent 3907700 commit b1c89b9
Show file tree
Hide file tree
Showing 4 changed files with 45 additions and 3 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.23](https://github.com/kiwicom/orbit/compare/@kiwicom/[email protected]...@kiwicom/[email protected]) (2024-11-21)

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





## [5.1.22](https://github.com/kiwicom/orbit/compare/@kiwicom/[email protected]...@kiwicom/[email protected]) (2024-11-07)

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

# [18.0.0](https://github.com/kiwicom/orbit/compare/@kiwicom/[email protected]...@kiwicom/[email protected]) (2024-11-21)


### Bug Fixes

* **Seat:** id was not being applied to SeatLegend ([cebf4c6](https://github.com/kiwicom/orbit/commit/cebf4c61b53495c484ff370caed0ee9736a2068a))


### Features

* **Checkbox:** remove readOnly prop ([47706f1](https://github.com/kiwicom/orbit/commit/47706f19584c7443ab0a180a668595b3c0e2e1fb))
* **Heading:** add role and level conditional props ([995ceca](https://github.com/kiwicom/orbit/commit/995cecad5bbd7f553df2707a6c7b890fbc8a0f28))
* **Radio:** remove readOnly prop ([6d6b95c](https://github.com/kiwicom/orbit/commit/6d6b95cb455f3a71289bc67b5491ddc5c65b8495))
* **Seat:** add aria-labelledby string prop ([1483f4c](https://github.com/kiwicom/orbit/commit/1483f4cdbda399390a6ec477659a61651fa28fb7))
* **Seat:** change type of label and price props to string ([cee5c2a](https://github.com/kiwicom/orbit/commit/cee5c2a23c5480a0d97ab64bc4ece79d1451f14c))
* **SeatLegend:** add aria-label string prop ([3f7da74](https://github.com/kiwicom/orbit/commit/3f7da74e702847d80eb486632ad08bc0c5f3fb5c))
* **Seat:** remove default values from title and description props ([290bf21](https://github.com/kiwicom/orbit/commit/290bf2100be4686f499c0bfa173e89aea2bba96d))


### BREAKING CHANGES

* **Seat:** `label` and `price` props now only accept string.
They no longer accept ReactNode
* **Seat:** `title` and `description` props no longer have default values.
They can be manually set with text to be announced by screen readers.
* **Checkbox:** readOnly prop no longer available.
Use disabled instead.
* **Radio:** readOnly prop no longer available.
Use disabled instead.





## [17.2.1](https://github.com/kiwicom/orbit/compare/@kiwicom/[email protected]...@kiwicom/[email protected]) (2024-11-07)


Expand Down
2 changes: 1 addition & 1 deletion packages/orbit-components/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@kiwicom/orbit-components",
"version": "17.2.1",
"version": "18.0.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

0 comments on commit b1c89b9

Please sign in to comment.