Skip to content

Commit

Permalink
chore(packages): publish packages (#131)
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] authored Jan 4, 2024
1 parent 9ff6c29 commit a9f0eed
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 8 deletions.
7 changes: 0 additions & 7 deletions .changeset/lucky-lizards-switch.md

This file was deleted.

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

## 10.1.0

### Minor Changes

- [#130](https://github.com/DuCanhGH/next-pwa/pull/130) [`9ff6c29`](https://github.com/DuCanhGH/next-pwa/commit/9ff6c29352cb24f17654e2447f2e547c4243e146) Thanks [@DuCanhGH](https://github.com/DuCanhGH)! - feat(next-pwa): re-adjust `workboxOptions.exclude` defaults

- This was long overdue, so here we are.
- Why?
- This proves to be more sensible than the old defaults.
- Would this incur a breaking change?
- Technically yes according to my definitions of a breaking change. It will cause a behavioural change in the built app, unexpectedly so for those who don't pinpoint their dependencies' versions. However, I don't believe this has an impact big enough. This... simply improves the user experience, and it won't cause any build to suddenly fail.
## 10.0.2

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

0 comments on commit a9f0eed

Please sign in to comment.