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 Dec 19, 2024
1 parent d30578e commit d56f099
Show file tree
Hide file tree
Showing 4 changed files with 29 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.26](https://github.com/kiwicom/orbit/compare/@kiwicom/[email protected]...@kiwicom/[email protected]) (2024-12-19)

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





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

**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.25",
"version": "5.1.26",
"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": "^18.1.1"
"@kiwicom/orbit-components": "^18.2.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.

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


### Bug Fixes

* **TooltipPrimitive:** tooltip now closes on pressing ESC key ([d7243e5](https://github.com/kiwicom/orbit/commit/d7243e561ed8ebe1092348ea243c1675f4343f91))


### Features

* **AccordionSection:** add expandOnTileClick for mobile-first ([160ba28](https://github.com/kiwicom/orbit/commit/160ba28d3f6a1706d6b57b1da1bcb49c2a6e205c))
* **NavigationBar:** add ariaLabel prop ([934d5d5](https://github.com/kiwicom/orbit/commit/934d5d57cdae5f6f0674a302acc1c52177f28106))
* **Popover:** add ariaLabel, ariaLabelledby props and focus state ([e815138](https://github.com/kiwicom/orbit/commit/e815138aed5aed009f9d4e4b0dddb61444fa3978))





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


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": "18.1.1",
"version": "18.2.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 d56f099

Please sign in to comment.