[release] v9.5.0#22742
Conversation
There was a problem hiding this comment.
Pull request overview
Prepares the v9.5.0 release by bumping package versions across the monorepo and adding the corresponding 9.5.0 release notes to CHANGELOG.md.
Changes:
- Bump stable package versions from
9.4.0→9.5.0(root + Data Grid, Pickers, Charts, generator). - Bump pre-release package versions (
@mui/x-chatalpha,@mui/x-scheduler-premiumbeta). - Add
9.5.0changelog section covering Data Grid, Pickers, Charts, Scheduler, Docs, and Misc.
Reviewed changes
Copilot reviewed 13 out of 13 changed files in this pull request and generated 3 comments.
Show a summary per file
| File | Description |
|---|---|
| packages/x-scheduler-premium/package.json | Bumps scheduler premium pre-release version (beta.0 → beta.1). |
| packages/x-date-pickers/package.json | Bumps package version to 9.5.0. |
| packages/x-date-pickers-pro/package.json | Bumps package version to 9.5.0. |
| packages/x-data-grid/package.json | Bumps package version to 9.5.0. |
| packages/x-data-grid-pro/package.json | Bumps package version to 9.5.0. |
| packages/x-data-grid-premium/package.json | Bumps package version to 9.5.0. |
| packages/x-data-grid-generator/package.json | Bumps package version to 9.5.0. |
| packages/x-chat/package.json | Bumps chat pre-release version (alpha.8 → alpha.9). |
| packages/x-charts/package.json | Bumps package version to 9.5.0. |
| packages/x-charts-pro/package.json | Bumps package version to 9.5.0. |
| packages/x-charts-premium/package.json | Bumps package version to 9.5.0. |
| package.json | Bumps root version to 9.5.0. |
| CHANGELOG.md | Adds 9.5.0 release notes. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Deploy previewhttps://deploy-preview-22742--material-ui-x.netlify.app/ Bundle size
PerformanceTotal duration: 1,966.28 ms -344.81 ms(-14.9%) | Renders: 67 (+0) | Paint: 2,835.49 ms -551.85 ms(-16.3%)
…and 5 more (+16 within noise) — details Check out the code infra dashboard for more information about this PR. |
|
|
||
| #### `@mui/x-scheduler-premium@9.0.0-beta.1` [](https://mui.com/r/x-premium-svg-link 'Premium plan') | ||
|
|
||
| - [scheduler] Remove dead CSS variable writes in `EventTimelinePremiumContent` (#22720) @rita-codes |
There was a problem hiding this comment.
| - [scheduler] Remove dead CSS variable writes in `EventTimelinePremiumContent` (#22720) @rita-codes | |
| - [scheduler] Remove dead CSS variable writes in `EventTimelinePremiumContent` (#22720) @rita-codes | |
| - [scheduler] Show scope dialog when deleting a recurring event (#22552) @Anexus5919 |
There was a problem hiding this comment.
I've bumped other scheduler packages too (except 2 headless ones). Is this correct?
There was a problem hiding this comment.
Yesss, we had to change a small thing there, so that's expected (we updated the headless packages names, now we call them internals)
There was a problem hiding this comment.
But the change should be under premium, because the recurring events are only available on premium, so
you will never see the scope dialog on the community version
There was a problem hiding this comment.
The change we made on the community version is just a rename of the function that triggers the deletion (and decides if we show or not the scope dialog)
There was a problem hiding this comment.
OK, moved it to premium
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> Signed-off-by: Jose C Quintas Jr <juniorquintas@gmail.com>
|
The Netlify deployment succeeded, but still hanging as pending in the checks: https://app.netlify.com/projects/material-ui-x/deploys/6a2a9e772dd5e9ab5916c649 |
Release version 9.5.0
Prepare the release of the packages
Release the packages
Publish the documentation
pnpm docs:deployPublish GitHub release
Announce