Skip to content

Commit

Permalink
5.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
fhammerschmidt committed Nov 13, 2024
1 parent 550a0bb commit ac29f29
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 8 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@ title: Changelog
(_Tags are copied from
[babel](https://github.com/babel/babel/blob/master/CHANGELOG.md)_)

## 5.0.0

- :rocket: Main release (no changes)

## 5.0.0-rc.2

- :rocket: Add ARIA props.
Expand Down
6 changes: 3 additions & 3 deletions packages/rescript-mui-lab/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rescript-mui/lab",
"version": "5.0.0-alpha.3",
"version": "5.0.0",
"description": "This library provides ReScript bindings for material-ui-lab.",
"keywords": [
"rescript",
Expand All @@ -25,9 +25,9 @@
"@mui/lab": "^5.0.0-alpha.134",
"@mui/material": "^5.14.1",
"@rescript-mui/material": "^5.0.0",
"@rescript/react": "^0.12.0-alpha.2",
"@rescript/react": "^0.12.0",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"rescript": "^11.0.0-beta.4"
"rescript": "^11.0.0"
}
}
4 changes: 2 additions & 2 deletions packages/rescript-mui-material/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rescript-mui/material",
"version": "5.0.0-rc.2",
"version": "5.0.0",
"description": "This library provides ReScript bindings for material-ui (MUI).",
"keywords": [
"rescript",
Expand All @@ -26,6 +26,6 @@
"@rescript/react": "^0.12.0-alpha.2",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"rescript": "^11.0.0-beta.4"
"rescript": "^11.0.0"
}
}
6 changes: 3 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1459,10 +1459,10 @@ __metadata:
"@mui/lab": ^5.0.0-alpha.134
"@mui/material": ^5.14.1
"@rescript-mui/material": ^5.0.0
"@rescript/react": ^0.12.0-alpha.2
"@rescript/react": ^0.12.0
react: ^18.0.0
react-dom: ^18.0.0
rescript: ^11.0.0-beta.4
rescript: ^11.0.0
languageName: unknown
linkType: soft

Expand All @@ -1474,7 +1474,7 @@ __metadata:
"@rescript/react": ^0.12.0-alpha.2
react: ^18.0.0
react-dom: ^18.0.0
rescript: ^11.0.0-beta.4
rescript: ^11.0.0
languageName: unknown
linkType: soft

Expand Down

0 comments on commit ac29f29

Please sign in to comment.