Skip to content

Commit

Permalink
3.9.2
Browse files Browse the repository at this point in the history
  • Loading branch information
kLabz committed Dec 9, 2019
1 parent 3c04b90 commit 35c06ee
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,13 @@

* Add all icons from `@material-ui/icons` version `3.0.2`

### 3.9.2

* Expose components styles API
* Add CI for components styles API (and class keys)
* Fix class keys for some components
* Remove `TouchRipple`

## 0.14.0 - 2019-01-29

* Rewrite base props for all components to avoid some blocking issues
Expand Down
4 changes: 2 additions & 2 deletions haxelib.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "material-ui",
"description": "Material UI - React components that implement Google's Material Design",
"version": "3.9.1",
"releasenote": "Add all icons from mui-icons 3.0.2 (See CHANGELOG.md)",
"version": "3.9.2",
"releasenote": "Add components styles API, classkey fixes (See CHANGELOG.md)",
"url": "https://gitlab.com/k-labz/haxe-oss/haxe-material-ui",
"license": "MIT",
"tags": [],
Expand Down

0 comments on commit 35c06ee

Please sign in to comment.