Skip to content

Commit

Permalink
Version 5.0.0-alpha.18-0
Browse files Browse the repository at this point in the history
  • Loading branch information
arttuka committed Dec 12, 2020
1 parent f915398 commit 4fbf5db
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 6 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

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

## 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)**

- Update Material UI to v5.0.0-alpha.18

## 5.0.0-alpha.17-0

**[compare](https://github.com/arttuka/reagent-material-ui/compare/v5.0.0-alpha.15-0...v5.0.0-alpha.17-0)**
Expand Down
6 changes: 3 additions & 3 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.17-0"]
[arttuka/reagent-material-ui "5.0.0-alpha.18-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.17`
* 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.17`
* Current `@material-ui/lab` version: `5.0.0-alpha.18`

### License

Expand Down
2 changes: 1 addition & 1 deletion example/project.clj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
(defproject reagent-material-ui-example "1.0.0"
:dependencies [[org.clojure/clojure "1.10.1"]
[org.clojure/clojurescript "1.10.773"]
[arttuka/reagent-material-ui "5.0.0-alpha.17-0"]]
[arttuka/reagent-material-ui "5.0.0-alpha.18-0"]]
:source-paths ["src"]
:profiles {:dev {:dependencies [[com.bhauman/figwheel-main "0.2.11" :exclusions [org.clojure/clojurescript]]]
:resource-paths ["target"]}}
Expand Down
2 changes: 1 addition & 1 deletion example/shadow-cljs.edn
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{:dependencies [[reagent "0.10.0"]
[arttuka/reagent-material-ui "5.0.0-alpha.17-0"]]
[arttuka/reagent-material-ui "5.0.0-alpha.18-0"]]
:source-paths ["src"]
:builds {:dev {:target :browser
:output-dir "resources/public/js"
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.17-0"
(defproject arttuka/reagent-material-ui "5.0.0-alpha.18-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 4fbf5db

Please sign in to comment.