Skip to content

Commit

Permalink
Publish packages (#85)
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 16, 2023
1 parent 468faf0 commit 30f9bef
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 17 deletions.
9 changes: 0 additions & 9 deletions .changeset/six-bananas-attack.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/tall-rocks-know.md

This file was deleted.

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

## 9.6.0

### Minor Changes

- [#84](https://github.com/DuCanhGH/next-pwa/pull/84) [`12a6542`](https://github.com/DuCanhGH/next-pwa/commit/12a6542c07d09ccaf2ececaed6e548a534c7ddc9) Thanks [@DuCanhGH](https://github.com/DuCanhGH)! - feat: added `PluginOptions.browserslist`

- This defaults to `"chrome >= 56"`, same with Workbox's default.
- Note that `.browserslistrc`, `package.json.browserslist`, etc. are not supported (yet), and the only way to pass the config to `next-pwa` is `PluginOptions.browserslist`, but you can read the file yourself, parse it, then pass it to `next-pwa`.
- This allows you to configure which browsers you want to target your workers for. This tells `next-pwa` to add `PluginOptions.workboxOptions.babelPresetEnvTargets` if that option is not defined, which means that the service worker will, too, be bundled to target these browsers, but you can change that by adding the option.

- [#84](https://github.com/DuCanhGH/next-pwa/pull/84) [`12a6542`](https://github.com/DuCanhGH/next-pwa/commit/12a6542c07d09ccaf2ececaed6e548a534c7ddc9) Thanks [@DuCanhGH](https://github.com/DuCanhGH)! - feat: support Next's new logging style

- So Next changed its logging style again, and I'm wondering if trying to match its logging style is even a good idea.

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

0 comments on commit 30f9bef

Please sign in to comment.