Skip to content

Commit 28eadba

Browse files
Release 7.3.4 (#47017)
Signed-off-by: Jan Potoms <[email protected]> Co-authored-by: Zeeshan Tamboli <[email protected]>
1 parent b0c1578 commit 28eadba

File tree

7 files changed

+32
-13
lines changed

7 files changed

+32
-13
lines changed

CHANGELOG.md

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

3+
## 7.3.4
4+
5+
<!-- generated comparing v7.3.3..master -->
6+
7+
_Oct 2, 2025_
8+
9+
A big thanks to the 3 contributors who made this release possible. Here are some highlights ✨:
10+
11+
Small update to revert a change that broke the `<Tabs>` component. Also publishing a beta version of `@mui/lab` which was accidentally published as a stable release.
12+
13+
14+
15+
- [Tabs] Revert "Fix not scrolling to correct tab after refresh when auto scrollable (#46869)" (#47014) @ZeeshanTamboli
16+
17+
### Docs
18+
19+
- Sort package manager automatically (#46897) @Janpot
20+
21+
### Core
22+
23+
- Bring @mui/lab back to unstable version (#47012) @Janpot
24+
- Fix `ThemeOptions` and `createTheme*` cyclic dependency (#47007) @siriwatknp
25+
26+
All contributors of this release in alphabetical order: @Janpot, @siriwatknp, @ZeeshanTamboli
27+
328
## 7.3.3
429

530
<!-- generated comparing v7.3.2..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": "7.3.3",
3+
"version": "7.3.4",
44
"private": true,
55
"scripts": {
66
"preinstall": "npx only-allow pnpm",

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": "7.3.3",
3+
"version": "7.3.4",
44
"author": "MUI Team",
55
"description": "Internal package to track number of downloads of our design system libraries.",
66
"files": [],

packages/mui-docs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mui/docs",
3-
"version": "7.3.3",
3+
"version": "7.3.4",
44
"author": "MUI Team",
55
"description": "MUI Docs - Documentation building blocks.",
66
"keywords": [

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": "7.3.3",
3+
"version": "7.3.4",
44
"author": "MUI Team",
55
"description": "Material Design icons distributed as SVG React components.",
66
"main": "./src/index.js",

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": "7.3.3",
3+
"version": "7.3.4",
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
"keywords": [

scripts/README.md

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,17 +4,11 @@
44

55
### Prerequisites
66

7-
1. You must be a member of the `@mui` org in npm to publish the release
8-
2. Set up your npm authToken by logging into npm (`npm login`) . This will save a token to `~/.npmrc` as a line that looks
9-
like this:
10-
```text
11-
//registry.npmjs.org/:_authToken=npm_000000000000000000000000000000000000
12-
```
13-
3. Make sure you have added the `material-ui-docs` remote to deploy the documentation:
7+
1. Make sure you have added the `material-ui-docs` remote to deploy the documentation:
148
```bash
159
git remote add material-ui-docs https://github.com/mui/material-ui-docs.git
1610
```
17-
4. Generate a GitHub Token at https://github.com/settings/personal-access-tokens/new and add it to your shell rc script (either `.bashrc` or `.zshrc`) as `GITHUB_TOKEN`.
11+
2. Generate a GitHub Token at https://github.com/settings/personal-access-tokens/new and add it to your shell rc script (either `.bashrc` or `.zshrc`) as `GITHUB_TOKEN`.
1812

1913
### Releasing a minor version
2014

0 commit comments

Comments
 (0)