From e672e4b4ee36bb135d6d50fd805d15376f13d1cb Mon Sep 17 00:00:00 2001 From: Siriwat K Date: Tue, 4 Jun 2024 12:01:01 -0400 Subject: [PATCH] v0.0.12 (#123) --- CHANGELOG.md | 39 +++++++++++++++++++ package.json | 2 +- .../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, 44 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 634f385a..e5266ed1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,44 @@ # [Versions](https://mui.com/versions/) +## v0.0.12 + + + +_Jun 4, 2024_ + +A big thanks to the 6 contributors who made this release possible. Here are some highlights ✨: + +- 🚀 New `globalCss` API for creating global styles (#31) @siriwatknp +- 🪄 Support configurable runtime theme (#105) @brijeshb42 + +### `@pigment-css/react@0.0.12` + +- Add `createExtendSxProp` for Material UI integration (#112) @siriwatknp +- Add `globalCss` processor (#31) @siriwatknp +- Implement useTheme processor and runtime theme (#105) @brijeshb42 +- Implement variant matching parity (#111) @DiegoAndai +- Ignore urls starting with # (#106) @brijeshb42 +- Make theme optional in Pigment CSS config (#108) @brijeshb42 + +### Docs + +- Add logo to the README (#121) @danilo-leal +- Add badges like in Material UI @oliviertassinari +- Fix styleOverrides usage in README (#110) @brijeshb42 +- Improve wording (#70) @aarongarciah +- Fix roadmap link (#60) @oliviertassinari + +### Core + +- Remove confusing comment @oliviertassinari +- Cleanup (#63) @brijeshb42 +- Add stylelint (#109) @oliviertassinari +- Use test-utils pacakge from npm (#113) @brijeshb42 +- Use shared .stylelintrc.js config (#103) @oliviertassinari +- Fix instructions to run (#75) @oliviertassinari + +All contributors of this release in alphabetical order: @aarongarciah, @brijeshb42, @danilo-leal, @DiegoAndai, @oliviertassinari, @siriwatknp + ## v0.0.11 _May 8, 2024_ diff --git a/package.json b/package.json index 7e33649d..0b2ab8a8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@pigment-css/monorepo", - "version": "0.0.11", + "version": "0.0.12", "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 0d413f72..c312a116 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.11", + "version": "0.0.12", "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 75b2e83f..dcd51fff 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.11", + "version": "0.0.12", "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 dec22cdb..3504e029 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.11", + "version": "0.0.12", "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 2c525762..c022adf4 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.11", + "version": "0.0.12", "main": "build/index.js", "module": "build/index.mjs", "types": "build/index.d.ts",