Skip to content

Commit 47c3bd1

Browse files
chore: publish
- @kiwicom/[email protected] - @kiwicom/[email protected]
1 parent f79b3b5 commit 47c3bd1

File tree

4 files changed

+22
-3
lines changed

4 files changed

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

packages/orbit-components/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
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+
# [27.7.0](https://github.com/kiwicom/orbit/compare/@kiwicom/[email protected]...@kiwicom/[email protected]) (2025-10-31)
7+
8+
9+
### Features
10+
11+
* **Accordion:** increase border radius to 12px ([c1f7f8c](https://github.com/kiwicom/orbit/commit/c1f7f8c7750b6b57ae5e032fa55fed361437545e))
12+
13+
14+
15+
16+
617
# [27.6.0](https://github.com/kiwicom/orbit/compare/@kiwicom/[email protected]...@kiwicom/[email protected]) (2025-10-10)
718

819

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": "27.6.0",
3+
"version": "27.7.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)