From 9bc4fc42959427246addfdf29db95847cc38e410 Mon Sep 17 00:00:00 2001 From: Albert Yu Date: Wed, 8 May 2024 20:19:01 +0800 Subject: [PATCH] v5.15.17 (#42162) --- CHANGELOG.md | 31 +++++++++++++++++++ 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 +- 7 files changed, 37 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f4a47b883afa93..070bfb4d3eb6d9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,36 @@ # [Versions](https://mui.com/versions/) +## v5.15.17 + + + +_May 8, 2024_ + +A big thanks to the 4 contributors who made this release possible. +This release was mostly about 🐛 bug fixes and 📚 documentation improvements. + +### `@mui/material@5.15.17` + +- [Slider] Move palette styles to the bottom (#41676) @siriwatknp + +### Docs + +- Fix SEO redirection issues @oliviertassinari +- [material-ui] Fix broken link (@aarongarciah) (#42143) @github-actions[bot] +- [material-ui] Fix link on the Sync page (@danilo-leal) (#42089) @github-actions[bot] + +### Core + +- [blog] Shorten title to fit @oliviertassinari +- [blog] Update Sync post OG image (@danilo-leal) (#42117) @github-actions[bot] +- [blog] A few tweaks in introducing-sync-plugin (@oliviertassinari) (#42094) @github-actions[bot] +- [docs-infra] Fix code block layout shift (#41917) @oliviertassinari +- [website] Fix home page slider's track position (@aarongarciah) (#42144) @github-actions[bot] +- [website] Closing the survey @oliviertassinari +- [website] Remove Survey banner from website and Core docs (#42104) @joserodolfofreitas + +All contributors of this release in alphabetical order: @github-actions[bot], @joserodolfofreitas, @oliviertassinari, @siriwatknp + ## v5.15.16 diff --git a/package.json b/package.json index a6f08f21082a9e..20cf9d7d42b851 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@mui/monorepo", - "version": "5.15.16", + "version": "5.15.17", "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 9a52983d559cad..822f751f0ff9d3 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.15.16", + "version": "5.15.17", "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 8b0f293a33351d..6df4658af2b01b 100644 --- a/packages/mui-docs/package.json +++ b/packages/mui-docs/package.json @@ -1,6 +1,6 @@ { "name": "@mui/docs", - "version": "5.15.16", + "version": "5.15.17", "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 ef41d82da47575..606bc530d9df68 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.15.16", + "version": "5.15.17", "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 6bac35e81df352..e78dcdace63009 100644 --- a/packages/mui-material/package.json +++ b/packages/mui-material/package.json @@ -1,6 +1,6 @@ { "name": "@mui/material", - "version": "5.15.16", + "version": "5.15.17", "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 bffa6707bdd4fa..6504cc84ffd94f 100644 --- a/packages/mui-styles/package.json +++ b/packages/mui-styles/package.json @@ -1,6 +1,6 @@ { "name": "@mui/styles", - "version": "5.15.16", + "version": "5.15.17", "private": false, "author": "MUI Team", "description": "MUI Styles - The legacy JSS-based styling solution of Material UI.",