Skip to content

Commit

Permalink
chore: version packages (#48)
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 28, 2024
1 parent 7c205c8 commit 56cb4d2
Show file tree
Hide file tree
Showing 6 changed files with 19 additions and 11 deletions.
5 changes: 0 additions & 5 deletions .changeset/clever-insects-teach.md

This file was deleted.

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

## 0.4.3

### Patch Changes

- 7c205c8: Fixed an issue with dynamic/async imports (#37)

## 0.4.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.4.2",
"version": "0.4.3",
"description": "Mimic tree-shaking behaviour when importing code from an entry file in development mode.",
"author": "Charles Gruenais",
"license": "MIT",
Expand Down
7 changes: 7 additions & 0 deletions packages/debugger/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# vite-plugin-entry-shaking-debugger

## 1.0.3

### Patch Changes

- Updated dependencies [7c205c8]
- [email protected]

## 1.0.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/debugger/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "vite-plugin-entry-shaking-debugger",
"type": "module",
"version": "1.0.2",
"version": "1.0.3",
"description": "Debugger for vite-plugin-entry-shaking",
"author": "Charles Gruenais",
"license": "MIT",
Expand Down
8 changes: 4 additions & 4 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 56cb4d2

Please sign in to comment.