From 1259f1e3350e2d2f6d8f654ed63652a9a3f409a0 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Mon, 5 Jul 2021 12:00:41 +0000 Subject: [PATCH] Version Packages --- .changeset/curly-panthers-trade.md | 5 ----- .changeset/mighty-ligers-beam.md | 5 ----- packages/wmr/CHANGELOG.md | 10 ++++++++++ packages/wmr/package.json | 2 +- 4 files changed, 11 insertions(+), 11 deletions(-) delete mode 100644 .changeset/curly-panthers-trade.md delete mode 100644 .changeset/mighty-ligers-beam.md diff --git a/.changeset/curly-panthers-trade.md b/.changeset/curly-panthers-trade.md deleted file mode 100644 index 5e0f7195b..000000000 --- a/.changeset/curly-panthers-trade.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'wmr': minor ---- - -Allow plugins to intercept any file that's imported in JavaScript, not just script and stylesheet files. diff --git a/.changeset/mighty-ligers-beam.md b/.changeset/mighty-ligers-beam.md deleted file mode 100644 index 3c3fc74ef..000000000 --- a/.changeset/mighty-ligers-beam.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'wmr': patch ---- - -Rewrite internal source map handling. This adds full support for source maps during `development` and `production` and ensures that `.map` files are served correctly. diff --git a/packages/wmr/CHANGELOG.md b/packages/wmr/CHANGELOG.md index 2d77f55f8..3fd8efa15 100644 --- a/packages/wmr/CHANGELOG.md +++ b/packages/wmr/CHANGELOG.md @@ -1,5 +1,15 @@ # wmr +## 3.3.0 + +### Minor Changes + +- [`b69f35a`](https://github.com/preactjs/wmr/commit/b69f35a7a394edb923fe26dae0d72e36d5f2eb5d) [#724](https://github.com/preactjs/wmr/pull/724) Thanks [@marvinhagemeister](https://github.com/marvinhagemeister)! - Allow plugins to intercept any file that's imported in JavaScript, not just script and stylesheet files. + +### Patch Changes + +- [`e963a56`](https://github.com/preactjs/wmr/commit/e963a560b46f0cb210878696b2c4c7cf6f2375aa) [#715](https://github.com/preactjs/wmr/pull/715) Thanks [@marvinhagemeister](https://github.com/marvinhagemeister)! - Rewrite internal source map handling. This adds full support for source maps during `development` and `production` and ensures that `.map` files are served correctly. + ## 3.2.0 ### Minor Changes diff --git a/packages/wmr/package.json b/packages/wmr/package.json index 7550ad189..27ac74c95 100644 --- a/packages/wmr/package.json +++ b/packages/wmr/package.json @@ -1,6 +1,6 @@ { "name": "wmr", - "version": "3.2.0", + "version": "3.3.0", "bin": "wmr.cjs", "type": "module", "main": "index.js",