Skip to content

Commit a8097bc

Browse files
committed
v0.10.4 Release
1 parent a016c6d commit a8097bc

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## 0.10.4
2+
###### _Aug 8, 2015_
3+
4+
##### Component Fixes / Enhancements
5+
- TouchRipple - Fixed a bug that caused onClick to not fire on the first click (#1370)
6+
17
## 0.10.3
28
###### _Aug 8, 2015_
39

docs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "material-ui-docs",
3-
"version": "0.10.3",
3+
"version": "0.10.4",
44
"description": "Documentation site for material-ui",
55
"repository": {
66
"type": "git",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "material-ui",
33
"author": "Call-em-all Engineering Team",
4-
"version": "0.10.3",
4+
"version": "0.10.4",
55
"description": "Material Design UI components built with React",
66
"main": "./lib",
77
"scripts": {

0 commit comments

Comments
 (0)