Skip to content

Commit 6f2b908

Browse files
authored
[release] v6.4.5 (#45349)
1 parent 7e9bf56 commit 6f2b908

File tree

8 files changed

+32
-7
lines changed

8 files changed

+32
-7
lines changed

CHANGELOG.md

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

3+
## 6.4.5
4+
5+
<!-- generated comparing v6.4.4..v6.x -->
6+
7+
_Feb 18, 2025_
8+
9+
A big thanks to the 5 contributors who made this release possible.
10+
11+
12+
13+
- [Autocomplete] Remove legacy `aria-owns` attribute for combobox (#45303) @ZeeshanTamboli
14+
- [Button] Apply id only if loading indicator is present (#45339) @aarongarciah
15+
16+
### Docs
17+
18+
- [icons] Fix typo in material-icons.md (#45336) @a-s-russo
19+
- [Menu] Add Grouped Menu demo (#45292) @noobDev31
20+
21+
### Core
22+
23+
- [blog] Consistent Base UI terminology (#45342) @aarongarciah
24+
- Fix double redirection to Base UI (#45146) @oliviertassinari
25+
26+
All contributors of this release in alphabetical order: @a-s-russo, @aarongarciah, @noobDev31, @oliviertassinari, @ZeeshanTamboli
27+
328
## 6.4.4
429

530
<!-- generated comparing v6.4.3..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.4",
3+
"version": "6.4.5",
44
"private": true,
55
"scripts": {
66
"preinstall": "npx only-allow pnpm",

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.4",
3+
"version": "6.4.5",
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.4",
3+
"version": "6.4.5",
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.4",
3+
"version": "6.4.5",
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.27",
3+
"version": "6.0.0-beta.28",
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.4",
3+
"version": "6.4.5",
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.4",
3+
"version": "6.4.5",
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)