Skip to content

Commit 687240d

Browse files
chore: publish
- @kiwicom/[email protected] - @kiwicom/[email protected]
1 parent 4c65aee commit 687240d

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.36](https://github.com/kiwicom/orbit/compare/@kiwicom/[email protected]...@kiwicom/[email protected]) (2025-03-10)
7+
8+
**Note:** Version bump only for package @kiwicom/babel-plugin-orbit-components
9+
10+
11+
12+
13+
614
## [5.1.35](https://github.com/kiwicom/orbit/compare/@kiwicom/[email protected]...@kiwicom/[email protected]) (2025-03-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.35",
4+
"version": "5.1.36",
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.0"
31+
"@kiwicom/orbit-components": "^21.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+
## [21.0.1](https://github.com/kiwicom/orbit/compare/@kiwicom/[email protected]...@kiwicom/[email protected]) (2025-03-10)
7+
8+
9+
### Bug Fixes
10+
11+
* **InputField:** remove tooltip icon when label is null ([44baebb](https://github.com/kiwicom/orbit/commit/44baebb683db964269f2fc675a45fa7c140a8600))
12+
13+
14+
15+
16+
617
# [21.0.0](https://github.com/kiwicom/orbit/compare/@kiwicom/[email protected]...@kiwicom/[email protected]) (2025-03-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": "21.0.0",
3+
"version": "21.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)