Skip to content

Commit

Permalink
chore: version packages (#59)
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 Sep 27, 2024
1 parent 8d06211 commit d556867
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 7 deletions.
5 changes: 0 additions & 5 deletions .changeset/odd-starfishes-provide.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.5.1

### Patch Changes

- 8d06211: Fixed identifiers containing "as" being removed from template strings (thanks [TobySJ](https://github.com/Shunjun))

## 0.5.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "vite-plugin-entry-shaking",
"type": "module",
"version": "0.5.0",
"version": "0.5.1",
"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

## 2.0.1

### Patch Changes

- Updated dependencies [8d06211]
- [email protected]

## 2.0.0

### Minor 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": "2.0.0",
"version": "2.0.1",
"description": "Debugger for vite-plugin-entry-shaking",
"author": "Charles Gruenais",
"license": "MIT",
Expand Down

0 comments on commit d556867

Please sign in to comment.