Skip to content

Commit

Permalink
chore(release): 0.6.3
Browse files Browse the repository at this point in the history
  • Loading branch information
theo-mesnil committed Jun 17, 2019
1 parent 5ee9ddc commit 15e7c4c
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# Changelog

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

### [0.6.3](https://github.com/WTTJ/welcome-ui/compare/v0.6.2...v0.6.3) (2019-06-17)


### Bug Fixes

* add search type for input ([#82](https://github.com/WTTJ/welcome-ui/issues/82)) ([c45d14f](https://github.com/WTTJ/welcome-ui/commit/c45d14f))
* forward onKeyDown on Field ([b4c2c33](https://github.com/WTTJ/welcome-ui/commit/b4c2c33))


### Tests

* add tests on Badge ([#83](https://github.com/WTTJ/welcome-ui/issues/83)) ([38db99a](https://github.com/WTTJ/welcome-ui/commit/38db99a))
* add tests on Box ([#84](https://github.com/WTTJ/welcome-ui/issues/84)) ([db04ce2](https://github.com/WTTJ/welcome-ui/commit/db04ce2))
* add tests on Hint ([056fd07](https://github.com/WTTJ/welcome-ui/commit/056fd07))
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "welcome-ui",
"version": "0.6.2",
"version": "0.6.3",
"description": "A delightful UI system from Welcome to the Jungle",
"main": "dist/welcome-ui.cjs.js",
"module": "dist/welcome-ui.es.js",
Expand Down

1 comment on commit 15e7c4c

@vercel
Copy link

@vercel vercel bot commented on 15e7c4c Jun 17, 2019

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.