Skip to content

Commit

Permalink
Publish packages (#91)
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] committed Sep 19, 2023
1 parent c24e175 commit aef0808
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 15 deletions.
7 changes: 0 additions & 7 deletions .changeset/soft-schools-battle.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/weak-tables-roll.md

This file was deleted.

12 changes: 12 additions & 0 deletions packages/next-pwa/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @ducanh2912/next-pwa

## 9.7.0

### Minor Changes

- [#90](https://github.com/DuCanhGH/next-pwa/pull/90) [`c24e175`](https://github.com/DuCanhGH/next-pwa/commit/c24e17530ae759de1541f9f96c765a82ab17ed41) Thanks [@DuCanhGH](https://github.com/DuCanhGH)! - feat: added `watchWorkersInDev`

- Note that this feature is disabled by default, and can be enabled by setting `PluginOptions.watchWorkersInDev` to `true`. After a change is detected and `webpack` rebuilds the custom worker, you have to reload the page for it to take effect.

- [#90](https://github.com/DuCanhGH/next-pwa/pull/90) [`c24e175`](https://github.com/DuCanhGH/next-pwa/commit/c24e17530ae759de1541f9f96c765a82ab17ed41) Thanks [@DuCanhGH](https://github.com/DuCanhGH)! - feat: added `.webm` to `defaultCache`'s `static-video-assets`

- I think it'd be nice to support this extension as well, and this shouldn't cause a breaking change (if there is another entry that matches `.webm` files in `workboxOptions.runtimeCaching` and `extendDefaultRuntimeCaching`, then Workbox will still pick that entry).

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

0 comments on commit aef0808

Please sign in to comment.