From bb620d85a89651ca4350e8861bbb35776d583726 Mon Sep 17 00:00:00 2001 From: Brijesh Bittu Date: Tue, 3 Sep 2024 15:53:33 +0530 Subject: [PATCH] v6.0.2 (#43580) --- CHANGELOG.md | 49 +++++++++++++++++++ package.json | 2 +- packages-internal/scripts/package.json | 2 +- packages-internal/test-utils/package.json | 2 +- packages/markdown/package.json | 2 +- packages/mui-codemod/package.json | 2 +- .../mui-core-downloads-tracker/package.json | 2 +- packages/mui-docs/package.json | 2 +- packages/mui-envinfo/package.json | 2 +- packages/mui-icons-material/package.json | 2 +- packages/mui-lab/package.json | 2 +- packages/mui-material-nextjs/package.json | 2 +- .../mui-material-pigment-css/package.json | 2 +- packages/mui-material/package.json | 2 +- packages/mui-private-theming/package.json | 2 +- packages/mui-styled-engine-sc/package.json | 2 +- packages/mui-styled-engine/package.json | 2 +- packages/mui-styles/package.json | 2 +- packages/mui-system/package.json | 2 +- packages/mui-utils/package.json | 2 +- 20 files changed, 68 insertions(+), 19 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7b30b9b90746b1..c82275eefbbd4e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,54 @@ # [Versions](https://mui.com/versions/) +## 6.0.2 + + + +_Sep 3, 2024_ + +A big thanks to the 11 contributors who made this release possible. + +### `@mui/material@6.0.2` + +- ​Fix `createTheme` with just color schemes (#43518) @siriwatknp +- ​[Menu,Popover] Fix Backdrop props descriptions (#43503) @Michael-Hutchinson +- ​[MenuList] Do not react to an event with modifier key pressed (#43505) @MateuszGroth + +### `@mui/system@6.0.2` + +- ​[InitColorSchemeScript] Use `let/const` instead of `var` (#43468) @ishon19 +- ​Fix composeClasses v6 behavior change (#43537) @oliviertassinari + +### `@mui/codemod@6.0.2` + +- ​Skip `ListItemButton` import for unrelated files (#43532) @siriwatknp + +### Docs + +- ​[figma] Clarity state or Figma Plugin component export (#43543) @oliviertassinari +- ​[material-ui] Fix template shadow tokens (#43514) @zanivan +- ​Update version support range (#43565) @oliviertassinari +- ​Polish Material UI Sync plugin code format @oliviertassinari + +### Core + +- ​[blog] Update Material UI v6 blog post link to reflect correct section title (#43535) @Michael-Hutchinson +- ​[blog] Makes the v5 name change clearer @oliviertassinari +- ​[blog] Fix typo in Material UI v6 blog post (#43502) @iamandrewluca +- ​[code-infra] Add missing @babel/runtime dependency to @mui/material-pigment-css (#43473) @Janpot +- ​[code-infra] Remove permissions in publish-canaries.yml (#43491) @oliviertassinari +- ​[core] Fix CodeQL scan (#43547) @oliviertassinari +- ​[core] Fix CHANGELOG `@mui/material@6.0.1` version (#43516) @DiegoAndai +- ​[docs-infra] Reduce description max-length (#43562) @oliviertassinari +- ​[docs-infra] Crash on invalid callout type (#43546) @oliviertassinari +- ​[docs-infra] Fix GitHub source link redirection (#43534) @oliviertassinari +- ​[infra] Fixed workflow file path (#43528) @michelengelen +- ​[typescript] Fix missing `Theme` generic (#43523) @siriwatknp +- ​[website] Match pricing label with page @oliviertassinari +- ​[website] Update Premium price and remove any mention to cap (#43466) @joserodolfofreitas + +All contributors of this release in alphabetical order: @DiegoAndai, @iamandrewluca, @ishon19, @Janpot, @joserodolfofreitas, @MateuszGroth, @Michael-Hutchinson, @michelengelen, @oliviertassinari, @siriwatknp, @zanivan + ## v6.0.1 diff --git a/package.json b/package.json index 85610b7b37bd63..9e9d3cb28c11cc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@mui/monorepo", - "version": "6.0.1", + "version": "6.0.2", "private": true, "scripts": { "preinstall": "npx only-allow pnpm", diff --git a/packages-internal/scripts/package.json b/packages-internal/scripts/package.json index c253360cc1c3be..cc86caffdd447a 100644 --- a/packages-internal/scripts/package.json +++ b/packages-internal/scripts/package.json @@ -1,6 +1,6 @@ { "name": "@mui/internal-scripts", - "version": "1.0.18", + "version": "1.0.19", "author": "MUI Team", "description": "Utilities supporting MUI libraries build and docs generation. This is an internal package not meant for general use.", "main": "build/index.js", diff --git a/packages-internal/test-utils/package.json b/packages-internal/test-utils/package.json index 89b956beb2a9e5..9bb2b23a0802f1 100644 --- a/packages-internal/test-utils/package.json +++ b/packages-internal/test-utils/package.json @@ -1,6 +1,6 @@ { "name": "@mui/internal-test-utils", - "version": "1.0.11", + "version": "1.0.12", "author": "MUI Team", "description": "Utilities for MUI tests. This is an internal package not meant for general use.", "main": "./build/index.js", diff --git a/packages/markdown/package.json b/packages/markdown/package.json index fc72e973132ee7..eec5bccf119cf5 100644 --- a/packages/markdown/package.json +++ b/packages/markdown/package.json @@ -1,6 +1,6 @@ { "name": "@mui/internal-markdown", - "version": "1.0.11", + "version": "1.0.12", "author": "MUI Team", "description": "MUI markdown parser. This is an internal package not meant for general use.", "main": "./index.js", diff --git a/packages/mui-codemod/package.json b/packages/mui-codemod/package.json index de716d93c7fa59..c5716147bc9353 100644 --- a/packages/mui-codemod/package.json +++ b/packages/mui-codemod/package.json @@ -1,6 +1,6 @@ { "name": "@mui/codemod", - "version": "6.0.1", + "version": "6.0.2", "bin": "./codemod.js", "private": false, "author": "MUI Team", diff --git a/packages/mui-core-downloads-tracker/package.json b/packages/mui-core-downloads-tracker/package.json index d3f6ac2eee4f53..6b5c86862d1296 100644 --- a/packages/mui-core-downloads-tracker/package.json +++ b/packages/mui-core-downloads-tracker/package.json @@ -1,6 +1,6 @@ { "name": "@mui/core-downloads-tracker", - "version": "6.0.1", + "version": "6.0.2", "private": false, "author": "MUI Team", "description": "Internal package to track number of downloads of our design system libraries", diff --git a/packages/mui-docs/package.json b/packages/mui-docs/package.json index 8bfb14e12ea363..11945e0fb8d2ac 100644 --- a/packages/mui-docs/package.json +++ b/packages/mui-docs/package.json @@ -1,6 +1,6 @@ { "name": "@mui/docs", - "version": "6.0.1", + "version": "6.0.2", "private": false, "author": "MUI Team", "description": "MUI Docs - Documentation building blocks.", diff --git a/packages/mui-envinfo/package.json b/packages/mui-envinfo/package.json index 8e57457ea15689..eed6f3ecd54dde 100644 --- a/packages/mui-envinfo/package.json +++ b/packages/mui-envinfo/package.json @@ -1,6 +1,6 @@ { "name": "@mui/envinfo", - "version": "2.0.24", + "version": "2.0.25", "private": false, "author": "MUI Team", "description": "Logs infos about the environment relevant to @mui/*", diff --git a/packages/mui-icons-material/package.json b/packages/mui-icons-material/package.json index 79233dcb770e7c..c41265b5d3145c 100644 --- a/packages/mui-icons-material/package.json +++ b/packages/mui-icons-material/package.json @@ -1,6 +1,6 @@ { "name": "@mui/icons-material", - "version": "6.0.1", + "version": "6.0.2", "private": false, "author": "MUI Team", "description": "Material Design icons distributed as SVG React components.", diff --git a/packages/mui-lab/package.json b/packages/mui-lab/package.json index ea74a325f561e8..ee8cfed15c0059 100644 --- a/packages/mui-lab/package.json +++ b/packages/mui-lab/package.json @@ -1,6 +1,6 @@ { "name": "@mui/lab", - "version": "6.0.0-beta.8", + "version": "6.0.0-beta.9", "private": false, "author": "MUI Team", "description": "Laboratory for new MUI modules.", diff --git a/packages/mui-material-nextjs/package.json b/packages/mui-material-nextjs/package.json index 3238c58ac0379b..334e14d91f7775 100644 --- a/packages/mui-material-nextjs/package.json +++ b/packages/mui-material-nextjs/package.json @@ -1,6 +1,6 @@ { "name": "@mui/material-nextjs", - "version": "6.0.1", + "version": "6.0.2", "private": false, "author": "MUI Team", "description": "Collection of utilities for integration between Material UI and Next.js.", diff --git a/packages/mui-material-pigment-css/package.json b/packages/mui-material-pigment-css/package.json index 1aa26042cec276..fe9bc4a8a03514 100644 --- a/packages/mui-material-pigment-css/package.json +++ b/packages/mui-material-pigment-css/package.json @@ -1,6 +1,6 @@ { "name": "@mui/material-pigment-css", - "version": "6.0.1", + "version": "6.0.2", "author": "MUI Team", "description": "A wrapper over Pigment CSS that provides the same styled and theming APIs as Material UI.", "main": "./src/index.ts", diff --git a/packages/mui-material/package.json b/packages/mui-material/package.json index 84cb6aa9d3f709..e566ee645c0e38 100644 --- a/packages/mui-material/package.json +++ b/packages/mui-material/package.json @@ -1,6 +1,6 @@ { "name": "@mui/material", - "version": "6.0.1", + "version": "6.0.2", "private": false, "author": "MUI Team", "description": "Material UI is an open-source React component library that implements Google's Material Design. It's comprehensive and can be used in production out of the box.", diff --git a/packages/mui-private-theming/package.json b/packages/mui-private-theming/package.json index 60ddba436f51cc..baf4b6f7948b97 100644 --- a/packages/mui-private-theming/package.json +++ b/packages/mui-private-theming/package.json @@ -1,6 +1,6 @@ { "name": "@mui/private-theming", - "version": "6.0.1", + "version": "6.0.2", "private": false, "author": "MUI Team", "description": "Private - The React theme context to be shared between `@mui/styles` and `@mui/material`.", diff --git a/packages/mui-styled-engine-sc/package.json b/packages/mui-styled-engine-sc/package.json index 165e0065e03c15..0a1ba0f0b5bd0b 100644 --- a/packages/mui-styled-engine-sc/package.json +++ b/packages/mui-styled-engine-sc/package.json @@ -1,6 +1,6 @@ { "name": "@mui/styled-engine-sc", - "version": "6.0.1", + "version": "6.0.2", "private": false, "author": "MUI Team", "description": "styled() API wrapper package for styled-components.", diff --git a/packages/mui-styled-engine/package.json b/packages/mui-styled-engine/package.json index cdf05b38a5b89a..514a360f88dd97 100644 --- a/packages/mui-styled-engine/package.json +++ b/packages/mui-styled-engine/package.json @@ -1,6 +1,6 @@ { "name": "@mui/styled-engine", - "version": "6.0.1", + "version": "6.0.2", "private": false, "author": "MUI Team", "description": "styled() API wrapper package for emotion.", diff --git a/packages/mui-styles/package.json b/packages/mui-styles/package.json index 055217d89e534a..528151d537a367 100644 --- a/packages/mui-styles/package.json +++ b/packages/mui-styles/package.json @@ -1,6 +1,6 @@ { "name": "@mui/styles", - "version": "6.0.1", + "version": "6.0.2", "private": false, "author": "MUI Team", "description": "MUI Styles - The legacy JSS-based styling solution of Material UI.", diff --git a/packages/mui-system/package.json b/packages/mui-system/package.json index ef4cde65072b65..a6b82cc07d9a12 100644 --- a/packages/mui-system/package.json +++ b/packages/mui-system/package.json @@ -1,6 +1,6 @@ { "name": "@mui/system", - "version": "6.0.1", + "version": "6.0.2", "private": false, "author": "MUI Team", "description": "MUI System is a set of CSS utilities to help you build custom designs more efficiently. It makes it possible to rapidly lay out custom designs.", diff --git a/packages/mui-utils/package.json b/packages/mui-utils/package.json index 0a77ab17f44e30..c78d4c4782dbdc 100644 --- a/packages/mui-utils/package.json +++ b/packages/mui-utils/package.json @@ -1,6 +1,6 @@ { "name": "@mui/utils", - "version": "6.0.1", + "version": "6.0.2", "private": false, "author": "MUI Team", "description": "Utility functions for React components.",