From 4e75758b37119bd821435c23d9c111c545e186b6 Mon Sep 17 00:00:00 2001 From: Brijesh Bittu Date: Tue, 9 Apr 2024 12:33:29 +0530 Subject: [PATCH] Fix changelog --- CHANGELOG.md | 22 ++++++++++++++-------- 1 file changed, 14 insertions(+), 8 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bba7b8a993bf5f..b359e9a43437de 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,30 +6,36 @@ _Apr 9, 2024_ -A big thanks to the 5 contributors who made this release possible. Here are some highlights ✨: +A big thanks to the 5 contributors who made this release possible. This release was mostly about 🐛 bug fixes and 📚 documentation improvements. ### `@mui/material@6.0.0-alpha.2` -- ​[material-ui][Select] Fix `muiName` property TypeScript error (#41726) @EyaOuenniche +- ​[typescript][Select] Fix `muiName` property TypeScript error (#41726) @EyaOuenniche +- ​[l10n] Fix typo in is-IS locale (#41810) @magnimarels ### `@pigment-css/react@0.0.6` -- ​[pigment-css][core] Remove `muiName` during eval phase (#41811) @brijeshb42 +- ​[core] Remove `muiName` during eval phase (#41811) @brijeshb42 ### `@pigment-css/nextjs-plugin@0.0.6` -- ​[pigment-css][nextjs] Allow usage of url() CSS function (#41758) @brijeshb42 +- ​[nextjs] Handle file references passed through imports (#41817) @brijeshb42 +- ​[nextjs] Allow usage of url() CSS function (#41758) @brijeshb42 ### Docs -- ​[docs] Fix 301 links @oliviertassinari -- ​[pigment-css][docs] Fix README typo (#41808) @aarongarciah -- ​[pigment-css][docs] Fix output on dynamic styles example (#41805) @aarongarciah +- ​[docs] Fix 301 links @oliviertassinari +- ​[pigment-css][docs] Fix README typo (#41808) @aarongarciah +- ​[pigment-css][docs] Fix output on dynamic styles example (#41805) @aarongarciah +- ​[material-ui][docs] Fix Material 3 message typo (#41821) @aarongarciah +- ​[material-ui][docs] Add stray design tweaks to free templates (#41696) @zanivan ### Core -- ​[docs-infra] Fix drawer performances (#41807) @alexfauquette +- ​[core] Remove unused files (#41818) @mnajdova +- ​[docs-infra] Fix analytics about inline ads (#41474) (#41819) @alexfauquette +- ​[docs-infra] Fix drawer performances (#41807) @alexfauquette All contributors of this release in alphabetical order: @aarongarciah, @alexfauquette, @brijeshb42, @EyaOuenniche, @oliviertassinari