Skip to content

Commit

Permalink
RELEASING: next-pwa 8.5.1
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 May 25, 2023
1 parent 9045662 commit 59f1b69
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 8 deletions.
7 changes: 0 additions & 7 deletions .changeset/quiet-cameras-argue.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

## 8.5.1

### Patch Changes

- 9045662: fix(next-pwa,compatibility): remove `node:` protocol from imports

- We currently don't have a clear version requirement for Node.js, and as such we should support as many versions as possible. It seems that only Node.js 16 and later support `node:` protocol imports for CJS, so we remove this protocol by using `@rollup/plugin-alias`. This compatibility patch might be removed in the future though.

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

0 comments on commit 59f1b69

Please sign in to comment.