From 4fbf5db1e8d2f0f0e5e517a9d448cefc0085eebe Mon Sep 17 00:00:00 2001 From: Arttu Kaipiainen Date: Sat, 12 Dec 2020 17:29:14 +0200 Subject: [PATCH] Version 5.0.0-alpha.18-0 --- CHANGELOG.md | 6 ++++++ README.md | 6 +++--- example/project.clj | 2 +- example/shadow-cljs.edn | 2 +- project.clj | 2 +- 5 files changed, 12 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fdd316455..be25e2fe0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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)** diff --git a/README.md b/README.md index 23e79203d..7aca97584 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 "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 @@ -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 diff --git a/example/project.clj b/example/project.clj index 880ecca89..bf7409d58 100644 --- a/example/project.clj +++ b/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.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"]}} diff --git a/example/shadow-cljs.edn b/example/shadow-cljs.edn index 1e88f042d..6b4d0b04a 100644 --- a/example/shadow-cljs.edn +++ b/example/shadow-cljs.edn @@ -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" diff --git a/project.clj b/project.clj index 235d89dc7..2442a6278 100644 --- a/project.clj +++ b/project.clj @@ -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"