Skip to content

chore(packages): publish packages#143

Merged
DuCanhGH merged 1 commit intomasterfrom
changeset-release/master
Jan 29, 2024
Merged

chore(packages): publish packages#143
DuCanhGH merged 1 commit intomasterfrom
changeset-release/master

Conversation

@DuCanhGH
Copy link
Owner

This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to master, this PR will be updated.

Releases

@ducanh2912/next-pwa@10.2.3

Patch Changes

  • e5f1d14 Thanks @DuCanhGH! - fix(core): fixed invalid precache manifest and scope with basePath

    • A fast backport of fix(next): fixed invalid precache manifest with basePath serwist/serwist#56.
    • 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.
    • 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!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant