diff --git a/CHANGELOG.md b/CHANGELOG.md index c979405b9a3459..fd23892ce0037f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## 0.6.1 +###### _Jan. 26, 2105_ + +##### Fixes +- Checkbox & Toggle + - Fixed a bug that caused checkboxes and toggles to not uncheck. + ## 0.6.0 ###### _Jan. 26, 2105_ @@ -33,7 +40,7 @@ - Menu Item - Menu Items now respond to onTouchTap - Radio Button - - Checkbox styling now matches material design specs + - Radio Button styling now matches material design specs - This component has been revamped and can now be controlled or uncontrolled. - Slider - Fixed a css bug with slider handles (#225) diff --git a/package.json b/package.json index 3270e6776a21ab..7379e4ee387fde 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "material-ui", "author": "Call-em-all Engineering Team", - "version": "0.6.0", + "version": "0.6.1", "description": "Material Design UI components built with React", "main": "./src/index", "scripts": {