From 445c9ceb7246a45664e8bc78e18cc2aff6f4ae9e Mon Sep 17 00:00:00 2001 From: Brijesh Bittu Date: Wed, 4 Sep 2024 13:51:56 +0530 Subject: [PATCH] v0.0.22 (#224) Co-authored-by: Marija Najdova --- CHANGELOG.md | 25 +++++++++++++++++++ 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, 30 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f52c1894..c1924f31 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,30 @@ # [Versions](https://mui.com/versions/) +## 0.0.22 + + + +_Sep 3, 2024_ + +A big thanks to the 3 contributors who made this release possible. + +### `@pigment-css/vite-plugin@0.0.22` + +- ​Fix bug related to path separator on Windows (#218) @brijeshb42 +- ​Fix styled-engine new internals (#220) @romgrk + +### `@pigment-css/unplugin@0.0.22` + +- ​Fix bug related to path separator on Windows (#218) @brijeshb42 +- ​Fix styled-engine new internals (#220) @romgrk + +### Core + +- ​[core] Pin GitHub action dependency (#221) @oliviertassinari +- ​[core] Fix CI with fake docs (#222) @oliviertassinari + +All contributors of this release in alphabetical order: @brijeshb42, @oliviertassinari, @romgrk + ## 0.0.21 diff --git a/package.json b/package.json index c24d14c4..26089de2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@pigment-css/monorepo", - "version": "0.0.21", + "version": "0.0.22", "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 4bc5930c..646f5141 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.21", + "version": "0.0.22", "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 fabce2d6..10f3874c 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.21", + "version": "0.0.22", "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 291ee246..c6657f5f 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.21", + "version": "0.0.22", "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 c33e7717..6e49969c 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.21", + "version": "0.0.22", "main": "build/index.js", "module": "build/index.mjs", "types": "build/index.d.ts",