Skip to content

Commit

Permalink
Create release (#62)
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 14, 2023
1 parent 7154efb commit 7c5a959
Show file tree
Hide file tree
Showing 5 changed files with 21 additions and 24 deletions.
9 changes: 0 additions & 9 deletions .changeset/late-ducks-notice.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/rude-dancers-grab.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/seven-apples-nail.md

This file was deleted.

20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,25 @@
# @fransvilhelm/wp-bundler

## 4.0.0

### Major Changes

- Make project esm only (by [@adambrgmn](https://github.com/adambrgmn) in [#66](https://github.com/adambrgmn/wp-bundler/pull/66))

This project is now esm only. Generally it shouldn't affect you that much. But if you plan on building something on top of wp-bundler, using the exposed interfaces you need to be aware of this fact.

- Remove ability to call wp-bundler without sub commands (by [@adambrgmn](https://github.com/adambrgmn) in [#69](https://github.com/adambrgmn/wp-bundler/pull/69))

Previously we allowed calling `wp-bundler` without `dev` or `build` sub commands, like it was from v1. This release removes that ability. From now on you must call `wp-bundler dev` or `wp-bundler build`.

### Minor Changes

- Move away from multibundler setup (by [@adambrgmn](https://github.com/adambrgmn) in [#69](https://github.com/adambrgmn/wp-bundler/pull/69))

Previously we initiated two separate esbuild process to build the modern and legacy outputs. This meant we had no way to output a good asset loader witouth waiting for both of the outputs to be done and merge them.

With this approach the legacy output is moving into the main process again. Something that will speed up and make out lives much easier in the future.

## 3.0.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fransvilhelm/wp-bundler",
"version": "3.0.1",
"version": "4.0.0",
"description": "A fast bundler tailored for WordPress based on esbuild",
"type": "module",
"exports": {
Expand Down

0 comments on commit 7c5a959

Please sign in to comment.