Skip to content

Commit

Permalink
RELEASING: Releasing 1 package(s) (#12)
Browse files Browse the repository at this point in the history
Releases:
  @ducanh2912/next-pwa@8.1.0

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
DuCanhGH and github-actions[bot] authored Mar 2, 2023
1 parent bd1d905 commit 7e57b3f
Show file tree
Hide file tree
Showing 5 changed files with 21 additions and 24 deletions.
7 changes: 0 additions & 7 deletions .changeset/fresh-walls-compare.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/small-hornets-cough.md

This file was deleted.

9 changes: 0 additions & 9 deletions .changeset/sour-pens-eat.md

This file was deleted.

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

## 8.1.0

### Minor Changes

- 172eebf: feat(deps): `next-pwa` no longer requires `swc-loader` to be manually installed

- This package now installs `swc-loader` on its own, and then resolve it using `require.resolve`.

- 172eebf: chore(docs): isolated parts of README.md into SETUP.md for better docs maintenance

- I found scrolling through README.md to be quite a pain, so I've isolated parts of it into a new file again.

### Patch Changes

- 172eebf: chore(deps): monthly dependencies maintenance

- Though I've been quite busy recently with Next.js itself (tons of typedRoutes PRs) and my own stuff, I've promised to always perform a monthly dependencies maintenance.

- `examples/basic` has migrated from `<head />` to metadata with this.

## 8.0.0

### Major 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": "8.0.0",
"version": "8.1.0",
"type": "module",
"description": "PWA for Next.js, powered by Workbox.",
"repository": "https://github.com/DuCanhGH/next-pwa",
Expand Down

0 comments on commit 7e57b3f

Please sign in to comment.