Skip to content

Commit

Permalink
chore: publish
Browse files Browse the repository at this point in the history
  • Loading branch information
mainframev committed Apr 5, 2022
1 parent c9895ae commit 9505939
Show file tree
Hide file tree
Showing 6 changed files with 36 additions and 4 deletions.
8 changes: 8 additions & 0 deletions packages/babel-plugin-orbit-components/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

## [3.4.18](https://github.com/kiwicom/orbit/compare/@kiwicom/[email protected]...@kiwicom/[email protected]) (2022-04-05)

**Note:** Version bump only for package @kiwicom/babel-plugin-orbit-components





## [3.4.17](https://github.com/kiwicom/orbit/compare/@kiwicom/[email protected]...@kiwicom/[email protected]) (2022-03-23)

**Note:** Version bump only for package @kiwicom/babel-plugin-orbit-components
Expand Down
4 changes: 2 additions & 2 deletions packages/babel-plugin-orbit-components/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@kiwicom/babel-plugin-orbit-components",
"description": "A babel plugin for transforming destructured imports to granular ones.",
"version": "3.4.17",
"version": "3.4.18",
"author": "kiwicom",
"repository": {
"type": "git",
Expand Down Expand Up @@ -30,7 +30,7 @@
"devDependencies": {
"@babel/cli": "^7.12.8",
"@babel/core": "^7.12.10",
"@kiwicom/orbit-components": "^2.17.1",
"@kiwicom/orbit-components": "^2.17.2",
"prettier": "^2.1.2",
"react": "^17.0.2",
"react-dom": "^17.0.2",
Expand Down
11 changes: 11 additions & 0 deletions packages/eslint-plugin-orbit-components/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

## [0.5.5](https://github.com/kiwicom/orbit/compare/eslint-plugin-orbit-components@[email protected]) (2022-04-05)


### Bug Fixes

* **eslint:** fix preferSingleDestructure rule ([#3323](https://github.com/kiwicom/orbit/issues/3323)) ([ffab639](https://github.com/kiwicom/orbit/commit/ffab6390e4e149a6d3ced3b8a6572bc2bb9657b8))





## [0.5.4](https://github.com/kiwicom/orbit/compare/eslint-plugin-orbit-components@[email protected]) (2021-10-27)

**Note:** Version bump only for package eslint-plugin-orbit-components
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-plugin-orbit-components/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "eslint-plugin-orbit-components",
"description": "Collection of ESLint rules to enforce the best usage practices of @kiwicom/orbit-components",
"version": "0.5.4",
"version": "0.5.5",
"author": "Kiwi.com",
"main": "dist/index.js",
"license": "MIT",
Expand Down
13 changes: 13 additions & 0 deletions packages/orbit-components/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,19 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [2.17.2](https://github.com/kiwicom/orbit/compare/@kiwicom/[email protected]...@kiwicom/[email protected]) (2022-04-05)


### Bug Fixes

* **ErrorFormTooltip:** fix overflowing tooltip ([#3328](https://github.com/kiwicom/orbit/issues/3328)) ([e57dbea](https://github.com/kiwicom/orbit/commit/e57dbeae304124bb9a460665f09ed769c763003a))
* **InputField:** use line-height token ([#3319](https://github.com/kiwicom/orbit/issues/3319)) ([de0f878](https://github.com/kiwicom/orbit/commit/de0f87858fe45637fd00ebf39702b4621154e1df))
* **Toast:** desktop width set to initial ([#3322](https://github.com/kiwicom/orbit/issues/3322)) ([529c9b1](https://github.com/kiwicom/orbit/commit/529c9b120bf0fbb8c6340c26888ee089a6691030))





## [2.17.1](https://github.com/kiwicom/orbit/compare/@kiwicom/[email protected]...@kiwicom/[email protected]) (2022-03-23)


Expand Down
2 changes: 1 addition & 1 deletion packages/orbit-components/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@kiwicom/orbit-components",
"version": "2.17.1",
"version": "2.17.2",
"description": "Orbit-components is a React component library which provides developers with the easiest possible way of building Kiwi.com’s products.",
"sideEffects": false,
"scripts": {
Expand Down

0 comments on commit 9505939

Please sign in to comment.