Skip to content

Commit 75ad400

Browse files
5.0.0-alpha.7
1 parent 474e7af commit 75ad400

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

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

17+
## 5.0.0-alpha.7
18+
19+
- :nail_care: - Switch to rescript.json
20+
21+
- :bug: Fix Autocomplete's renderTags signature.
22+
- :bug: Fix Autocomplete's renderOption signature.
23+
- :bug: Fix typo '@as' annotations in Fab and LoadingButton.
24+
1725
## 5.0.0-alpha.6
1826

1927
- :bug: Fix Breadcrumbs signature.

packages/rescript-mui-material/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rescript-mui/material",
3-
"version": "5.0.0-alpha.6",
3+
"version": "5.0.0-alpha.7",
44
"description": "This library provides ReScript bindings for material-ui (MUI).",
55
"keywords": [
66
"rescript",

0 commit comments

Comments
 (0)