Skip to content

Commit

Permalink
Publish packages
Browse files Browse the repository at this point in the history
  • Loading branch information
DuCanhGH committed Jun 15, 2023
1 parent fa08192 commit 9c8b3a1
Show file tree
Hide file tree
Showing 7 changed files with 21 additions and 15 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.

2 changes: 1 addition & 1 deletion .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
matrix:
node-version: ["18.x"]
pnpm-version: ["8.x"]
if: ${{ contains(github.event.head_commit.message, '[bump]') || github.event.head_commit.message == 'Publish packages' }}
if: ${{ contains(github.event.head_commit.message, '[bump]') || contains(github.event.head_commit.message, 'Publish packages') }}
steps:
- name: Checkout repo
uses: actions/checkout@v3
Expand Down
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 9c8b3a1

Please sign in to comment.