From d33691b2d125a23238ce1feedfad6e0e61a0799d 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, 30 Jun 2023 19:43:12 +0700 Subject: [PATCH] Publish packages (#47) --- .changeset/popular-meals-joke.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/popular-meals-joke.md diff --git a/.changeset/popular-meals-joke.md b/.changeset/popular-meals-joke.md deleted file mode 100644 index 64ed5047..00000000 --- a/.changeset/popular-meals-joke.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -"@ducanh2912/next-pwa": patch ---- - -fix(next-pwa): fixed `@swc/core` not found - -- This is due to our change to `terser-webpack-plugin`'s `TerserPlugin.swcMinify`, which tries to resolve `@swc/core`. It is not installed by default in our case. diff --git a/packages/next-pwa/CHANGELOG.md b/packages/next-pwa/CHANGELOG.md index 484a20b5..e5f5ae37 100644 --- a/packages/next-pwa/CHANGELOG.md +++ b/packages/next-pwa/CHANGELOG.md @@ -1,5 +1,13 @@ # @ducanh2912/next-pwa +## 9.1.2 + +### Patch Changes + +- [`33282e1`](https://github.com/DuCanhGH/next-pwa/commit/33282e1fb59a66a1e91af1679d1dae9c2b388645) Thanks [@DuCanhGH](https://github.com/DuCanhGH)! - fix(next-pwa): fixed `@swc/core` not found + + - This is due to our change to `terser-webpack-plugin`'s `TerserPlugin.swcMinify`, which tries to resolve `@swc/core`. It is not installed by default in our case. + ## 9.1.1 ### Patch Changes diff --git a/packages/next-pwa/package.json b/packages/next-pwa/package.json index d33c1d04..1b5110e3 100644 --- a/packages/next-pwa/package.json +++ b/packages/next-pwa/package.json @@ -1,6 +1,6 @@ { "name": "@ducanh2912/next-pwa", - "version": "9.1.1", + "version": "9.1.2", "type": "module", "description": "PWA for Next.js, powered by Workbox.", "repository": "https://github.com/DuCanhGH/next-pwa",