Skip to content

Commit

Permalink
v6.20.5 (#14672)
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
3 people authored Sep 20, 2024
1 parent e58e094 commit dfcc954
Show file tree
Hide file tree
Showing 4 changed files with 29 additions and 5 deletions.
26 changes: 25 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,30 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 6.20.5

_Sep 20, 2024_

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

- 🐞 Bugfixes
- 📚 Documentation improvements

### Data Grid

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

- [DataGridPremium] Fix `onCellSelectionModelChange` not triggered when additional cell range is selected (#14650) @arminmeh

### Docs

- [docs] Fix "What's new in MUI X" link to use absolute URL @oliviertassinari

### Core

- [core] Fix `readme` deploy instruction @oliviertassinari
- [core] Sync with core release flow @oliviertassinari

## 6.20.4

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

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

## v6.20.3
## 6.20.3

_Jun 28, 2024_

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "6.20.4",
"version": "6.20.5",
"private": true,
"scripts": {
"start": "yarn && yarn docs:dev",
Expand Down
4 changes: 2 additions & 2 deletions packages/grid/x-data-grid-generator/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mui/x-data-grid-generator",
"version": "6.20.4",
"version": "6.20.5",
"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.20.4",
"@mui/x-data-grid-premium": "6.20.5",
"chance": "^1.1.11",
"clsx": "^2.0.0",
"lru-cache": "^7.18.3"
Expand Down
2 changes: 1 addition & 1 deletion packages/grid/x-data-grid-premium/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mui/x-data-grid-premium",
"version": "6.20.4",
"version": "6.20.5",
"description": "The Premium plan edition of the data grid component (MUI X).",
"author": "MUI Team",
"main": "src/index.ts",
Expand Down

0 comments on commit dfcc954

Please sign in to comment.