Skip to content

Commit a306ce4

Browse files
authored
[release] v5.15.21 (#42745)
1 parent e7a451b commit a306ce4

File tree

7 files changed

+36
-6
lines changed

7 files changed

+36
-6
lines changed

CHANGELOG.md

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,35 @@
11
# [Versions](https://mui.com/versions/)
22

3+
## v5.15.21
4+
5+
<!-- generated comparing v5.15.20..master -->
6+
7+
_Jun 28, 2024_
8+
9+
A big thanks to the 7 contributors who made this release possible.
10+
11+
12+
13+
- [Autocomplete] Fix renderOption props type (@DiegoAndai) (#42709) @DiegoAndai
14+
- [Stepper] Generate class for `nonLinear` prop (@alexismo) (#42677) @alexismo
15+
16+
### Docs
17+
18+
- Use new email for sponsoring @oliviertassinari
19+
- Fix 301 links (@alexfauquette) (#42700) @alexfauquette
20+
- [material-ui][Select] Fix the `SelectAutoWidth` demo menu item value (@Danielkhakbaz) (#42696) @Danielkhakbaz
21+
- [material-ui][Autocomplete] Fix more React 18.3 key spread warnings in demos (#42766) @wbt
22+
- [material-ui] Fix sign in side image (#42708) @zanivan
23+
- [website] Add Ale to team (#42769) @alelthomas
24+
25+
### Core
26+
27+
- [core] Cherry pick pnpm updates (#42763) @DiegoAndai
28+
- [website] Add Armin to the team members (@arminmeh) (#42681) @arminmeh
29+
- [website] Open Staff Engineer role for Pigment CSS (@mnajdova) (#42669) @mnajdova
30+
31+
All contributors of this release in alphabetical order: @alexfauquette, @alexismo, @arminmeh, @Danielkhakbaz, @DiegoAndai, @mnajdova, @oliviertassinari
32+
333
## v5.15.20
434

535
<!-- generated comparing v5.15.19..master -->

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mui/monorepo",
3-
"version": "5.15.20",
3+
"version": "5.15.21",
44
"private": true,
55
"scripts": {
66
"preinstall": "npx only-allow pnpm",

packages/mui-core-downloads-tracker/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mui/core-downloads-tracker",
3-
"version": "5.15.20",
3+
"version": "5.15.21",
44
"private": false,
55
"author": "MUI Team",
66
"description": "Internal package to track number of downloads of our design system libraries",

packages/mui-docs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mui/docs",
3-
"version": "5.15.20",
3+
"version": "5.15.21",
44
"private": false,
55
"author": "MUI Team",
66
"description": "MUI Docs - Documentation building blocks.",

packages/mui-icons-material/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mui/icons-material",
3-
"version": "5.15.20",
3+
"version": "5.15.21",
44
"private": false,
55
"author": "MUI Team",
66
"description": "Material Design icons distributed as SVG React components.",

packages/mui-material/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mui/material",
3-
"version": "5.15.20",
3+
"version": "5.15.21",
44
"private": false,
55
"author": "MUI Team",
66
"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.",

packages/mui-styles/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mui/styles",
3-
"version": "5.15.20",
3+
"version": "5.15.21",
44
"private": false,
55
"author": "MUI Team",
66
"description": "MUI Styles - The legacy JSS-based styling solution of Material UI.",

0 commit comments

Comments
 (0)