Skip to content

Commit

Permalink
Version 4.11.0-4
Browse files Browse the repository at this point in the history
  • Loading branch information
arttuka committed Nov 29, 2020
1 parent b4426e2 commit 6b94731
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 5 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

See [Material UI changelog](https://github.com/mui-org/material-ui/blob/master/CHANGELOG.md) for changes in Material UI.

## 4.11.0-4

**[compare](https://github.com/arttuka/reagent-material-ui/compare/v4.11.0-3...v4.11.0-4)**

- Added support for responsive font sizes (#9) @wkok

## 4.11.0-3

**[compare](https://github.com/arttuka/reagent-material-ui/compare/v4.11.0-1...v4.11.0-3)**
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,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.11.0-3"]
[arttuka/reagent-material-ui "4.11.0-4"]
```

Most of the library is in the form of regular Reagent components. Each component is contained in a namespace that mirrors
Expand Down
2 changes: 1 addition & 1 deletion example/project.clj
Original file line number Diff line number Diff line change
@@ -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 "4.11.0-3"]]
[arttuka/reagent-material-ui "4.11.0-4"]]
: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
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{:dependencies [[reagent "0.10.0"]
[arttuka/reagent-material-ui "4.11.0-3"]]
[arttuka/reagent-material-ui "4.11.0-4"]]
:source-paths ["src"]
:builds {:dev {:target :browser
:output-dir "resources/public/js"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"build": "npm run clean && npm run build:dev && npm run build:prod",
"build:dev": "webpack --mode development",
"build:prod": "webpack --mode production",
"clean": "rimraf './src/generated/material-ui/material-ui.{inc,min.inc}.js' .shadow-cljs",
"clean": "rimraf './src/generated/material-ui/material-ui*.{inc,min.inc}.js' .shadow-cljs",
"test": "shadow-cljs compile test && karma start --single-run"
}
}
2 changes: 1 addition & 1 deletion project.clj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
(defproject arttuka/reagent-material-ui "4.11.0-3"
(defproject arttuka/reagent-material-ui "4.11.0-4"
: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 6b94731

Please sign in to comment.