Skip to content

Commit

Permalink
Version 5.5.0-0
Browse files Browse the repository at this point in the history
  • Loading branch information
arttuka committed Mar 10, 2022
1 parent 6cad5d8 commit c7cd0d7
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 8 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 [MUI changelog](https://github.com/mui-org/material-ui/blob/master/CHANGELOG.md) for changes in MUI.

## 5.5.0-0

**[compare](https://github.com/arttuka/reagent-material-ui/compare/v5.4.3-0...v5.5.0-0)**

- Update MUI to v5.5.0

## 5.4.3-0

**[compare](https://github.com/arttuka/reagent-material-ui/compare/v5.2.4-0...v5.4.3-0)**
Expand Down
10 changes: 5 additions & 5 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 MUI to an existing Reagent project, just add this library to your dependencies:
```
[arttuka/reagent-material-ui "5.4.3-0"]
[arttuka/reagent-material-ui "5.5.0-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 @@ -60,7 +60,7 @@ They can't be used in projects with CLJSJS sources.
To use npm dependencies with Figwheel Main, you need to exclude prebuilt JS files (React from CLJSJS and MUI from this library).
To do so, add these exclusions to your dependency. See the example project for working configuration.

[arttuka/reagent-material-ui "5.4.3-0" :exclusions [arttuka/reagent-material-ui-js]]
[arttuka/reagent-material-ui "5.5.0-0" :exclusions [arttuka/reagent-material-ui-js]]

#### MUI component names with shadow-cljs

Expand Down Expand Up @@ -92,9 +92,9 @@ The build process also includes `lein cljfmt`.

The project follows MUI's version numbering.

* Current `@mui/material` version: `5.4.3`
* Current `@mui/icons-material` version: `5.4.3`
* Current `@mui/lab` version: `5.0.0-alpha.70`
* Current `@mui/material` version: `5.5.0`
* Current `@mui/icons-material` version: `5.5.0`
* Current `@mui/lab` version: `5.0.0-alpha.72`

### License

Expand Down
4 changes: 2 additions & 2 deletions project.clj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
(defproject arttuka/reagent-material-ui "5.4.3-0"
(defproject arttuka/reagent-material-ui "5.5.0-0"
:description "Reagent wrapper library for MUI (formerly Material UI) v5"
:url "https://github.com/arttuka/reagent-material-ui"
:license {:name "Eclipse Public License 2.0"
Expand All @@ -7,7 +7,7 @@
[reagent "1.1.1"]
[com.andrewmcveigh/cljs-time "0.5.2"]
[camel-snake-kebab "0.4.2"]
[arttuka/reagent-material-ui-js "5.4.3-0"]]
[arttuka/reagent-material-ui-js "5.5.0-0"]]
:plugins [[lein-cljfmt "0.8.0"]
[lein-cljsbuild "1.1.8"]
[lein-doo "0.1.11"]]
Expand Down
2 changes: 1 addition & 1 deletion reagent-material-ui-js/project.clj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
(defproject arttuka/reagent-material-ui-js "5.4.3-0"
(defproject arttuka/reagent-material-ui-js "5.5.0-0"
:description "Packaged Javascript files for reagent-material-ui"
:url "https://github.com/arttuka/reagent-material-ui"
:license {:name "Eclipse Public License 2.0"
Expand Down

0 comments on commit c7cd0d7

Please sign in to comment.