@mui/icons-material 7.0.0-beta.0 → 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 +30 -0
- package/esm/index.js +1 -1
- package/index.js +1 -1
- package/package.json +3 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,35 @@
|
|
|
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
|
+
|
|
18
|
+
## 7.0.0-beta.1
|
|
19
|
+
|
|
20
|
+
<!-- generated comparing v7.0.0-beta.0..master -->
|
|
21
|
+
|
|
22
|
+
_Feb 27, 2025_
|
|
23
|
+
|
|
24
|
+
This release fixes incorrect build output from the previous release (`beta.0`).
|
|
25
|
+
|
|
26
|
+
### Core
|
|
27
|
+
|
|
28
|
+
- [code-infra] Fix build:types script omitting folders with a dot in their name (#45422) @Janpot
|
|
29
|
+
- [release] Fix versions (#45420) @mj12albert
|
|
30
|
+
|
|
31
|
+
All contributors of this release in alphabetical order: @Janpot, @mj12albert
|
|
32
|
+
|
|
3
33
|
## 7.0.0-beta.0
|
|
4
34
|
|
|
5
35
|
<!-- generated comparing v7.0.0-alpha.2..master -->
|
package/esm/index.js
CHANGED
package/index.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mui/icons-material",
|
|
3
|
-
"version": "7.0.0-beta.
|
|
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.
|
|
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",
|