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

v5.5.1 #3914

Merged
merged 6 commits into from
Feb 10, 2022
Merged

v5.5.1 #3914

merged 6 commits into from
Feb 10, 2022

Conversation

cherniavskii
Copy link
Member

@cherniavskii cherniavskii commented Feb 10, 2022

Prepare the release of the packages

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).
      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 problem, another method to generate the changelog is available at the end of this page.

    • Update the root package.json's version
    • Update the versions of the other package.json files and of the dependencies with yarn release:version.
    • 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).
    • Create a new tag named with the release you just did git tag v4.0.0-alpha.30 && git push upstream --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-v5 -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-v5 deployment.

Publish GitHub release

@cherniavskii cherniavskii added the release We are shipping :D label Feb 10, 2022
@cherniavskii cherniavskii requested a review from a team February 10, 2022 14:04
@mui-bot
Copy link

mui-bot commented Feb 10, 2022

These are the results for the performance tests:

Test case Unit Min Max Median Mean σ
Filter 100k rows ms 279.5 557.8 345.2 391.68 99.293
Sort 100k rows ms 408 818.7 729.5 691.28 149.088
Select 100k rows ms 190.7 284.6 200 223.12 35.603
Deselect 100k rows ms 116.3 265.2 131.3 166.02 58.019

Generated by 🚫 dangerJS against bf141d2

@DanailH
Copy link
Member

DanailH commented Feb 10, 2022

Adding @mui/x as a reviewr is not adviced as people may skip the PR. We used to do it but opted out. You are better off adding each person individually.

@cherniavskii cherniavskii requested review from alexfauquette, DanailH, flaviendelangle, joserodolfofreitas and m4theushw and removed request for a team February 10, 2022 14:13
CHANGELOG.md Outdated Show resolved Hide resolved
CHANGELOG.md Outdated Show resolved Hide resolved
CHANGELOG.md Outdated Show resolved Hide resolved
CHANGELOG.md Outdated Show resolved Hide resolved
CHANGELOG.md Outdated Show resolved Hide resolved
CHANGELOG.md Outdated Show resolved Hide resolved
CHANGELOG.md Outdated Show resolved Hide resolved
CHANGELOG.md Outdated Show resolved Hide resolved
CHANGELOG.md Outdated Show resolved Hide resolved
CHANGELOG.md Outdated Show resolved Hide resolved
CHANGELOG.md Show resolved Hide resolved
cherniavskii and others added 2 commits February 10, 2022 15:37
Co-authored-by: Matheus Wichman <matheushw@outlook.com>
Co-authored-by: Danail Hadjiatanasov <hadjiatanasov@gmail.com>
Co-authored-by: Alexandre Fauquette <45398769+alexfauquette@users.noreply.github.com>
@cherniavskii cherniavskii changed the title v5.6.0 v5.5.1 Feb 10, 2022
CHANGELOG.md Outdated Show resolved Hide resolved
CHANGELOG.md Outdated Show resolved Hide resolved
packages/grid/x-data-grid-pro/package.json Show resolved Hide resolved
- 📚 Documentation improvements
- 🐞 Bugfixes

### `@mui/x-data-grid@v5.5.1` / `@mui/x-data-grid-pro@v5.5.1`
Copy link
Member

Choose a reason for hiding this comment

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

A potential discussion we could continue #3682 (comment)

@cherniavskii cherniavskii mentioned this pull request Feb 10, 2022
@cherniavskii cherniavskii merged commit 0f38b95 into mui:master Feb 10, 2022
@cherniavskii cherniavskii deleted the release-v5.6.0 branch February 10, 2022 16:14
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.

7 participants