From 09f567b630cef6f593dac699c03d07783cab5e9e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Tue, 11 Jul 2023 12:42:13 +0000 Subject: [PATCH] Publish packages --- .changeset/friendly-pumas-march.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/friendly-pumas-march.md diff --git a/.changeset/friendly-pumas-march.md b/.changeset/friendly-pumas-march.md deleted file mode 100644 index f2252a1d..00000000 --- a/.changeset/friendly-pumas-march.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -"@ducanh2912/next-pwa": minor ---- - -feat: use Next's webpack instead of importing a new one - -- `next-pwa` should now use Next's webpack instance to avoid having multiple webpack copies. diff --git a/packages/next-pwa/CHANGELOG.md b/packages/next-pwa/CHANGELOG.md index 89689d23..1330bb08 100644 --- a/packages/next-pwa/CHANGELOG.md +++ b/packages/next-pwa/CHANGELOG.md @@ -1,5 +1,13 @@ # @ducanh2912/next-pwa +## 9.2.0 + +### Minor Changes + +- [#53](https://github.com/DuCanhGH/next-pwa/pull/53) [`165f4c3`](https://github.com/DuCanhGH/next-pwa/commit/165f4c398ae5f58e6586501db778a0a0ca8ade2c) Thanks [@DuCanhGH](https://github.com/DuCanhGH)! - feat: use Next's webpack instead of importing a new one + + - `next-pwa` should now use Next's webpack instance to avoid having multiple webpack copies. + ## 9.1.4 ### Patch Changes diff --git a/packages/next-pwa/package.json b/packages/next-pwa/package.json index ee6bb2d3..335ad0a0 100644 --- a/packages/next-pwa/package.json +++ b/packages/next-pwa/package.json @@ -1,6 +1,6 @@ { "name": "@ducanh2912/next-pwa", - "version": "9.1.4", + "version": "9.2.0", "type": "module", "description": "PWA for Next.js, powered by Workbox.", "repository": "https://github.com/DuCanhGH/next-pwa",