From 5cb469a1dc0e2d6950f5a21f07e411dbc0bba1cc Mon Sep 17 00:00:00 2001 From: Siriwat K Date: Thu, 8 Aug 2024 10:50:09 +0700 Subject: [PATCH] v0.0.20 (#201) --- CHANGELOG.md | 13 +++++++++++-- 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 +- 6 files changed, 16 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3b93c14f..c7761805 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,16 @@ # [Versions](https://mui.com/versions/) -> @pigment-css/monorepo@0.0.15 release:changelog /Users/siriwatknp/Personal-Repos/pigment-css -> node scripts/releaseChangelog.mjs +## 0.0.20 + + + +_Aug 8, 2024_ + +A big thanks to the 1 contributors who made this release possible. + +- ​[typescript] Fix `sx` types (#200) @siriwatknp + +All contributors of this release in alphabetical order: @siriwatknp ## 0.0.19 diff --git a/package.json b/package.json index 1bf48936..88e413b1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@pigment-css/monorepo", - "version": "0.0.19", + "version": "0.0.20", "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 b683cd2f..6421c43b 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.19", + "version": "0.0.20", "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 93cd741d..cc0cc9e6 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.19", + "version": "0.0.20", "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 d5a43a1b..a25a9586 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.19", + "version": "0.0.20", "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 1da7c2ff..96726e3d 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.19", + "version": "0.0.20", "main": "build/index.js", "module": "build/index.mjs", "types": "build/index.d.ts",