Skip to content

Commit b3091fe

Browse files
MBilalShafiDanailH
andauthored
v7.23.5 (#16010)
Co-authored-by: Danail Hadjiatanasov <[email protected]>
1 parent f13dd69 commit b3091fe

File tree

8 files changed

+31
-7
lines changed

8 files changed

+31
-7
lines changed

Diff for: CHANGELOG.md

+24
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+
## 7.23.5
7+
8+
_Dec 27, 2024_
9+
10+
Here are some highlights ✨:
11+
12+
- 🐞 Fix version mismatch issue in Data Grid codesandbox/stackblitz demos
13+
14+
<!--/ HIGHLIGHT_ABOVE_SEPARATOR /-->
15+
16+
### Data Grid
17+
18+
#### `@mui/[email protected]`
19+
20+
No changes since `@mui/[email protected]`.
21+
22+
#### `@mui/[email protected]` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan')
23+
24+
Same changes as in `@mui/[email protected]`.
25+
26+
#### `@mui/[email protected]` [![premium](https://mui.com/r/x-premium-svg)](https://mui.com/r/x-premium-svg-link 'Premium plan')
27+
28+
Same changes as in `@mui/[email protected]`.
29+
630
## v7.23.4
731

832
_Dec 27, 2024_

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "7.23.4",
2+
"version": "7.23.5",
33
"private": true,
44
"scripts": {
55
"preinstall": "npx only-allow pnpm",

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mui/x-data-grid-generator",
3-
"version": "7.23.4",
3+
"version": "7.23.5",
44
"description": "Generate fake data for demo purposes only.",
55
"author": "MUI Team",
66
"main": "src/index.ts",

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

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mui/x-data-grid-pro",
3-
"version": "7.23.4",
3+
"version": "7.23.5",
44
"description": "The Pro plan edition of the Data Grid components (MUI X).",
55
"author": "MUI Team",
66
"main": "src/index.ts",

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

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

Diff for: packages/x-internals/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mui/x-internals",
3-
"version": "7.23.0",
3+
"version": "7.23.5",
44
"description": "Utility functions for the MUI X packages (internal use only).",
55
"author": "MUI Team",
66
"license": "MIT",

Diff for: packages/x-license/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mui/x-license",
3-
"version": "7.23.2",
3+
"version": "7.23.5",
44
"description": "MUI X License verification",
55
"author": "MUI Team",
66
"main": "src/index.ts",

0 commit comments

Comments
 (0)