Skip to content

Commit 0111e59

Browse files
committed
chore(release): 0.16.0
1 parent 1f60db1 commit 0111e59

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,21 @@
22

33
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.
44

5+
<a name="0.16.0"></a>
6+
# [0.16.0](https://github.com/kradio3/react-mdc-web/compare/v0.15.0...v0.16.0) (2017-10-23)
7+
8+
9+
### Bug Fixes
10+
11+
* **Textfield:** Fix case where `value` === 0 but label doesn't float (#54) ([46d0f81](https://github.com/kradio3/react-mdc-web/commit/46d0f81)), closes [#54](https://github.com/kradio3/react-mdc-web/issues/54)
12+
13+
14+
### Features
15+
16+
* **Toolbar:** Support all toolbar modes (#53) ([8c36321](https://github.com/kradio3/react-mdc-web/commit/8c36321))
17+
18+
19+
520
<a name="0.15.0"></a>
621
# [0.15.0](https://github.com/kradio3/react-mdc-web/compare/v0.14.0...v0.15.0) (2017-10-18)
722

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-mdc-web",
3-
"version": "0.15.0",
3+
"version": "0.16.0",
44
"description": "React web components for Material Design",
55
"main": "lib/index.js",
66
"jsnext:main": "src/index.js",

0 commit comments

Comments
 (0)