Skip to content

Commit 17c3a24

Browse files
chore: publish
- @kiwicom/[email protected] - @kiwicom/[email protected]
1 parent 86dc181 commit 17c3a24

File tree

4 files changed

+32
-3
lines changed

4 files changed

+32
-3
lines changed

packages/babel-plugin-orbit-components/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [5.1.38](https://github.com/kiwicom/orbit/compare/@kiwicom/[email protected]...@kiwicom/[email protected]) (2025-03-13)
7+
8+
**Note:** Version bump only for package @kiwicom/babel-plugin-orbit-components
9+
10+
11+
12+
13+
614
## [5.1.37](https://github.com/kiwicom/orbit/compare/@kiwicom/[email protected]...@kiwicom/[email protected]) (2025-03-11)
715

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

packages/babel-plugin-orbit-components/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@kiwicom/babel-plugin-orbit-components",
33
"description": "A babel plugin for transforming destructured imports to granular ones.",
4-
"version": "5.1.37",
4+
"version": "5.1.38",
55
"author": "kiwicom",
66
"repository": {
77
"type": "git",
@@ -28,6 +28,6 @@
2828
"test": "yarn test:file && yarn test:compile && node scripts/testRequire.js"
2929
},
3030
"devDependencies": {
31-
"@kiwicom/orbit-components": "^21.0.2"
31+
"@kiwicom/orbit-components": "^21.1.0"
3232
}
3333
}

packages/orbit-components/CHANGELOG.md

+21
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,27 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [21.1.0](https://github.com/kiwicom/orbit/compare/@kiwicom/[email protected]...@kiwicom/[email protected]) (2025-03-13)
7+
8+
9+
### Bug Fixes
10+
11+
* **Seat:** display as div when non-clickable ([58a5d9e](https://github.com/kiwicom/orbit/commit/58a5d9e0f0e9720c8b45d8a18cd3626f7d06352c))
12+
* **Tooltip:** display focus indicator when focused ([e1a80d7](https://github.com/kiwicom/orbit/commit/e1a80d7b2263fdf93db80e5ed927e855a8f6b164))
13+
* **Tooltip:** set aria-describedby only when shown ([7c20a49](https://github.com/kiwicom/orbit/commit/7c20a4914ec3e79f0f767b46c916d20e97561962))
14+
15+
16+
### Features
17+
18+
* **AirportIllustration:** set empty string for alt when a value is not provided ([156abc2](https://github.com/kiwicom/orbit/commit/156abc2bddc21c0657be208cba7e9175503c2454))
19+
* **icons:** update icons from figma ([fe658b7](https://github.com/kiwicom/orbit/commit/fe658b76f1e8a812fcdc260ba9608c4ef2fec783))
20+
* **Illustration:** add PriceChange illustration ([123ef30](https://github.com/kiwicom/orbit/commit/123ef30011aa63bb45f0516f258df8dbc91f39e7))
21+
* **Tag:** improve the accessibility of the Tag component ([dcecbcc](https://github.com/kiwicom/orbit/commit/dcecbccd153bc4d1bcaaa4117dd8d193cdd6402d))
22+
23+
24+
25+
26+
627
## [21.0.2](https://github.com/kiwicom/orbit/compare/@kiwicom/[email protected]...@kiwicom/[email protected]) (2025-03-11)
728

829

packages/orbit-components/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@kiwicom/orbit-components",
3-
"version": "21.0.2",
3+
"version": "21.1.0",
44
"description": "Orbit-components is a React component library which provides developers with the easiest possible way of building Kiwi.com’s products.",
55
"sideEffects": false,
66
"author": "Kiwi.com",

0 commit comments

Comments
 (0)