Skip to content

Commit

Permalink
Publish packages (#97)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
DuCanhGH and github-actions[bot] authored Sep 21, 2023
1 parent 27d5f20 commit d40542e
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 8 deletions.
7 changes: 0 additions & 7 deletions .changeset/lucky-bats-report.md

This file was deleted.

8 changes: 8 additions & 0 deletions packages/next-pwa/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @ducanh2912/next-pwa

## 9.7.1

### Patch Changes

- [#96](https://github.com/DuCanhGH/next-pwa/pull/96) [`27d5f20`](https://github.com/DuCanhGH/next-pwa/commit/27d5f20b7b253cd4f55e59a039d07e30cc91147d) Thanks [@DuCanhGH](https://github.com/DuCanhGH)! - fix: remove `lazy` and `importInterop` from `.swcrc`

- Seems that these values are no longer allowed with `module.type` set to `"es6"` or `"nodenext"`.

## 9.7.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/next-pwa/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ducanh2912/next-pwa",
"version": "9.7.0",
"version": "9.7.1",
"type": "module",
"description": "PWA for Next.js, powered by Workbox.",
"repository": "https://github.com/DuCanhGH/next-pwa",
Expand Down

0 comments on commit d40542e

Please sign in to comment.