diff --git a/CHANGELOG.md b/CHANGELOG.md index a9229f17ada25a..3e42bc9b16d6fb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,16 @@ +## 0.7.5 +###### _Apr. 27, 2015_ + +###### General +- Removed deprecation warnings by replacing `this.getDOMNode()` with `React.findDOMNode()` (#558) +- Replaced `process.NODE_ENV` with `process.env.NODE_ENV` (#573) + +###### Components +- DropDownMenu + - Fixed `props is not defined` error when `onChange` is invoked (#556) +- Floating Action Button + - Fixed alignment bug on Chrome when using FAB as a link (#574) + ## 0.7.4 ###### _Apr. 21, 2015_ diff --git a/docs/package.json b/docs/package.json index d72fe7279bc234..a1eede27ffb10b 100644 --- a/docs/package.json +++ b/docs/package.json @@ -1,6 +1,6 @@ { "name": "material-ui-docs", - "version": "0.7.4", + "version": "0.7.5", "description": "Documentation site for material-ui", "repository": { "type": "git", diff --git a/package.json b/package.json index 8311da331b23d8..c2ea68845df833 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "material-ui", "author": "Call-em-all Engineering Team", - "version": "0.7.4", + "version": "0.7.5", "description": "Material Design UI components built with React", "main": "./lib", "scripts": {