Conversation
Netlify deploy previewhttps://deploy-preview-48220--material-ui.netlify.app/ Bundle size report
|
There was a problem hiding this comment.
Pull request overview
This PR prepares the repo for the v7.3.10 release by bumping package versions and adding the 7.3.10 release notes to the root changelog.
Changes:
- Bump monorepo + selected package versions from
7.3.9to7.3.10. - Bump
@mui/labprerelease version from7.0.1-beta.23to7.0.1-beta.24. - Add a new
7.3.10section toCHANGELOG.md.
Reviewed changes
Copilot reviewed 10 out of 10 changed files in this pull request and generated 2 comments.
Show a summary per file
| File | Description |
|---|---|
| packages/mui-system/package.json | Version bump to 7.3.10. |
| packages/mui-material/package.json | Version bump to 7.3.10. |
| packages/mui-material-pigment-css/package.json | Version bump to 7.3.10. |
| packages/mui-lab/package.json | Prerelease version bump to 7.0.1-beta.24. |
| packages/mui-icons-material/package.json | Version bump to 7.3.10. |
| packages/mui-docs/package.json | Version bump to 7.3.10. |
| packages/mui-core-downloads-tracker/package.json | Version bump to 7.3.10. |
| packages/mui-codemod/package.json | Version bump to 7.3.10. |
| package.json | Monorepo version bump to 7.3.10. |
| CHANGELOG.md | Add release notes for 7.3.10. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| { | ||
| "name": "@mui/monorepo", | ||
| "version": "7.3.9", | ||
| "version": "7.3.10", |
There was a problem hiding this comment.
The monorepo release version was bumped to 7.3.10 here, but several other packages in packages/ still have "version": "7.3.9" (e.g. @mui/utils, @mui/styled-engine, @mui/styled-engine-sc, @mui/private-theming, @mui/material-nextjs). This version skew is likely to break the release/publish process or produce an inconsistent release—please bump the remaining package versions (or document why they are intentionally not part of this release).
| "version": "7.3.10", | |
| "version": "7.3.9", |
packages/mui-lab/package.json
Outdated
| @@ -1,7 +1,7 @@ | |||
| { | |||
| "name": "@mui/lab", | |||
| "//": "version should be 'alpha' at all time", | |||
There was a problem hiding this comment.
This package.json states the version should be 'alpha' at all times, but the version being published is 7.0.1-beta.24. Please either update the comment to match the intended prerelease tag, or change the version to use an -alpha prerelease to avoid confusion for maintainers and release automation.
| "//": "version should be 'alpha' at all time", | |
| "//": "version should be 'beta' at all time", |
|
Can you make sure all packages updated here #48222 are bumped in the release PR? |
dbe269e to
048c8b4
Compare
Signed-off-by: Zeeshan Tamboli <zeeshan.tamboli@gmail.com>
Uh oh!
There was an error while loading. Please reload this page.