From f293e329de024ea392a623b80b0a0931636b2d81 Mon Sep 17 00:00:00 2001 From: Brijesh Bittu Date: Tue, 17 Sep 2024 14:42:38 +0530 Subject: [PATCH] v0.0.23 --- CHANGELOG.md | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index c1924f31..119116ce 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,35 @@ # [Versions](https://mui.com/versions/) +## 0.0.23 + + + +_Sep 17, 2024_ + +A big thanks to the 5 contributors who made this release possible. This PR mainly fixes bugs with Material UI integration. + +### `@pigment-css/react@0.0.23` + +- ​Support null as a value for CSS object (#229) @siriwatknp +- ​[styled] Fix css extraction for transformed styled tagged-template call (#234) @brijeshb42 +- ​[Grid] ignore RSC error (#233) @siriwatknp + +### `@pigment-css/nextjs-plugin@0.0.23` + +- ​[nextjs] Wrap all generated CSS with a cascade layer (WIP) (#226) @Janpot +- ​[nextjs] Fix react import check bug introduced in #228 (#236) @brijeshb42 +- ​[nextjs] Move the import startsWith next check at end (#228) @brijeshb42 + +### Core + +- ​[core] Fix 301 link to Next.js and git diff @oliviertassinari +- ​[core] Fix package.json repository rule @oliviertassinari +- ​[core] Remove legacy yarn file @oliviertassinari +- ​[infra] Adds reusable workflow for close issue message (#231) @michelengelen +- ​[infra] Adds reusable workflow for new issue cleanup (#230) @michelengelen + +All contributors of this release in alphabetical order: @brijeshb42, @Janpot, @michelengelen, @oliviertassinari, @siriwatknp + ## 0.0.22