From aef0808b3d3a70e013dca4b202f7c108b9c60500 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ng=C3=B4=20=C4=90=E1=BB=A9c=20Anh?= <75556609+DuCanhGH@users.noreply.github.com> Date: Tue, 19 Sep 2023 19:14:20 +0700 Subject: [PATCH] Publish packages (#91) Co-authored-by: github-actions[bot] --- .changeset/soft-schools-battle.md | 7 ------- .changeset/weak-tables-roll.md | 7 ------- packages/next-pwa/CHANGELOG.md | 12 ++++++++++++ packages/next-pwa/package.json | 2 +- 4 files changed, 13 insertions(+), 15 deletions(-) delete mode 100644 .changeset/soft-schools-battle.md delete mode 100644 .changeset/weak-tables-roll.md diff --git a/.changeset/soft-schools-battle.md b/.changeset/soft-schools-battle.md deleted file mode 100644 index 52e6ae76..00000000 --- a/.changeset/soft-schools-battle.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -"@ducanh2912/next-pwa": minor ---- - -feat: added `watchWorkersInDev` - -- Note that this feature is disabled by default, and can be enabled by setting `PluginOptions.watchWorkersInDev` to `true`. After a change is detected and `webpack` rebuilds the custom worker, you have to reload the page for it to take effect. diff --git a/.changeset/weak-tables-roll.md b/.changeset/weak-tables-roll.md deleted file mode 100644 index 883c5b29..00000000 --- a/.changeset/weak-tables-roll.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -"@ducanh2912/next-pwa": minor ---- - -feat: added `.webm` to `defaultCache`'s `static-video-assets` - -- I think it'd be nice to support this extension as well, and this shouldn't cause a breaking change (if there is another entry that matches `.webm` files in `workboxOptions.runtimeCaching` and `extendDefaultRuntimeCaching`, then Workbox will still pick that entry). diff --git a/packages/next-pwa/CHANGELOG.md b/packages/next-pwa/CHANGELOG.md index 9df3c062..21f67f5a 100644 --- a/packages/next-pwa/CHANGELOG.md +++ b/packages/next-pwa/CHANGELOG.md @@ -1,5 +1,17 @@ # @ducanh2912/next-pwa +## 9.7.0 + +### Minor Changes + +- [#90](https://github.com/DuCanhGH/next-pwa/pull/90) [`c24e175`](https://github.com/DuCanhGH/next-pwa/commit/c24e17530ae759de1541f9f96c765a82ab17ed41) Thanks [@DuCanhGH](https://github.com/DuCanhGH)! - feat: added `watchWorkersInDev` + + - Note that this feature is disabled by default, and can be enabled by setting `PluginOptions.watchWorkersInDev` to `true`. After a change is detected and `webpack` rebuilds the custom worker, you have to reload the page for it to take effect. + +- [#90](https://github.com/DuCanhGH/next-pwa/pull/90) [`c24e175`](https://github.com/DuCanhGH/next-pwa/commit/c24e17530ae759de1541f9f96c765a82ab17ed41) Thanks [@DuCanhGH](https://github.com/DuCanhGH)! - feat: added `.webm` to `defaultCache`'s `static-video-assets` + + - I think it'd be nice to support this extension as well, and this shouldn't cause a breaking change (if there is another entry that matches `.webm` files in `workboxOptions.runtimeCaching` and `extendDefaultRuntimeCaching`, then Workbox will still pick that entry). + ## 9.6.0 ### Minor Changes diff --git a/packages/next-pwa/package.json b/packages/next-pwa/package.json index d7e93f0e..8d1ebce9 100644 --- a/packages/next-pwa/package.json +++ b/packages/next-pwa/package.json @@ -1,6 +1,6 @@ { "name": "@ducanh2912/next-pwa", - "version": "9.6.0", + "version": "9.7.0", "type": "module", "description": "PWA for Next.js, powered by Workbox.", "repository": "https://github.com/DuCanhGH/next-pwa",