From 3bd66164b73b813dbab1b49ced426705b235b508 Mon Sep 17 00:00:00 2001 From: Brijesh Bittu Date: Wed, 10 Jul 2024 12:28:38 +0530 Subject: [PATCH] v0.0.17 (#173) --- CHANGELOG.md | 24 +++++++++++++++++++ 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, 29 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a96a48da..dcf4d781 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,30 @@ > @pigment-css/monorepo@0.0.15 release:changelog /Users/siriwatknp/Personal-Repos/pigment-css > node scripts/releaseChangelog.mjs +## v0.0.17 + + + +_Jul 10, 2024_ + +A big thanks to the 3 contributors who made this release possible. + +### `@pigment-css/vite-plugin@0.0.17` + +- ​[vite] Allow package authors to specify packages to include in vite (#172) @brijeshb42 +- ​[vite] Pass down `transformLibraries` (#169) @siriwatknp + +### `@pigment-css/unplugin@0.0.17` + +- ​[plugin] Allow runtime libraries to have their own theme and styles css path (#165) @brijeshb42 + +### Core + +- ​[core] Simpler pnpm dedupe error message to act on @oliviertassinari +- ​[examples] Rename next.config.js to next.config.mjs (#157) @brijeshb42 + +All contributors of this release in alphabetical order: @brijeshb42, @oliviertassinari, @siriwatknp + ## v0.0.16 diff --git a/package.json b/package.json index 64e47a37..49a6e5df 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@pigment-css/monorepo", - "version": "0.0.16", + "version": "0.0.17", "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 0cff6b1f..cc97ed5b 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.16", + "version": "0.0.17", "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 06ebccfa..d622f57c 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.16", + "version": "0.0.17", "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 89f4e9c3..f16cd640 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.16", + "version": "0.0.17", "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 b66031af..84a60357 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.16", + "version": "0.0.17", "main": "build/index.js", "module": "build/index.mjs", "types": "build/index.d.ts",