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": {