@mui/icons-material 7.0.0-beta.1 → 7.0.0-beta.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,20 @@
1
1
  # [Versions](https://mui.com/versions/)
2
2
 
3
+ ## 7.0.0-beta.2
4
+
5
+ <!-- generated comparing v7.0.0-beta.1..master -->
6
+
7
+ _Feb 27, 2025_
8
+
9
+ A big thanks to the 2 contributors who made this release possible.
10
+
11
+ ### Core
12
+
13
+ - [code-infra] Add package.json export (#45433) @Janpot
14
+ - [blog] React 19 migration for MUI X (#45348) @arminmeh
15
+
16
+ All contributors of this release in alphabetical order: @arminmeh, @Janpot
17
+
3
18
  ## 7.0.0-beta.1
4
19
 
5
20
  <!-- generated comparing v7.0.0-beta.0..master -->
package/esm/index.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @mui/icons-material v7.0.0-beta.1
2
+ * @mui/icons-material v7.0.0-beta.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.0.0-beta.1
2
+ * @mui/icons-material v7.0.0-beta.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.0.0-beta.1",
3
+ "version": "7.0.0-beta.2",
4
4
  "private": false,
5
5
  "author": "MUI Team",
6
6
  "description": "Material Design icons distributed as SVG React components.",
@@ -33,7 +33,7 @@
33
33
  "peerDependencies": {
34
34
  "@types/react": "^17.0.0 || ^18.0.0 || ^19.0.0",
35
35
  "react": "^17.0.0 || ^18.0.0 || ^19.0.0",
36
- "@mui/material": "7.0.0-beta.1"
36
+ "@mui/material": "7.0.0-beta.2"
37
37
  },
38
38
  "peerDependenciesMeta": {
39
39
  "@types/react": {
@@ -49,6 +49,7 @@
49
49
  "node": ">=14.0.0"
50
50
  },
51
51
  "exports": {
52
+ "./package.json": "./package.json",
52
53
  ".": {
53
54
  "import": {
54
55
  "types": "./esm/index.d.ts",