Skip to content

Commit

Permalink
chore: version packages (#41)
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 ef3a1aa commit be67f72
Show file tree
Hide file tree
Showing 5 changed files with 42 additions and 34 deletions.
32 changes: 0 additions & 32 deletions .changeset/rich-snails-ring.md

This file was deleted.

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

## 0.4.0

### Minor Changes

- 67233cb: ### Features

- Refined logger and added some websocket messages to extend debugging/benchmarking abilities
- Added an experimental debugger application
- Added an example generator CLI for easier repros
- Added support for wilcard imports analysis (fixes #34)
- Added support for target's default export (this limitation was not known/documented and found with
updated tests)
- Added glob patterns support for "targets" option (thanks
[moushicheng](https://github.com/moushicheng))

### Chore

- Created some kind of logo, please don't hate I'm not a designer
- Revamped examples with a simple webapp that one can use to test and debug this plugin against
use-cases
- Reworked tests to get even more coverage and confidence
- Made names more consistent with options and docs (especially entry -> target)
- Updated dependencies

### Fixes

- Fixed an issue when re-exporting aliased entity (fixes #28, thanks
[fdc-viktor-luft](https://github.com/fdc-viktor-luft) for reporting & investigating)
- Fixed an issue with multiline imports/exports (fixes #35, thanks
[mx-bernhard](https://github.com/mx-bernhard) for reporting & contributing)
- Fixed an issue where if a target was default exporting something, importing that default export
would probably result in error.

## 0.3.3

### 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.3",
"version": "0.4.0",
"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 +1,8 @@
# vite-plugin-entry-shaking-debugger

## 1.0.0

### Patch Changes

- Updated dependencies [67233cb]
- [email protected]
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": "0.3.3",
"version": "1.0.0",
"description": "Debugger for vite-plugin-entry-shaking",
"author": "Charles Gruenais",
"license": "MIT",
Expand Down

0 comments on commit be67f72

Please sign in to comment.