Skip to content

Commit

Permalink
chore: version packages (#42)
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 Mar 30, 2024
1 parent 8698cf6 commit 91665fd
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 7 deletions.
5 changes: 0 additions & 5 deletions .changeset/shaggy-ways-brush.md

This file was deleted.

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

## 0.4.1

## 0.4.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,6 +1,6 @@
{
"name": "vite-plugin-entry-shaking",
"version": "0.4.0",
"version": "0.4.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

## 1.0.1

### Patch Changes

- 8698cf6: Added build script to changeset action
- vite-plugin-entry-shaking@0.4.1

## 1.0.0

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

0 comments on commit 91665fd

Please sign in to comment.