From ebc4593953d456239a47b694c2dd621e57dfc24d 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: Fri, 24 Mar 2023 23:15:25 +0700 Subject: [PATCH] RELEASING: Releasing 1 package(s) (#15) Releases: @ducanh2912/next-pwa@8.2.0 Co-authored-by: github-actions[bot] --- .changeset/four-pigs-battle.md | 7 ------- packages/next-pwa/CHANGELOG.md | 8 ++++++++ packages/next-pwa/package.json | 2 +- 3 files changed, 9 insertions(+), 8 deletions(-) delete mode 100644 .changeset/four-pigs-battle.md diff --git a/.changeset/four-pigs-battle.md b/.changeset/four-pigs-battle.md deleted file mode 100644 index 9e5bb1b9..00000000 --- a/.changeset/four-pigs-battle.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -"@ducanh2912/next-pwa": minor ---- - -feat(fallbackRoutes): enable the fallback worker when `app/~offline/page.js` is found - -- This also adds a warning about Next.js appDir ignoring folders prefixed by underscore and suggests migrating to /~offline when /\_offline is found. diff --git a/packages/next-pwa/CHANGELOG.md b/packages/next-pwa/CHANGELOG.md index 554f58da..5a46b2f8 100644 --- a/packages/next-pwa/CHANGELOG.md +++ b/packages/next-pwa/CHANGELOG.md @@ -1,5 +1,13 @@ # @ducanh2912/next-pwa +## 8.2.0 + +### Minor Changes + +- 8421d6d: feat(fallbackRoutes): enable the fallback worker when `app/~offline/page.js` is found + + - This also adds a warning about Next.js appDir ignoring folders prefixed by underscore and suggests migrating to /~offline when /\_offline is found. + ## 8.1.1 ### Patch Changes diff --git a/packages/next-pwa/package.json b/packages/next-pwa/package.json index 0e3a94c1..c1003dd5 100644 --- a/packages/next-pwa/package.json +++ b/packages/next-pwa/package.json @@ -1,6 +1,6 @@ { "name": "@ducanh2912/next-pwa", - "version": "8.1.1", + "version": "8.2.0", "type": "module", "description": "PWA for Next.js, powered by Workbox.", "repository": "https://github.com/DuCanhGH/next-pwa",