Skip to content

Commit 15e7c4c

Browse files
committed
chore(release): 0.6.3
1 parent 5ee9ddc commit 15e7c4c

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
# Changelog
2+
3+
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.
4+
5+
### [0.6.3](https://github.com/WTTJ/welcome-ui/compare/v0.6.2...v0.6.3) (2019-06-17)
6+
7+
8+
### Bug Fixes
9+
10+
* add search type for input ([#82](https://github.com/WTTJ/welcome-ui/issues/82)) ([c45d14f](https://github.com/WTTJ/welcome-ui/commit/c45d14f))
11+
* forward onKeyDown on Field ([b4c2c33](https://github.com/WTTJ/welcome-ui/commit/b4c2c33))
12+
13+
14+
### Tests
15+
16+
* add tests on Badge ([#83](https://github.com/WTTJ/welcome-ui/issues/83)) ([38db99a](https://github.com/WTTJ/welcome-ui/commit/38db99a))
17+
* add tests on Box ([#84](https://github.com/WTTJ/welcome-ui/issues/84)) ([db04ce2](https://github.com/WTTJ/welcome-ui/commit/db04ce2))
18+
* add tests on Hint ([056fd07](https://github.com/WTTJ/welcome-ui/commit/056fd07))

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "welcome-ui",
3-
"version": "0.6.2",
3+
"version": "0.6.3",
44
"description": "A delightful UI system from Welcome to the Jungle",
55
"main": "dist/welcome-ui.cjs.js",
66
"module": "dist/welcome-ui.es.js",

0 commit comments

Comments
 (0)