diff --git a/CHANGELOG.md b/CHANGELOG.md index effd4888..ae773b33 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,38 @@ # [Versions](https://mui.com/versions/) +## v0.0.15 + + + +_Jun 24, 2024_ + +A big thanks to the 5 contributors who made this release possible. Here are some highlights ✨: + +- 🚀 Added layout components (#144) @DiegoAndai, (#146) @siriwatknp, (#143) @brijeshb42, (#118) @brijeshb42 + +### `@pigment-css/react@0.0.15` + +- Create Grid component (#144) @DiegoAndai +- Support transpiled library for `globalCss` and `keyframes` (#155) @siriwatknp +- Remove sx transform logic and leverage Emotion unitless (#149) @siriwatknp +- Export `globalCss` from index (#148) @siriwatknp +- Create Hidden component (#146) @siriwatknp +- Implement Container component (#143) @brijeshb42 +- Create Stack component (#118) @brijeshb42 + +### `@pigment-css/unplugin@0.0.15` + +- Fix misuse variable to transform libraries (#153) @siriwatknp + +### Core + +- [code-infra] Propagate pnpm engine in package.json (#126) @Janpot +- [core] Update package manager to 9.4.0 (#156) @siriwatknp +- [core] Update package manager to follow core repo (#150) @siriwatknp +- [infra] Add support donation button @oliviertassinari + +All contributors of this release in alphabetical order: @brijeshb42, @DiegoAndai, @Janpot, @oliviertassinari, @siriwatknp + ## v0.0.14 A big thanks to the 1 contributors who made this release possible: diff --git a/package.json b/package.json index a17bd9a4..b07fe986 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@pigment-css/monorepo", - "version": "0.0.14", + "version": "0.0.15", "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 d04b5d6e..6792d5d7 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.14", + "version": "0.0.15", "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 48fc3006..148e7bfb 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.13", + "version": "0.0.15", "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 6f5d2c77..e5885a28 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.14", + "version": "0.0.15", "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 b76b6b20..c3cacbcb 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.13", + "version": "0.0.15", "main": "build/index.js", "module": "build/index.mjs", "types": "build/index.d.ts",