From 72a14f8fa979552701120e9eea3ceb1d40c7aa65 Mon Sep 17 00:00:00 2001 From: Siriwat K Date: Wed, 1 May 2024 09:17:34 +0700 Subject: [PATCH] v0.0.10 (#42) --- CHANGELOG.md | 14 ++++++++++++++ packages/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 +- 5 files changed, 18 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f17ef060..0e316861 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,19 @@ # [Versions](https://mui.com/versions/) +## v0.0.10 + + + +_May 1, 2024_ + +A big thanks to the 2 contributors who made this release possible. + +- [react] Fix styled inheritance (#40) @siriwatknp +- [react] Fix prop forwarding when `as` component is provided to HTML styled component (#43) @siriwatknp +- [nextjs] Transform `!important` CSS to an intermediate representation (#38) @brijeshb42 + +All contributors of this release in alphabetical order: @brijeshb42, @siriwatknp + ## v0.0.9 diff --git a/packages/pigment-css-nextjs-plugin/package.json b/packages/pigment-css-nextjs-plugin/package.json index d3680c6b..996f0bef 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.9", + "version": "0.0.10", "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 33e58d2b..528d78d4 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.9", + "version": "0.0.10", "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 6ff57906..b1e7d2bc 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.9", + "version": "0.0.10", "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 60f9701c..828c10b9 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.9", + "version": "0.0.10", "main": "build/index.js", "module": "build/index.mjs", "types": "build/index.d.ts",