@mui/icons-material 9.3.0 → 9.3.1

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +23 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,5 +1,28 @@
1
1
  # [Versions](https://mui.com/material-ui/getting-started/versions/)
2
2
 
3
+ ## 9.3.1
4
+
5
+ <!-- generated comparing v9.3.0..master -->
6
+
7
+ _Aug 6, 2026_
8
+
9
+ A big thanks to the 4 contributors who made this release possible.
10
+
11
+ ### `@mui/material@9.3.1`
12
+
13
+ - [transitions] Prevent exit transitions from getting stuck (#48881) @ZeeshanTamboli
14
+
15
+ ### `@mui/codemod@9.3.1`
16
+
17
+ - Include transforms in published package (#48934) @brijeshb42
18
+
19
+ ### Core
20
+
21
+ - [blog] Clarify early bird renewal discount scope (#48906) @DanailH
22
+ - [test][pagination] Add more unit tests (#48927) @silviuaavram
23
+
24
+ All contributors of this release in alphabetical order: @brijeshb42, @DanailH, @silviuaavram, @ZeeshanTamboli
25
+
3
26
  ## 9.3.0
4
27
 
5
28
  <!-- generated comparing v9.2.0..master -->
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mui/icons-material",
3
- "version": "9.3.0",
3
+ "version": "9.3.1",
4
4
  "author": "MUI Team",
5
5
  "description": "Material Design icons distributed as SVG React components.",
6
6
  "license": "MIT",
@@ -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": "^9.3.0"
35
+ "@mui/material": "^9.3.1"
36
36
  },
37
37
  "peerDependenciesMeta": {
38
38
  "@types/react": {