From db1f295f1d8235a05c30854236f7ad5461cb2b5f Mon Sep 17 00:00:00 2001 From: Jose Quintas Date: Thu, 7 Nov 2024 10:49:33 +0100 Subject: [PATCH 01/15] changelog and versions --- CHANGELOG.md | 62 +++++++++++++++++++++ package.json | 2 +- packages/x-charts-pro/package.json | 2 +- packages/x-charts/package.json | 2 +- packages/x-data-grid-generator/package.json | 2 +- packages/x-data-grid-premium/package.json | 2 +- packages/x-data-grid-pro/package.json | 2 +- packages/x-data-grid/package.json | 2 +- 8 files changed, 69 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index deaeddbf9209..bbba80ef60b0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,68 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## 7.22.2 + + + +_Nov 7, 2024_ + +We'd like to offer a big thanks to the 2 contributors who made this release possible. Here are some highlights ✨: + +TODO INSERT HIGHLIGHTS + +Special thanks go out to the community contributors who have helped make this release possible: +@clins1994, @k-rajat19. +Following are all team members who have contributed to this release: +@MBilalShafi, @KenanYusuf, @arminmeh. + + + +### Data Grid + +#### `@mui/x-data-grid@7.22.2` + +- [DataGrid] Fix `null` reference error in `GridVirtualScrollbar` (#15009) (#15289) @MBilalShafi +- [DataGrid] Fix filtering with `boolean` column type (@k-rajat19) (#15257) @github-actions[bot] +- [DataGrid] Improve row selection propagation trigger (#15274) @MBilalShafi +- [DataGrid] Preprocess edit cell props on backspace/delete (@KenanYusuf) (#15223) @github-actions[bot] + +#### `@mui/x-data-grid-pro@7.22.2` [![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.22.2`. + +#### `@mui/x-data-grid-premium@7.22.2` [![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.22.2`, plus: + +- [DataGridPremium] Fix incorrect rows selection count when selection propagation is enabled with row grouping (@arminmeh) (#15222) @github-actions[bot] + +### Date and Time Pickers + +#### `@mui/x-date-pickers@7.22.2` + +No changes since `@mui/x-date-pickers@v7.22.1`. + +#### `@mui/x-date-pickers-pro@7.22.2` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan') + +Same changes as in `@mui/x-date-pickers@7.22.2`. + +### Charts + +#### `@mui/x-charts@7.22.2` + +- [charts] Allow `SeriesValueFormatter` to return `null` value (@clins1994) (#15295) @github-actions[bot] + +#### `@mui/x-charts-pro@__VERSION-ALPHA__` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan') + +Same changes as in `@mui/x-charts@7.22.2`. + +### Tree View + +#### `@mui/x-tree-view@7.22.2` + +No changes since `@mui/x-tree-view@v7.22.1`. + ## 7.22.1 _Nov 1, 2024_ diff --git a/package.json b/package.json index 98425f40561a..d88f56892f58 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "version": "7.22.1", + "version": "7.22.2", "private": true, "scripts": { "preinstall": "npx only-allow pnpm", diff --git a/packages/x-charts-pro/package.json b/packages/x-charts-pro/package.json index 27e4179bbc82..f0ddcdf44b47 100644 --- a/packages/x-charts-pro/package.json +++ b/packages/x-charts-pro/package.json @@ -1,6 +1,6 @@ { "name": "@mui/x-charts-pro", - "version": "7.0.0-beta.6", + "version": "7.0.0-beta.7", "description": "The Pro plan edition of the Charts components (MUI X).", "author": "MUI Team", "main": "src/index.ts", diff --git a/packages/x-charts/package.json b/packages/x-charts/package.json index a4ca379f0280..09267eebf35c 100644 --- a/packages/x-charts/package.json +++ b/packages/x-charts/package.json @@ -1,6 +1,6 @@ { "name": "@mui/x-charts", - "version": "7.22.1", + "version": "7.22.2", "description": "The community edition of the Charts components (MUI X).", "author": "MUI Team", "main": "src/index.js", diff --git a/packages/x-data-grid-generator/package.json b/packages/x-data-grid-generator/package.json index 6835a7437993..703a74c9a123 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.22.1", + "version": "7.22.2", "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 628dbaea45d5..7c44f0e361cc 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.22.1", + "version": "7.22.2", "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 d0dc42008f5d..dcd32c8b0eaa 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.22.1", + "version": "7.22.2", "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 c787d0fb6ca8..038f8d75b65d 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.22.1", + "version": "7.22.2", "description": "The Community plan edition of the Data Grid components (MUI X).", "author": "MUI Team", "main": "src/index.ts", From f9b647fa70f0a9189dbc8436672127f73bbe3b2a Mon Sep 17 00:00:00 2001 From: Jose C Quintas Jr Date: Thu, 7 Nov 2024 11:03:15 +0100 Subject: [PATCH 02/15] Update CHANGELOG.md Signed-off-by: Jose C Quintas Jr --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bbba80ef60b0..df0306668df0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -55,7 +55,7 @@ Same changes as in `@mui/x-date-pickers@7.22.2`. - [charts] Allow `SeriesValueFormatter` to return `null` value (@clins1994) (#15295) @github-actions[bot] -#### `@mui/x-charts-pro@__VERSION-ALPHA__` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan') +#### `@mui/x-charts-pro@7.0.0-beta.7` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan') Same changes as in `@mui/x-charts@7.22.2`. From 643a2396cf0776611d78fc3841e368d023e197c6 Mon Sep 17 00:00:00 2001 From: Jose C Quintas Jr Date: Thu, 7 Nov 2024 11:19:19 +0100 Subject: [PATCH 03/15] Update CHANGELOG.md Signed-off-by: Jose C Quintas Jr --- CHANGELOG.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index df0306668df0..dc873d4c1030 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,8 +5,6 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ## 7.22.2 - - _Nov 7, 2024_ We'd like to offer a big thanks to the 2 contributors who made this release possible. Here are some highlights ✨: From cddc94b22b23a534f992b47db3f114b5e079800f Mon Sep 17 00:00:00 2001 From: Jose C Quintas Jr Date: Thu, 7 Nov 2024 11:24:55 +0100 Subject: [PATCH 04/15] Update CHANGELOG.md Signed-off-by: Jose C Quintas Jr --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index dc873d4c1030..b28777cd25ef 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -63,6 +63,9 @@ Same changes as in `@mui/x-charts@7.22.2`. No changes since `@mui/x-tree-view@v7.22.1`. +#### `@mui/x-tree-view-pro@7.22.2` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan') + +Same changes as in `@mui/x-tree-view@7.22.2`. ## 7.22.1 _Nov 1, 2024_ From 9d47733be7dcea7c1540c1dd8165ffba783fb74b Mon Sep 17 00:00:00 2001 From: Jose C Quintas Jr Date: Thu, 7 Nov 2024 11:25:13 +0100 Subject: [PATCH 05/15] Update CHANGELOG.md Signed-off-by: Jose C Quintas Jr --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index b28777cd25ef..53d6ceb07c0b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -66,6 +66,7 @@ No changes since `@mui/x-tree-view@v7.22.1`. #### `@mui/x-tree-view-pro@7.22.2` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan') Same changes as in `@mui/x-tree-view@7.22.2`. + ## 7.22.1 _Nov 1, 2024_ From c5fbeac8c35717a65412db265f88ba8c9e9e2d8b Mon Sep 17 00:00:00 2001 From: Jose Quintas Date: Thu, 7 Nov 2024 11:33:23 +0100 Subject: [PATCH 06/15] Remnove datepickers and treeview from changelog --- CHANGELOG.md | 20 -------------------- 1 file changed, 20 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 53d6ceb07c0b..9990cf4fe5e2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -37,16 +37,6 @@ Same changes as in `@mui/x-data-grid-pro@7.22.2`, plus: - [DataGridPremium] Fix incorrect rows selection count when selection propagation is enabled with row grouping (@arminmeh) (#15222) @github-actions[bot] -### Date and Time Pickers - -#### `@mui/x-date-pickers@7.22.2` - -No changes since `@mui/x-date-pickers@v7.22.1`. - -#### `@mui/x-date-pickers-pro@7.22.2` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan') - -Same changes as in `@mui/x-date-pickers@7.22.2`. - ### Charts #### `@mui/x-charts@7.22.2` @@ -57,16 +47,6 @@ Same changes as in `@mui/x-date-pickers@7.22.2`. Same changes as in `@mui/x-charts@7.22.2`. -### Tree View - -#### `@mui/x-tree-view@7.22.2` - -No changes since `@mui/x-tree-view@v7.22.1`. - -#### `@mui/x-tree-view-pro@7.22.2` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan') - -Same changes as in `@mui/x-tree-view@7.22.2`. - ## 7.22.1 _Nov 1, 2024_ From 5c5f33eddc713b6b0f8921f66d181cab49113708 Mon Sep 17 00:00:00 2001 From: Jose C Quintas Jr Date: Thu, 7 Nov 2024 12:45:20 +0100 Subject: [PATCH 07/15] Update CHANGELOG.md Co-authored-by: Kenan Yusuf Signed-off-by: Jose C Quintas Jr --- CHANGELOG.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9990cf4fe5e2..52ae3ccd7fd2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -29,7 +29,9 @@ Following are all team members who have contributed to this release: #### `@mui/x-data-grid-pro@7.22.2` [![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.22.2`. +Same changes as in `@mui/x-data-grid@7.22.2`, plus: + +- [DataGridPro] Toggle row expansion with `Enter` key in Tree data (@k-rajat19) (#15313) #### `@mui/x-data-grid-premium@7.22.2` [![premium](https://mui.com/r/x-premium-svg)](https://mui.com/r/x-premium-svg-link 'Premium plan') From 3095cb84f8d4a96a9c4f012ca6c332b9886d77ce Mon Sep 17 00:00:00 2001 From: Jose C Quintas Jr Date: Thu, 7 Nov 2024 13:24:27 +0100 Subject: [PATCH 08/15] Apply suggestions from code review Co-authored-by: Bilal Shafi Signed-off-by: Jose C Quintas Jr --- CHANGELOG.md | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 52ae3ccd7fd2..6475169c2bb3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -22,28 +22,30 @@ Following are all team members who have contributed to this release: #### `@mui/x-data-grid@7.22.2` -- [DataGrid] Fix `null` reference error in `GridVirtualScrollbar` (#15009) (#15289) @MBilalShafi -- [DataGrid] Fix filtering with `boolean` column type (@k-rajat19) (#15257) @github-actions[bot] +- [DataGrid] Fix `null` reference error in `GridVirtualScrollbar` (#15289) @MBilalShafi +- [DataGrid] Fix filtering with `boolean` column type (#15257) @k-rajat19 - [DataGrid] Improve row selection propagation trigger (#15274) @MBilalShafi -- [DataGrid] Preprocess edit cell props on backspace/delete (@KenanYusuf) (#15223) @github-actions[bot] - +- [DataGrid] Preprocess edit cell props on backspace/delete (#15223) @KenanYusuf +- [DataGrid] Add a recipe to persist column width and order (#15309) @MBilalShafi + #### `@mui/x-data-grid-pro@7.22.2` [![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.22.2`, plus: -- [DataGridPro] Toggle row expansion with `Enter` key in Tree data (@k-rajat19) (#15313) +- [DataGridPro] Apply default properties if they are not passed in a reorder column (#15320) @k-rajat19 +- [DataGridPro] Toggle row expansion with `Enter` key in Tree data (#15313) @k-rajat19 #### `@mui/x-data-grid-premium@7.22.2` [![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.22.2`, plus: -- [DataGridPremium] Fix incorrect rows selection count when selection propagation is enabled with row grouping (@arminmeh) (#15222) @github-actions[bot] +- [DataGridPremium] Fix incorrect rows selection count when selection propagation is enabled with row grouping (#15222) @arminmeh ### Charts #### `@mui/x-charts@7.22.2` -- [charts] Allow `SeriesValueFormatter` to return `null` value (@clins1994) (#15295) @github-actions[bot] +- [charts] Allow `SeriesValueFormatter` to return `null` value (#15295) @clins1994 #### `@mui/x-charts-pro@7.0.0-beta.7` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan') From 46224738a6b2667736ad03f0079e2b22a305fb9b Mon Sep 17 00:00:00 2001 From: Jose Quintas Date: Thu, 7 Nov 2024 14:30:40 +0100 Subject: [PATCH 09/15] Add pickers section --- CHANGELOG.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6475169c2bb3..f94c62dd1254 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -27,7 +27,7 @@ Following are all team members who have contributed to this release: - [DataGrid] Improve row selection propagation trigger (#15274) @MBilalShafi - [DataGrid] Preprocess edit cell props on backspace/delete (#15223) @KenanYusuf - [DataGrid] Add a recipe to persist column width and order (#15309) @MBilalShafi - + #### `@mui/x-data-grid-pro@7.22.2` [![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.22.2`, plus: @@ -41,6 +41,16 @@ Same changes as in `@mui/x-data-grid-pro@7.22.2`, plus: - [DataGridPremium] Fix incorrect rows selection count when selection propagation is enabled with row grouping (#15222) @arminmeh +### Date and Time Pickers + +#### `@mui/x-date-pickers@7.22.2` + +- [pickers] Allow `moment-hijri@3.0.0` to be used with `DatePickers` (#15248) @LukasTy + +#### `@mui/x-date-pickers-pro@7.22.2` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan') + +Same changes as in `@mui/x-date-pickers@7.22.2`. + ### Charts #### `@mui/x-charts@7.22.2` From 4a447fb543a54b227bedefe70b1d9998f7901e0c Mon Sep 17 00:00:00 2001 From: Jose C Quintas Jr Date: Thu, 7 Nov 2024 14:31:06 +0100 Subject: [PATCH 10/15] Update CHANGELOG.md Co-authored-by: Bilal Shafi Signed-off-by: Jose C Quintas Jr --- CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f94c62dd1254..16d905599abf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,7 +9,8 @@ _Nov 7, 2024_ We'd like to offer a big thanks to the 2 contributors who made this release possible. Here are some highlights ✨: -TODO INSERT HIGHLIGHTS +- 👨🏽‍💻 API enhancements +- 🐞 Bugfixes Special thanks go out to the community contributors who have helped make this release possible: @clins1994, @k-rajat19. From 63f29100d902cce62afde0834b2a81288d631a74 Mon Sep 17 00:00:00 2001 From: Jose C Quintas Jr Date: Thu, 7 Nov 2024 14:51:19 +0100 Subject: [PATCH 11/15] Update CHANGELOG.md Co-authored-by: Flavien DELANGLE Signed-off-by: Jose C Quintas Jr --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 16d905599abf..f0e7dc2fa40e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -46,7 +46,7 @@ Same changes as in `@mui/x-data-grid-pro@7.22.2`, plus: #### `@mui/x-date-pickers@7.22.2` -- [pickers] Allow `moment-hijri@3.0.0` to be used with `DatePickers` (#15248) @LukasTy +- [pickers] Add support for `moment-hijri@3.0.0` (#15248) @LukasTy #### `@mui/x-date-pickers-pro@7.22.2` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan') From cd812b69b5cb15bba708452f0423209df3d7f9b2 Mon Sep 17 00:00:00 2001 From: Jose C Quintas Jr Date: Thu, 7 Nov 2024 16:09:09 +0100 Subject: [PATCH 12/15] Update CHANGELOG.md Signed-off-by: Jose C Quintas Jr --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index f0e7dc2fa40e..4e70046f37bc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -17,6 +17,10 @@ Special thanks go out to the community contributors who have helped make this re Following are all team members who have contributed to this release: @MBilalShafi, @KenanYusuf, @arminmeh. +### Upcoming alpha + +Keep an eye out for the MUI⠀X `v8.0.0-aplha.0` release soon. It will follow a weekly release schedule as always until it is stable. + ### Data Grid From d6dabf32f3304f5333fe0a824cd0f1284b8c52d2 Mon Sep 17 00:00:00 2001 From: Jose Quintas Date: Thu, 7 Nov 2024 18:31:09 +0100 Subject: [PATCH 13/15] add new commit --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4e70046f37bc..791d73cf9009 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -61,6 +61,7 @@ Same changes as in `@mui/x-date-pickers@7.22.2`. #### `@mui/x-charts@7.22.2` - [charts] Allow `SeriesValueFormatter` to return `null` value (#15295) @clins1994 +- [charts] Allow configuring the `domainLimit` for each axis. (#15325) @GuillaumeMeheut #### `@mui/x-charts-pro@7.0.0-beta.7` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan') From 6ae396f65f9a3f0830be678ebad6d1a3a89597f4 Mon Sep 17 00:00:00 2001 From: Jose C Quintas Jr Date: Fri, 8 Nov 2024 11:16:39 +0100 Subject: [PATCH 14/15] Apply suggestions from code review Co-authored-by: Lukas Tyla Signed-off-by: Jose C Quintas Jr --- CHANGELOG.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 791d73cf9009..05fa5acfeec3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,17 +5,17 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ## 7.22.2 -_Nov 7, 2024_ +_Nov 8, 2024_ -We'd like to offer a big thanks to the 2 contributors who made this release possible. Here are some highlights ✨: +We'd like to offer a big thanks to the 7 contributors who made this release possible. Here are some highlights ✨: - 👨🏽‍💻 API enhancements - 🐞 Bugfixes Special thanks go out to the community contributors who have helped make this release possible: -@clins1994, @k-rajat19. +@clins1994, @GuillaumeMeheut, @k-rajat19. Following are all team members who have contributed to this release: -@MBilalShafi, @KenanYusuf, @arminmeh. +@LukasTy, @MBilalShafi, @KenanYusuf, @arminmeh. ### Upcoming alpha From 0ea56cdd3486d8411bb3a99433a7904a79f7f3a1 Mon Sep 17 00:00:00 2001 From: Jose Quintas Date: Fri, 8 Nov 2024 11:18:02 +0100 Subject: [PATCH 15/15] bump pickers package --- packages/x-date-pickers-pro/package.json | 2 +- packages/x-date-pickers/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/x-date-pickers-pro/package.json b/packages/x-date-pickers-pro/package.json index 4a6021a3a989..66ce5a91e392 100644 --- a/packages/x-date-pickers-pro/package.json +++ b/packages/x-date-pickers-pro/package.json @@ -1,6 +1,6 @@ { "name": "@mui/x-date-pickers-pro", - "version": "7.22.1", + "version": "7.22.2", "description": "The Pro plan edition of the Date and Time Picker components (MUI X).", "author": "MUI Team", "main": "src/index.ts", diff --git a/packages/x-date-pickers/package.json b/packages/x-date-pickers/package.json index 66239c132162..2545e6ad7696 100644 --- a/packages/x-date-pickers/package.json +++ b/packages/x-date-pickers/package.json @@ -1,6 +1,6 @@ { "name": "@mui/x-date-pickers", - "version": "7.22.1", + "version": "7.22.2", "description": "The community edition of the Date and Time Picker components (MUI X).", "author": "MUI Team", "main": "src/index.ts",