Skip to content

Commit 0ac7a0c

Browse files
chore(packages): publish packages (#143)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent ce6cb52 commit 0ac7a0c

File tree

3 files changed

+11
-10
lines changed

3 files changed

+11
-10
lines changed

.changeset/thick-pans-agree.md

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

packages/next-pwa/CHANGELOG.md

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

3+
## 10.2.3
4+
5+
### Patch Changes
6+
7+
- [`e5f1d14`](https://github.com/DuCanhGH/next-pwa/commit/e5f1d14828d669e17e694e0a18bcfb2f8231a6b9) Thanks [@DuCanhGH](https://github.com/DuCanhGH)! - fix(core): fixed invalid precache manifest and scope with `basePath`
8+
9+
- A fast backport of https://github.com/serwist/serwist/pull/56.
10+
- This is caused by "/\_next/../public" in modifyURLPrefix not being matched when basePath is set, since the URL is actually "${basePath}/\_next/../public/\*\*/\*". We now use `manifestTransforms` instead of `modifyURLPrefix`.
11+
- Also, with the refactor to using a context, we mistakenly changed `scope` from "${scope}" (suffixed with / if originally not) to "${basePath}/${scope}". This reverts that change. Sorry for the inconvenience!
12+
313
## 10.2.2
414

515
### Patch 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.2.2",
3+
"version": "10.2.3",
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)