Skip to content

Commit

Permalink
Version 5.0.0-alpha.14-0
Browse files Browse the repository at this point in the history
  • Loading branch information
arttuka committed Nov 1, 2020
1 parent 236ff55 commit b8f09a8
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 7 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,11 @@
# Changelog

## 5.0.0-alpha.14-0

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

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

## 5.0.0-alpha.12-0

**[compare](https://github.com/arttuka/reagent-material-ui/compare/v4.11.0-3...v5.0.0-alpha.12-0)**
Expand Down
8 changes: 4 additions & 4 deletions README.md
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.12-0"]
[arttuka/reagent-material-ui "5.0.0-alpha.14-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 @@ -75,10 +75,10 @@ The build process also includes `lein cljfmt`.

The project follows Material UI's version numbering.

* Current `@material-ui/core` version: `5.0.0-alpha.12`
* Current `@material-ui/icons` version: `5.0.0-alpha.11`
* Current `@material-ui/core` version: `5.0.0-alpha.14`
* Current `@material-ui/icons` version: `5.0.0-alpha.14`
* Current `@material-ui/pickers` version: `4.0.0-alpha.12`
* Current `@material-ui/lab` version: `5.0.0-alpha.12`
* Current `@material-ui/lab` version: `5.0.0-alpha.14`

### License

Expand Down
2 changes: 1 addition & 1 deletion example/project.clj
@@ -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.12-0"]]
[arttuka/reagent-material-ui "5.0.0-alpha.14-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
@@ -1,5 +1,5 @@
{:dependencies [[reagent "0.10.0"]
[arttuka/reagent-material-ui "5.0.0-alpha.12-0"]]
[arttuka/reagent-material-ui "5.0.0-alpha.14-0"]]
:source-paths ["src"]
:builds {:dev {:target :browser
:output-dir "resources/public/js"
Expand Down
2 changes: 1 addition & 1 deletion project.clj
@@ -1,4 +1,4 @@
(defproject arttuka/reagent-material-ui "5.0.0-alpha.12-0"
(defproject arttuka/reagent-material-ui "5.0.0-alpha.14-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 b8f09a8

Please sign in to comment.