diff --git a/packages/babel-plugin-orbit-components/CHANGELOG.md b/packages/babel-plugin-orbit-components/CHANGELOG.md index 3999b4b031..8984b17408 100644 --- a/packages/babel-plugin-orbit-components/CHANGELOG.md +++ b/packages/babel-plugin-orbit-components/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [5.1.28](https://github.com/kiwicom/orbit/compare/@kiwicom/babel-plugin-orbit-components@5.1.27...@kiwicom/babel-plugin-orbit-components@5.1.28) (2025-01-16) + +**Note:** Version bump only for package @kiwicom/babel-plugin-orbit-components + + + + + ## [5.1.27](https://github.com/kiwicom/orbit/compare/@kiwicom/babel-plugin-orbit-components@5.1.26...@kiwicom/babel-plugin-orbit-components@5.1.27) (2025-01-09) **Note:** Version bump only for package @kiwicom/babel-plugin-orbit-components diff --git a/packages/babel-plugin-orbit-components/package.json b/packages/babel-plugin-orbit-components/package.json index 0236a47d34..41cf0696aa 100644 --- a/packages/babel-plugin-orbit-components/package.json +++ b/packages/babel-plugin-orbit-components/package.json @@ -1,7 +1,7 @@ { "name": "@kiwicom/babel-plugin-orbit-components", "description": "A babel plugin for transforming destructured imports to granular ones.", - "version": "5.1.27", + "version": "5.1.28", "author": "kiwicom", "repository": { "type": "git", @@ -28,6 +28,6 @@ "test": "yarn test:file && yarn test:compile && node scripts/testRequire.js" }, "devDependencies": { - "@kiwicom/orbit-components": "^19.0.0" + "@kiwicom/orbit-components": "^19.1.0" } } diff --git a/packages/orbit-components/CHANGELOG.md b/packages/orbit-components/CHANGELOG.md index 7dcf93352c..3733fa395f 100644 --- a/packages/orbit-components/CHANGELOG.md +++ b/packages/orbit-components/CHANGELOG.md @@ -3,6 +3,23 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [19.1.0](https://github.com/kiwicom/orbit/compare/@kiwicom/orbit-components@19.0.0...@kiwicom/orbit-components@19.1.0) (2025-01-16) + + +### Bug Fixes + +* **NavigationBar:** adjust padding size for mobile ([4c47213](https://github.com/kiwicom/orbit/commit/4c472138d330842a84504b8b7af82d0533f3c6b5)) +* **Separator:** ensure label is centered vertically and horizontally ([3a1ea96](https://github.com/kiwicom/orbit/commit/3a1ea96436fee849daed9ff2715af23634ee8885)) + + +### Features + +* **Collapse:** set a11y attributes and props ([20cce9b](https://github.com/kiwicom/orbit/commit/20cce9b359d65f9f3c7dba1c0f4f35859f1344e9)) + + + + + # [19.0.0](https://github.com/kiwicom/orbit/compare/@kiwicom/orbit-components@18.2.0...@kiwicom/orbit-components@19.0.0) (2025-01-09) diff --git a/packages/orbit-components/package.json b/packages/orbit-components/package.json index 46b1e8205b..5699ee0e80 100644 --- a/packages/orbit-components/package.json +++ b/packages/orbit-components/package.json @@ -1,6 +1,6 @@ { "name": "@kiwicom/orbit-components", - "version": "19.0.0", + "version": "19.1.0", "description": "Orbit-components is a React component library which provides developers with the easiest possible way of building Kiwi.com’s products.", "sideEffects": false, "author": "Kiwi.com",