Skip to content

Commit 24ccd99

Browse files
5.0.0-alpha.6
1 parent 18031f9 commit 24ccd99

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

CHANGELOG.md

+4
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+
## 5.0.0-alpha.6
18+
19+
- :bug: Fix Breadcrumbs signature.
20+
1721
## 5.0.0-alpha.5
1822

1923
- :rocket: Add scaffolding for MUI System package bindings.

package.json

+6-2
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,15 @@
1010
],
1111
"scripts": {
1212
"build": "rescript build -with-deps",
13+
"clean": "rewatch clean .",
1314
"format": "rescript format -all",
1415
"watch": "rewatch watch .",
1516
"start": "cd examples && parcel serve src/index.html",
1617
"generateOverrides": "node helpers/src/GenerateOverrides.bs.js && rescript format ./packages/rescript-mui-material/src/types/Overrides.res && rescript format ./packages/rescript-mui-lab/src/Overrides.res",
17-
"clean": "rescript clean -with-deps",
18+
"publishLab": "yarn clean && cd packages/rescript-mui-lab && yarn publish --access public",
19+
"publishMui": "yarn clean && cd packages/rescript-mui-material && yarn publish --access public",
20+
"publishSystem": "yarn clean && cd packages/rescript-mui-system && yarn publish --access public",
21+
"publishDatePickers": "yarn clean && cd packages/rescript-mui-x-date-pickers && yarn publish --access public",
1822
"postinstall": "patch-package"
1923
},
2024
"devDependencies": {
@@ -23,7 +27,7 @@
2327
"@mui/system": "^5.14.1",
2428
"@mui/x-date-pickers": "^6.6.0",
2529
"@rescript/react": "^0.12.0-alpha.2",
26-
"@rolandpeelen/rewatch": "^0.0.12-08b8bfe.0",
30+
"@rolandpeelen/rewatch": "^0.0.12-446452d.0",
2731
"parcel": "^2.9.2",
2832
"patch-package": "^7.0.0",
2933
"rescript": "^11.0.0-beta.4"

0 commit comments

Comments
 (0)