diff --git a/CHANGELOG.md b/CHANGELOG.md index b4de5c2c..b60208f6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,36 @@ # [Versions](https://mui.com/versions/) -## v0.0.7 +## v0.0.8 + +_Apr 19, 2024_ + +A big thanks to the 3 contributors who made this release possible. +This release is mostly around infrastructure work related to moving the project to its own repository. +Starting with this release, all packages are going to be released under the `latest` tag, instead of `next`, in order to simplify the installation process. + +### `@pigment-css/react@0.0.8` + +- [core][enhancement] Disable WeakRef usage in WyW modulate evaluation (#25) @brijeshb42 +- [core] Add support for sx replacement in transformed jsx calls (#22) @brijeshb42 + +### Docs - +- [react] Add How Pigment CSS works guide (#18) @brijeshb42 +- Update creating a new issue link (#20) @ZeeshanTamboli +- Fix wrong header hash in the README.md (#26) @mnajdova + +### Core + +- Create Circle CI config (#4) @mnajdova +- Enable the CI (#12) @mnajdova +- Enable ci/sandbox (#14) @mnajdova +- Remove paths associated with the @mui packages (#15) @mnajdova +- Add GitHub workflows (#19) @mnajdova +- Add build:ci script (#23) @mnajdova + +All contributors of this release in alphabetical order: @brijeshb42, @mnajdova, @ZeeshanTamboli + +## v0.0.7 _Apr 17, 2024_ @@ -22,8 +50,6 @@ All contributors of this release in alphabetical order: @brijeshb42, @MohammadSh ## v0.0.6 - - _Apr 9, 2024_ A big thanks to the 3 contributors who made this release possible. diff --git a/package.json b/package.json index 69f19591..73446124 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@pigment-css/monorepo", - "version": "0.0.7", + "version": "0.0.8", "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 ff2dc2a5..d6ce6ce6 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.7", + "version": "0.0.8", "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 9ab9051c..284ba6a4 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.7", + "version": "0.0.8", "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 69f7a831..73c88440 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.7", + "version": "0.0.8", "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 c903660b..5ac2f8af 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.7", + "version": "0.0.8", "main": "build/index.js", "module": "build/index.mjs", "types": "build/index.d.ts",