Skip to content

Commit 41846a3

Browse files
authored
[release] v7.29.11 (#20397)
1 parent 5fa2c25 commit 41846a3

File tree

6 files changed

+38
-7
lines changed

6 files changed

+38
-7
lines changed

CHANGELOG.md

Lines changed: 33 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,37 @@
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+
## 7.29.11
7+
8+
_Nov 19, 2025_
9+
10+
We'd like to extend a big thank you to the 2 contributors who made this release possible. Here are some highlights ✨:
11+
12+
- 🐞 Bugfixes
13+
14+
Following are all team members who have contributed to this release:
15+
@arminmeh, @mapache-salvaje
16+
17+
<!--/ HIGHLIGHT_ABOVE_SEPARATOR /-->
18+
19+
### Data Grid
20+
21+
#### `@mui/[email protected]`
22+
23+
- [DataGrid] Prevent Safari 26 error in the event handler (#20382) @arminmeh
24+
25+
#### `@mui/[email protected]` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link "Pro plan")
26+
27+
Same changes as in `@mui/[email protected]`.
28+
29+
#### `@mui/[email protected]` [![premium](https://mui.com/r/x-premium-svg)](https://mui.com/r/x-premium-svg-link "Premium plan")
30+
31+
Same changes as in `@mui/[email protected]`.
32+
33+
### Docs
34+
35+
- [docs] Revise the Pro filter docs (#18815) @mapache-salvaje
36+
637
## v7.29.10
738

839
_Sep 25, 2025_
@@ -14,6 +45,8 @@ We'd like to extend a big thank you to the 1 contributor who made this release p
1445
The following is the team member who have contributed to this release:
1546
@flaviendelangle
1647

48+
<!--/ HIGHLIGHT_ABOVE_SEPARATOR /-->
49+
1750
### Tree View
1851

1952
#### `@mui/[email protected]`
@@ -24,8 +57,6 @@ The following is the team member who have contributed to this release:
2457

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

27-
<!--/ HIGHLIGHT_ABOVE_SEPARATOR /-->
28-
2960
## 7.29.9
3061

3162
_Aug 7, 2025_

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "7.29.10",
2+
"version": "7.29.11",
33
"private": true,
44
"scripts": {
55
"preinstall": "npx only-allow pnpm",

packages/x-data-grid-generator/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-generator",
3-
"version": "7.29.9",
3+
"version": "7.29.11",
44
"description": "Generate fake data for demo purposes only.",
55
"author": "MUI Team",
66
"main": "src/index.ts",

packages/x-data-grid-premium/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-premium",
3-
"version": "7.29.9",
3+
"version": "7.29.11",
44
"description": "The Premium plan edition of the Data Grid Components (MUI X).",
55
"author": "MUI Team",
66
"main": "src/index.ts",

packages/x-data-grid-pro/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-pro",
3-
"version": "7.29.9",
3+
"version": "7.29.11",
44
"description": "The Pro plan edition of the Data Grid components (MUI X).",
55
"author": "MUI Team",
66
"main": "src/index.ts",

packages/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": "7.29.9",
3+
"version": "7.29.11",
44
"description": "The Community plan edition of the Data Grid components (MUI X).",
55
"author": "MUI Team",
66
"main": "src/index.ts",

0 commit comments

Comments
 (0)