diff --git a/CHANGELOG.md b/CHANGELOG.md index 7b30b9b9074..c82275eefbb 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 85610b7b37b..9e9d3cb28c1 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 c253360cc1c..cc86caffdd4 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 89b956beb2a..9bb2b23a080 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 fc72e973132..eec5bccf119 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 de716d93c7f..c5716147bc9 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 d3f6ac2eee4..6b5c86862d1 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 8bfb14e12ea..11945e0fb8d 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 8e57457ea15..eed6f3ecd54 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 79233dcb770..c41265b5d31 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 ea74a325f56..ee8cfed15c0 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 3238c58ac03..334e14d91f7 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 1aa26042cec..fe9bc4a8a03 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 84cb6aa9d3f..e566ee645c0 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 60ddba436f5..baf4b6f7948 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 165e0065e03..0a1ba0f0b5b 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 cdf05b38a5b..514a360f88d 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 055217d89e5..528151d537a 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 ef4cde65072..a6b82cc07d9 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 0a77ab17f44..c78d4c4782d 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.",