From 748db3ea0039286f3a586b3efe4317f38fc8d505 Mon Sep 17 00:00:00 2001 From: Danail Hadjiatanasov Date: Sat, 24 Dec 2022 15:22:10 +0200 Subject: [PATCH] 5.17.17 (#7306) --- CHANGELOG.md | 23 +++++++++++++++++++ docs/package.json | 2 +- .../grid/x-data-grid-generator/package.json | 4 ++-- .../grid/x-data-grid-premium/package.json | 6 ++--- packages/grid/x-data-grid-pro/package.json | 4 ++-- packages/grid/x-data-grid/package.json | 2 +- packages/x-date-pickers-pro/package.json | 4 ++-- packages/x-date-pickers/package.json | 2 +- 8 files changed, 35 insertions(+), 12 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b2d2f597b3d1..373b5db93c7b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,29 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## 5.17.17 + +_Dec 23, 2022_ + +We'd like to offer a big thanks to the 4 contributors who made this release possible. Here are some highlights ✨: + +- 🌍 Improve Russian (ru-RU) and Korean (ko-KR) locales +- 🐞 Bugfixes + +### `@mui/x-data-grid@5.17.17` / `@mui/x-data-grid-pro@5.17.17` / `@mui/x-data-grid-premium@5.17.17` + +#### Changes + +- [DataGrid] Update Russian (ru-RU) locale (#7291) @VeceluXa +- [DataGridPro] Use row ID as `key` of the detail panels (#7311) @m4theushw +- [DataGridPremium] Fix `exceljs` import with parcel (#7285) @alexfauquette + +### `@mui/x-date-pickers@5.0.12` / `@mui/x-date-pickers-pro@5.0.12` + +#### Changes + +- [pickers] Improve Korean (ko-KR) locale (#7283) @hanbin9775 + ## 5.17.16 _Dec 16, 2022_ diff --git a/docs/package.json b/docs/package.json index 83616d3cd3f0..252924af8995 100644 --- a/docs/package.json +++ b/docs/package.json @@ -1,6 +1,6 @@ { "name": "docs", - "version": "5.17.16", + "version": "5.17.17", "private": true, "author": "MUI Team", "license": "MIT", diff --git a/packages/grid/x-data-grid-generator/package.json b/packages/grid/x-data-grid-generator/package.json index f91047f04a1f..47558b7046f3 100644 --- a/packages/grid/x-data-grid-generator/package.json +++ b/packages/grid/x-data-grid-generator/package.json @@ -1,6 +1,6 @@ { "name": "@mui/x-data-grid-generator", - "version": "5.17.15", + "version": "5.17.17", "description": "Generate fake data for demo purposes only.", "author": "MUI Team", "main": "src/index.ts", @@ -32,7 +32,7 @@ "dependencies": { "@babel/runtime": "^7.18.9", "@mui/base": "^5.0.0-alpha.97", - "@mui/x-data-grid-premium": "5.17.16", + "@mui/x-data-grid-premium": "5.17.17", "chance": "^1.1.8", "clsx": "^1.2.1", "lru-cache": "^7.14.0" diff --git a/packages/grid/x-data-grid-premium/package.json b/packages/grid/x-data-grid-premium/package.json index 19eefa25154b..9694a088b9f9 100644 --- a/packages/grid/x-data-grid-premium/package.json +++ b/packages/grid/x-data-grid-premium/package.json @@ -1,6 +1,6 @@ { "name": "@mui/x-data-grid-premium", - "version": "5.17.16", + "version": "5.17.17", "description": "The Premium plan edition of the data grid component (MUI X).", "author": "MUI Team", "main": "src/index.ts", @@ -44,8 +44,8 @@ "dependencies": { "@babel/runtime": "^7.18.9", "@mui/utils": "^5.10.3", - "@mui/x-data-grid": "5.17.16", - "@mui/x-data-grid-pro": "5.17.16", + "@mui/x-data-grid": "5.17.17", + "@mui/x-data-grid-pro": "5.17.17", "@mui/x-license-pro": "5.17.12", "@types/format-util": "^1.0.2", "clsx": "^1.2.1", diff --git a/packages/grid/x-data-grid-pro/package.json b/packages/grid/x-data-grid-pro/package.json index 64bce79bc1d8..c746f5f0ccc1 100644 --- a/packages/grid/x-data-grid-pro/package.json +++ b/packages/grid/x-data-grid-pro/package.json @@ -1,6 +1,6 @@ { "name": "@mui/x-data-grid-pro", - "version": "5.17.16", + "version": "5.17.17", "description": "The Pro plan edition of the data grid component (MUI X).", "author": "MUI Team", "main": "src/index.ts", @@ -44,7 +44,7 @@ "dependencies": { "@babel/runtime": "^7.18.9", "@mui/utils": "^5.10.3", - "@mui/x-data-grid": "5.17.16", + "@mui/x-data-grid": "5.17.17", "@mui/x-license-pro": "5.17.12", "@types/format-util": "^1.0.2", "clsx": "^1.2.1", diff --git a/packages/grid/x-data-grid/package.json b/packages/grid/x-data-grid/package.json index 3488c4102b23..055c9dea5d8d 100644 --- a/packages/grid/x-data-grid/package.json +++ b/packages/grid/x-data-grid/package.json @@ -1,6 +1,6 @@ { "name": "@mui/x-data-grid", - "version": "5.17.16", + "version": "5.17.17", "description": "The community edition of the data grid component (MUI X).", "author": "MUI Team", "main": "src/index.ts", diff --git a/packages/x-date-pickers-pro/package.json b/packages/x-date-pickers-pro/package.json index aef93c0ed31c..9362e60394ad 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": "5.0.11", + "version": "5.0.12", "description": "The commercial edition of the date picker components (MUI X).", "author": "MUI Team", "main": "./src/index.js", @@ -47,7 +47,7 @@ "@date-io/luxon": "^2.15.0", "@date-io/moment": "^2.15.0", "@mui/utils": "^5.10.3", - "@mui/x-date-pickers": "5.0.11", + "@mui/x-date-pickers": "5.0.12", "@mui/x-license-pro": "5.17.12", "clsx": "^1.2.1", "prop-types": "^15.7.2", diff --git a/packages/x-date-pickers/package.json b/packages/x-date-pickers/package.json index 9dc5a1978b06..3ef2dc04a221 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": "5.0.11", + "version": "5.0.12", "description": "The community edition of the date picker components (MUI X).", "author": "MUI Team", "main": "./src/index.js",