From 464ed0b52f952cba295895aeabdf7f15a86995ae Mon Sep 17 00:00:00 2001 From: Victor Genaev Date: Mon, 13 Nov 2023 14:36:20 +0100 Subject: [PATCH] chore: publish --- packages/orbit-components/CHANGELOG.md | 11 +++++++++++ packages/orbit-components/package.json | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/packages/orbit-components/CHANGELOG.md b/packages/orbit-components/CHANGELOG.md index 0f205f096a..42b82b2faa 100644 --- a/packages/orbit-components/CHANGELOG.md +++ b/packages/orbit-components/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [9.3.4](https://github.com/kiwicom/orbit/compare/@kiwicom/orbit-components@9.3.2...@kiwicom/orbit-components@9.3.4) (2023-11-13) + + +### Bug Fixes + +* update the browserlist in package.json ([074a04f](https://github.com/kiwicom/orbit/commit/074a04f3c729ba3ac1f565db77dda8ad97fd22a9)) + + + + + ## [9.3.3](https://github.com/kiwicom/orbit/compare/@kiwicom/orbit-components@9.3.2...@kiwicom/orbit-components@9.3.3) (2023-11-10) **Note:** Version bump only for package @kiwicom/orbit-components diff --git a/packages/orbit-components/package.json b/packages/orbit-components/package.json index de7115f028..6917d3f31b 100644 --- a/packages/orbit-components/package.json +++ b/packages/orbit-components/package.json @@ -1,6 +1,6 @@ { "name": "@kiwicom/orbit-components", - "version": "9.3.3", + "version": "9.3.4", "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",