diff --git a/documentation/docs/changelog.md b/documentation/docs/changelog.md index 3027017a..5793dfac 100644 --- a/documentation/docs/changelog.md +++ b/documentation/docs/changelog.md @@ -14,6 +14,10 @@ title: Changelog (_Tags are copied from [babel](https://github.com/babel/babel/blob/master/CHANGELOG.md)_) +## 3.0.1 + +- :house: Fixed outdated peer dependencies. + ## 3.0.0 - :boom: Converted the main entry point `MaterialUi` to the `Mui` namespace. diff --git a/public/rescript-material-ui-lab/package.json b/public/rescript-material-ui-lab/package.json index 5935a7ad..dfa0e9eb 100755 --- a/public/rescript-material-ui-lab/package.json +++ b/public/rescript-material-ui-lab/package.json @@ -1,6 +1,6 @@ { "name": "rescript-material-ui-lab", - "version": "3.0.0", + "version": "3.0.1", "description": "This library provides ReScript bindings for material-ui-lab.", "keywords": [ "rescript", @@ -12,7 +12,8 @@ "bugs": "https://github.com/cca-io/rescript-material-ui/issues", "author": "Jonathan Siebern ", "contributors": [ - "Christoph Knittel " + "Christoph Knittel ", + "Florian Hammerschmidt " ], "license": "MIT", "main": "./src/MaterialUi_Lab.re", @@ -29,7 +30,7 @@ "@material-ui/lab": "^4.0.0-alpha.60", "@rescript/react": "^0.10.3", "rescript": "^9.1.2", - "rescript-material-ui": "^2.1.0" + "rescript-material-ui": "^3.0.0" }, "devDependencies": { "@material-ui/core": "4.12.3", diff --git a/public/rescript-material-ui-ppx/README.md b/public/rescript-material-ui-ppx/README.md index 8c45df57..6f4e8996 100755 --- a/public/rescript-material-ui-ppx/README.md +++ b/public/rescript-material-ui-ppx/README.md @@ -2,4 +2,4 @@ This library creates a code extension for conveniently using the `withStyles` functionality of MaterialUi in a typesafe way. -Check out the documentation here: [https://rescript-material-ui.cca.io//](https://rescript-material-ui.cca.io//) +Check out the documentation here: [https://rescript-material-ui.cca.io/](https://rescript-material-ui.cca.io/) diff --git a/public/rescript-material-ui-ppx/package.json b/public/rescript-material-ui-ppx/package.json index 983465d2..bcdb1a6f 100755 --- a/public/rescript-material-ui-ppx/package.json +++ b/public/rescript-material-ui-ppx/package.json @@ -1,29 +1,36 @@ { "name": "rescript-material-ui-ppx", - "version": "3.0.0", + "version": "3.0.1", "repository": "https://github.com/cca-io/rescript-material-ui", "private": false, "homepage": "https://rescript-material-ui.cca.io/", "bugs": "https://github.com/cca-io/rescript-material-ui/issues", "author": "Jonathan Siebern ", "contributors": [ - "Christoph Knittel " + "Christoph Knittel ", + "Florian Hammerschmidt " ], "license": "MIT", "scripts": { "postinstall": "node ./copyPlatformBinaryInPlace.js" }, "keywords": [ - "Reason" + "rescript", + "bindings", + "material-ui" ], "description": "This is a ppx for using the withStyles component in ReScript Material-UI", "peerDependencies": { "@material-ui/core": "4.12.3", "@rescript/react": "^0.10.3", - "@rescript-material-ui": "^2.1.0", + "rescript-material-ui": "^3.0.0", "rescript": "^9.1.2" }, "publishConfig": { "access": "public" - } + }, + "files": [ + "/bin", + "copyPlatformBinaryInPlace.js" + ] } diff --git a/public/rescript-material-ui/package.json b/public/rescript-material-ui/package.json index 90385582..e7e8b73d 100644 --- a/public/rescript-material-ui/package.json +++ b/public/rescript-material-ui/package.json @@ -1,6 +1,6 @@ { "name": "rescript-material-ui", - "version": "3.0.0", + "version": "3.0.1", "description": "This library provides ReScript bindings for material-ui.", "keywords": [ "rescript", @@ -12,7 +12,8 @@ "bugs": "https://github.com/cca-io/rescript-material-ui/issues", "author": "Jonathan Siebern ", "contributors": [ - "Christoph Knittel " + "Christoph Knittel ", + "Florian Hammerschmidt " ], "license": "MIT", "main": "./src/MaterialUi.re",