diff --git a/CHANGELOG.md b/CHANGELOG.md index ffe5eacfd8b723..570e89047adec1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,14 @@ +## 0.12.4 +###### _Oct 19, 2015_ + +##### General +- React 0.14 compatible + +##### Component Fixes / Enhancements +- ThemeDecorator supports props (#1841) +- Full RTL support included (#1674) +- react-draggable dependency removed for Slider (#1825) + ## 0.12.3 ###### _Oct 7, 2015_ diff --git a/docs/package.json b/docs/package.json index a2e5a61c1813b0..68cf43b5a93224 100644 --- a/docs/package.json +++ b/docs/package.json @@ -1,6 +1,6 @@ { "name": "material-ui-docs", - "version": "0.12.3", + "version": "0.12.4", "description": "Documentation site for material-ui", "repository": { "type": "git", diff --git a/package.json b/package.json index aaf551caf24d9c..96eb7eced6471d 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "material-ui", "author": "Call-em-all Engineering Team", - "version": "0.12.3", + "version": "0.12.4", "description": "Material Design UI components built with React", "main": "./lib", "scripts": {