Skip to content

Commit

Permalink
Version Packages (#49)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Apr 8, 2024
1 parent dfd87f9 commit bab9a97
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 11 deletions.
10 changes: 0 additions & 10 deletions .changeset/silent-birds-relax.md

This file was deleted.

12 changes: 12 additions & 0 deletions packages/unplugin/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion packages/unplugin/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@pandabox/unplugin",
"type": "module",
"version": "0.1.0",
"version": "0.1.1",
"packageManager": "[email protected]",
"description": "Panda CSS as a Vite/Rollup/Webpack/Esbuild plugin",
"exports": {
Expand Down

0 comments on commit bab9a97

Please sign in to comment.