Skip to content

Commit f600f6d

Browse files
chore: publish
- @kiwicom/[email protected] - @kiwicom/[email protected]
1 parent f5bbc3c commit f600f6d

File tree

4 files changed

+28
-3
lines changed

4 files changed

+28
-3
lines changed

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

Lines changed: 8 additions & 0 deletions
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.49](https://github.com/kiwicom/orbit/compare/@kiwicom/[email protected]...@kiwicom/[email protected]) (2025-06-26)
7+
8+
**Note:** Version bump only for package @kiwicom/babel-plugin-orbit-components
9+
10+
11+
12+
13+
614
## [5.1.48](https://github.com/kiwicom/orbit/compare/@kiwicom/[email protected]...@kiwicom/[email protected]) (2025-06-12)
715

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

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

Lines changed: 2 additions & 2 deletions
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.48",
4+
"version": "5.1.49",
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": "^25.0.0"
31+
"@kiwicom/orbit-components": "^25.1.0"
3232
}
3333
}

packages/orbit-components/CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,23 @@
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+
# [25.1.0](https://github.com/kiwicom/orbit/compare/@kiwicom/[email protected]...@kiwicom/[email protected]) (2025-06-26)
7+
8+
9+
### Bug Fixes
10+
11+
* **List:** add ariaLabelledBy prop ([26b17d0](https://github.com/kiwicom/orbit/commit/26b17d0819c7591498e453a764acccfff0aa7d33))
12+
* **Stack:** use 'id' prop on Stack's rendered tag ([1c6a7a8](https://github.com/kiwicom/orbit/commit/1c6a7a8970c0eab0633fa2bdfb1db6b89bdb429b))
13+
14+
15+
### Features
16+
17+
* **TextLink:** add forwardRef ([527bb36](https://github.com/kiwicom/orbit/commit/527bb362ff3354e5fc1a5d41626209e2544f5a51))
18+
19+
20+
21+
22+
623
# [25.0.0](https://github.com/kiwicom/orbit/compare/@kiwicom/[email protected]...@kiwicom/[email protected]) (2025-06-12)
724

825

packages/orbit-components/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@kiwicom/orbit-components",
3-
"version": "25.0.0",
3+
"version": "25.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)