diff --git a/CHANGELOG.md b/CHANGELOG.md index f685f6c9eaf95..11c5d536ee9db 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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. +## 7.23.5 + +_Dec 27, 2024_ + +Here are some highlights ✨: + +- 🐞 Fix version mismatch issue in Data Grid codesandbox/stackblitz demos + + + +### Data Grid + +#### `@mui/x-data-grid@7.23.5` + +No changes since `@mui/x-data-grid@v7.23.4`. + +#### `@mui/x-data-grid-pro@7.23.5` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan') + +Same changes as in `@mui/x-data-grid@7.23.5`. + +#### `@mui/x-data-grid-premium@7.23.5` [![premium](https://mui.com/r/x-premium-svg)](https://mui.com/r/x-premium-svg-link 'Premium plan') + +Same changes as in `@mui/x-data-grid-pro@7.23.5`. + ## v7.23.4 _Dec 27, 2024_ diff --git a/package.json b/package.json index c282633b81f13..3a2cbc44a2321 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "version": "7.23.4", + "version": "7.23.5", "private": true, "scripts": { "preinstall": "npx only-allow pnpm", diff --git a/packages/x-data-grid-generator/package.json b/packages/x-data-grid-generator/package.json index 26f4fcc26f577..843229c151433 100644 --- a/packages/x-data-grid-generator/package.json +++ b/packages/x-data-grid-generator/package.json @@ -1,6 +1,6 @@ { "name": "@mui/x-data-grid-generator", - "version": "7.23.4", + "version": "7.23.5", "description": "Generate fake data for demo purposes only.", "author": "MUI Team", "main": "src/index.ts", diff --git a/packages/x-data-grid-premium/package.json b/packages/x-data-grid-premium/package.json index b7f445f4662ff..41d510767ada5 100644 --- a/packages/x-data-grid-premium/package.json +++ b/packages/x-data-grid-premium/package.json @@ -1,6 +1,6 @@ { "name": "@mui/x-data-grid-premium", - "version": "7.23.4", + "version": "7.23.5", "description": "The Premium plan edition of the Data Grid Components (MUI X).", "author": "MUI Team", "main": "src/index.ts", diff --git a/packages/x-data-grid-pro/package.json b/packages/x-data-grid-pro/package.json index 5f3b3fc543439..1631330d469e7 100644 --- a/packages/x-data-grid-pro/package.json +++ b/packages/x-data-grid-pro/package.json @@ -1,6 +1,6 @@ { "name": "@mui/x-data-grid-pro", - "version": "7.23.4", + "version": "7.23.5", "description": "The Pro plan edition of the Data Grid components (MUI X).", "author": "MUI Team", "main": "src/index.ts", diff --git a/packages/x-data-grid/package.json b/packages/x-data-grid/package.json index 0b7eb054acab7..737f29c7ece56 100644 --- a/packages/x-data-grid/package.json +++ b/packages/x-data-grid/package.json @@ -1,6 +1,6 @@ { "name": "@mui/x-data-grid", - "version": "7.23.4", + "version": "7.23.5", "description": "The Community plan edition of the Data Grid components (MUI X).", "author": "MUI Team", "main": "src/index.ts", diff --git a/packages/x-internals/package.json b/packages/x-internals/package.json index 297f2eb89088a..420e89aecbe9a 100644 --- a/packages/x-internals/package.json +++ b/packages/x-internals/package.json @@ -1,6 +1,6 @@ { "name": "@mui/x-internals", - "version": "7.23.0", + "version": "7.23.5", "description": "Utility functions for the MUI X packages (internal use only).", "author": "MUI Team", "license": "MIT", diff --git a/packages/x-license/package.json b/packages/x-license/package.json index 6cfca53fea768..bb273f14a4544 100644 --- a/packages/x-license/package.json +++ b/packages/x-license/package.json @@ -1,6 +1,6 @@ { "name": "@mui/x-license", - "version": "7.23.2", + "version": "7.23.5", "description": "MUI X License verification", "author": "MUI Team", "main": "src/index.ts",