Skip to content

Commit 74193ce

Browse files
chore: publish
- @kiwicom/[email protected] - @kiwicom/[email protected]
1 parent 968f870 commit 74193ce

File tree

4 files changed

+22
-3
lines changed

4 files changed

+22
-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.41](https://github.com/kiwicom/orbit/compare/@kiwicom/[email protected]...@kiwicom/[email protected]) (2025-04-10)
7+
8+
**Note:** Version bump only for package @kiwicom/babel-plugin-orbit-components
9+
10+
11+
12+
13+
614
## [5.1.40](https://github.com/kiwicom/orbit/compare/@kiwicom/[email protected]...@kiwicom/[email protected]) (2025-04-10)
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.40",
4+
"version": "5.1.41",
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": "^23.0.0"
31+
"@kiwicom/orbit-components": "^23.0.1"
3232
}
3333
}

packages/orbit-components/CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
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+
## [23.0.1](https://github.com/kiwicom/orbit/compare/@kiwicom/[email protected]...@kiwicom/[email protected]) (2025-04-10)
7+
8+
9+
### Bug Fixes
10+
11+
* **Dialog:** fix prop type import ([968f870](https://github.com/kiwicom/orbit/commit/968f8707a4c68f3c1bb0d0681f8e82655aea0dfd))
12+
13+
14+
15+
16+
617
# [23.0.0](https://github.com/kiwicom/orbit/compare/@kiwicom/[email protected]...@kiwicom/[email protected]) (2025-04-10)
718

819

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": "23.0.0",
3+
"version": "23.0.1",
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)