diff --git a/CHANGELOG.md b/CHANGELOG.md index b60208f6..f17ef060 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,24 @@ # [Versions](https://mui.com/versions/) +## v0.0.9 + + + +_Apr 22, 2024_ + +A big thanks to the 2 contributors who made this release possible. + +### `@pigment-css/react@0.0.9` + +- [fix] Use wildcard for exports instead of individual paths (#28) @brijeshb42 +- [fix] Add `private-runtime` directory in the package.json (#33) @mnajdova + +### Core + +- Enable release:changelog in CI (#30) @mnajdova + +All contributors of this release in alphabetical order: @brijeshb42, @mnajdova + ## v0.0.8 _Apr 19, 2024_ diff --git a/package.json b/package.json index 73446124..8aa7b937 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@pigment-css/monorepo", - "version": "0.0.8", + "version": "0.0.9", "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 d6ce6ce6..d3680c6b 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.8", + "version": "0.0.9", "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 78288123..bf3ef581 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.8", + "version": "0.0.9", "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 73c88440..576a1da6 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.8", + "version": "0.0.9", "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 5ac2f8af..02498bb2 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.8", + "version": "0.0.9", "main": "build/index.js", "module": "build/index.mjs", "types": "build/index.d.ts",