From bab9a97fb2ff2090decb54519bbb616bb7578892 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 8 Apr 2024 23:11:30 +0200 Subject: [PATCH] Version Packages (#49) Co-authored-by: github-actions[bot] --- .changeset/silent-birds-relax.md | 10 ---------- packages/unplugin/CHANGELOG.md | 12 ++++++++++++ packages/unplugin/package.json | 2 +- 3 files changed, 13 insertions(+), 11 deletions(-) delete mode 100644 .changeset/silent-birds-relax.md diff --git a/.changeset/silent-birds-relax.md b/.changeset/silent-birds-relax.md deleted file mode 100644 index de3808dc4..000000000 --- a/.changeset/silent-birds-relax.md +++ /dev/null @@ -1,10 +0,0 @@ ---- -'@pandabox/unplugin': patch ---- - -- Add `onSourceFile` hook + provide PandaContext in hooks -- Add `contextCreated` hook -- Await hooks to allow for asynchronous operations - -Fix case where if the `transform` hook returns a different code than the original code but `optimizeJs` was disabled, -the transformed code would not be returned diff --git a/packages/unplugin/CHANGELOG.md b/packages/unplugin/CHANGELOG.md index e5272b92a..72df664f3 100644 --- a/packages/unplugin/CHANGELOG.md +++ b/packages/unplugin/CHANGELOG.md @@ -1,5 +1,17 @@ # @pandabox/unplugin +## 0.1.1 + +### Patch Changes + +- dfd87f9: - Add `onSourceFile` hook + provide PandaContext in hooks + + - Add `contextCreated` hook + - Await hooks to allow for asynchronous operations + + Fix case where if the `transform` hook returns a different code than the original code but `optimizeJs` was disabled, + the transformed code would not be returned + ## 0.1.0 ### Minor Changes diff --git a/packages/unplugin/package.json b/packages/unplugin/package.json index 505593ace..754cc977e 100644 --- a/packages/unplugin/package.json +++ b/packages/unplugin/package.json @@ -1,7 +1,7 @@ { "name": "@pandabox/unplugin", "type": "module", - "version": "0.1.0", + "version": "0.1.1", "packageManager": "pnpm@8.6.12", "description": "Panda CSS as a Vite/Rollup/Webpack/Esbuild plugin", "exports": {