Skip to content

Commit

Permalink
Version bump to 2.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
mindsers committed Jan 21, 2022
1 parent 2f54306 commit c02f916
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## [Unreleased]

## [v2.0.2] - 2022-01-21

### Fixed

- Chrome weird behavior fixed: Make the Button inline using `inline-flex` intead of `inline flex`.
Expand Down Expand Up @@ -771,6 +773,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
- Setup storybook as documentation

[unreleased]: https://github.com/ferpection/uikit/tree/master
[v2.0.2]: https://github.com/ferpection/uikit/tree/v2.0.2
[v2.0.1]: https://github.com/ferpection/uikit/tree/v2.0.1
[v2.0.0]: https://github.com/ferpection/uikit/tree/v2.0.0
[v1.8.1]: https://github.com/ferpection/uikit/tree/v1.8.1
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ferpection/uikit",
"version": "2.0.1",
"version": "2.0.2",
"description": "Technical implementation of the Ferpection design system",
"main": "dist/index.cjs.js",
"module": "dist/index.esm.js",
Expand Down

0 comments on commit c02f916

Please sign in to comment.