diff --git a/.changeset/shaggy-planets-give.md b/.changeset/shaggy-planets-give.md deleted file mode 100644 index ed3479194..000000000 --- a/.changeset/shaggy-planets-give.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -'@pandabox/unplugin': patch ---- - -output a final css once all modules have been loaded by tapping into the generateBundle hook and updating the CSS source -with parsed PandaContext which contains all loaded modules. diff --git a/packages/unplugin/CHANGELOG.md b/packages/unplugin/CHANGELOG.md index efb5e736e..421ba9f3b 100644 --- a/packages/unplugin/CHANGELOG.md +++ b/packages/unplugin/CHANGELOG.md @@ -1,5 +1,12 @@ # @pandabox/unplugin +## 0.1.4 + +### Patch Changes + +- 7ab6b99: output a final css once all modules have been loaded by tapping into the generateBundle hook and updating the CSS source + with parsed PandaContext which contains all loaded modules. + ## 0.1.3 ### Patch Changes diff --git a/packages/unplugin/package.json b/packages/unplugin/package.json index 66dc589f0..f4853063a 100644 --- a/packages/unplugin/package.json +++ b/packages/unplugin/package.json @@ -1,7 +1,7 @@ { "name": "@pandabox/unplugin", "type": "module", - "version": "0.1.3", + "version": "0.1.4", "packageManager": "pnpm@8.6.12", "description": "Panda CSS as a Vite/Rollup/Webpack/Esbuild plugin", "exports": {