diff --git a/packages/babel-plugin-orbit-components/CHANGELOG.md b/packages/babel-plugin-orbit-components/CHANGELOG.md index 915d1c46ea..0b1e7e60ba 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.19](https://github.com/kiwicom/orbit/compare/@kiwicom/babel-plugin-orbit-components@5.1.18...@kiwicom/babel-plugin-orbit-components@5.1.19) (2024-10-03) + +**Note:** Version bump only for package @kiwicom/babel-plugin-orbit-components + + + + + ## [5.1.18](https://github.com/kiwicom/orbit/compare/@kiwicom/babel-plugin-orbit-components@5.1.17...@kiwicom/babel-plugin-orbit-components@5.1.18) (2024-09-19) **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 8137331ec5..978a96b768 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.18", + "version": "5.1.19", "author": "kiwicom", "repository": { "type": "git", @@ -28,6 +28,6 @@ "test": "yarn test:file && yarn test:compile && node scripts/testRequire.js" }, "devDependencies": { - "@kiwicom/orbit-components": "^16.2.0" + "@kiwicom/orbit-components": "^17.0.0" } } diff --git a/packages/orbit-components/CHANGELOG.md b/packages/orbit-components/CHANGELOG.md index b005982493..a8d4a5e6d4 100644 --- a/packages/orbit-components/CHANGELOG.md +++ b/packages/orbit-components/CHANGELOG.md @@ -3,6 +3,34 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [17.0.0](https://github.com/kiwicom/orbit/compare/@kiwicom/orbit-components@16.2.0...@kiwicom/orbit-components@17.0.0) (2024-10-03) + + +### Bug Fixes + +* **Accordion:** spacing with no actions was wrong ([255b322](https://github.com/kiwicom/orbit/commit/255b3223125ee0e4e62eb6f05ed09a3f1c7f2ba3)) + + +### Features + +* **icons:** add X icon ([21a8cba](https://github.com/kiwicom/orbit/commit/21a8cbaba1d4d6c5fec9ea21253933b6cac95e21)) +* **icons:** remove ColoredTwitter icon ([d039f15](https://github.com/kiwicom/orbit/commit/d039f15549f13da336ee65839642d84af9e600f0)) +* **icons:** remove Twitter icon ([879cb0c](https://github.com/kiwicom/orbit/commit/879cb0cc7cf2b783b972364d03da96d64a3a434c)) +* **SocialButton:** replace twitter type by X ([dbeca13](https://github.com/kiwicom/orbit/commit/dbeca13f0c584277b7cde2ae16431dd8a2e51bf7)) + + +### BREAKING CHANGES + +* **SocialButton:** SocialButton's type prop no longer accepts "twitter". +"X" type is now accepted. +* **icons:** Twitter icon was removed. X icon should be used instead. +* **icons:** The `ColoredTwitter` icon was removed. +Use the `Twitter` icon instead. + + + + + # [16.2.0](https://github.com/kiwicom/orbit/compare/@kiwicom/orbit-components@16.1.0...@kiwicom/orbit-components@16.2.0) (2024-09-19) diff --git a/packages/orbit-components/package.json b/packages/orbit-components/package.json index 0b8ce93455..9994934021 100644 --- a/packages/orbit-components/package.json +++ b/packages/orbit-components/package.json @@ -1,6 +1,6 @@ { "name": "@kiwicom/orbit-components", - "version": "16.2.0", + "version": "17.0.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",