v9.0.0-alpha.4#48040
Conversation
Netlify deploy previewhttps://deploy-preview-48040--material-ui.netlify.app/ Bundle size report
|
There was a problem hiding this comment.
Pull request overview
This PR prepares the repository for the v9.0.0-alpha.4 release by bumping package versions across the monorepo and adding the corresponding changelog entry.
Changes:
- Bump multiple
@mui/*package versions from9.0.0-alpha.3to9.0.0-alpha.4(and update the root monorepo version). - Update internal package versions (
@mui/internal-markdown,@mui/internal-scripts). - Add the
9.0.0-alpha.4release notes section toCHANGELOG.md.
Reviewed changes
Copilot reviewed 15 out of 15 changed files in this pull request and generated 1 comment.
Show a summary per file
| File | Description |
|---|---|
| packages/mui-utils/package.json | Version bump to 9.0.0-alpha.4. |
| packages/mui-system/package.json | Version bump to 9.0.0-alpha.4. |
| packages/mui-stylis-plugin-rtl/package.json | Version bump to 9.0.0-alpha.4. |
| packages/mui-private-theming/package.json | Version bump to 9.0.0-alpha.4. |
| packages/mui-material/package.json | Version bump to 9.0.0-alpha.4. |
| packages/mui-material-pigment-css/package.json | Version bump to 9.0.0-alpha.4. |
| packages/mui-lab/package.json | Version bump to 9.0.0-alpha.4. |
| packages/mui-icons-material/package.json | Version bump to 9.0.0-alpha.4. |
| packages/mui-docs/package.json | Version bump to 9.0.0-alpha.4 (and peer dependency line repositioned). |
| packages/mui-core-downloads-tracker/package.json | Version bump to 9.0.0-alpha.4. |
| packages/mui-codemod/package.json | Version bump to 9.0.0-alpha.4. |
| packages/markdown/package.json | Version bump to 3.0.4. |
| packages-internal/scripts/package.json | Version bump to 3.0.5. |
| package.json | Root monorepo version bump to 9.0.0-alpha.4. |
| CHANGELOG.md | Add 9.0.0-alpha.4 release notes. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
You can also share your feedback on Copilot code review. Take the survey.
| { | ||
| "name": "@mui/monorepo", | ||
| "version": "9.0.0-alpha.3", | ||
| "version": "9.0.0-alpha.4", |
|
|
||
| ### `@mui/material@9.0.0-alpha.4` | ||
|
|
||
| - [text field] Remove deprecated props (#47878) @ZeeshanTamboli |
There was a problem hiding this comment.
We typically do breaking changes section in alpha stage, check older releases for the patterns
| { | ||
| "name": "@mui/internal-markdown", | ||
| "version": "3.0.3", | ||
| "version": "3.0.4", |
There was a problem hiding this comment.
Are we suppose to sync this version with the @mui/interla-scripts? cc @brijeshb42
c0bc41b to
b216331
Compare
Uh oh!
There was an error while loading. Please reload this page.