diff --git a/.changeset/nine-queens-act.md b/.changeset/nine-queens-act.md deleted file mode 100644 index 76db027b..00000000 --- a/.changeset/nine-queens-act.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -"@ducanh2912/next-pwa": patch ---- - -fix(swc-loader): only log when both swc sources can't be resolved - -- Previously, swc-loader used to always log "Using @swc/core to compile next-pwa's features. Please install it if you haven't." if `next/dist/build/swc` can't be resolved. This can get annoying, so this changes it so that it only logs when both sources can't be resolved. diff --git a/.changeset/tough-elephants-peel.md b/.changeset/tough-elephants-peel.md deleted file mode 100644 index ddf54dda..00000000 --- a/.changeset/tough-elephants-peel.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -"@ducanh2912/next-pwa": patch ---- - -chore(next-pwa): removed `app/_offline/page.js` auto-detect for offline fallbacks - -- A part of `v9`'s breaking changes. diff --git a/packages/next-pwa/CHANGELOG.md b/packages/next-pwa/CHANGELOG.md index f1de7444..c47357be 100644 --- a/packages/next-pwa/CHANGELOG.md +++ b/packages/next-pwa/CHANGELOG.md @@ -1,5 +1,17 @@ # @ducanh2912/next-pwa +## 9.0.1 + +### Patch Changes + +- [`8cb59af`](https://github.com/DuCanhGH/next-pwa/commit/8cb59afd18d057708adb364623101b4a7cf78cf9) Thanks [@DuCanhGH](https://github.com/DuCanhGH)! - fix(swc-loader): only log when both swc sources can't be resolved + + - Previously, swc-loader used to always log "Using @swc/core to compile next-pwa's features. Please install it if you haven't." if `next/dist/build/swc` can't be resolved. This can get annoying, so this changes it so that it only logs when both sources can't be resolved. + +- [`8cb59af`](https://github.com/DuCanhGH/next-pwa/commit/8cb59afd18d057708adb364623101b4a7cf78cf9) Thanks [@DuCanhGH](https://github.com/DuCanhGH)! - chore(next-pwa): removed `app/_offline/page.js` auto-detect for offline fallbacks + + - A part of `v9`'s breaking changes. + ## 9.0.0 ### Major Changes diff --git a/packages/next-pwa/package.json b/packages/next-pwa/package.json index 3c52738a..dc3c6c12 100644 --- a/packages/next-pwa/package.json +++ b/packages/next-pwa/package.json @@ -1,6 +1,6 @@ { "name": "@ducanh2912/next-pwa", - "version": "9.0.0", + "version": "9.0.1", "type": "module", "description": "PWA for Next.js, powered by Workbox.", "repository": "https://github.com/DuCanhGH/next-pwa",