Skip to content

Commit

Permalink
chore: version packages
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Nov 1, 2023
1 parent e0f268e commit 30789fc
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 13 deletions.
7 changes: 0 additions & 7 deletions .changeset/cool-years-boil.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/polite-apricots-stare.md

This file was deleted.

9 changes: 9 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# vite-plugin-entry-shaking

## 0.3.3

### Patch Changes

- e0f268e: Fixed an issue where wildcard imports would break instead of be ignored. This led to
further considerations about some edge cases wildcard imports could cause. See
[this example](./examples/issue-29/src/main.ts) for further information.
- e0f268e: Updated dependencies and fixed dependabot alerts

## 0.3.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vite-plugin-entry-shaking",
"version": "0.3.2",
"version": "0.3.3",
"description": "Mimic tree-shaking behaviour when importing code from an entry file in development mode.",
"author": "Charles Gruenais",
"license": "MIT",
Expand Down
4 changes: 4 additions & 0 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 30789fc

Please sign in to comment.