Skip to content

Commit 54f6500

Browse files
v5.16.10 (#44711)
Signed-off-by: Albert Yu <albert@albertyu.co> Co-authored-by: Aarón García Hervás <aaron.garcia.hervas@gmail.com>
1 parent f4f1013 commit 54f6500

File tree

6 files changed

+21
-5
lines changed

6 files changed

+21
-5
lines changed

CHANGELOG.md

+16
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,21 @@
11
# [Versions](https://mui.com/versions/)
22

3+
## 5.16.10
4+
5+
<!-- generated comparing v5.16.9..v5.x -->
6+
7+
_Dec 10, 2024_
8+
9+
A big thanks to the contributor who made this release possible.
10+
11+
### Core
12+
13+
- Bump pnpm to 9.14.4 in v5 (#44705) @DiegoAndai
14+
- Fix UMD examples (#44706) @DiegoAndai
15+
- [typescript] Rescue missing backports v5 (#44712) @DiegoAndai
16+
17+
All contributors of this release in alphabetical order: @DiegoAndai
18+
319
## 5.16.9
420

521
<!-- generated comparing v5.16.8..v5.x -->

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mui/core-downloads-tracker",
3-
"version": "5.16.9",
3+
"version": "5.16.10",
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

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

packages/mui-icons-material/package.json

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

packages/mui-material/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mui/material",
3-
"version": "5.16.9",
3+
"version": "5.16.10",
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

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mui/styles",
3-
"version": "5.16.9",
3+
"version": "5.16.10",
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)