From 54d65c93d2b30099176fcfc07892ab59a5fbf7f4 Mon Sep 17 00:00:00 2001 From: Brijesh Bittu Date: Fri, 8 Nov 2024 14:33:01 +0530 Subject: [PATCH] v0.0.26 (#308) Co-authored-by: Brijesh Bittu --- CHANGELOG.md | 31 +++++++++++++++++++ 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, 36 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7ff91860..2d2fba6b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,36 @@ # [Versions](https://mui.com/versions/) +## 0.0.26 + + + +_Nov 8, 2024_ + +A big thanks to the 3 contributors who made this release possible. + +### `@pigment-css/react@0.0.26` + +- [react] Bump package versions and fix related TS errors (#294) @brijeshb42 + +### `@pigment-css/nextjs-plugin@0.0.26` + +- [nextjs] Fix tsconfig's path resolving (#182) @brijeshb42 + +### Docs + +- [docs] Remove next tag from installation instructions (#292) @tschaub +- [docs] Setup a new next.js application for documentation (#299) @brijeshb42 + +### Core + +- [core] Bump package versions (#294) @brijeshb42 +- [core] Fix Tidelift reference (#306) @oliviertassinari +- [core] Increase the minimum Node.js version support to 14.0.0 (#254) @oliviertassinari +- [core] Fix tools-public.mui.com redirection @oliviertassinari +- [example] Update vite example (#300) @brijeshb42 + +All contributors of this release in alphabetical order: @brijeshb42, @oliviertassinari, @tschaub + ## 0.0.25 diff --git a/package.json b/package.json index 42e54300..4891086b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@pigment-css/monorepo", - "version": "0.0.25", + "version": "0.0.26", "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 5f381501..a9c6cff1 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.25", + "version": "0.0.26", "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 02dd22b3..6d8fad1e 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.25", + "version": "0.0.26", "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 7ac703b3..1db04a5e 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.25", + "version": "0.0.26", "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 0503d525..079fe95d 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.25", + "version": "0.0.26", "main": "build/index.js", "module": "build/index.mjs", "types": "build/index.d.ts",