Skip to content

Commit

Permalink
Publish packages (#32)
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 15, 2023
1 parent fa08192 commit 5b3dfe7
Show file tree
Hide file tree
Showing 6 changed files with 20 additions and 14 deletions.
10 changes: 0 additions & 10 deletions .changeset/ninety-carpets-trade.md

This file was deleted.

2 changes: 0 additions & 2 deletions .changeset/sour-laws-look.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.2

### Patch Changes

- Updated dependencies [[`fa08192`](https://github.com/DuCanhGH/next-pwa/commit/fa08192ef4bf993f6ed80cf392ab6cefe9eb366d)]:
- @ducanh2912/next-pwa@8.7.0

## 1.0.1

### 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.1",
"version": "1.0.2",
"private": true,
"scripts": {
"dev": "next dev",
Expand Down
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

## 8.7.0

### Minor Changes

- [`fa08192`](https://github.com/DuCanhGH/next-pwa/commit/fa08192ef4bf993f6ed80cf392ab6cefe9eb366d) Thanks [@DuCanhGH](https://github.com/DuCanhGH)! - feat(next-pwa, experimental): aggressiveFrontEndNavCaching

- This feature, combined with `cacheFrontEndNav`, will cache `<link rel="stylesheet" href="" />` and `<script src="" />` on frontend navigation. This allows
pages which have only been visited through that method to work offline when directly visited.

- Frontend navigation caching has also been offloaded to a separate worker with this feature.

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

0 comments on commit 5b3dfe7

Please sign in to comment.