From fc72565beeb9a55c1494b3a2f6ed2bebbda4bb50 Mon Sep 17 00:00:00 2001 From: Brijesh Bittu Date: Mon, 25 Nov 2024 19:47:38 +0530 Subject: [PATCH] v0.0.28 (#333) Co-authored-by: Brijesh Bittu --- CHANGELOG.md | 20 +++++++++++++++++++ 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, 25 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 981cd43b..894e25a3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,25 @@ # [Versions](https://mui.com/versions/) +## 0.0.28 + + + +_Nov 25, 2024_ + +A big thanks to the 3 contributors who made this release possible. + +### `@pigment-css/react@0.0.28` + +- [react] Mark prop-types as direct dependency (#330) @brijeshb42 + +### Core + +- [core] Add OpenSSF badge (#325) @oliviertassinari +- [core] Fix test_types_next job (#271) @Janpot +- [infra] Improve bug template for reproductions (e9bef97) @oliviertassinari + +All contributors of this release in alphabetical order: @brijeshb42, @Janpot, @oliviertassinari + ## 0.0.27 diff --git a/package.json b/package.json index b37124c6..798d215a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@pigment-css/monorepo", - "version": "0.0.27", + "version": "0.0.28", "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 548815ca..7ccd6f82 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.27", + "version": "0.0.28", "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 a616897d..480df4fc 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.27", + "version": "0.0.28", "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 8728031a..846d08ec 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.27", + "version": "0.0.28", "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 bb0d505f..bbbde65f 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.27", + "version": "0.0.28", "main": "build/index.js", "module": "build/index.mjs", "types": "build/index.d.ts",