Skip to content

Commit

Permalink
Publish packages
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jun 29, 2023
1 parent 8feffa0 commit 764864f
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 8 deletions.
7 changes: 0 additions & 7 deletions .changeset/rotten-schools-shout.md

This file was deleted.

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

## 9.1.1

### Patch Changes

- [#44](https://github.com/DuCanhGH/next-pwa/pull/44) [`8feffa0`](https://github.com/DuCanhGH/next-pwa/commit/8feffa0073ccf0a50a290ebe111953078b8877a6) Thanks [@DuCanhGH](https://github.com/DuCanhGH)! - fix(next-pwa): fixed `next-pwa` not being minified properly

- This is due to the change done in 9.1.0. I forgot to configure `jsc.minify`, so `next-pwa` is minified using the default options.

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

0 comments on commit 764864f

Please sign in to comment.