Skip to content

Commit

Permalink
Version 4.9.5-0
Browse files Browse the repository at this point in the history
  • Loading branch information
arttuka committed Mar 14, 2020
1 parent 362f29c commit 93e2083
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 6 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,11 @@
# Changelog

## 4.9.5-0

**[compare](https://github.com/arttuka/reagent-material-ui/compare/v4.8.3-1...v4.9.5-0)**

- Update Material UI to v4.9.5

## 4.8.3-1

**[compare](https://github.com/arttuka/reagent-material-ui/compare/v4.8.3-0...v4.8.3-1)**
Expand Down
6 changes: 3 additions & 3 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 "4.8.3-1"]
[arttuka/reagent-material-ui "4.9.5-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 @@ -69,8 +69,8 @@ The build process also includes `lein cljfmt`.

The project follows Material UI's version numbering.

* Current `@material-ui/core` version: `4.8.3`
* Current `@material-ui/icons` version: `4.8.3`
* Current `@material-ui/core` version: `4.9.5`
* Current `@material-ui/icons` version: `4.9.5`
* Current `@material-ui/pickers` version: `3.2.7`

### License
Expand Down
4 changes: 2 additions & 2 deletions example/project.clj
@@ -1,8 +1,8 @@
(defproject reagent-material-ui-example "1.0.0"
:dependencies [[org.clojure/clojure "1.10.1"]
[org.clojure/clojurescript "1.10.597"]
[reagent "0.9.1"]
[arttuka/reagent-material-ui "4.8.3-1"]]
[reagent "0.10.0"]
[arttuka/reagent-material-ui "4.9.5-0"]]
:profiles {:dev {:dependencies [[com.bhauman/figwheel-main "0.2.3" :exclusions [org.clojure/clojurescript]]]
:resource-paths ["target"]}}
:clean-targets ^{:protect false} ["target"]
Expand Down
2 changes: 1 addition & 1 deletion project.clj
@@ -1,4 +1,4 @@
(defproject arttuka/reagent-material-ui "4.8.3-1"
(defproject arttuka/reagent-material-ui "4.9.5-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 93e2083

Please sign in to comment.