Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Publish packages #41

Merged
merged 1 commit into from
Jun 22, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 0 additions & 7 deletions .changeset/nine-queens-act.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/tough-elephants-peel.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.0.1

### Patch Changes

- [`8cb59af`](https://github.com/DuCanhGH/next-pwa/commit/8cb59afd18d057708adb364623101b4a7cf78cf9) Thanks [@DuCanhGH](https://github.com/DuCanhGH)! - fix(swc-loader): only log when both swc sources can't be resolved

- Previously, swc-loader used to always log "Using @swc/core to compile next-pwa's features. Please install it if you haven't." if `next/dist/build/swc` can't be resolved. This can get annoying, so this changes it so that it only logs when both sources can't be resolved.

- [`8cb59af`](https://github.com/DuCanhGH/next-pwa/commit/8cb59afd18d057708adb364623101b4a7cf78cf9) Thanks [@DuCanhGH](https://github.com/DuCanhGH)! - chore(next-pwa): removed `app/_offline/page.js` auto-detect for offline fallbacks

- A part of `v9`'s breaking changes.

## 9.0.0

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