From 8a2f837a108a5ca7f7d65476549ae3d774ed239a Mon Sep 17 00:00:00 2001 From: mnajdova Date: Tue, 26 Mar 2024 15:52:42 +0100 Subject: [PATCH] [release] v6.0.0-alpha.0 updates on change & versions --- CHANGELOG.md | 8 ++++++-- packages/mui-lab/package.json | 2 +- packages/mui-material-nextjs/package.json | 2 +- 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e7c581f0d009fd..bbf5c0e1837948 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,7 +6,7 @@ _Mar 26, 2024_ -A big thanks to the 17 contributors who made this release possible. Here are some highlights ✨: +A big thanks to the 18 contributors who made this release possible. Here are some highlights ✨: - 🔥 Converted 10+ Material UI components to support static CSS extraction - ⬅️ 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 - [Backdrop] Deprecate TransitionComponent (#40677) @harry-whorlow - [ButtonGroup] Deprecate composed classes (#41259) @sai6855 - [StepLabel] Deprecate `componentProps` prop (#41321) @sai6855 +- [Chip] Convert to support CSS extraction (#41592) @DiegoAndai ### `@pigment-css/react@0.0.4` @@ -63,6 +64,9 @@ A big thanks to the 17 contributors who made this release possible. Here are som - [core] Add comment explaining the frequency of no-response action runs (#41555) @michaldudak - [core] Init the next branch (#41552) @mnajdova - [core] Lower the frequency of no-response action runs (#41553) @michaldudak +- [core] Update peerDependencies ranges to include v6 packages (#41662) @michaldudak +- [core] Run pnpm dedupe (#41658) @michaldudak +- [core] Fix dedupe check (#41657) @Janpot - [pigment-css][demo] Add index page for material-ui (#41577) @brijeshb42 - [pigment-css][demo] Remove app specific pnpm workspace (#41393) @brijeshb42 - [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 - [website] Update pricing table (#41595) @cherniavskii - [website] Add stray design adjustments throughout the site (#41547) @danilo-leal -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 +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 ## v5.15.14 diff --git a/packages/mui-lab/package.json b/packages/mui-lab/package.json index 30aacb7bba7369..881e7af5dc7b84 100644 --- a/packages/mui-lab/package.json +++ b/packages/mui-lab/package.json @@ -50,8 +50,8 @@ "prop-types": "^15.8.1" }, "devDependencies": { - "@mui/material": "workspace:*", "@mui-internal/test-utils": "workspace:^", + "@mui/material": "workspace:*", "@types/chai": "^4.3.12", "@types/prop-types": "^15.7.11", "@types/react": "^18.2.55", diff --git a/packages/mui-material-nextjs/package.json b/packages/mui-material-nextjs/package.json index eca54e7544f1ba..32ea01247a202c 100644 --- a/packages/mui-material-nextjs/package.json +++ b/packages/mui-material-nextjs/package.json @@ -1,6 +1,6 @@ { "name": "@mui/material-nextjs", - "version": "5.15.11", + "version": "6.0.0-alpha.0", "private": false, "author": "MUI Team", "description": "Collection of utilities for integration between Material UI and Next.js.",