From b00c88d8803e546e6dec9bf943867c1b805056f2 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Tue, 7 Sep 2021 12:57:21 +0000 Subject: [PATCH] Version Packages --- .changeset/chatty-dodos-flow.md | 5 ----- .changeset/early-carrots-appear.md | 5 ----- .changeset/grumpy-olives-call.md | 5 ----- .changeset/rare-moles-brush.md | 5 ----- .changeset/shiny-gifts-talk.md | 5 ----- .changeset/swift-bobcats-try.md | 5 ----- packages/wmr/CHANGELOG.md | 16 ++++++++++++++++ packages/wmr/package.json | 2 +- 8 files changed, 17 insertions(+), 31 deletions(-) delete mode 100644 .changeset/chatty-dodos-flow.md delete mode 100644 .changeset/early-carrots-appear.md delete mode 100644 .changeset/grumpy-olives-call.md delete mode 100644 .changeset/rare-moles-brush.md delete mode 100644 .changeset/shiny-gifts-talk.md delete mode 100644 .changeset/swift-bobcats-try.md diff --git a/.changeset/chatty-dodos-flow.md b/.changeset/chatty-dodos-flow.md deleted file mode 100644 index 0e67a62ba..000000000 --- a/.changeset/chatty-dodos-flow.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'wmr': patch ---- - -Fix `iife`-warning for workers with exports when creating a production build. diff --git a/.changeset/early-carrots-appear.md b/.changeset/early-carrots-appear.md deleted file mode 100644 index 6d15eed8d..000000000 --- a/.changeset/early-carrots-appear.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'wmr': patch ---- - -Add code frame to uncaught exceptions if possible diff --git a/.changeset/grumpy-olives-call.md b/.changeset/grumpy-olives-call.md deleted file mode 100644 index fc447769c..000000000 --- a/.changeset/grumpy-olives-call.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'wmr': patch ---- - -Fix error when `plugins` or `middleware` array contains falsy values in the parsed configuration. This typically happens due to conditionally setting items. All falsy values are now filtered out by default. diff --git a/.changeset/rare-moles-brush.md b/.changeset/rare-moles-brush.md deleted file mode 100644 index a39a75582..000000000 --- a/.changeset/rare-moles-brush.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'wmr': patch ---- - -Fix `debug: true` option from config file not being set diff --git a/.changeset/shiny-gifts-talk.md b/.changeset/shiny-gifts-talk.md deleted file mode 100644 index d5de67d5a..000000000 --- a/.changeset/shiny-gifts-talk.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'wmr': patch ---- - -Improve CLI output for compilation warnings diff --git a/.changeset/swift-bobcats-try.md b/.changeset/swift-bobcats-try.md deleted file mode 100644 index 993efcf63..000000000 --- a/.changeset/swift-bobcats-try.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'wmr': patch ---- - -Fix missing `description` and `license` field in published wmr `package.json` diff --git a/packages/wmr/CHANGELOG.md b/packages/wmr/CHANGELOG.md index 786f2891f..509b7f80f 100644 --- a/packages/wmr/CHANGELOG.md +++ b/packages/wmr/CHANGELOG.md @@ -1,5 +1,21 @@ # wmr +## 3.7.1 + +### Patch Changes + +- [`dddb03a`](https://github.com/preactjs/wmr/commit/dddb03a156b21ae3725ee3fea73a3bad7c217876) [#849](https://github.com/preactjs/wmr/pull/849) Thanks [@marvinhagemeister](https://github.com/marvinhagemeister)! - Fix `iife`-warning for workers with exports when creating a production build. + +* [`1d9791f`](https://github.com/preactjs/wmr/commit/1d9791f75fd1c0142a985f6e0b276dc97d5fe5de) [#852](https://github.com/preactjs/wmr/pull/852) Thanks [@marvinhagemeister](https://github.com/marvinhagemeister)! - Add code frame to uncaught exceptions if possible + +- [`d75a2da`](https://github.com/preactjs/wmr/commit/d75a2da70508cd125374d2c202336525770428c6) [#850](https://github.com/preactjs/wmr/pull/850) Thanks [@marvinhagemeister](https://github.com/marvinhagemeister)! - Fix error when `plugins` or `middleware` array contains falsy values in the parsed configuration. This typically happens due to conditionally setting items. All falsy values are now filtered out by default. + +* [`69b4e1c`](https://github.com/preactjs/wmr/commit/69b4e1c1173b1bb98518647c4c412c88542148ea) [#856](https://github.com/preactjs/wmr/pull/856) Thanks [@marvinhagemeister](https://github.com/marvinhagemeister)! - Fix `debug: true` option from config file not being set + +- [`504af20`](https://github.com/preactjs/wmr/commit/504af2072e1e04f8ad946f64a191a813ae28ea3f) [#851](https://github.com/preactjs/wmr/pull/851) Thanks [@marvinhagemeister](https://github.com/marvinhagemeister)! - Improve CLI output for compilation warnings + +* [`8064c88`](https://github.com/preactjs/wmr/commit/8064c88b2d23d882ccf706410751c947cc33bf25) [#846](https://github.com/preactjs/wmr/pull/846) Thanks [@marvinhagemeister](https://github.com/marvinhagemeister)! - Fix missing `description` and `license` field in published wmr `package.json` + ## 3.7.0 ### Minor Changes diff --git a/packages/wmr/package.json b/packages/wmr/package.json index 9d3f7f21f..b8dcd9097 100644 --- a/packages/wmr/package.json +++ b/packages/wmr/package.json @@ -1,6 +1,6 @@ { "name": "wmr", - "version": "3.7.0", + "version": "3.7.1", "bin": "wmr.cjs", "type": "module", "main": "index.js",