Skip to content

Commit

Permalink
Version 4.11.3-0
Browse files Browse the repository at this point in the history
  • Loading branch information
arttuka committed Mar 6, 2021
1 parent c47784d commit da44d4e
Show file tree
Hide file tree
Showing 7 changed files with 169 additions and 171 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
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.3-0

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

- Update Material UI to v4.11.3
- Downgrade React to v16.14.0

## 4.11.2-0

**[compare](https://github.com/arttuka/reagent-material-ui/compare/v4.11.0-4...v4.11.2-0)**
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
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.2-0"]
[arttuka/reagent-material-ui "4.11.3-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,7 +77,7 @@ The build process also includes `lein cljfmt`.

The project follows Material UI's version numbering.

* Current `@material-ui/core` version: `4.11.2`
* Current `@material-ui/core` version: `4.11.3`
* 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.57`
Expand Down
Loading

0 comments on commit da44d4e

Please sign in to comment.