Skip to content

Commit eeacfae

Browse files
5.1.1
1 parent 550de07 commit eeacfae

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

CHANGELOG.md

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

17+
## 5.1.1
18+
19+
- :bug: restore the accidentally removed id prop of `ButtonBase`
20+
- :memo: Add a bunch of examples
21+
1722
## 5.1.0
1823

1924
- :boom: Theme & ThemeOptions refactor

packages/rescript-mui-lab/package.json

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

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.1.0",
3+
"version": "5.1.1",
44
"description": "This library provides ReScript bindings for material-ui (MUI).",
55
"keywords": [
66
"rescript",

0 commit comments

Comments
 (0)