diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000000..2a7b8a3a58 --- /dev/null +++ b/CHANGELOG.md @@ -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)) diff --git a/package.json b/package.json index a33b2fcc30..3c3765d88a 100644 --- a/package.json +++ b/package.json @@ -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",