-
-
Notifications
You must be signed in to change notification settings - Fork 32.6k
[core] Remove unecessary versions #46034
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
[core] Remove unecessary versions #46034
Conversation
Netlify deploy previewhttps://deploy-preview-46034--material-ui.netlify.app/ Bundle size report |
@@ -1,7 +1,6 @@ | |||
{ | |||
"name": "material-ui-pigment-css-vite", | |||
"private": true, |
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.
Should examples have a private field?
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.
@@ -1,6 +1,6 @@ | |||
{ | |||
"name": "material-ui-nextjs-ts", | |||
"version": "5.0.0", | |||
"version": "7.0.0", |
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.
Seeing that we forgot to update those versions for 9+ months, I was also considering
"version": "7.0.0", |
The value of having the version is negligible, but it's a bit out of scope of this PR.
CI is green, let's move forward, less clutter. |
Same as mui/mui-x#17582