We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f6e63fd commit 4ec6dd4Copy full SHA for 4ec6dd4
CHANGELOG.md
@@ -14,10 +14,14 @@ title: Changelog
14
(_Tags are copied from
15
[babel](https://github.com/babel/babel/blob/master/CHANGELOG.md)_)
16
17
-## master
+## 5.0.0-alpha.3
18
19
- :boom: Finish complete bindings rewrite of the main MUI package.
20
21
+### MUI Lab 5.0.0-alpha.1
22
+
23
+- :boom: Complete rewrite to adapt to MUI v5 (in progress).
24
25
## 5.0.0-alpha.2
26
27
- :bug: Fix Input element type.
packages/rescript-mui-material/package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@rescript-mui/material",
3
- "version": "5.0.0-alpha.2",
+ "version": "5.0.0-alpha.3",
4
"description": "This library provides ReScript bindings for material-ui (MUI).",
5
"keywords": [
6
"rescript",
0 commit comments