-
-
Notifications
You must be signed in to change notification settings - Fork 32.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[release] v5.11.15 #36669
[release] v5.11.15 #36669
Conversation
mj12albert
commented
Mar 28, 2023
•
edited
Loading
edited
- I have followed (at least) the PR section of the contributing guide.
Netlify deploy previewhttps://deploy-preview-36669--material-ui.netlify.app/ Bundle size report |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks great
@mj12albert Would you mind looking at this small bug fix to go with this release? |
packages/mui-material/package.json
Outdated
@@ -61,9 +61,9 @@ | |||
}, | |||
"dependencies": { | |||
"@babel/runtime": "^7.21.0", | |||
"@mui/base": "5.0.0-alpha.122", | |||
"@mui/base": "5.0.0-alpha.123", | |||
"@mui/core-downloads-tracker": "^5.11.14", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Shouldn't this change as well? cc @michaldudak
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fixed!
Updated! @siriwatknp |
Just merged this PR: #36604 |
"@mui/base": "5.0.0-alpha.123", | ||
"@mui/system": "^5.11.15", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
don't we need a new version released for @mui/lab
? otherwise, latest version of @mui/lab
becomes incompatible with latest version of @mui/material
.. since they rely on different version of @mui/base
..