Skip to content

Commit 8f1d987

Browse files
Version 3.0.1
1 parent 38cef50 commit 8f1d987

File tree

5 files changed

+24
-11
lines changed

5 files changed

+24
-11
lines changed

documentation/docs/changelog.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,10 @@ title: Changelog
1414
(_Tags are copied from
1515
[babel](https://github.com/babel/babel/blob/master/CHANGELOG.md)_)
1616

17+
## 3.0.1
18+
19+
- :house: Fixed outdated peer dependencies.
20+
1721
## 3.0.0
1822

1923
- :boom: Converted the main entry point `MaterialUi` to the `Mui` namespace.

public/rescript-material-ui-lab/package.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "rescript-material-ui-lab",
3-
"version": "3.0.0",
3+
"version": "3.0.1",
44
"description": "This library provides ReScript bindings for material-ui-lab.",
55
"keywords": [
66
"rescript",
@@ -12,7 +12,8 @@
1212
"bugs": "https://github.com/cca-io/rescript-material-ui/issues",
1313
"author": "Jonathan Siebern <[email protected]>",
1414
"contributors": [
15-
"Christoph Knittel <[email protected]>"
15+
"Christoph Knittel <[email protected]>",
16+
"Florian Hammerschmidt <[email protected]>"
1617
],
1718
"license": "MIT",
1819
"main": "./src/MaterialUi_Lab.re",
@@ -29,7 +30,7 @@
2930
"@material-ui/lab": "^4.0.0-alpha.60",
3031
"@rescript/react": "^0.10.3",
3132
"rescript": "^9.1.2",
32-
"rescript-material-ui": "^2.1.0"
33+
"rescript-material-ui": "^3.0.0"
3334
},
3435
"devDependencies": {
3536
"@material-ui/core": "4.12.3",

public/rescript-material-ui-ppx/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22

33
This library creates a code extension for conveniently using the `withStyles` functionality of MaterialUi in a typesafe way.
44

5-
Check out the documentation here: [https://rescript-material-ui.cca.io//](https://rescript-material-ui.cca.io//)
5+
Check out the documentation here: [https://rescript-material-ui.cca.io/](https://rescript-material-ui.cca.io/)
Lines changed: 12 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,36 @@
11
{
22
"name": "rescript-material-ui-ppx",
3-
"version": "3.0.0",
3+
"version": "3.0.1",
44
"repository": "https://github.com/cca-io/rescript-material-ui",
55
"private": false,
66
"homepage": "https://rescript-material-ui.cca.io/",
77
"bugs": "https://github.com/cca-io/rescript-material-ui/issues",
88
"author": "Jonathan Siebern <[email protected]>",
99
"contributors": [
10-
"Christoph Knittel <[email protected]>"
10+
"Christoph Knittel <[email protected]>",
11+
"Florian Hammerschmidt <[email protected]>"
1112
],
1213
"license": "MIT",
1314
"scripts": {
1415
"postinstall": "node ./copyPlatformBinaryInPlace.js"
1516
},
1617
"keywords": [
17-
"Reason"
18+
"rescript",
19+
"bindings",
20+
"material-ui"
1821
],
1922
"description": "This is a ppx for using the withStyles component in ReScript Material-UI",
2023
"peerDependencies": {
2124
"@material-ui/core": "4.12.3",
2225
"@rescript/react": "^0.10.3",
23-
"@rescript-material-ui": "^2.1.0",
26+
"rescript-material-ui": "^3.0.0",
2427
"rescript": "^9.1.2"
2528
},
2629
"publishConfig": {
2730
"access": "public"
28-
}
31+
},
32+
"files": [
33+
"/bin",
34+
"copyPlatformBinaryInPlace.js"
35+
]
2936
}

public/rescript-material-ui/package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "rescript-material-ui",
3-
"version": "3.0.0",
3+
"version": "3.0.1",
44
"description": "This library provides ReScript bindings for material-ui.",
55
"keywords": [
66
"rescript",
@@ -12,7 +12,8 @@
1212
"bugs": "https://github.com/cca-io/rescript-material-ui/issues",
1313
"author": "Jonathan Siebern <[email protected]>",
1414
"contributors": [
15-
"Christoph Knittel <[email protected]>"
15+
"Christoph Knittel <[email protected]>",
16+
"Florian Hammerschmidt <[email protected]>"
1617
],
1718
"license": "MIT",
1819
"main": "./src/MaterialUi.re",

0 commit comments

Comments
 (0)