From 93e2083d4dbb3362b4e1f27a407ef01b0c61e185 Mon Sep 17 00:00:00 2001 From: Arttu Kaipiainen Date: Sat, 14 Mar 2020 07:06:15 +0200 Subject: [PATCH] Version 4.9.5-0 --- CHANGELOG.md | 6 ++++++ README.md | 6 +++--- example/project.clj | 4 ++-- project.clj | 2 +- 4 files changed, 12 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6f80db2ad..8f36512a2 100644 --- a/CHANGELOG.md +++ b/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)** diff --git a/README.md b/README.md index 9c83f58d3..e51a5ea9b 100644 --- a/README.md +++ b/README.md @@ -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 @@ -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 diff --git a/example/project.clj b/example/project.clj index 22b204cf0..a59e0ee0a 100644 --- a/example/project.clj +++ b/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"] diff --git a/project.clj b/project.clj index bf280c432..5735f9d4f 100644 --- a/project.clj +++ b/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"