Skip to content
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] v7.0.0-alpha.0 #10966

Merged
merged 35 commits into from
Nov 10, 2023
Merged

Conversation

michelengelen
Copy link
Member

@michelengelen michelengelen commented Nov 9, 2023


The following steps must be proposed as a pull request.

  • Compare the last tag with the branch upon which you want to release (next for the alpha / beta releases and master for the current stable version).
  • Clean the generated changelog, to match the format of https://github.com/mui/mui-x/releases.
  • Update the root package.json's version
  • Update the versions of the other package.json files and of the dependencies with yarn release:version (yarn release:version prerelease for alpha / beta releases).
  • Open PR with changes and wait for review and green CI.
  • Merge PR once CI is green, and it has been approved.

Release the packages

  • Checkout the last version of the working branch
  • Make sure you have the latest dependencies installed: yarn.
  • Build the packages: yarn release:build.
  • Release the versions on npm: yarn release:publish (you need your 2FA device).
  • Push the newly created tag: yarn release:tag.

Publish the documentation

The documentation must be updated on the docs-vX branch (docs-v4 for v4.X releases, docs-v5 for v5.X releases, ...)

  • Push the working branch on the documentation release branch to deploy the documentation with the latest changes.

Publish GitHub release

Announce

@mui-bot
Copy link

mui-bot commented Nov 9, 2023

Deploy preview: https://deploy-preview-10966--material-ui-x.netlify.app/

Generated by 🚫 dangerJS against 425143f

CHANGELOG.md Outdated Show resolved Hide resolved
CHANGELOG.md Outdated Show resolved Hide resolved
CHANGELOG.md Show resolved Hide resolved
packages/x-codemod/package.json Show resolved Hide resolved
packages/x-license-pro/package.json Show resolved Hide resolved
@michelengelen
Copy link
Member Author

If we can include #10972

I did add it to the log so we do not miss it

CHANGELOG.md Outdated Show resolved Hide resolved
CHANGELOG.md Show resolved Hide resolved
michelengelen and others added 3 commits November 9, 2023 16:30
Co-authored-by: Lukas <[email protected]>
Signed-off-by: Michel Engelen <[email protected]>
Co-authored-by: Bilal Shafi <[email protected]>
Signed-off-by: Michel Engelen <[email protected]>
CHANGELOG.md Outdated Show resolved Hide resolved
Co-authored-by: Lukas <[email protected]>
Signed-off-by: Michel Engelen <[email protected]>
CHANGELOG.md Outdated Show resolved Hide resolved
Signed-off-by: Michel Engelen <[email protected]>
@flaviendelangle
Copy link
Member

Should include #10819 which has just been merged 👍
And added to highlights

CHANGELOG.md Outdated Show resolved Hide resolved
CHANGELOG.md Show resolved Hide resolved
CHANGELOG.md Outdated Show resolved Hide resolved
michelengelen and others added 3 commits November 10, 2023 08:58
Co-authored-by: Lukas <[email protected]>
Signed-off-by: Michel Engelen <[email protected]>
Co-authored-by: Lukas <[email protected]>
Signed-off-by: Michel Engelen <[email protected]>
Co-authored-by: Lukas <[email protected]>
Signed-off-by: Michel Engelen <[email protected]>
@michelengelen
Copy link
Member Author

Thanks @LukasTy for adding in the l10n changes!

CHANGELOG.md Outdated Show resolved Hide resolved
Co-authored-by: José Rodolfo Freitas <[email protected]>
Signed-off-by: Danail Hadjiatanasov <[email protected]>
CHANGELOG.md Outdated Show resolved Hide resolved
CHANGELOG.md Show resolved Hide resolved
michelengelen and others added 2 commits November 10, 2023 09:49
Co-authored-by: Alexandre Fauquette <[email protected]>
Signed-off-by: Michel Engelen <[email protected]>
Co-authored-by: José Rodolfo Freitas <[email protected]>
Signed-off-by: Michel Engelen <[email protected]>
@joserodolfofreitas
Copy link
Member

Congrats, @mui/x !!

- [pickers] Refine `referenceDate` behavior in views (#10863) @LukasTy
- [pickers] Remove `components` and `componentsProps` props (#10700) @alexfauquette
- [l10n] Add Basque (eu) locale and improve Spanish (es-ES) locale (#10819) @lajtomekadimon
- [pickers] Add short weekdays token (#10988) @alexfauquette
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@alexfauquette its already in! 🎉

@michelengelen michelengelen merged commit 9ef001a into mui:next Nov 10, 2023
18 checks passed
@michelengelen michelengelen deleted the release/alpha-release branch November 10, 2023 10:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
release We are shipping :D v7.x
Projects
None yet
Development

Successfully merging this pull request may close these issues.