diff --git a/CHANGELOG.md b/CHANGELOG.md index 62883efb..b4de5c2c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,25 @@ # [Versions](https://mui.com/versions/) +## v0.0.7 + + + +_Apr 17, 2024_ + +A big thanks to the 2 contributors who made this release possible. Here is the highlight of this release ✨: + +- 🚀 Updated the sx transformation to also support components created with emotion + +### `@pigment-css/react@0.0.7` + +- Implement sx transform for system components (#41861) @brijeshb42 + +### Docs + +- [pigment-css] Fixed README typos (#41870) @MohammadShehadeh + +All contributors of this release in alphabetical order: @brijeshb42, @MohammadShehadeh + ## v0.0.6 @@ -11,21 +31,21 @@ This release was mostly about 🐛 bug fixes and 📚 documentation improvements ### `@pigment-css/react@0.0.6` -- ​[core] Remove `muiName` during eval phase (#41811) @brijeshb42 +- [core] Remove `muiName` during eval phase (#41811) @brijeshb42 ### `@pigment-css/nextjs-plugin@0.0.6` -- ​[nextjs] Handle file references passed through imports (#41817) @brijeshb42 -- ​[nextjs] Allow usage of url() CSS function (#41758) @brijeshb42 +- [nextjs] Handle file references passed through imports (#41817) @brijeshb42 +- [nextjs] Allow usage of url() CSS function (#41758) @brijeshb42 ### Docs -- ​[pigment-css] Fix README typo (#41808) @aarongarciah -- ​[pigment-css] Fix output on dynamic styles example (#41805) @aarongarciah +- [pigment-css] Fix README typo (#41808) @aarongarciah +- [pigment-css] Fix output on dynamic styles example (#41805) @aarongarciah ### Core -- ​[core] Remove unused files (#41818) @mnajdova +- [core] Remove unused files (#41818) @mnajdova All contributors of this release in alphabetical order: @aarongarciah, @brijeshb42, @zanivan @@ -97,17 +117,17 @@ This release was mostly about 🐛 bug fixes and 📚 documentation improvements ### `@pigment-css/react@0.0.3` -- ​Add Box component (#41451) @brijeshb42 +- Add Box component (#41451) @brijeshb42 ### `pigment-css/nextjs-plugin@0.0.3` -- ​Fix alias resolver (#41494) @brijeshb42 -- ​Follow-up to #41494 (#41502) @brijeshb42 +- Fix alias resolver (#41494) @brijeshb42 +- Follow-up to #41494 (#41502) @brijeshb42 ### Docs -- ​[pigment-css] Add media query guide (#41473) @siriwatknp -- ​[pigment-css] Fixing location of the ExtendTheme type in the docs (#41499) @jherr +- [pigment-css] Add media query guide (#41473) @siriwatknp +- [pigment-css] Fixing location of the ExtendTheme type in the docs (#41499) @jherr All contributors of this release in alphabetical order: @brijeshb42, @jherr, @siriwatknp @@ -155,14 +175,14 @@ This is the first public release of the zero-runtime CSS-in-JS library, Pigment ### `@pigment-css/react@0.0.1`, `@pigment-css/nextjs-plugin@0.0.1`, `@pigment-css/vite-plugin@0.0.1`, & `@pigment-css/unplugin@0.0.1` -- ​[pigment-css] Add support for styled tagged-template literals (#41268) @brijeshb42 -- ​[pigment-css] Move extendTheme to already existing @pigment-css/react/utils (#41254) @brijeshb42 -- ​[pigment-css] Remove `object` intersection from CSS Fallback (#41271) @siriwatknp -- ​[pigment-css] Minor wording changes in README (#41253) @brijeshb42 -- ​[pigment-css] Prepare zero-runtime packages for public release (#41226) @brijeshb42 +- [pigment-css] Add support for styled tagged-template literals (#41268) @brijeshb42 +- [pigment-css] Move extendTheme to already existing @pigment-css/react/utils (#41254) @brijeshb42 +- [pigment-css] Remove `object` intersection from CSS Fallback (#41271) @siriwatknp +- [pigment-css] Minor wording changes in README (#41253) @brijeshb42 +- [pigment-css] Prepare zero-runtime packages for public release (#41226) @brijeshb42 ### Docs -- ​[pigment-css] Add a Why section on the README (#41284) @danilo-leal +- [pigment-css] Add a Why section on the README (#41284) @danilo-leal All contributors of this release in alphabetical order: @brijeshb42, @danilo-leal, @siriwatknp diff --git a/package.json b/package.json index ea2e7856..69f19591 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@pigment-css/monorepo", - "version": "0.0.6", + "version": "0.0.7", "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 1758cc00..ff2dc2a5 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.6", + "version": "0.0.7", "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 65973ae2..9ab9051c 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.6", + "version": "0.0.7", "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 31ce87cd..69f7a831 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.6", + "version": "0.0.7", "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 a2510ff4..c903660b 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.6", + "version": "0.0.7", "main": "build/index.js", "module": "build/index.mjs", "types": "build/index.d.ts",