diff --git a/.changeset/heavy-pets-hug.md b/.changeset/heavy-pets-hug.md deleted file mode 100644 index f29912c0..00000000 --- a/.changeset/heavy-pets-hug.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -"@ducanh2912/next-pwa": minor ---- - -feat(next-pwa): better offline support for `app` - -- This update helps improve offline support for App Router by caching RSC prefetches separately from other RSC requests. diff --git a/.changeset/tidy-walls-cross.md b/.changeset/tidy-walls-cross.md deleted file mode 100644 index 3f50eb36..00000000 --- a/.changeset/tidy-walls-cross.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -"@ducanh2912/next-pwa": minor ---- - -feat(next-pwa): added support for extending the default `runtimeCaching` array - -- To use this feature you can add `extendDefaultRuntimeCaching` to your configuration. - -- This feature helps you easily extend the default `runtimeCaching` array without having to copy the whole thing to your config. Your `runtimeCaching` have priority over the default runtime caching array, so its entries will override the default `runtimeCaching`'s entries should any of them share `cacheName`. diff --git a/packages/next-pwa/CHANGELOG.md b/packages/next-pwa/CHANGELOG.md index d3eae51d..a5c0c09d 100644 --- a/packages/next-pwa/CHANGELOG.md +++ b/packages/next-pwa/CHANGELOG.md @@ -1,5 +1,19 @@ # @ducanh2912/next-pwa +## 8.5.0 + +### Minor Changes + +- 286f347: feat(next-pwa): better offline support for `app` + + - This update helps improve offline support for App Router by caching RSC prefetches separately from other RSC requests. + +- 286f347: feat(next-pwa): added support for extending the default `runtimeCaching` array + + - To use this feature you can add `extendDefaultRuntimeCaching` to your configuration. + + - This feature helps you easily extend the default `runtimeCaching` array without having to copy the whole thing to your config. Your `runtimeCaching` have priority over the default runtime caching array, so its entries will override the default `runtimeCaching`'s entries should any of them share `cacheName`. + ## 8.4.1 ### Patch Changes diff --git a/packages/next-pwa/package.json b/packages/next-pwa/package.json index d5e60174..2fe29cd6 100644 --- a/packages/next-pwa/package.json +++ b/packages/next-pwa/package.json @@ -1,6 +1,6 @@ { "name": "@ducanh2912/next-pwa", - "version": "8.4.1", + "version": "8.5.0", "type": "module", "description": "PWA for Next.js, powered by Workbox.", "repository": "https://github.com/DuCanhGH/next-pwa",