Skip to content

Commit

Permalink
chore: publish
Browse files Browse the repository at this point in the history
  • Loading branch information
mainframev committed Dec 10, 2020
1 parent 8bbddc4 commit 0fdff4f
Show file tree
Hide file tree
Showing 4 changed files with 36 additions and 3 deletions.
8 changes: 8 additions & 0 deletions docs/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.

## [0.0.3](https://github.com/kiwicom/orbit/compare/[email protected]@0.0.3) (2020-12-10)

**Note:** Version bump only for package orbit.kiwi





## 0.0.2 (2020-12-01)

**Note:** Version bump only for package orbit.kiwi
4 changes: 2 additions & 2 deletions docs/package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "orbit.kiwi",
"version": "0.0.2",
"version": "0.0.3",
"private": true,
"scripts": {
"dev": "gatsby develop",
"build": "gatsby build",
"serve": "gatsby serve"
},
"devDependencies": {
"@kiwicom/orbit-components": "^0.102.0",
"@kiwicom/orbit-components": "^0.103.0",
"@kiwicom/orbit-design-tokens": "^0.12.2",
"@mapbox/rehype-prism": "^0.5.0",
"@mdx-js/mdx": "^1.6.21",
Expand Down
25 changes: 25 additions & 0 deletions packages/orbit-components/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,31 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.103.0](https://github.com/kiwicom/orbit/compare/@kiwicom/[email protected]...@kiwicom/[email protected]) (2020-12-10)


### Bug Fixes

* **SkipLink:** sr-only styles, label as aria-label ([eb0d625](https://github.com/kiwicom/orbit/commit/eb0d625bda51daefa34b74a863f32860306dbad5))
* **SmartPassIllustration:** linergradients missing ids restored ([93fd176](https://github.com/kiwicom/orbit/commit/93fd176e46a2862ac9a2d34df3ff2b17fc26f7ba))
* **Wizard:** translate progress label on mobile ([#2576](https://github.com/kiwicom/orbit/issues/2576)) ([cf6fc54](https://github.com/kiwicom/orbit/commit/cf6fc542a1ec0cad60dda133eb29d8f056afc812))


### Features

* **Modal:** extended size ([#2575](https://github.com/kiwicom/orbit/issues/2575)) ([9de69e9](https://github.com/kiwicom/orbit/commit/9de69e9fe36b4c9591d8bb9919fd3e03d71a72fb))


### BREAKING CHANGES

* **Modal:** size prop is changed, added new value
CODEMODE: jscodeshift -t https://raw.githubusercontent.com/kiwicom/orbit/master/packages/orbit-components/transforms/Modal-size.js
<pathToYourCode> --parser=flow|ts





# [0.102.0](https://github.com/kiwicom/orbit/compare/@kiwicom/[email protected]...@kiwicom/[email protected]) (2020-12-01)


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": "0.102.0",
"version": "0.103.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,
"scripts": {
Expand Down

0 comments on commit 0fdff4f

Please sign in to comment.