From 9def912904318abf67d848184526c9f9e95473aa 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, 16 Jun 2023 07:43:04 +0700 Subject: [PATCH] Publish packages (#35) Co-authored-by: github-actions[bot] --- .changeset/short-ducks-glow.md | 7 ------- docs/CHANGELOG.md | 7 +++++++ docs/package.json | 2 +- packages/next-pwa/CHANGELOG.md | 8 ++++++++ packages/next-pwa/package.json | 2 +- 5 files changed, 17 insertions(+), 9 deletions(-) delete mode 100644 .changeset/short-ducks-glow.md diff --git a/.changeset/short-ducks-glow.md b/.changeset/short-ducks-glow.md deleted file mode 100644 index 9874d8ba..00000000 --- a/.changeset/short-ducks-glow.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -"@ducanh2912/next-pwa": patch ---- - -fix(next-pwa): fixed `__PWA_SW_ENTRY_WORKER__` being undefined - -- This happens when `cacheOnFrontEndNav` is not enabled, which causes `webpack.DefinePlugin` to not be called. diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index 7ed18e10..0cb4033c 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -1,5 +1,12 @@ # docs +## 1.0.3 + +### Patch Changes + +- Updated dependencies [[`9850306`](https://github.com/DuCanhGH/next-pwa/commit/9850306b8864de0b09ea6573904369237d48b6ab)]: + - @ducanh2912/next-pwa@8.7.1 + ## 1.0.2 ### Patch Changes diff --git a/docs/package.json b/docs/package.json index 266560dd..245af140 100644 --- a/docs/package.json +++ b/docs/package.json @@ -1,6 +1,6 @@ { "name": "docs", - "version": "1.0.2", + "version": "1.0.3", "private": true, "scripts": { "dev": "next dev", diff --git a/packages/next-pwa/CHANGELOG.md b/packages/next-pwa/CHANGELOG.md index 9027b5a3..92206dda 100644 --- a/packages/next-pwa/CHANGELOG.md +++ b/packages/next-pwa/CHANGELOG.md @@ -1,5 +1,13 @@ # @ducanh2912/next-pwa +## 8.7.1 + +### Patch Changes + +- [#34](https://github.com/DuCanhGH/next-pwa/pull/34) [`9850306`](https://github.com/DuCanhGH/next-pwa/commit/9850306b8864de0b09ea6573904369237d48b6ab) Thanks [@DuCanhGH](https://github.com/DuCanhGH)! - fix(next-pwa): fixed `__PWA_SW_ENTRY_WORKER__` being undefined + + - This happens when `cacheOnFrontEndNav` is not enabled, which causes `webpack.DefinePlugin` to not be called. + ## 8.7.0 ### Minor Changes diff --git a/packages/next-pwa/package.json b/packages/next-pwa/package.json index f1442728..ed237f08 100644 --- a/packages/next-pwa/package.json +++ b/packages/next-pwa/package.json @@ -1,6 +1,6 @@ { "name": "@ducanh2912/next-pwa", - "version": "8.7.0", + "version": "8.7.1", "type": "module", "description": "PWA for Next.js, powered by Workbox.", "repository": "https://github.com/DuCanhGH/next-pwa",