diff --git a/CHANGELOG.md b/CHANGELOG.md index dfa6c0981c4579..8c4a31f0affcea 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,23 @@ # [Versions](https://mui.com/versions/) +## v5.16.2 + + + +_Jul 16, 2024_ + +A big thanks to the 2 contributors who made this release possible. + +### `@mui/material@5.16.2` + +- ​[material] Remove dependency to @mui/base (@mnajdova) (#42917) @mnajdova + +### Core + +- ​[website] Sync /about page @oliviertassinari + +All contributors of this release in alphabetical order: @mnajdova, @oliviertassinari + ## v5.16.1 _Jul 11, 2024_ diff --git a/package.json b/package.json index d7dbbf0ec3907a..4fe5d03fbc8b8d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@mui/monorepo", - "version": "5.16.1", + "version": "5.16.2", "private": true, "scripts": { "preinstall": "npx only-allow pnpm", diff --git a/packages/mui-core-downloads-tracker/package.json b/packages/mui-core-downloads-tracker/package.json index d9da43ac92d3c4..2a24902ded7239 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": "5.16.1", + "version": "5.16.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 17aec6d8c9e844..7af319b096461c 100644 --- a/packages/mui-docs/package.json +++ b/packages/mui-docs/package.json @@ -1,6 +1,6 @@ { "name": "@mui/docs", - "version": "5.16.1", + "version": "5.16.2", "private": false, "author": "MUI Team", "description": "MUI Docs - Documentation building blocks.", diff --git a/packages/mui-icons-material/package.json b/packages/mui-icons-material/package.json index 79a973917693e3..01831c4af9ee74 100644 --- a/packages/mui-icons-material/package.json +++ b/packages/mui-icons-material/package.json @@ -1,6 +1,6 @@ { "name": "@mui/icons-material", - "version": "5.16.1", + "version": "5.16.2", "private": false, "author": "MUI Team", "description": "Material Design icons distributed as SVG React components.", diff --git a/packages/mui-material-nextjs/package.json b/packages/mui-material-nextjs/package.json index e9dead942ca059..79b7dda9a3bf56 100644 --- a/packages/mui-material-nextjs/package.json +++ b/packages/mui-material-nextjs/package.json @@ -1,6 +1,6 @@ { "name": "@mui/material-nextjs", - "version": "5.16.1", + "version": "5.16.2", "private": false, "author": "MUI Team", "description": "Collection of utilities for integration between Material UI and Next.js.", diff --git a/packages/mui-material/package.json b/packages/mui-material/package.json index b076ad95b7ef7f..34fe4d19fde01d 100644 --- a/packages/mui-material/package.json +++ b/packages/mui-material/package.json @@ -1,6 +1,6 @@ { "name": "@mui/material", - "version": "5.16.1", + "version": "5.16.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 cde8a7f18f6e7f..c746beeaad75ee 100644 --- a/packages/mui-private-theming/package.json +++ b/packages/mui-private-theming/package.json @@ -1,6 +1,6 @@ { "name": "@mui/private-theming", - "version": "5.16.1", + "version": "5.16.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/package.json b/packages/mui-styled-engine/package.json index 9354996f16eec5..06fa4b03eccd64 100644 --- a/packages/mui-styled-engine/package.json +++ b/packages/mui-styled-engine/package.json @@ -1,6 +1,6 @@ { "name": "@mui/styled-engine", - "version": "5.16.1", + "version": "5.16.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 40849ac783e822..67f836cc3547ff 100644 --- a/packages/mui-styles/package.json +++ b/packages/mui-styles/package.json @@ -1,6 +1,6 @@ { "name": "@mui/styles", - "version": "5.16.1", + "version": "5.16.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 ee94bc59ced1ee..1c99c11b7402d9 100644 --- a/packages/mui-system/package.json +++ b/packages/mui-system/package.json @@ -1,6 +1,6 @@ { "name": "@mui/system", - "version": "5.16.1", + "version": "5.16.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 2ae0a5c44b085e..ac0ea32d6793f2 100644 --- a/packages/mui-utils/package.json +++ b/packages/mui-utils/package.json @@ -1,6 +1,6 @@ { "name": "@mui/utils", - "version": "5.16.1", + "version": "5.16.2", "private": false, "author": "MUI Team", "description": "Utility functions for React components.",