Skip to content

Commit 2963bed

Browse files
chore(packages): publish packages (#128)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent a4b8926 commit 2963bed

File tree

3 files changed

+9
-8
lines changed

3 files changed

+9
-8
lines changed

.changeset/small-dingos-give.md

Lines changed: 0 additions & 7 deletions
This file was deleted.

packages/next-pwa/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# @ducanh2912/next-pwa
22

3+
## 10.0.1
4+
5+
### Patch Changes
6+
7+
- [#127](https://github.com/DuCanhGH/next-pwa/pull/127) [`a4b8926`](https://github.com/DuCanhGH/next-pwa/commit/a4b8926b0e4158f7194db38c59f097280d07c324) Thanks [@DuCanhGH](https://github.com/DuCanhGH)! - fix(cache-on-front-end-nav): fixed error 'URL object could not be cloned.'
8+
9+
- This was due to us trying to send the URL object to our worker through `postMessage`.
10+
311
## 10.0.0
412

513
### Major Changes

packages/next-pwa/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ducanh2912/next-pwa",
3-
"version": "10.0.0",
3+
"version": "10.0.1",
44
"type": "module",
55
"description": "PWA for Next.js, powered by Workbox.",
66
"repository": "https://github.com/DuCanhGH/next-pwa",

0 commit comments

Comments
 (0)