From dd8cfcb24078bd8a9da6c330191d4069cc9d7adb Mon Sep 17 00:00:00 2001 From: Arthur Suh Balduini <34691066+arthurbalduini@users.noreply.github.com> Date: Fri, 21 Jun 2024 11:14:12 +0200 Subject: [PATCH] v6.20.2 (#13567) Co-authored-by: Arthur Balduini --- CHANGELOG.md | 15 +++++++++++++++ package.json | 2 +- packages/x-date-pickers-pro/package.json | 4 ++-- packages/x-date-pickers/package.json | 2 +- 4 files changed, 19 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d5ea427fdb3c0..99c733aa246db 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,21 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## 6.20.2 + +_Jun 20, 2024_ + +We'd like to offer a big thanks to the 2 contributors who made this release possible. Here are some highlights ✨: + +- 🐞 Bugfixes + +### Date Pickers + +#### `@mui/x-date-pickers@6.20.2` + +- [fields] Do not apply digit editing when pressing `Space` (#13516) @flaviendelangle +- [pickers] Fix controlled `view` behavior (#13559) @LukasTy + ## 6.20.1 _Jun 6, 2024_ diff --git a/package.json b/package.json index d997ba0df09de..6f11a8dd765f9 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "version": "6.20.1", + "version": "6.20.2", "private": true, "scripts": { "start": "yarn && yarn docs:dev", diff --git a/packages/x-date-pickers-pro/package.json b/packages/x-date-pickers-pro/package.json index 97702db4d954a..66291795edb7c 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": "6.20.1", + "version": "6.20.2", "description": "The commercial edition of the date picker components (MUI X).", "author": "MUI Team", "main": "src/index.ts", @@ -44,7 +44,7 @@ "@babel/runtime": "^7.23.2", "@mui/base": "^5.0.0-beta.22", "@mui/utils": "^5.14.16", - "@mui/x-date-pickers": "6.20.1", + "@mui/x-date-pickers": "6.20.2", "@mui/x-license-pro": "6.10.2", "clsx": "^2.0.0", "prop-types": "^15.8.1", diff --git a/packages/x-date-pickers/package.json b/packages/x-date-pickers/package.json index ffb7b27ec93c8..25c4c868db412 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": "6.20.1", + "version": "6.20.2", "description": "The community edition of the date picker components (MUI X).", "author": "MUI Team", "main": "src/index.ts",