We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 474e7af commit 75ad400Copy full SHA for 75ad400
CHANGELOG.md
@@ -14,6 +14,14 @@ title: Changelog
14
(_Tags are copied from
15
[babel](https://github.com/babel/babel/blob/master/CHANGELOG.md)_)
16
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
25
## 5.0.0-alpha.6
26
27
- :bug: Fix Breadcrumbs signature.
packages/rescript-mui-material/package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@rescript-mui/material",
3
- "version": "5.0.0-alpha.6",
+ "version": "5.0.0-alpha.7",
4
"description": "This library provides ReScript bindings for material-ui (MUI).",
5
"keywords": [
6
"rescript",
0 commit comments