Skip to content

Commit

Permalink
Prepare the 0.14.4 release
Browse files Browse the repository at this point in the history
  • Loading branch information
alitaheri committed Feb 2, 2016
1 parent d7d52e6 commit f03713d
Show file tree
Hide file tree
Showing 5 changed files with 25 additions and 6 deletions.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,24 @@
## HEAD

## 0.14.4
###### _Feb 03, 2016_

##### General
- [CRITICAL] Fixed a regression that completely disabled the auto-prefixer (#3142)
- [Docs] Contributing guide (#3075)
- [Docs] Added a `Related Projects` section (#3102)
- [Examples] General updates (#3078)

##### Component Fixes / Enhancements
- [Tabs] Removed the calc style property (#3058)
- [Tabs] Added icon and text (#3042)
- [Tabs] Use `FlatButtons` for tabs (#3051)
- [TimePicker] Added support for custom wordings (#3030)
- [AutoComplete] Fixed regression of undefined muiTheme (#3069)
- [List] Auto-expand SelectableList (#3039)
- [DatePicker] Added `disabled` property (#3060)
- [Buttons] Fixed the vertical alignment issue (#3100)

## 0.14.3
###### _Jan 26, 2016_

Expand Down
2 changes: 1 addition & 1 deletion docs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "material-ui-docs",
"version": "0.14.3",
"version": "0.14.4",
"description": "Documentation site for material-ui",
"repository": {
"type": "git",
Expand Down
4 changes: 2 additions & 2 deletions examples/browserify-gulp-example/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "material-ui-example-browserify",
"version": "0.14.3",
"version": "0.14.4",
"description": "Sample project that uses material-ui",
"repository": {
"type": "git",
Expand All @@ -26,7 +26,7 @@
"watchify": "^3.6.1"
},
"dependencies": {
"material-ui": "^0.14.3",
"material-ui": "^0.14.4",
"react": "^0.14.0",
"react-dom": "^0.14.0",
"react-tap-event-plugin": "^0.2.1"
Expand Down
4 changes: 2 additions & 2 deletions examples/webpack-example/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "material-ui-example-webpack",
"version": "0.14.3",
"version": "0.14.4",
"description": "Sample project that uses material-ui",
"repository": {
"type": "git",
Expand Down Expand Up @@ -28,7 +28,7 @@
"webpack-dev-server": "^1.14.0"
},
"dependencies": {
"material-ui": "^0.14.3",
"material-ui": "^0.14.4",
"react": "^0.14.3",
"react-dom": "^0.14.3",
"react-tap-event-plugin": "^0.2.1"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "material-ui",
"author": "Call-em-all Engineering Team",
"version": "0.14.3",
"version": "0.14.4",
"description": "Material Design UI components built with React",
"main": "./lib",
"scripts": {
Expand Down

0 comments on commit f03713d

Please sign in to comment.