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

v6.10.2 #9810

Merged
merged 4 commits into from
Jul 27, 2023
Merged

v6.10.2 #9810

merged 4 commits into from
Jul 27, 2023

Conversation

cherniavskii
Copy link
Member

@cherniavskii cherniavskii commented Jul 27, 2023

Changelog preview: https://github.com/cherniavskii/mui-x/blob/release/6.10.2/CHANGELOG.md

Checklist:

  • 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).
    To do so, use yarn release:changelog The options are the following:

    yarn release:changelog
       --githubToken   YOUR_GITHUB_TOKEN (needs "public_repo" permission)
       --lastRelease   The release to compare against (default: the last one)
       --release       The branch to release (default: master)

    You can also provide the github token by setting process.env.GITHUB_TOKEN variable.

    In case of a problem, another method to generate the changelog is available at the end of this page.

  • 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.
git push upstream master:docs-v6 -f

You can follow the deployment process on the Netlify Dashboard
Once deployed, it will be accessible at https://material-ui-x.netlify.app/ for the docs-v6 deployment.

Publish GitHub release

@cherniavskii cherniavskii added the release We are shipping :D label Jul 27, 2023
@cherniavskii cherniavskii requested review from richbustos and a team July 27, 2023 14:10
@mui-bot
Copy link

mui-bot commented Jul 27, 2023

Netlify deploy preview

Netlify deploy preview: https://deploy-preview-9810--material-ui-x.netlify.app/

Updated pages

No updates.

These are the results for the performance tests:

Test case Unit Min Max Median Mean σ
Filter 100k rows ms 318.9 464.3 398.9 380.96 54.573
Sort 100k rows ms 452.1 995.6 668.2 687.08 176.601
Select 100k rows ms 180.4 287.5 206 226.34 42.221
Deselect 100k rows ms 104.3 285.8 174.9 178.44 64.256

Generated by 🚫 dangerJS against 9e50974

CHANGELOG.md Show resolved Hide resolved
@cherniavskii cherniavskii marked this pull request as ready for review July 27, 2023 15:09
@cherniavskii cherniavskii requested a review from a team July 27, 2023 16:29
@joserodolfofreitas joserodolfofreitas requested a review from a team July 27, 2023 16:33
@cherniavskii cherniavskii merged commit 7fd5497 into mui:master Jul 27, 2023
@cherniavskii cherniavskii deleted the release/6.10.2 branch July 27, 2023 16:56
MBilalShafi pushed a commit that referenced this pull request Aug 2, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
release We are shipping :D
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants