From 624e608d04b48c27fce9edf3ecf255081a22b370 Mon Sep 17 00:00:00 2001 From: Brijesh Bittu Date: Fri, 25 Oct 2024 16:54:04 +0530 Subject: [PATCH] v0.0.25 (#287) Co-authored-by: Brijesh Bittu --- CHANGELOG.md | 31 +++++++++++++++++++ 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, 36 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e8b32f75..7ff91860 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,36 @@ # [Versions](https://mui.com/versions/) +## 0.0.25 + + + +_Oct 25, 2024_ + +A big thanks to the 5 contributors who made this release possible. + +### `@pigment-css/react@0.0.25` + +- Fix scoping issue with sx dynamic value transform (#286) @brijeshb42 + +### Core + +- [code-infra] Remove releaseChangelog.mjs duplication (#273) @oliviertassinari +- [core] Upgrade @mui/monorepo (#274) @oliviertassinari +- [core] Remove <-- from changelog (#272) @oliviertassinari +- [core] Link to production app for bundle size @oliviertassinari +- [core] Bump npx update-browserslist-db@latest (#256) @oliviertassinari +- [docs] Fix broken link (#260) @mnajdova +- [docs] Fix syntax in JSDoc example (#261) @yoohahn +- [docs] Readme tweaks (#266) @aarongarciah +- [docs] Fix 301 redirections in docs @oliviertassinari +- [docs] Fix git diff format (#245) @oliviertassinari +- [examples] Fix webpack CLI instructions (#277) @oliviertassinari +- [examples] Avoid git diff when playing with examples @oliviertassinari +- [infra] Fix line break in Stack Overflow message @oliviertassinari +- [infra] Fix line break in Stack Overflow message @oliviertassinari + +All contributors of this release in alphabetical order: @aarongarciah, @brijeshb42, @mnajdova, @oliviertassinari, @yoohahn + ## 0.0.24 diff --git a/package.json b/package.json index 804ab639..0d40148c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@pigment-css/monorepo", - "version": "0.0.24", + "version": "0.0.25", "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 915e6003..9e3bfdf9 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.24", + "version": "0.0.25", "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 4e269a8a..3cbf27cc 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.24", + "version": "0.0.25", "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 eb7a0fee..d63cfe9d 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.24", + "version": "0.0.25", "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 0d105719..7c26ff69 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.24", + "version": "0.0.25", "main": "build/index.js", "module": "build/index.mjs", "types": "build/index.d.ts",