Skip to content

Commit 1b44e99

Browse files
authored
Merge v7.1.2 (#46435)
1 parent 2d5a0bc commit 1b44e99

File tree

7 files changed

+22
-6
lines changed

7 files changed

+22
-6
lines changed

CHANGELOG.md

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

3+
## 7.1.2
4+
5+
_Jun 18, 2025_
6+
7+
A big thanks to the 2 contributors who made this release possible.
8+
9+
10+
11+
- [Chip] Fix handling on event handlers (#46263) @sai6855
12+
13+
### Docs
14+
15+
- Fix fade modal demo (#46271) @brijeshb42
16+
17+
All contributors of this release in alphabetical order: @brijeshb42, @sai6855
18+
319
## 7.1.1
420

521
<!-- generated comparing v7.1.0..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": "7.1.1",
3+
"version": "7.1.2",
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": "7.1.1",
3+
"version": "7.1.2",
44
"author": "MUI Team",
55
"description": "Internal package to track number of downloads of our design system libraries.",
66
"files": [],

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": "7.1.1",
3+
"version": "7.1.2",
44
"author": "MUI Team",
55
"description": "MUI Docs - Documentation building blocks.",
66
"main": "./src/index.js",

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": "7.1.1",
3+
"version": "7.1.2",
44
"author": "MUI Team",
55
"description": "Material Design icons distributed as SVG React components.",
66
"main": "./src/index.js",

packages/mui-lab/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@mui/lab",
33
"//": "version should be 'alpha' at all time",
4-
"version": "7.0.0-beta.13",
4+
"version": "7.0.0-beta.14",
55
"author": "MUI Team",
66
"description": "Laboratory for new Material UI modules.",
77
"main": "./src/index.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": "7.1.1",
3+
"version": "7.1.2",
44
"author": "MUI Team",
55
"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.",
66
"main": "./src/index.ts",

0 commit comments

Comments
 (0)