From 9c8b3a1060159ad7c130c8be5690d8a231f31f5a Mon Sep 17 00:00:00 2001
From: DuCanhGH <75556609+DuCanhGH@users.noreply.github.com>
Date: Thu, 15 Jun 2023 22:53:13 +0700
Subject: [PATCH] Publish packages
---
.changeset/ninety-carpets-trade.md | 10 ----------
.changeset/sour-laws-look.md | 2 --
.github/workflows/npm-publish.yml | 2 +-
docs/CHANGELOG.md | 7 +++++++
docs/package.json | 2 +-
packages/next-pwa/CHANGELOG.md | 11 +++++++++++
packages/next-pwa/package.json | 2 +-
7 files changed, 21 insertions(+), 15 deletions(-)
delete mode 100644 .changeset/ninety-carpets-trade.md
delete mode 100644 .changeset/sour-laws-look.md
diff --git a/.changeset/ninety-carpets-trade.md b/.changeset/ninety-carpets-trade.md
deleted file mode 100644
index 3471c4a4..00000000
--- a/.changeset/ninety-carpets-trade.md
+++ /dev/null
@@ -1,10 +0,0 @@
----
-"@ducanh2912/next-pwa": minor
----
-
-feat(next-pwa, experimental): aggressiveFrontEndNavCaching
-
-- This feature, combined with `cacheFrontEndNav`, will cache `` and `` 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.
diff --git a/.changeset/sour-laws-look.md b/.changeset/sour-laws-look.md
deleted file mode 100644
index a845151c..00000000
--- a/.changeset/sour-laws-look.md
+++ /dev/null
@@ -1,2 +0,0 @@
----
----
diff --git a/.github/workflows/npm-publish.yml b/.github/workflows/npm-publish.yml
index f4729c39..0202e930 100644
--- a/.github/workflows/npm-publish.yml
+++ b/.github/workflows/npm-publish.yml
@@ -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
diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md
index 1931d052..7ed18e10 100644
--- a/docs/CHANGELOG.md
+++ b/docs/CHANGELOG.md
@@ -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
diff --git a/docs/package.json b/docs/package.json
index 39d889bb..266560dd 100644
--- a/docs/package.json
+++ b/docs/package.json
@@ -1,6 +1,6 @@
{
"name": "docs",
- "version": "1.0.1",
+ "version": "1.0.2",
"private": true,
"scripts": {
"dev": "next dev",
diff --git a/packages/next-pwa/CHANGELOG.md b/packages/next-pwa/CHANGELOG.md
index 4a21ffb5..9027b5a3 100644
--- a/packages/next-pwa/CHANGELOG.md
+++ b/packages/next-pwa/CHANGELOG.md
@@ -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 `` and `` 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
diff --git a/packages/next-pwa/package.json b/packages/next-pwa/package.json
index 9ad3c351..f1442728 100644
--- a/packages/next-pwa/package.json
+++ b/packages/next-pwa/package.json
@@ -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",