Skip to content

Commit

Permalink
Publish packages (#54)
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 Jul 11, 2023
1 parent 165f4c3 commit 51d4b24
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 8 deletions.
7 changes: 0 additions & 7 deletions .changeset/friendly-pumas-march.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.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
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.1.4",
"version": "9.2.0",
"type": "module",
"description": "PWA for Next.js, powered by Workbox.",
"repository": "https://github.com/DuCanhGH/next-pwa",
Expand Down

0 comments on commit 51d4b24

Please sign in to comment.