From e4c8af75e02bafd419adf77c4fa63d58f39039e7 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, 12 Jan 2024 15:48:52 +0700 Subject: [PATCH] chore(packages): publish packages (#137) * chore(packages): publish packages * clean up * clean up --------- Co-authored-by: github-actions[bot] --- .changeset/witty-needles-talk.md | 8 -------- packages/next-pwa/CHANGELOG.md | 9 +++++++++ packages/next-pwa/package.json | 2 +- packages/next-pwa/rollup.config.js | 1 - 4 files changed, 10 insertions(+), 10 deletions(-) delete mode 100644 .changeset/witty-needles-talk.md diff --git a/.changeset/witty-needles-talk.md b/.changeset/witty-needles-talk.md deleted file mode 100644 index 1c88fa58..00000000 --- a/.changeset/witty-needles-talk.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -"@ducanh2912/next-pwa": patch ---- - -fix(disable): fixed `disable` not working properly - -- In 10.2.0 and 10.2.1, when `disable` is set, some code is still unintendedly run, causing the resulting app to contain some erroneous JavaScript. -- This has been fixed in 10.2.2. Although we still run `parseOptions`, we only do so to get the default options. diff --git a/packages/next-pwa/CHANGELOG.md b/packages/next-pwa/CHANGELOG.md index 10723152..f3baaf20 100644 --- a/packages/next-pwa/CHANGELOG.md +++ b/packages/next-pwa/CHANGELOG.md @@ -1,5 +1,14 @@ # @ducanh2912/next-pwa +## 10.2.2 + +### Patch Changes + +- [`e583be6`](https://github.com/DuCanhGH/next-pwa/commit/e583be60114cb5e0b85adbe50ae608a2665a5d13) Thanks [@DuCanhGH](https://github.com/DuCanhGH)! - fix(disable): fixed `disable` not working properly + + - In 10.2.0 and 10.2.1, when `disable` was set, certain unexpected parts were still processed, causing the resulting app to contain some erroneous JavaScript. + - This has been fixed in 10.2.2. Although we still run `parseOptions`, we only do so to get the default options. + ## 10.2.1 ### Patch Changes diff --git a/packages/next-pwa/package.json b/packages/next-pwa/package.json index 1afc5754..a272c999 100644 --- a/packages/next-pwa/package.json +++ b/packages/next-pwa/package.json @@ -1,6 +1,6 @@ { "name": "@ducanh2912/next-pwa", - "version": "10.2.1", + "version": "10.2.2", "type": "module", "description": "PWA for Next.js, powered by Workbox.", "repository": "https://github.com/DuCanhGH/next-pwa", diff --git a/packages/next-pwa/rollup.config.js b/packages/next-pwa/rollup.config.js index d6da606a..48aab81f 100644 --- a/packages/next-pwa/rollup.config.js +++ b/packages/next-pwa/rollup.config.js @@ -5,7 +5,6 @@ * "input" | "output" | "plugins" * > & { * external?: (string | RegExp)[] | string | RegExp; - * aliases?: Record; * }} FileEntry */ import alias from "@rollup/plugin-alias";