Skip to content

Commit dfcc954

Browse files
KenanYusufarminmehMBilalShafi
authored
v6.20.5 (#14672)
Signed-off-by: Armin Mehinovic <[email protected]> Signed-off-by: Kenan Yusuf <[email protected]> Co-authored-by: Armin Mehinovic <[email protected]> Co-authored-by: Bilal Shafi <[email protected]>
1 parent e58e094 commit dfcc954

File tree

4 files changed

+29
-5
lines changed

4 files changed

+29
-5
lines changed

Diff for: CHANGELOG.md

+25-1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,30 @@
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+
## 6.20.5
7+
8+
_Sep 20, 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+
- 📚 Documentation improvements
14+
15+
### Data Grid
16+
17+
#### `@mui/[email protected]` [![premium](https://mui.com/r/x-premium-svg)](https://mui.com/r/x-premium-svg-link 'Premium plan')
18+
19+
- [DataGridPremium] Fix `onCellSelectionModelChange` not triggered when additional cell range is selected (#14650) @arminmeh
20+
21+
### Docs
22+
23+
- [docs] Fix "What's new in MUI X" link to use absolute URL @oliviertassinari
24+
25+
### Core
26+
27+
- [core] Fix `readme` deploy instruction @oliviertassinari
28+
- [core] Sync with core release flow @oliviertassinari
29+
630
## 6.20.4
731

832
_Jul 18, 2024_
@@ -25,7 +49,7 @@ Same changes as in `@mui/[email protected]`.
2549

2650
Same changes as in `@mui/[email protected]`.
2751

28-
## v6.20.3
52+
## 6.20.3
2953

3054
_Jun 28, 2024_
3155

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "6.20.4",
2+
"version": "6.20.5",
33
"private": true,
44
"scripts": {
55
"start": "yarn && yarn docs:dev",

Diff for: packages/grid/x-data-grid-generator/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mui/x-data-grid-generator",
3-
"version": "6.20.4",
3+
"version": "6.20.5",
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.4",
35+
"@mui/x-data-grid-premium": "6.20.5",
3636
"chance": "^1.1.11",
3737
"clsx": "^2.0.0",
3838
"lru-cache": "^7.18.3"

Diff for: packages/grid/x-data-grid-premium/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mui/x-data-grid-premium",
3-
"version": "6.20.4",
3+
"version": "6.20.5",
44
"description": "The Premium plan edition of the data grid component (MUI X).",
55
"author": "MUI Team",
66
"main": "src/index.ts",

0 commit comments

Comments
 (0)