From b3f79c9e14df913396427547bd4da4672ac8e1de Mon Sep 17 00:00:00 2001 From: kiwicom-orbit-bot Date: Thu, 23 May 2024 09:28:38 +0000 Subject: [PATCH] chore: publish - @kiwicom/babel-plugin-orbit-components@5.1.4 - @kiwicom/orbit-components@15.3.0 --- packages/babel-plugin-orbit-components/CHANGELOG.md | 8 ++++++++ packages/babel-plugin-orbit-components/package.json | 4 ++-- packages/orbit-components/CHANGELOG.md | 12 ++++++++++++ packages/orbit-components/package.json | 2 +- 4 files changed, 23 insertions(+), 3 deletions(-) diff --git a/packages/babel-plugin-orbit-components/CHANGELOG.md b/packages/babel-plugin-orbit-components/CHANGELOG.md index 649667844c..e2fa51aeea 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.4](https://github.com/kiwicom/orbit/compare/@kiwicom/babel-plugin-orbit-components@5.1.3...@kiwicom/babel-plugin-orbit-components@5.1.4) (2024-05-23) + +**Note:** Version bump only for package @kiwicom/babel-plugin-orbit-components + + + + + ## [5.1.3](https://github.com/kiwicom/orbit/compare/@kiwicom/babel-plugin-orbit-components@5.1.2...@kiwicom/babel-plugin-orbit-components@5.1.3) (2024-05-16) **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 e414e88950..0f26902e73 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.3", + "version": "5.1.4", "author": "kiwicom", "repository": { "type": "git", @@ -28,6 +28,6 @@ "test": "yarn test:file && yarn test:compile && node scripts/testRequire.js" }, "devDependencies": { - "@kiwicom/orbit-components": "^15.2.0" + "@kiwicom/orbit-components": "^15.3.0" } } diff --git a/packages/orbit-components/CHANGELOG.md b/packages/orbit-components/CHANGELOG.md index 45eda19997..7547cc1a72 100644 --- a/packages/orbit-components/CHANGELOG.md +++ b/packages/orbit-components/CHANGELOG.md @@ -3,6 +3,18 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [15.3.0](https://github.com/kiwicom/orbit/compare/@kiwicom/orbit-components@15.2.0...@kiwicom/orbit-components@15.3.0) (2024-05-23) + + +### Features + +* **icons:** update icons from figma ([3e5821d](https://github.com/kiwicom/orbit/commit/3e5821d0ebfcc208f6e438ff2cbd583643653516)) +* **ServiceLogo:** add Simtex logo ([1de2603](https://github.com/kiwicom/orbit/commit/1de2603135bec2d7a624b3ae7308d98689001a84)) + + + + + # [15.2.0](https://github.com/kiwicom/orbit/compare/@kiwicom/orbit-components@15.1.1...@kiwicom/orbit-components@15.2.0) (2024-05-16) diff --git a/packages/orbit-components/package.json b/packages/orbit-components/package.json index e1dab5afca..b39a08e8d3 100644 --- a/packages/orbit-components/package.json +++ b/packages/orbit-components/package.json @@ -1,6 +1,6 @@ { "name": "@kiwicom/orbit-components", - "version": "15.2.0", + "version": "15.3.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",