Skip to content

Commit c66361a

Browse files
authored
[release] v6.4.4 (#45286)
1 parent 8efd596 commit c66361a

File tree

10 files changed

+199
-65
lines changed

10 files changed

+199
-65
lines changed

CHANGELOG.md

+30
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,35 @@
11
# [Versions](https://mui.com/versions/)
22

3+
## 6.4.4
4+
5+
<!-- generated comparing v6.4.3..v6.x -->
6+
7+
_Feb 11, 2025_
8+
9+
A big thanks to the 3 contributors who made this release possible.
10+
11+
12+
13+
- [MobileStepper] deprecate `LinearProgressProps` and complete `slots`, `slotProps` (@siriwatknp) (#45242) @siriwatknp
14+
- [Slider] Deprecate composed classes (@sai6855) (#45223) @sai6855
15+
- [utils] Merge `sx` instead of override when using `mergeSlotProps` (#45129) @siriwatknp
16+
17+
### Docs
18+
19+
- [Autocomplete] Improve Google Maps search example (#44708) @oliviertassinari
20+
- [Dialog] Removes deprecated PaperProps from docs (#45217) @sai6855
21+
- A quick first step to update docs for Tailwind v4 (#45221) @oliviertassinari
22+
23+
### Core
24+
25+
- Fix missing store contributor renaming (527222d) @oliviertassinari
26+
- Fix MUI Base vale rule (#45140) @oliviertassinari
27+
- Fix 404 errors (#45137) @oliviertassinari
28+
- [docs] Sync active sponsors (#45204) @oliviertassinari
29+
- [docs-infra] Move Ukraine banner to the bottom (#45135) @oliviertassinari
30+
31+
All contributors of this release in alphabetical order: @oliviertassinari, @sai6855, @siriwatknp
32+
333
## 6.4.3
434

535
<!-- generated comparing v6.4.2..v6.x -->

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mui/monorepo",
3-
"version": "6.4.3",
3+
"version": "6.4.4",
44
"private": true,
55
"scripts": {
66
"preinstall": "npx only-allow pnpm",

packages/mui-codemod/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mui/codemod",
3-
"version": "6.4.3",
3+
"version": "6.4.4",
44
"bin": "./codemod.js",
55
"private": false,
66
"author": "MUI Team",

packages/mui-core-downloads-tracker/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mui/core-downloads-tracker",
3-
"version": "6.4.3",
3+
"version": "6.4.4",
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

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mui/docs",
3-
"version": "6.4.3",
3+
"version": "6.4.4",
44
"private": false,
55
"author": "MUI Team",
66
"description": "MUI Docs - Documentation building blocks.",

packages/mui-icons-material/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mui/icons-material",
3-
"version": "6.4.3",
3+
"version": "6.4.4",
44
"private": false,
55
"author": "MUI Team",
66
"description": "Material Design icons distributed as SVG React components.",

packages/mui-lab/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mui/lab",
3-
"version": "6.0.0-beta.26",
3+
"version": "6.0.0-beta.27",
44
"private": false,
55
"author": "MUI Team",
66
"description": "Laboratory for new MUI modules.",

packages/mui-material/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mui/material",
3-
"version": "6.4.3",
3+
"version": "6.4.4",
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-styles/package.json

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

pnpm-lock.yaml

+161-57
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)