Skip to content

Commit 5b91ac7

Browse files
authored
[release] v9.3.1 (#48935)
1 parent b74a866 commit 5b91ac7

7 files changed

Lines changed: 29 additions & 6 deletions

File tree

CHANGELOG.md

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

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+
326
## 9.3.0
427

528
<!-- generated comparing v9.2.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": "9.3.0",
3+
"version": "9.3.1",
44
"private": true,
55
"scripts": {
66
"preinstall": "npx only-allow pnpm",

packages/mui-codemod/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mui/codemod",
3-
"version": "9.3.0",
3+
"version": "9.3.1",
44
"author": "MUI Team",
55
"description": "Codemod scripts for Material UI.",
66
"license": "MIT",

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": "9.3.0",
3+
"version": "9.3.1",
44
"author": "MUI Team",
55
"description": "Internal package to track number of downloads of our design system libraries.",
66
"license": "MIT",

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": "9.3.0",
3+
"version": "9.3.1",
44
"author": "MUI Team",
55
"description": "Material Design icons distributed as SVG React components.",
66
"license": "MIT",

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": "9.0.0-beta.7",
4+
"version": "9.0.0-beta.8",
55
"author": "MUI Team",
66
"description": "Laboratory for new Material UI modules.",
77
"license": "MIT",

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": "9.3.0",
3+
"version": "9.3.1",
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
"license": "MIT",

0 commit comments

Comments
 (0)