From 187ca9f46e923b7ac8a43c0938fc10c1174c10ee Mon Sep 17 00:00:00 2001 From: Michel Engelen <32863416+michelengelen@users.noreply.github.com> Date: Fri, 19 Jan 2024 10:07:05 +0100 Subject: [PATCH] 6.19.1 (#11740) Signed-off-by: Michel Engelen <32863416+michelengelen@users.noreply.github.com> Co-authored-by: Lukas Co-authored-by: Alexandre Fauquette <45398769+alexfauquette@users.noreply.github.com> --- CHANGELOG.md | 29 +++++++++++++++++++ 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-charts/package.json | 2 +- 7 files changed, 39 insertions(+), 10 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fb61516b4c1f..595589662441 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,35 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## 6.19.1 + +_Jan 19, 2024_ + +We'd like to offer a big thanks to the 1 contributors who made this release possible. Here are some highlights ✨: + +- 🌍 Add Croatian (hr-HR), Portuguese (pt-PT), and Chinese (Hong Kong) (zh-HK) locales (#11717) @BCaspari +- 🐞 Bugfixes + +### Data Grid + +#### `@mui/x-data-grid@6.19.1` + +- [l10n] Add Croatian (hr-HR), Portuguese (pt-PT), and Chinese (Hong Kong) (zh-HK) locales (#11717) @BCaspari + +#### `@mui/x-data-grid-pro@6.19.1` [![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@6.19.1`. + +#### `@mui/x-data-grid-premium@6.19.1` [![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@6.19.1`. + +### Charts / `@mui/x-charts@6.19.1` + +- [charts] Add `arcLabelRadius` property (#11563) @alexfauquette +- [charts] Do not propagate `innerRadius` and `outerRadius` to the DOM (#11719) @alexfauquette +- [charts] Fix default `stackOffset` for `LineChart` (#11703) @alexfauquette + ## 6.19.0 _Jan 11, 2024_ diff --git a/package.json b/package.json index 53abf36833b0..bc8851038638 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "version": "6.19.0", + "version": "6.19.1", "private": true, "scripts": { "start": "yarn && yarn docs:dev", diff --git a/packages/grid/x-data-grid-generator/package.json b/packages/grid/x-data-grid-generator/package.json index 1cb9d76c3cb6..f5610743b4d1 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": "6.18.7", + "version": "6.19.1", "description": "Generate fake data for demo purposes only.", "author": "MUI Team", "main": "src/index.ts", @@ -32,7 +32,7 @@ "dependencies": { "@babel/runtime": "^7.23.2", "@mui/base": "^5.0.0-beta.22", - "@mui/x-data-grid-premium": "6.18.7", + "@mui/x-data-grid-premium": "6.19.1", "chance": "^1.1.11", "clsx": "^2.0.0", "lru-cache": "^7.18.3" diff --git a/packages/grid/x-data-grid-premium/package.json b/packages/grid/x-data-grid-premium/package.json index 08a5324a5cb0..bc76dadba160 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": "6.18.7", + "version": "6.19.1", "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.23.2", "@mui/utils": "^5.14.16", - "@mui/x-data-grid": "6.18.7", - "@mui/x-data-grid-pro": "6.18.7", + "@mui/x-data-grid": "6.19.1", + "@mui/x-data-grid-pro": "6.19.1", "@mui/x-license-pro": "6.10.2", "@types/format-util": "^1.0.3", "clsx": "^2.0.0", diff --git a/packages/grid/x-data-grid-pro/package.json b/packages/grid/x-data-grid-pro/package.json index 13551800da12..80ca6ea007b8 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": "6.18.7", + "version": "6.19.1", "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.23.2", "@mui/utils": "^5.14.16", - "@mui/x-data-grid": "6.18.7", + "@mui/x-data-grid": "6.19.1", "@mui/x-license-pro": "6.10.2", "@types/format-util": "^1.0.3", "clsx": "^2.0.0", diff --git a/packages/grid/x-data-grid/package.json b/packages/grid/x-data-grid/package.json index d21b03a55f0e..d7c8fee294d9 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": "6.18.7", + "version": "6.19.1", "description": "The community edition of the data grid component (MUI X).", "author": "MUI Team", "main": "src/index.ts", diff --git a/packages/x-charts/package.json b/packages/x-charts/package.json index 128095e0ad1c..50cb7143ae94 100644 --- a/packages/x-charts/package.json +++ b/packages/x-charts/package.json @@ -1,6 +1,6 @@ { "name": "@mui/x-charts", - "version": "6.18.7", + "version": "6.19.1", "description": "The community edition of the charts components (MUI X).", "author": "MUI Team", "main": "./src/index.js",