Skip to content

Commit

Permalink
Version 5.0.0-alpha.20-0
Browse files Browse the repository at this point in the history
  • Loading branch information
arttuka committed Dec 28, 2020
1 parent d064df8 commit 88aa175
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 5 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/next/CHANGELOG.md) for changes in Material UI.

## 5.0.0-alpha.20-0

**[compare](https://github.com/arttuka/reagent-material-ui/compare/v5.0.0-alpha.18-0...v5.0.0-alpha.20-0)**

- Update Material UI to v5.0.0-alpha.20
- Update Reagent to v1.0.0

## 5.0.0-alpha.18-0

**[compare](https://github.com/arttuka/reagent-material-ui/compare/v5.0.0-alpha.17-0...v5.0.0-alpha.18-0)**
Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,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 "5.0.0-alpha.18-0"]
[arttuka/reagent-material-ui "5.0.0-alpha.20-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 @@ -73,9 +73,9 @@ The build process also includes `lein cljfmt`.

The project follows Material UI's version numbering.

* Current `@material-ui/core` version: `5.0.0-alpha.18`
* Current `@material-ui/icons` version: `5.0.0-alpha.15`
* Current `@material-ui/lab` version: `5.0.0-alpha.18`
* Current `@material-ui/core` version: `5.0.0-alpha.20`
* Current `@material-ui/icons` version: `5.0.0-alpha.20`
* Current `@material-ui/lab` version: `5.0.0-alpha.20`

### License

Expand Down
2 changes: 1 addition & 1 deletion project.clj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
(defproject arttuka/reagent-material-ui "5.0.0-alpha.18-0"
(defproject arttuka/reagent-material-ui "5.0.0-alpha.20-0"
:description "Reagent wrapper library for Material UI v5 alpha"
:url "https://github.com/arttuka/reagent-material-ui"
:license {:name "Eclipse Public License 2.0"
Expand Down

0 comments on commit 88aa175

Please sign in to comment.