From 9f368f2249e5e4b4ad2c74eefcc466d3678b10c3 Mon Sep 17 00:00:00 2001 From: Brijesh Bittu Date: Wed, 13 Nov 2024 10:06:23 +0530 Subject: [PATCH 1/2] v0.0.27 --- CHANGELOG.md | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index ab6470f5..981cd43b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,30 @@ # [Versions](https://mui.com/versions/) +## 0.0.27 + + + +_Nov 13, 2024_ + +A big thanks to the 2 contributors who made this release possible. + +### `@pigment-css/react@0.0.27` + +- Bump wyw versions (#320) @brijeshb42 + +### `@pigment-css/nextjs-plugin@0.0.27` + +- Fix path resolution (#310) @brijeshb42 +- Bump wyw versions (#320) @brijeshb42 + +### Core + +- [core] Fix webpack capitalization (#311) @oliviertassinari +- [core] Fix Stack Overflow mention (dea4b14) @oliviertassinari +- [docs-infra] More docs infra changes (#304) @brijeshb42 + +All contributors of this release in alphabetical order: @brijeshb42, @oliviertassinari + ## 0.0.26 From 70987ef772355008a5636f67c5535afca35c545f Mon Sep 17 00:00:00 2001 From: Brijesh Bittu Date: Wed, 13 Nov 2024 10:08:10 +0530 Subject: [PATCH 2/2] Bump versions --- package.json | 2 +- 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, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 1ccd63c2..b37124c6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@pigment-css/monorepo", - "version": "0.0.26", + "version": "0.0.27", "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 a9c6cff1..548815ca 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.26", + "version": "0.0.27", "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 31616590..80b8c1f8 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.26", + "version": "0.0.27", "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 5b6b937c..8728031a 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.26", + "version": "0.0.27", "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 f78f35dc..bb0d505f 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.26", + "version": "0.0.27", "main": "build/index.js", "module": "build/index.mjs", "types": "build/index.d.ts",