diff --git a/CHANGELOG.md b/CHANGELOG.md index 971d7f99..3b93c14f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,30 @@ > @pigment-css/monorepo@0.0.15 release:changelog /Users/siriwatknp/Personal-Repos/pigment-css > node scripts/releaseChangelog.mjs +## 0.0.19 + + + +_Aug 7, 2024_ + +A big thanks to the 3 contributors who made this release possible. + +### `@pigment-css/react@0.0.19` + +- ​[react] Fix thrown error during eval phase (#196) @brijeshb42 +- ​[TypeScript] Fix `sx` types and missing `style` prop from layout components (#191) @siriwatknp + +### Docs + +- ​[docs] Clarify security policy @oliviertassinari + +### Core + +- ​[core] Temporarily fallback to v5 of Material UI (#198) @brijeshb42 +- ​[core] Fix event naming convention @oliviertassinari + +All contributors of this release in alphabetical order: @brijeshb42, @oliviertassinari, @siriwatknp + ## 0.0.18 diff --git a/package.json b/package.json index 516f12e8..1bf48936 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@pigment-css/monorepo", - "version": "0.0.18", + "version": "0.0.19", "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 4e0ff8eb..b683cd2f 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.18", + "version": "0.0.19", "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 f0dd21ec..93cd741d 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.18", + "version": "0.0.19", "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 443b1d54..d5a43a1b 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.18", + "version": "0.0.19", "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 77e31a37..1da7c2ff 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.18", + "version": "0.0.19", "main": "build/index.js", "module": "build/index.mjs", "types": "build/index.d.ts",