From b505fd7b64e92db523198712a5d6716c494e0c66 Mon Sep 17 00:00:00 2001 From: Marija Najdova Date: Fri, 9 Aug 2024 11:10:28 +0200 Subject: [PATCH] [release] v5.16.7 (#43239) --- CHANGELOG.md | 23 +++++++++++++++++++ package.json | 2 +- .../mui-core-downloads-tracker/package.json | 2 +- packages/mui-docs/package.json | 2 +- packages/mui-icons-material/package.json | 2 +- packages/mui-material/package.json | 2 +- packages/mui-styles/package.json | 2 +- packages/mui-system/package.json | 2 +- 8 files changed, 30 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0ee5e4822aa95c..56c5fb21e97120 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,28 @@ # [Versions](https://mui.com/versions/) +## 5.16.7 + + + +_Aug 9, 2024_ + +A big thanks to the 3 contributors who made this release possible. + +### `@mui/material@5.16.7` + +- ​[material-ui][mui-system] Add support for version runtime checks (#43233) @DiegoAndai + +### Docs + +- ​[docs] Fix 301 @oliviertassinari + +### Core + +- ​[website] Fix wrong link in pricing table (@zanivan) (#43143) @zanivan +- ​[website] Add blog link to pricing table (@zanivan) (#43140) @zanivan + +All contributors of this release in alphabetical order: @DiegoAndai, @oliviertassinari, @zanivan + ## 5.16.6 diff --git a/package.json b/package.json index fbd63612a88f67..77ee7ca4bea1c8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@mui/monorepo", - "version": "5.16.6", + "version": "5.16.7", "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 d0db94375b9507..e53b36b0c7c16b 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.6", + "version": "5.16.7", "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 450b60a47fc931..9839d30994c6a3 100644 --- a/packages/mui-docs/package.json +++ b/packages/mui-docs/package.json @@ -1,6 +1,6 @@ { "name": "@mui/docs", - "version": "5.16.6", + "version": "5.16.7", "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 000e985bd41d42..a8eb60f2083a20 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.6", + "version": "5.16.7", "private": false, "author": "MUI Team", "description": "Material Design icons distributed as SVG React components.", diff --git a/packages/mui-material/package.json b/packages/mui-material/package.json index ff7375ccdd34ca..cab391abfa448d 100644 --- a/packages/mui-material/package.json +++ b/packages/mui-material/package.json @@ -1,6 +1,6 @@ { "name": "@mui/material", - "version": "5.16.6", + "version": "5.16.7", "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-styles/package.json b/packages/mui-styles/package.json index 7d1b5518d3869f..6eb08cf78f86f2 100644 --- a/packages/mui-styles/package.json +++ b/packages/mui-styles/package.json @@ -1,6 +1,6 @@ { "name": "@mui/styles", - "version": "5.16.6", + "version": "5.16.7", "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 61df0df3563b95..b0c902f6ebaed5 100644 --- a/packages/mui-system/package.json +++ b/packages/mui-system/package.json @@ -1,6 +1,6 @@ { "name": "@mui/system", - "version": "5.16.6", + "version": "5.16.7", "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.",