-
-
Notifications
You must be signed in to change notification settings - Fork 32.4k
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] v6.2.0 #44710
[release] v6.2.0 #44710
Conversation
mj12albert
commented
Dec 10, 2024
- I have followed (at least) the PR section of the contributing guide.
Netlify deploy previewhttps://deploy-preview-44710--material-ui.netlify.app/ Bundle size reportDetails of bundle changes (Toolpad) |
0bb62bb
to
b95bf58
Compare
c4d0181
to
02ffb75
Compare
Quick question. I might have missed it but can we make sure Joy UI will be compatible with React19 as well? I understand it's not Prio 1 but it is used and I think a release is warranted here! |
MUI X also needs a Joy release to unblock mui/mui-x#15769 (comment). The types are already updated, I think we only need to release, may I ask you to include it here @mj12albert? |
02ffb75
to
e71bf65
Compare
I've bumped the Joy version as well! |
packages/mui-joy/package.json
Outdated
@@ -1,6 +1,6 @@ | |||
{ | |||
"name": "@mui/joy", | |||
"version": "5.0.0-beta.46", | |||
"version": "5.0.0-beta.47", |
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.
Latest published version of joy is 5.0.0-beta.48
(released from the v5.x branch), so we should bump it to 49.
@aarongarciah @siriwatknp do you recall if there might be any issues releasing joy from this branch?
I think it should be fine, as no breaking changes to Joy should've been made since the v6 master/next split. I would prefer to release them from this branch as it's ready with React 19 changes, whereas v5.x is still missing some final changes.
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.
We'll also need a base release 😅 @mj12albert
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.
I can't recall any issues.
e71bf65
to
91eda83
Compare
It's not possible to install
Maybe it wasn't deployed? |
@rodrigogs It should be fixed now (#44724 (comment)), please try again 🙏 |
It worked, thank you! |