Skip to content

Commit 925e4e1

Browse files
5.0.1
1 parent c492a05 commit 925e4e1

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGELOG.md

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

17+
## 5.0.1
18+
19+
- :bug: Add missing colSpan to TableCell
20+
- :bug: Fix disableUnderline not being available in Select & Co.
21+
- :bug: Fix defaultProps override feature
22+
1723
## 5.0.0
1824

1925
- :rocket: Main release (no changes)

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

0 commit comments

Comments
 (0)