diff --git a/CHANGELOG.md b/CHANGELOG.md index e8fab7988e0214..6288ec1f026477 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +## 0.11.1 +###### _Sep 15, 2015_ + +##### Component Fixes / Enhancements +- DatePicker - Updated to new design specs (#1266) +- LeftNav - Fix sidebar position for browsers that don't support transform3d (#1269) +- TextField - Added props to override underlineStyle when disabled (#1493) + ## 0.11.0 ###### _Aug 24, 2015_ diff --git a/docs/package.json b/docs/package.json index 36142a4318d183..c33d2f23b1c3c8 100644 --- a/docs/package.json +++ b/docs/package.json @@ -1,6 +1,6 @@ { "name": "material-ui-docs", - "version": "0.11.0", + "version": "0.11.1", "description": "Documentation site for material-ui", "repository": { "type": "git", diff --git a/package.json b/package.json index db7525d90da513..374de1c19993f1 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "material-ui", "author": "Call-em-all Engineering Team", - "version": "0.11.0", + "version": "0.11.1", "description": "Material Design UI components built with React", "main": "./lib", "scripts": {