Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

v5.15.17 #42162

Merged
merged 3 commits into from
May 8, 2024
Merged

v5.15.17 #42162

Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
28 changes: 28 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,33 @@
# [Versions](https://mui.com/versions/)

## v5.15.17

<!-- generated comparing v5.15.16..master -->

_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.

### Docs

- &#8203;<!-- 08 -->Fix SEO redirection issues @oliviertassinari
- &#8203;<!-- 06 -->[material-ui] Fix broken link (@aarongarciah) (#42143) @github-actions[bot]
- &#8203;<!-- 05 -->[material-ui] Fix link on the Sync page (@danilo-leal) (#42089) @github-actions[bot]
- &#8203;<!-- 04 -->[material-ui][slider] Move palette styles to the bottom (#41676) @siriwatknp
mj12albert marked this conversation as resolved.
Show resolved Hide resolved

### Core

- &#8203;<!-- 11 -->[blog] Shorten title to fit @oliviertassinari
- &#8203;<!-- 10 -->[blog] Update Sync post OG image (@danilo-leal) (#42117) @github-actions[bot]
- &#8203;<!-- 09 -->[blog] A few tweaks in introducing-sync-plugin (@oliviertassinari) (#42094) @github-actions[bot]
- &#8203;<!-- 07 -->[docs-infra] Fix code block layout shift (#41917) @oliviertassinari
- &#8203;<!-- 03 -->[website] Fix home page slider's track position (@aarongarciah) (#42144) @github-actions[bot]
- &#8203;<!-- 02 -->[website] Closing the survey @oliviertassinari
- &#8203;<!-- 01 -->[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

<!-- generated comparing v5.15.15..master -->
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mui/monorepo",
"version": "5.15.16",
"version": "5.15.17",
"private": true,
"scripts": {
"preinstall": "npx only-allow pnpm",
Expand Down
2 changes: 1 addition & 1 deletion packages/mui-core-downloads-tracker/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion packages/mui-docs/package.json
Original file line number Diff line number Diff line change
@@ -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.",
Expand Down
2 changes: 1 addition & 1 deletion packages/mui-icons-material/package.json
Original file line number Diff line number Diff line change
@@ -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.",
Expand Down
2 changes: 1 addition & 1 deletion packages/mui-material/package.json
Original file line number Diff line number Diff line change
@@ -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.",
Expand Down
2 changes: 1 addition & 1 deletion packages/mui-styles/package.json
Original file line number Diff line number Diff line change
@@ -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.",
Expand Down
Loading