From 10b39257748506671b3506095a7a495f3b6be4e8 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 19 May 2022 10:20:24 +0100 Subject: [PATCH] Version Packages (#1064) Co-authored-by: github-actions[bot] --- .changeset/clever-pets-appear.md | 5 ----- package-lock.json | 2 +- packages/wranglerjs-compat-webpack-plugin/CHANGELOG.md | 6 ++++++ packages/wranglerjs-compat-webpack-plugin/package.json | 2 +- 4 files changed, 8 insertions(+), 7 deletions(-) delete mode 100644 .changeset/clever-pets-appear.md diff --git a/.changeset/clever-pets-appear.md b/.changeset/clever-pets-appear.md deleted file mode 100644 index 114cfde88318..000000000000 --- a/.changeset/clever-pets-appear.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"wranglerjs-compat-webpack-plugin": patch ---- - -fix: build the webpack plugin along with the others diff --git a/package-lock.json b/package-lock.json index 7b9bc669e7ab..7058e7995ca5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -20857,7 +20857,7 @@ } }, "packages/wranglerjs-compat-webpack-plugin": { - "version": "0.0.4", + "version": "0.0.5", "license": "MIT OR Apache-2.0", "dependencies": { "rimraf": "^3.0.2" diff --git a/packages/wranglerjs-compat-webpack-plugin/CHANGELOG.md b/packages/wranglerjs-compat-webpack-plugin/CHANGELOG.md index e2e6e687f9bf..978164ee54dc 100644 --- a/packages/wranglerjs-compat-webpack-plugin/CHANGELOG.md +++ b/packages/wranglerjs-compat-webpack-plugin/CHANGELOG.md @@ -1,5 +1,11 @@ # wranglerjs-compat-webpack-plugin +## 0.0.5 + +### Patch Changes + +- [`8529678`](https://github.com/cloudflare/wrangler2/commit/85296787adb1835054510a5df23a30ee08758971) Thanks [@threepointone](https://github.com/threepointone)! - fix: build the webpack plugin along with the others + ## 0.0.4 ### Patch Changes diff --git a/packages/wranglerjs-compat-webpack-plugin/package.json b/packages/wranglerjs-compat-webpack-plugin/package.json index 59e59595deba..31771fb3d23a 100644 --- a/packages/wranglerjs-compat-webpack-plugin/package.json +++ b/packages/wranglerjs-compat-webpack-plugin/package.json @@ -1,6 +1,6 @@ { "name": "wranglerjs-compat-webpack-plugin", - "version": "0.0.4", + "version": "0.0.5", "description": "A webpack plugin to emulate the behavior of wrangler1's `type = webpack`", "author": "wrangler@cloudflare.com", "license": "MIT OR Apache-2.0",