Skip to content

Commit

Permalink
RELEASING: Releasing 1 package(s) (#7)
Browse files Browse the repository at this point in the history
Releases:
  @ducanh2912/[email protected]

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
DuCanhGH and github-actions[bot] authored Jan 24, 2023
1 parent 1bcc70c commit d817859
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 18 deletions.
16 changes: 0 additions & 16 deletions .changeset/six-games-rhyme.md

This file was deleted.

19 changes: 18 additions & 1 deletion packages/next-pwa/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,27 @@
# @ducanh2912/next-pwa

## 7.3.2

### Patch Changes

- 1bcc70c: docs(types.ts): fixed links, added example for `PluginOptions.register`, `PluginOptions.buildExcludes`.

- This patch add an example of registering the SW on your own with `register: false` and an example of how `buildExcludes` should look like.
- It also removed an invalid link (which led to Github's 404 page) and an old link (which led to a deprecated example).

chore(deps): ran deps:update-all.

- To clarify the previous patch's message, this is meant to be done at least once a month, but it can be done anytime.

style(code): cleaned up index.ts.

- Replaced `_fallbacks` with `hasFallbacks` as copying `pluginOptions.fallbacks` just to indicate that the user did use this feature wasn't really necessary, and can be simplified to using a boolean.

## 7.3.1

### Patch Changes

- 8274a95:
- 8274a95:

fix(deps): moved swc-loader to `devDependencies` and `peerDependencies`, added note that reminds users to install swc-loader when using fallbacks and custom worker in `PluginOptions`.

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

0 comments on commit d817859

Please sign in to comment.