From a3d3b1792c0b18f60081f2d01f23d521c4953c62 Mon Sep 17 00:00:00 2001 From: Brijesh Bittu Date: Tue, 14 Jan 2025 14:55:44 +0530 Subject: [PATCH] v0.0.30 (#366) Co-authored-by: Brijesh Bittu --- CHANGELOG.md | 27 +++++++++++++++++++ package.json | 2 +- .../pigment-css-nextjs-plugin/package.json | 2 +- packages/pigment-css-react/package.json | 2 +- packages/pigment-css-theme/package.json | 2 +- packages/pigment-css-unplugin/package.json | 2 +- packages/pigment-css-vite-plugin/package.json | 2 +- 7 files changed, 33 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 62a16435..cebafeb5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,32 @@ # [Versions](https://mui.com/versions/) +## 0.0.30 + + + +_Jan 14, 2025_ + +A big thanks to the 4 contributors who made this release possible. + +### `@pigment-css/react@0.0.30` + +- fix: spread style object before deleting variants (#364) @brijeshb42 +- fix: type CreateStyledComponent to accept string and object (#354) @FourwingsY + +### `@pigment-css/theme@0.0.30` + +- fix(theme): Allow listing values with number keys (#360) @brijeshb42 + +### `@pigment-css/vite-plugin@0.0.30` + +- Bump Vite to v6 (#355) @bogdanyluk + +### Core + +- [docs] Fix Vale error (a538810) @oliviertassinari + +All contributors of this release in alphabetical order: @bogdanyluk, @brijeshb42, @FourwingsY, @oliviertassinari + ## 0.0.29 diff --git a/package.json b/package.json index 7f48d2e8..569be147 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@pigment-css/monorepo", - "version": "0.0.29", + "version": "0.0.30", "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 f1865d4d..3d967ff2 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.29", + "version": "0.0.30", "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 43b21b9a..08705092 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.29", + "version": "0.0.30", "main": "build/index.js", "module": "build/index.mjs", "types": "build/index.d.ts", diff --git a/packages/pigment-css-theme/package.json b/packages/pigment-css-theme/package.json index e69c3941..fdaf7ff4 100644 --- a/packages/pigment-css-theme/package.json +++ b/packages/pigment-css-theme/package.json @@ -1,6 +1,6 @@ { "name": "@pigment-css/theme", - "version": "0.0.29", + "version": "0.0.30", "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 a20dc3c0..2b5d0883 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.29", + "version": "0.0.30", "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 5fe8e2f8..c5938521 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.29", + "version": "0.0.30", "main": "build/index.js", "module": "build/index.mjs", "types": "build/index.d.ts",