Skip to content

Commit 7c8db04

Browse files
authored
v6.0.0-alpha.6 (#42163)
1 parent 8f88c8b commit 7c8db04

File tree

11 files changed

+58
-10
lines changed

11 files changed

+58
-10
lines changed

CHANGELOG.md

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

3+
## v6.0.0-alpha.6
4+
5+
<!-- generated comparing v6.0.0-alpha.5..next -->
6+
7+
_May 8, 2024_
8+
9+
A big thanks to the 10 contributors who made this release possible. Here are some highlights ✨:
10+
11+
12+
13+
- [Chip] Add colorDefault class to chipClasses (#42067) @sai6855
14+
- Migrate components to support CSS extraction (#42001) @siriwatknp
15+
- [SpeedDial] Deprecate TransitionComponent (#40698) @harry-whorlow
16+
17+
18+
19+
- Add `theme-v6` migration (#42056) @siriwatknp
20+
21+
22+
23+
- Add the Emergency icon (#42080) @danilo-leal
24+
25+
### Docs
26+
27+
- [autocomplete] Fix duplicate autocomplete id (#42086) @oliviertassinari
28+
- Fix SEO redirection issues @oliviertassinari
29+
- [material-ui] Fix broken link (#42142) @aarongarciah
30+
- [material-ui][docs] Fix link on the Sync page (#42088) @danilo-leal
31+
32+
### Core
33+
34+
- [blog] Shorten title to fit @oliviertassinari
35+
- [blog] Update Sync post OG image (#42114) @danilo-leal
36+
- [blog] A few tweaks in introducing-sync-plugin (#42092) @oliviertassinari
37+
- [code-infra] Add canary release scripts (#41949) @michaldudak
38+
- [code-infra] Move ComponentLinkHeader to @mui/docs (#42061) @Janpot
39+
- [code-infra] Bump node image used by CI in docker (#42079) @LukasTy
40+
- [core] Restrict import path with ESLint (#41970) @oliviertassinari
41+
- [docs-infra] Add design and formatting improvements (#42063) @danilo-leal
42+
- [docs-infra] Fix HTML structure violations (#42085) @oliviertassinari
43+
- [website] Componentize a few Careers page sections (#42102) @danilo-leal
44+
- [website] Refine the InfoCard design (#42116) @danilo-leal
45+
- [website] Fix home page slider's track position (#42141) @aarongarciah
46+
- [website] Closing the survey @oliviertassinari
47+
- [website] Remove Survey banner from website and Core docs (#42104) @joserodolfofreitas
48+
49+
All contributors of this release in alphabetical order: @aarongarciah, @danilo-leal, @harry-whorlow, @Janpot, @joserodolfofreitas, @LukasTy, @michaldudak, @oliviertassinari, @sai6855, @siriwatknp
50+
351
## v6.0.0-alpha.5
452

553
<!-- generated comparing v6.0.0-alpha.4..next -->

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": "6.0.0-alpha.5",
3+
"version": "6.0.0-alpha.6",
44
"private": true,
55
"scripts": {
66
"preinstall": "npx only-allow pnpm",

packages/mui-base/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mui/base",
3-
"version": "5.0.0-beta.43",
3+
"version": "5.0.0-beta.44",
44
"private": false,
55
"author": "MUI Team",
66
"description": "Base UI is a library of headless ('unstyled') React components and low-level hooks. You gain complete control over your app's CSS and accessibility features.",

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

packages/mui-joy/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mui/joy",
3-
"version": "5.0.0-beta.38",
3+
"version": "5.0.0-beta.39",
44
"private": false,
55
"author": "MUI Team",
66
"description": "Joy UI is an open-source React component library that implements MUI's own design principles. It's comprehensive and can be used in production out of the box.",

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.0-alpha.5",
3+
"version": "6.0.0-alpha.6",
44
"private": false,
55
"author": "MUI Team",
66
"description": "Laboratory for new MUI modules.",

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.0.0-alpha.5",
3+
"version": "6.0.0-alpha.6",
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.",

0 commit comments

Comments
 (0)