@mui/icons-material 7.1.1 → 7.1.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,21 @@
1
1
  # [Versions](https://mui.com/versions/)
2
2
 
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
+ ### `@mui/material@7.1.2`
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
+
3
19
  ## 7.1.1
4
20
 
5
21
  <!-- generated comparing v7.1.0..master -->
package/esm/index.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @mui/icons-material v7.1.1
2
+ * @mui/icons-material v7.1.2
3
3
  *
4
4
  * @license MIT
5
5
  * This source code is licensed under the MIT license found in the
package/index.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @mui/icons-material v7.1.1
2
+ * @mui/icons-material v7.1.2
3
3
  *
4
4
  * @license MIT
5
5
  * This source code is licensed under the MIT license found in the
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mui/icons-material",
3
- "version": "7.1.1",
3
+ "version": "7.1.2",
4
4
  "author": "MUI Team",
5
5
  "description": "Material Design icons distributed as SVG React components.",
6
6
  "main": "./index.js",
@@ -32,7 +32,7 @@
32
32
  "peerDependencies": {
33
33
  "@types/react": "^17.0.0 || ^18.0.0 || ^19.0.0",
34
34
  "react": "^17.0.0 || ^18.0.0 || ^19.0.0",
35
- "@mui/material": "^7.1.1"
35
+ "@mui/material": "^7.1.2"
36
36
  },
37
37
  "peerDependenciesMeta": {
38
38
  "@types/react": {