Skip to content

Commit 31cc860

Browse files
authored
v6.20.3 (#13656)
1 parent be51dfe commit 31cc860

File tree

6 files changed

+35
-9
lines changed

6 files changed

+35
-9
lines changed

CHANGELOG.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,32 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## v6.20.3
7+
8+
_Jun 28, 2024_
9+
10+
We'd like to offer a big thanks to the 2 contributors who made this release possible. Here are some highlights ✨:
11+
12+
- 🐞 Bugfixes
13+
14+
### Data Grid
15+
16+
#### `@mui/[email protected]`
17+
18+
- [DataGrid] Make `rowCount` part of the state (#12406) @MBilalShafi
19+
20+
#### `@mui/[email protected]` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan')
21+
22+
Same changes as in `@mui/[email protected]`.
23+
24+
#### `@mui/[email protected]` [![premium](https://mui.com/r/x-premium-svg)](https://mui.com/r/x-premium-svg-link 'Premium plan')
25+
26+
Same changes as in `@mui/[email protected]`.
27+
28+
### Core
29+
30+
- [core] Update release readme with `pnpm` notice (#13577) @LukasTy
31+
632
## 6.20.2
733

834
_Jun 20, 2024_

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "6.20.2",
2+
"version": "6.20.3",
33
"private": true,
44
"scripts": {
55
"start": "yarn && yarn docs:dev",

packages/grid/x-data-grid-generator/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mui/x-data-grid-generator",
3-
"version": "6.20.1",
3+
"version": "6.20.3",
44
"description": "Generate fake data for demo purposes only.",
55
"author": "MUI Team",
66
"main": "src/index.ts",
@@ -32,7 +32,7 @@
3232
"dependencies": {
3333
"@babel/runtime": "^7.23.2",
3434
"@mui/base": "^5.0.0-beta.22",
35-
"@mui/x-data-grid-premium": "6.20.1",
35+
"@mui/x-data-grid-premium": "6.20.3",
3636
"chance": "^1.1.11",
3737
"clsx": "^2.0.0",
3838
"lru-cache": "^7.18.3"

packages/grid/x-data-grid-premium/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mui/x-data-grid-premium",
3-
"version": "6.20.1",
3+
"version": "6.20.3",
44
"description": "The Premium plan edition of the data grid component (MUI X).",
55
"author": "MUI Team",
66
"main": "src/index.ts",
@@ -44,8 +44,8 @@
4444
"dependencies": {
4545
"@babel/runtime": "^7.23.2",
4646
"@mui/utils": "^5.14.16",
47-
"@mui/x-data-grid": "6.20.1",
48-
"@mui/x-data-grid-pro": "6.20.1",
47+
"@mui/x-data-grid": "6.20.3",
48+
"@mui/x-data-grid-pro": "6.20.3",
4949
"@mui/x-license-pro": "6.10.2",
5050
"@types/format-util": "^1.0.3",
5151
"clsx": "^2.0.0",

packages/grid/x-data-grid-pro/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mui/x-data-grid-pro",
3-
"version": "6.20.1",
3+
"version": "6.20.3",
44
"description": "The Pro plan edition of the data grid component (MUI X).",
55
"author": "MUI Team",
66
"main": "src/index.ts",
@@ -44,7 +44,7 @@
4444
"dependencies": {
4545
"@babel/runtime": "^7.23.2",
4646
"@mui/utils": "^5.14.16",
47-
"@mui/x-data-grid": "6.20.1",
47+
"@mui/x-data-grid": "6.20.3",
4848
"@mui/x-license-pro": "6.10.2",
4949
"@types/format-util": "^1.0.3",
5050
"clsx": "^2.0.0",

packages/grid/x-data-grid/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mui/x-data-grid",
3-
"version": "6.20.1",
3+
"version": "6.20.3",
44
"description": "The community edition of the data grid component (MUI X).",
55
"author": "MUI Team",
66
"main": "src/index.ts",

0 commit comments

Comments
 (0)