Skip to content

Commit

Permalink
Version 4.11.2-0
Browse files Browse the repository at this point in the history
  • Loading branch information
arttuka committed Dec 28, 2020
1 parent 2b33953 commit 2131f77
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 4 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Expand Up @@ -2,6 +2,13 @@

See [Material UI changelog](https://github.com/mui-org/material-ui/blob/master/CHANGELOG.md) for changes in Material UI.

## 4.11.2-0

**[compare](https://github.com/arttuka/reagent-material-ui/compare/v4.11.0-4...v4.11.2-0)**

- Update Material UI to v4.11.2
- Update Reagent to v1.0.0

## 4.11.0-4

**[compare](https://github.com/arttuka/reagent-material-ui/compare/v4.11.0-3...v4.11.0-4)**
Expand Down
6 changes: 3 additions & 3 deletions README.md
Expand Up @@ -17,7 +17,7 @@ Their examples are very good. and this library tries to follow the original idea

To add Material UI to an existing Reagent project, just add this library to your dependencies:
```
[arttuka/reagent-material-ui "4.11.0-4"]
[arttuka/reagent-material-ui "4.11.2-0"]
```

Most of the library is in the form of regular Reagent components. Each component is contained in a namespace that mirrors
Expand Down Expand Up @@ -77,10 +77,10 @@ The build process also includes `lein cljfmt`.

The project follows Material UI's version numbering.

* Current `@material-ui/core` version: `4.11.0`
* Current `@material-ui/core` version: `4.11.2`
* Current `@material-ui/icons` version: `4.10.2`
* Current `@material-ui/pickers` version: `3.2.10`
* Current `@material-ui/lab` version: `4.0.0-alpha.56`
* Current `@material-ui/lab` version: `4.0.0-alpha.57`

### License

Expand Down
2 changes: 1 addition & 1 deletion project.clj
@@ -1,4 +1,4 @@
(defproject arttuka/reagent-material-ui "4.11.0-4"
(defproject arttuka/reagent-material-ui "4.11.2-0"
:description "Reagent wrapper library for Material UI v4"
:url "https://github.com/arttuka/reagent-material-ui"
:license {:name "Eclipse Public License 2.0"
Expand Down

0 comments on commit 2131f77

Please sign in to comment.