From d8518a074beb93058e9c3088ef56806efa036c7e Mon Sep 17 00:00:00 2001 From: Brijesh Bittu Date: Tue, 17 Sep 2024 15:01:37 +0530 Subject: [PATCH] V0.0.23 (#241) Co-authored-by: Brijesh Bittu --- CHANGELOG.md | 30 +++++++++++++++++++ package.json | 2 +- .../pigment-css-nextjs-plugin/package.json | 2 +- packages/pigment-css-react/package.json | 2 +- packages/pigment-css-unplugin/package.json | 2 +- packages/pigment-css-vite-plugin/package.json | 2 +- 6 files changed, 35 insertions(+), 5 deletions(-) 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 diff --git a/package.json b/package.json index 26089de2..fa5a86f1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@pigment-css/monorepo", - "version": "0.0.22", + "version": "0.0.23", "private": true, "scripts": { "preinstall": "npx only-allow pnpm", diff --git a/packages/pigment-css-nextjs-plugin/package.json b/packages/pigment-css-nextjs-plugin/package.json index f16f01f6..c30e8d0b 100644 --- a/packages/pigment-css-nextjs-plugin/package.json +++ b/packages/pigment-css-nextjs-plugin/package.json @@ -1,6 +1,6 @@ { "name": "@pigment-css/nextjs-plugin", - "version": "0.0.22", + "version": "0.0.23", "main": "build/index.js", "module": "build/index.mjs", "types": "build/index.d.ts", diff --git a/packages/pigment-css-react/package.json b/packages/pigment-css-react/package.json index 97148a2d..91afff6a 100644 --- a/packages/pigment-css-react/package.json +++ b/packages/pigment-css-react/package.json @@ -1,6 +1,6 @@ { "name": "@pigment-css/react", - "version": "0.0.22", + "version": "0.0.23", "main": "build/index.js", "module": "build/index.mjs", "types": "build/index.d.ts", diff --git a/packages/pigment-css-unplugin/package.json b/packages/pigment-css-unplugin/package.json index 555df74b..45f66225 100644 --- a/packages/pigment-css-unplugin/package.json +++ b/packages/pigment-css-unplugin/package.json @@ -1,6 +1,6 @@ { "name": "@pigment-css/unplugin", - "version": "0.0.22", + "version": "0.0.23", "main": "build/index.js", "module": "build/index.mjs", "types": "build/index.d.ts", diff --git a/packages/pigment-css-vite-plugin/package.json b/packages/pigment-css-vite-plugin/package.json index babc2344..82564230 100644 --- a/packages/pigment-css-vite-plugin/package.json +++ b/packages/pigment-css-vite-plugin/package.json @@ -1,6 +1,6 @@ { "name": "@pigment-css/vite-plugin", - "version": "0.0.22", + "version": "0.0.23", "main": "build/index.js", "module": "build/index.mjs", "types": "build/index.d.ts",