Skip to content

Commit

Permalink
chore(packages): publish packages (#137)
Browse files Browse the repository at this point in the history
* chore(packages): publish packages

* clean up

* clean up

---------

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
DuCanhGH and github-actions[bot] authored Jan 12, 2024
1 parent e583be6 commit e4c8af7
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
8 changes: 0 additions & 8 deletions .changeset/witty-needles-talk.md

This file was deleted.

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

## 10.2.2

### Patch Changes

- [`e583be6`](https://github.com/DuCanhGH/next-pwa/commit/e583be60114cb5e0b85adbe50ae608a2665a5d13) Thanks [@DuCanhGH](https://github.com/DuCanhGH)! - fix(disable): fixed `disable` not working properly

- In 10.2.0 and 10.2.1, when `disable` was set, certain unexpected parts were still processed, causing the resulting app to contain some erroneous JavaScript.
- This has been fixed in 10.2.2. Although we still run `parseOptions`, we only do so to get the default options.

## 10.2.1

### 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.2.1",
"version": "10.2.2",
"type": "module",
"description": "PWA for Next.js, powered by Workbox.",
"repository": "https://github.com/DuCanhGH/next-pwa",
Expand Down
1 change: 0 additions & 1 deletion packages/next-pwa/rollup.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
* "input" | "output" | "plugins"
* > & {
* external?: (string | RegExp)[] | string | RegExp;
* aliases?: Record<string, string[]>;
* }} FileEntry
*/
import alias from "@rollup/plugin-alias";
Expand Down

0 comments on commit e4c8af7

Please sign in to comment.