Skip to content

Commit 2a15ad6

Browse files
authored
[release] v6.0.0-alpha.0 updates on changelog & versions (#41665)
1 parent 49bd994 commit 2a15ad6

File tree

3 files changed

+8
-4
lines changed

3 files changed

+8
-4
lines changed

CHANGELOG.md

+6-2
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
_Mar 26, 2024_
88

9-
A big thanks to the 17 contributors who made this release possible. Here are some highlights ✨:
9+
A big thanks to the 18 contributors who made this release possible. Here are some highlights ✨:
1010

1111
- 🔥 Converted 10+ Material UI components to support static CSS extraction
1212
- ⬅️ Added RTL support in Pigment CSS (#41570) @brijeshb42
@@ -29,6 +29,7 @@ A big thanks to the 17 contributors who made this release possible. Here are som
2929
- [Backdrop] Deprecate TransitionComponent (#40677) @harry-whorlow
3030
- [ButtonGroup] Deprecate composed classes (#41259) @sai6855
3131
- [StepLabel] Deprecate `componentProps` prop (#41321) @sai6855
32+
- [Chip] Convert to support CSS extraction (#41592) @DiegoAndai
3233

3334
### `@pigment-css/[email protected]`
3435

@@ -63,6 +64,9 @@ A big thanks to the 17 contributors who made this release possible. Here are som
6364
- [core] Add comment explaining the frequency of no-response action runs (#41555) @michaldudak
6465
- [core] Init the next branch (#41552) @mnajdova
6566
- [core] Lower the frequency of no-response action runs (#41553) @michaldudak
67+
- [core] Update peerDependencies ranges to include v6 packages (#41662) @michaldudak
68+
- [core] Run pnpm dedupe (#41658) @michaldudak
69+
- [core] Fix dedupe check (#41657) @Janpot
6670
- [pigment-css][demo] Add index page for material-ui (#41577) @brijeshb42
6771
- [pigment-css][demo] Remove app specific pnpm workspace (#41393) @brijeshb42
6872
- [docs] Add notification for MUI X v7 blog post (#41587) @cherniavskii
@@ -73,7 +77,7 @@ A big thanks to the 17 contributors who made this release possible. Here are som
7377
- [website] Update pricing table (#41595) @cherniavskii
7478
- [website] Add stray design adjustments throughout the site (#41547) @danilo-leal
7579

76-
All contributors of this release in alphabetical order: @aacevski, @brijeshb42, @cherniavskii, @cipherlogs, @danilo-leal, @DiegoAndai, @harry-whorlow, @joserodolfofreitas, @michael-land, @michaldudak, @mnajdova, @nekoya, @sai6855, @siriwatknp, @StylesTrip, @zanivan, @ZeeshanTamboli
80+
All contributors of this release in alphabetical order: @aacevski, @brijeshb42, @cherniavskii, @cipherlogs, @danilo-leal, @DiegoAndai, @harry-whorlow, @Janpot, @joserodolfofreitas, @michael-land, @michaldudak, @mnajdova, @nekoya, @sai6855, @siriwatknp, @StylesTrip, @zanivan, @ZeeshanTamboli
7781

7882
## v5.15.14
7983

packages/mui-lab/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,8 @@
5050
"prop-types": "^15.8.1"
5151
},
5252
"devDependencies": {
53-
"@mui/material": "workspace:*",
5453
"@mui-internal/test-utils": "workspace:^",
54+
"@mui/material": "workspace:*",
5555
"@types/chai": "^4.3.12",
5656
"@types/prop-types": "^15.7.11",
5757
"@types/react": "^18.2.55",

packages/mui-material-nextjs/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mui/material-nextjs",
3-
"version": "5.15.11",
3+
"version": "6.0.0-alpha.0",
44
"private": false,
55
"author": "MUI Team",
66
"description": "Collection of utilities for integration between Material UI and Next.js.",

0 commit comments

Comments
 (0)