Skip to content

Commit 7dbbda8

Browse files
authored
[release] v6.4.11 (#45851)
1 parent 6a4236e commit 7dbbda8

File tree

11 files changed

+29
-10
lines changed

11 files changed

+29
-10
lines changed

CHANGELOG.md

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

3+
## 6.4.11
4+
5+
_Apr 9, 2025_
6+
7+
A big thanks to the 3 contributors who made this release possible.
8+
9+
10+
11+
- [AvatarGroup] Fix `spacing` prop ignoring value `0` (#45845) @Kartik-Murthy
12+
- [Dialog] Deprecate composed classes (#45814) @sai6855
13+
14+
### Docs
15+
16+
- [docs] Add missing v7 docs banner (#45842) @DiegoAndai
17+
- [docs] Add v7 is here banner (#45838) @DiegoAndai
18+
- [docs] Fix lab version install instructions (#45770) @DiegoAndai
19+
20+
All contributors of this release in alphabetical order: @DiegoAndai, @Kartik-Murthy, @sai6855
21+
322
## 6.4.10
423

524
<!-- generated comparing v6.4.9..v6.x -->

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": "6.4.9",
3+
"version": "6.4.11",
44
"bin": "./codemod.js",
55
"private": false,
66
"author": "MUI Team",

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": "6.4.10",
3+
"version": "6.4.11",
44
"private": false,
55
"author": "MUI Team",
66
"description": "Internal package to track number of downloads of our design system libraries",

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": "6.4.10",
3+
"version": "6.4.11",
44
"private": false,
55
"author": "MUI Team",
66
"description": "MUI Docs - Documentation building blocks.",

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": "6.4.10",
3+
"version": "6.4.11",
44
"private": false,
55
"author": "MUI Team",
66
"description": "Material Design icons distributed as SVG React components.",

packages/mui-lab/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mui/lab",
3-
"version": "6.0.1-beta.33",
3+
"version": "6.0.1-beta.34",
44
"private": false,
55
"author": "MUI Team",
66
"description": "Laboratory for new MUI modules.",

packages/mui-material-pigment-css/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-pigment-css",
3-
"version": "6.4.10",
3+
"version": "6.4.11",
44
"author": "MUI Team",
55
"description": "A wrapper over Pigment CSS that provides the same styled and theming APIs as Material UI.",
66
"main": "./src/index.ts",

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": "6.4.10",
3+
"version": "6.4.11",
44
"private": false,
55
"author": "MUI Team",
66
"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.",

packages/mui-styled-engine/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mui/styled-engine",
3-
"version": "6.4.9",
3+
"version": "6.4.11",
44
"private": false,
55
"author": "MUI Team",
66
"description": "styled() API wrapper package for emotion.",

packages/mui-styles/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mui/styles",
3-
"version": "6.4.10",
3+
"version": "6.4.11",
44
"private": false,
55
"author": "MUI Team",
66
"description": "MUI Styles - The legacy JSS-based styling solution of Material UI.",

0 commit comments

Comments
 (0)