Skip to content

Commit

Permalink
v6.19.11 (#12832)
Browse files Browse the repository at this point in the history
  • Loading branch information
cherniavskii committed Apr 18, 2024
1 parent 9b2e156 commit 571d833
Show file tree
Hide file tree
Showing 7 changed files with 33 additions and 9 deletions.
22 changes: 22 additions & 0 deletions CHANGELOG.md
Expand Up @@ -3,6 +3,28 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 6.19.11

_Apr 18, 2024_

We'd like to offer a big thanks to the 1 contributor who made this release possible. Here are some highlights ✨:

- 🐞 Bugfixes

### Data Grid

#### `@mui/x-data-grid@6.19.11`

- [DataGrid] Fix virtualization memory leak (#12812) @romgrk

#### `@mui/x-data-grid-pro@6.19.11` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan')

Same changes as in `@mui/x-data-grid@6.19.11`.

#### `@mui/x-data-grid-premium@6.19.11` [![premium](https://mui.com/r/x-premium-svg)](https://mui.com/r/x-premium-svg-link 'Premium plan')

Same changes as in `@mui/x-data-grid-pro@6.19.11`.

## 6.19.10

_Apr 12, 2024_
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,5 +1,5 @@
{
"version": "6.19.10",
"version": "6.19.11",
"private": true,
"scripts": {
"start": "yarn && yarn docs:dev",
Expand Down
4 changes: 2 additions & 2 deletions packages/grid/x-data-grid-generator/package.json
@@ -1,6 +1,6 @@
{
"name": "@mui/x-data-grid-generator",
"version": "6.19.10",
"version": "6.19.11",
"description": "Generate fake data for demo purposes only.",
"author": "MUI Team",
"main": "src/index.ts",
Expand Down Expand Up @@ -32,7 +32,7 @@
"dependencies": {
"@babel/runtime": "^7.23.2",
"@mui/base": "^5.0.0-beta.22",
"@mui/x-data-grid-premium": "6.19.10",
"@mui/x-data-grid-premium": "6.19.11",
"chance": "^1.1.11",
"clsx": "^2.0.0",
"lru-cache": "^7.18.3"
Expand Down
6 changes: 3 additions & 3 deletions packages/grid/x-data-grid-premium/package.json
@@ -1,6 +1,6 @@
{
"name": "@mui/x-data-grid-premium",
"version": "6.19.10",
"version": "6.19.11",
"description": "The Premium plan edition of the data grid component (MUI X).",
"author": "MUI Team",
"main": "src/index.ts",
Expand Down Expand Up @@ -44,8 +44,8 @@
"dependencies": {
"@babel/runtime": "^7.23.2",
"@mui/utils": "^5.14.16",
"@mui/x-data-grid": "6.19.10",
"@mui/x-data-grid-pro": "6.19.10",
"@mui/x-data-grid": "6.19.11",
"@mui/x-data-grid-pro": "6.19.11",
"@mui/x-license-pro": "6.10.2",
"@types/format-util": "^1.0.3",
"clsx": "^2.0.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/grid/x-data-grid-pro/package.json
@@ -1,6 +1,6 @@
{
"name": "@mui/x-data-grid-pro",
"version": "6.19.10",
"version": "6.19.11",
"description": "The Pro plan edition of the data grid component (MUI X).",
"author": "MUI Team",
"main": "src/index.ts",
Expand Down Expand Up @@ -44,7 +44,7 @@
"dependencies": {
"@babel/runtime": "^7.23.2",
"@mui/utils": "^5.14.16",
"@mui/x-data-grid": "6.19.10",
"@mui/x-data-grid": "6.19.11",
"@mui/x-license-pro": "6.10.2",
"@types/format-util": "^1.0.3",
"clsx": "^2.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/grid/x-data-grid/package.json
@@ -1,6 +1,6 @@
{
"name": "@mui/x-data-grid",
"version": "6.19.10",
"version": "6.19.11",
"description": "The community edition of the data grid component (MUI X).",
"author": "MUI Team",
"main": "src/index.ts",
Expand Down
2 changes: 2 additions & 0 deletions scripts/README.md
Expand Up @@ -23,6 +23,8 @@ The following steps must be proposed as a pull request.
--release The branch to release (default: master)
```

For the v6 release pass the last released version to `--lastRelease`: `yarn release:changelog --lastRelease v6.19.10 --release v6.x`

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.
Expand Down

0 comments on commit 571d833

Please sign in to comment.