Skip to content

Commit 46cd22c

Browse files
committed
Prepare v5.16.10
1 parent 42aa0ce commit 46cd22c

File tree

6 files changed

+20
-5
lines changed

6 files changed

+20
-5
lines changed

CHANGELOG.md

+15
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
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+
- [core] Fix UMD examples (#44706) @DiegoAndai
15+
16+
All contributors of this release in alphabetical order: @DiegoAndai
17+
318
## 5.16.9
419

520
<!-- 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)