From ccebee7b1c9d044ef32f5bb9e7a53b29562c717c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 5 May 2024 15:58:22 +0700 Subject: [PATCH] chore(packages): publish packages (#151) Co-authored-by: github-actions[bot] --- .changeset/ninety-peaches-bathe.md | 7 ------- packages/next-pwa/CHANGELOG.md | 8 ++++++++ packages/next-pwa/package.json | 19 +++++++++++++++---- 3 files changed, 23 insertions(+), 11 deletions(-) delete mode 100644 .changeset/ninety-peaches-bathe.md diff --git a/.changeset/ninety-peaches-bathe.md b/.changeset/ninety-peaches-bathe.md deleted file mode 100644 index a465dd39..00000000 --- a/.changeset/ninety-peaches-bathe.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -"@ducanh2912/next-pwa": patch ---- - -chore(next-pwa): removed `clean-webpack-plugin` - -- This plugin is... unmaintained, and we could use `fs.rmSync` anyway. \ No newline at end of file diff --git a/packages/next-pwa/CHANGELOG.md b/packages/next-pwa/CHANGELOG.md index 4329d41c..64093235 100644 --- a/packages/next-pwa/CHANGELOG.md +++ b/packages/next-pwa/CHANGELOG.md @@ -1,5 +1,13 @@ # @ducanh2912/next-pwa +## 10.2.7 + +### Patch Changes + +- [`a1f09b3`](https://github.com/DuCanhGH/next-pwa/commit/a1f09b3eee624cc1cdf0d751731b460d910002bd) Thanks [@DuCanhGH](https://github.com/DuCanhGH)! - chore(next-pwa): removed `clean-webpack-plugin` + + - This plugin is... unmaintained, and we could use `fs.rmSync` anyway. + ## 10.2.6 ### Patch Changes diff --git a/packages/next-pwa/package.json b/packages/next-pwa/package.json index edaac5aa..76072d98 100644 --- a/packages/next-pwa/package.json +++ b/packages/next-pwa/package.json @@ -1,16 +1,25 @@ { "name": "@ducanh2912/next-pwa", - "version": "10.2.6", + "version": "10.2.7", "type": "module", "private": false, "description": "PWA for Next.js, powered by Workbox.", - "keywords": ["nextjs", "pwa", "workbox", "web", "service-worker"], + "keywords": [ + "nextjs", + "pwa", + "workbox", + "web", + "service-worker" + ], "author": "ShadowWalker , DuCanhGH", "license": "MIT", "repository": "https://github.com/DuCanhGH/next-pwa", "bugs": "https://github.com/DuCanhGH/next-pwa/issues", "homepage": "https://ducanh-next-pwa.vercel.app", - "files": ["dist", "!dist/dts"], + "files": [ + "dist", + "!dist/dts" + ], "source": "./src/index.ts", "imports": { "#utils/*.js": "./src/utils/*.ts" @@ -40,7 +49,9 @@ "types": "./dist/index.d.ts", "typesVersions": { "*": { - "workbox": ["./dist/sw-entry.d.ts"] + "workbox": [ + "./dist/sw-entry.d.ts" + ] } }, "scripts": {