Skip to content

Commit

Permalink
Publish packages (#35)
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 Jun 16, 2023
1 parent 9850306 commit 9def912
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 9 deletions.
7 changes: 0 additions & 7 deletions .changeset/short-ducks-glow.md

This file was deleted.

7 changes: 7 additions & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# docs

## 1.0.3

### Patch Changes

- Updated dependencies [[`9850306`](https://github.com/DuCanhGH/next-pwa/commit/9850306b8864de0b09ea6573904369237d48b6ab)]:
- @ducanh2912/next-pwa@8.7.1

## 1.0.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion docs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "docs",
"version": "1.0.2",
"version": "1.0.3",
"private": true,
"scripts": {
"dev": "next dev",
Expand Down
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

## 8.7.1

### Patch Changes

- [#34](https://github.com/DuCanhGH/next-pwa/pull/34) [`9850306`](https://github.com/DuCanhGH/next-pwa/commit/9850306b8864de0b09ea6573904369237d48b6ab) Thanks [@DuCanhGH](https://github.com/DuCanhGH)! - fix(next-pwa): fixed `__PWA_SW_ENTRY_WORKER__` being undefined

- This happens when `cacheOnFrontEndNav` is not enabled, which causes `webpack.DefinePlugin` to not be called.

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

0 comments on commit 9def912

Please sign in to comment.