8000 [release] v5.16.12 (#44785) · mui/material-ui@b8fbcf5 · GitHub
[go: up one dir, main page]

Skip to content

Commit b8fbcf5

Browse files
authored
[release] v5.16.12 (#44785)
1 parent c973731 commit b8fbcf5

File tree

15 files changed

+29
-14
lines changed

15 files changed

+29
-14
lines changed

CHANGELOG.md

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

3+
## v5.16.12
4+
5+
<!-- generated comparing v5.16.11..v5.x -->
6+
7+
_Dec 16, 2024_
8+
9+
Material UI v5 is now compatible with React 19 (#44720) @DiegoAndai
10+
11+
### Core
12+
13+
- Bump react 19 in v5 (#44720) @DiegoAndai
14+
- Add `latest-v5` tag to v5 releases (#44757) @DiegoAndai
15+
16+
All contributors of this release in alphabetical order: @DiegoAndai
17+
318
## 5.16.11
419

520
<!-- generated comparing v5.16.9..v5.x -->

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.16.11",
3+
"version": "5.16.12",
44
"private": true,
55
"scripts": {
66
"preinstall": "npx only-allow pnpm",

packages/mui-base/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mui/base",
3-
"version": "5.0.0-beta.40",
3+
"version": "5.0.0-beta.40-0",
44
"private": false,
55
"author": "MUI Team",
66
"description": "Base UI is a library of headless ('unstyled') React components and low-level hooks. You gain complete control over your app's CSS and accessibility features.",

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.16.11",
3+
"version": "5.16.12",
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.16.11",
3+
"version": "5.16.12",
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.16.11",
3+
"version": "5.16.12",
44
"private": false,
55
"author": "MUI Team",
66
"description": "Material Design icons distributed as SVG React components.",

packages/mui-joy/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mui/joy",
3-
"version": "5.0.0-beta.50",
3+
"version": "5.0.0-beta.51",
44
"private": false,
55
"author": "MUI Team",
66
"description": "Joy UI is an open-source React component library that implements MUI's own design principles. It's comprehensive and can be used in production out of the box.",

packages/mui-lab/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mui/lab",
3-
"version": "5.0.0-alpha.174",
3+
"version": "5.0.0-alpha.175",
44
"private": false,
55
"author": "MUI Team",
66
"description": "Laboratory for new MUI modules.",

packages/mui-material-nextjs/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-nextjs",
3-
"version": "5.16.8",
3+
"version": "5.16.12",
44
"private": false,
55
"author": "MUI Team",
66
"description": "Collection of utilities for integration between Material UI and Next.js.",

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.16.11",
3+
"version": "5.16.12",
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.",

0 commit comments

Comments
 (0)
0