From 088ab15335527cc0c644d7ec83e7588be675477e Mon Sep 17 00:00:00 2001
From: "Mr.Hope" <mister-hope@outlook.com>
Date: Tue, 2 Apr 2024 02:13:29 +0800
Subject: [PATCH] build: publish v2.0.0-rc.22

---
 CHANGELOG.md                                | 12 ++++++++++++
 lerna.json                                  |  2 +-
 plugins/plugin-append-date/CHANGELOG.md     |  4 ++++
 plugins/plugin-append-date/package.json     |  2 +-
 plugins/plugin-back-to-top/CHANGELOG.md     |  4 ++++
 plugins/plugin-back-to-top/package.json     |  2 +-
 plugins/plugin-baidu-analytics/CHANGELOG.md |  6 ++++++
 plugins/plugin-baidu-analytics/package.json |  2 +-
 plugins/plugin-blog/CHANGELOG.md            |  4 ++++
 plugins/plugin-blog/package.json            |  2 +-
 plugins/plugin-catalog/CHANGELOG.md         |  4 ++++
 plugins/plugin-catalog/package.json         |  2 +-
 plugins/plugin-comment/CHANGELOG.md         |  4 ++++
 plugins/plugin-comment/package.json         |  2 +-
 plugins/plugin-copy-code/CHANGELOG.md       |  4 ++++
 plugins/plugin-copy-code/package.json       |  2 +-
 plugins/plugin-copyright/CHANGELOG.md       |  4 ++++
 plugins/plugin-copyright/package.json       |  2 +-
 plugins/plugin-feed/CHANGELOG.md            |  4 ++++
 plugins/plugin-feed/package.json            |  2 +-
 plugins/plugin-git/CHANGELOG.md             | 10 ++++++++++
 plugins/plugin-git/package.json             |  2 +-
 plugins/plugin-links-check/CHANGELOG.md     |  4 ++++
 plugins/plugin-links-check/package.json     |  2 +-
 plugins/plugin-medium-zoom/CHANGELOG.md     |  4 ++++
 plugins/plugin-medium-zoom/package.json     |  2 +-
 plugins/plugin-photo-swipe/CHANGELOG.md     |  4 ++++
 plugins/plugin-photo-swipe/package.json     |  2 +-
 plugins/plugin-pwa/CHANGELOG.md             |  4 ++++
 plugins/plugin-pwa/package.json             |  2 +-
 plugins/plugin-reading-time/CHANGELOG.md    |  4 ++++
 plugins/plugin-reading-time/package.json    |  2 +-
 plugins/plugin-redirect/CHANGELOG.md        |  4 ++++
 plugins/plugin-redirect/package.json        |  2 +-
 plugins/plugin-seo/CHANGELOG.md             |  4 ++++
 plugins/plugin-seo/package.json             |  2 +-
 plugins/plugin-shiki/CHANGELOG.md           |  4 ++++
 plugins/plugin-shiki/package.json           |  2 +-
 plugins/plugin-sitemap/CHANGELOG.md         |  4 ++++
 plugins/plugin-sitemap/package.json         |  2 +-
 themes/theme-default/CHANGELOG.md           |  6 ++++++
 themes/theme-default/package.json           |  2 +-
 tools/create-vuepress/CHANGELOG.md          |  4 ++++
 tools/create-vuepress/package.json          |  2 +-
 tools/helper/CHANGELOG.md                   |  4 ++++
 tools/helper/package.json                   |  2 +-
 46 files changed, 133 insertions(+), 23 deletions(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index 659943b664..e9102c8628 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -3,6 +3,18 @@
 All notable changes to this project will be documented in this file.
 See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
 
+# [2.0.0-rc.22](https://github.com/vuepress/ecosystem/compare/v2.0.0-rc.21...v2.0.0-rc.22) (2024-04-01)
+
+### Bug Fixes
+
+- **plugin-baidu-analytics:** fix client-side error ([#96](https://github.com/vuepress/ecosystem/issues/96)) ([7f1b5e1](https://github.com/vuepress/ecosystem/commit/7f1b5e190926ae859f8686defc3ed63f921cacf7))
+- **plugin-git:** add the --follow parameter to the git log command ([#98](https://github.com/vuepress/ecosystem/issues/98)) ([bbe3222](https://github.com/vuepress/ecosystem/commit/bbe3222ec2f633257f7663d3225d11a354e289b1))
+- **theme-default:** remove event listener correctly ([03e67c1](https://github.com/vuepress/ecosystem/commit/03e67c11e8388041c67fb0d5933e632db655e701))
+
+### Features
+
+- **plugin-git:** do not pass unneeded data to client ([520a3b6](https://github.com/vuepress/ecosystem/commit/520a3b6bc508f5103b80950ae48538676c6f996a))
+
 # [2.0.0-rc.21](https://github.com/vuepress/ecosystem/compare/v2.0.0-rc.20...v2.0.0-rc.21) (2024-03-25)
 
 ### Bug Fixes
diff --git a/lerna.json b/lerna.json
index 695023d6a3..ff610f40d5 100644
--- a/lerna.json
+++ b/lerna.json
@@ -1,6 +1,6 @@
 {
   "npmClient": "pnpm",
-  "version": "2.0.0-rc.21",
+  "version": "2.0.0-rc.22",
   "command": {
     "version": {
       "allowBranch": "main",
diff --git a/plugins/plugin-append-date/CHANGELOG.md b/plugins/plugin-append-date/CHANGELOG.md
index 7020394734..4154adc939 100644
--- a/plugins/plugin-append-date/CHANGELOG.md
+++ b/plugins/plugin-append-date/CHANGELOG.md
@@ -3,6 +3,10 @@
 All notable changes to this project will be documented in this file.
 See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
 
+# [2.0.0-rc.22](https://github.com/vuepress/ecosystem/compare/v2.0.0-rc.21...v2.0.0-rc.22) (2024-04-01)
+
+**Note:** Version bump only for package @vuepress/plugin-append-date
+
 # [2.0.0-rc.21](https://github.com/vuepress/ecosystem/compare/v2.0.0-rc.20...v2.0.0-rc.21) (2024-03-25)
 
 **Note:** Version bump only for package @vuepress/plugin-append-date
diff --git a/plugins/plugin-append-date/package.json b/plugins/plugin-append-date/package.json
index 092b716fa4..6e6c239b58 100644
--- a/plugins/plugin-append-date/package.json
+++ b/plugins/plugin-append-date/package.json
@@ -1,6 +1,6 @@
 {
   "name": "@vuepress/plugin-append-date",
-  "version": "2.0.0-rc.21",
+  "version": "2.0.0-rc.22",
   "description": "VuePress plugin - append date",
   "keywords": [
     "vuepress-plugin",
diff --git a/plugins/plugin-back-to-top/CHANGELOG.md b/plugins/plugin-back-to-top/CHANGELOG.md
index b17807b853..def9e69c73 100644
--- a/plugins/plugin-back-to-top/CHANGELOG.md
+++ b/plugins/plugin-back-to-top/CHANGELOG.md
@@ -3,6 +3,10 @@
 All notable changes to this project will be documented in this file.
 See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
 
+# [2.0.0-rc.22](https://github.com/vuepress/ecosystem/compare/v2.0.0-rc.21...v2.0.0-rc.22) (2024-04-01)
+
+**Note:** Version bump only for package @vuepress/plugin-back-to-top
+
 # [2.0.0-rc.21](https://github.com/vuepress/ecosystem/compare/v2.0.0-rc.20...v2.0.0-rc.21) (2024-03-25)
 
 **Note:** Version bump only for package @vuepress/plugin-back-to-top
diff --git a/plugins/plugin-back-to-top/package.json b/plugins/plugin-back-to-top/package.json
index 64d3547a6e..fac2a52cf7 100644
--- a/plugins/plugin-back-to-top/package.json
+++ b/plugins/plugin-back-to-top/package.json
@@ -1,6 +1,6 @@
 {
   "name": "@vuepress/plugin-back-to-top",
-  "version": "2.0.0-rc.21",
+  "version": "2.0.0-rc.22",
   "description": "VuePress plugin - back to top",
   "keywords": [
     "vuepress-plugin",
diff --git a/plugins/plugin-baidu-analytics/CHANGELOG.md b/plugins/plugin-baidu-analytics/CHANGELOG.md
index a0966ac88f..c19e223d4c 100644
--- a/plugins/plugin-baidu-analytics/CHANGELOG.md
+++ b/plugins/plugin-baidu-analytics/CHANGELOG.md
@@ -3,6 +3,12 @@
 All notable changes to this project will be documented in this file.
 See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
 
+# [2.0.0-rc.22](https://github.com/vuepress/ecosystem/compare/v2.0.0-rc.21...v2.0.0-rc.22) (2024-04-01)
+
+### Bug Fixes
+
+- **plugin-baidu-analytics:** fix client-side error ([#96](https://github.com/vuepress/ecosystem/issues/96)) ([7f1b5e1](https://github.com/vuepress/ecosystem/commit/7f1b5e190926ae859f8686defc3ed63f921cacf7))
+
 # [2.0.0-rc.21](https://github.com/vuepress/ecosystem/compare/v2.0.0-rc.20...v2.0.0-rc.21) (2024-03-25)
 
 **Note:** Version bump only for package @vuepress/plugin-baidu-analytics
diff --git a/plugins/plugin-baidu-analytics/package.json b/plugins/plugin-baidu-analytics/package.json
index a673127668..141b2af7fe 100644
--- a/plugins/plugin-baidu-analytics/package.json
+++ b/plugins/plugin-baidu-analytics/package.json
@@ -1,6 +1,6 @@
 {
   "name": "@vuepress/plugin-baidu-analytics",
-  "version": "2.0.0-rc.21",
+  "version": "2.0.0-rc.22",
   "description": "VuePress plugin - baidu-analytics",
   "keywords": [
     "vuepress-plugin",
diff --git a/plugins/plugin-blog/CHANGELOG.md b/plugins/plugin-blog/CHANGELOG.md
index f8726aaa52..b7a830b1aa 100644
--- a/plugins/plugin-blog/CHANGELOG.md
+++ b/plugins/plugin-blog/CHANGELOG.md
@@ -3,6 +3,10 @@
 All notable changes to this project will be documented in this file.
 See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
 
+# [2.0.0-rc.22](https://github.com/vuepress/ecosystem/compare/v2.0.0-rc.21...v2.0.0-rc.22) (2024-04-01)
+
+**Note:** Version bump only for package @vuepress/plugin-blog
+
 # [2.0.0-rc.21](https://github.com/vuepress/ecosystem/compare/v2.0.0-rc.20...v2.0.0-rc.21) (2024-03-25)
 
 **Note:** Version bump only for package @vuepress/plugin-blog
diff --git a/plugins/plugin-blog/package.json b/plugins/plugin-blog/package.json
index ed9202e34d..cab6ed44f5 100644
--- a/plugins/plugin-blog/package.json
+++ b/plugins/plugin-blog/package.json
@@ -1,6 +1,6 @@
 {
   "name": "@vuepress/plugin-blog",
-  "version": "2.0.0-rc.21",
+  "version": "2.0.0-rc.22",
   "description": "VuePress plugin - blog",
   "keywords": [
     "vuepress-plugin",
diff --git a/plugins/plugin-catalog/CHANGELOG.md b/plugins/plugin-catalog/CHANGELOG.md
index 6e28fabce9..fd698b4d0a 100644
--- a/plugins/plugin-catalog/CHANGELOG.md
+++ b/plugins/plugin-catalog/CHANGELOG.md
@@ -3,6 +3,10 @@
 All notable changes to this project will be documented in this file.
 See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
 
+# [2.0.0-rc.22](https://github.com/vuepress/ecosystem/compare/v2.0.0-rc.21...v2.0.0-rc.22) (2024-04-01)
+
+**Note:** Version bump only for package @vuepress/plugin-catalog
+
 # [2.0.0-rc.21](https://github.com/vuepress/ecosystem/compare/v2.0.0-rc.20...v2.0.0-rc.21) (2024-03-25)
 
 **Note:** Version bump only for package @vuepress/plugin-catalog
diff --git a/plugins/plugin-catalog/package.json b/plugins/plugin-catalog/package.json
index db93de403e..a2a0da466d 100644
--- a/plugins/plugin-catalog/package.json
+++ b/plugins/plugin-catalog/package.json
@@ -1,6 +1,6 @@
 {
   "name": "@vuepress/plugin-catalog",
-  "version": "2.0.0-rc.21",
+  "version": "2.0.0-rc.22",
   "description": "VuePress plugin - catalog",
   "keywords": [
     "vuepress-plugin",
diff --git a/plugins/plugin-comment/CHANGELOG.md b/plugins/plugin-comment/CHANGELOG.md
index 36d68b2285..2ccc9c409f 100644
--- a/plugins/plugin-comment/CHANGELOG.md
+++ b/plugins/plugin-comment/CHANGELOG.md
@@ -3,6 +3,10 @@
 All notable changes to this project will be documented in this file.
 See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
 
+# [2.0.0-rc.22](https://github.com/vuepress/ecosystem/compare/v2.0.0-rc.21...v2.0.0-rc.22) (2024-04-01)
+
+**Note:** Version bump only for package @vuepress/plugin-comment
+
 # [2.0.0-rc.21](https://github.com/vuepress/ecosystem/compare/v2.0.0-rc.20...v2.0.0-rc.21) (2024-03-25)
 
 **Note:** Version bump only for package @vuepress/plugin-comment
diff --git a/plugins/plugin-comment/package.json b/plugins/plugin-comment/package.json
index ccf2c98b2c..db5634ce48 100644
--- a/plugins/plugin-comment/package.json
+++ b/plugins/plugin-comment/package.json
@@ -1,6 +1,6 @@
 {
   "name": "@vuepress/plugin-comment",
-  "version": "2.0.0-rc.21",
+  "version": "2.0.0-rc.22",
   "description": "VuePress plugin - comment",
   "keywords": [
     "vuepress-plugin",
diff --git a/plugins/plugin-copy-code/CHANGELOG.md b/plugins/plugin-copy-code/CHANGELOG.md
index 0b5db414e9..bc22618308 100644
--- a/plugins/plugin-copy-code/CHANGELOG.md
+++ b/plugins/plugin-copy-code/CHANGELOG.md
@@ -3,6 +3,10 @@
 All notable changes to this project will be documented in this file.
 See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
 
+# [2.0.0-rc.22](https://github.com/vuepress/ecosystem/compare/v2.0.0-rc.21...v2.0.0-rc.22) (2024-04-01)
+
+**Note:** Version bump only for package @vuepress/plugin-copy-code
+
 # [2.0.0-rc.21](https://github.com/vuepress/ecosystem/compare/v2.0.0-rc.20...v2.0.0-rc.21) (2024-03-25)
 
 **Note:** Version bump only for package @vuepress/plugin-copy-code
diff --git a/plugins/plugin-copy-code/package.json b/plugins/plugin-copy-code/package.json
index ab91dd33d1..d6d3dcd05a 100644
--- a/plugins/plugin-copy-code/package.json
+++ b/plugins/plugin-copy-code/package.json
@@ -1,6 +1,6 @@
 {
   "name": "@vuepress/plugin-copy-code",
-  "version": "2.0.0-rc.21",
+  "version": "2.0.0-rc.22",
   "description": "VuePress plugin - copy code block",
   "keywords": [
     "vuepress-plugin",
diff --git a/plugins/plugin-copyright/CHANGELOG.md b/plugins/plugin-copyright/CHANGELOG.md
index ed5422c50c..1461003f89 100644
--- a/plugins/plugin-copyright/CHANGELOG.md
+++ b/plugins/plugin-copyright/CHANGELOG.md
@@ -3,6 +3,10 @@
 All notable changes to this project will be documented in this file.
 See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
 
+# [2.0.0-rc.22](https://github.com/vuepress/ecosystem/compare/v2.0.0-rc.21...v2.0.0-rc.22) (2024-04-01)
+
+**Note:** Version bump only for package @vuepress/plugin-copyright
+
 # [2.0.0-rc.21](https://github.com/vuepress/ecosystem/compare/v2.0.0-rc.20...v2.0.0-rc.21) (2024-03-25)
 
 **Note:** Version bump only for package @vuepress/plugin-copyright
diff --git a/plugins/plugin-copyright/package.json b/plugins/plugin-copyright/package.json
index 79551b9891..558bd3401f 100644
--- a/plugins/plugin-copyright/package.json
+++ b/plugins/plugin-copyright/package.json
@@ -1,6 +1,6 @@
 {
   "name": "@vuepress/plugin-copyright",
-  "version": "2.0.0-rc.21",
+  "version": "2.0.0-rc.22",
   "description": "VuePress plugin - copyright",
   "keywords": [
     "vuepress-plugin",
diff --git a/plugins/plugin-feed/CHANGELOG.md b/plugins/plugin-feed/CHANGELOG.md
index 1db05f3538..30b296ae4c 100644
--- a/plugins/plugin-feed/CHANGELOG.md
+++ b/plugins/plugin-feed/CHANGELOG.md
@@ -3,6 +3,10 @@
 All notable changes to this project will be documented in this file.
 See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
 
+# [2.0.0-rc.22](https://github.com/vuepress/ecosystem/compare/v2.0.0-rc.21...v2.0.0-rc.22) (2024-04-01)
+
+**Note:** Version bump only for package @vuepress/plugin-feed
+
 # [2.0.0-rc.21](https://github.com/vuepress/ecosystem/compare/v2.0.0-rc.20...v2.0.0-rc.21) (2024-03-25)
 
 **Note:** Version bump only for package @vuepress/plugin-feed
diff --git a/plugins/plugin-feed/package.json b/plugins/plugin-feed/package.json
index a048a48a60..7da0531e7f 100644
--- a/plugins/plugin-feed/package.json
+++ b/plugins/plugin-feed/package.json
@@ -1,6 +1,6 @@
 {
   "name": "@vuepress/plugin-feed",
-  "version": "2.0.0-rc.21",
+  "version": "2.0.0-rc.22",
   "description": "Feed plugin for vuepress-theme-hope",
   "keywords": [
     "vuepress",
diff --git a/plugins/plugin-git/CHANGELOG.md b/plugins/plugin-git/CHANGELOG.md
index ab1b58a4db..8b9d22dd2d 100644
--- a/plugins/plugin-git/CHANGELOG.md
+++ b/plugins/plugin-git/CHANGELOG.md
@@ -3,6 +3,16 @@
 All notable changes to this project will be documented in this file.
 See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
 
+# [2.0.0-rc.22](https://github.com/vuepress/ecosystem/compare/v2.0.0-rc.21...v2.0.0-rc.22) (2024-04-01)
+
+### Bug Fixes
+
+- **plugin-git:** add the --follow parameter to the git log command ([#98](https://github.com/vuepress/ecosystem/issues/98)) ([bbe3222](https://github.com/vuepress/ecosystem/commit/bbe3222ec2f633257f7663d3225d11a354e289b1))
+
+### Features
+
+- **plugin-git:** do not pass unneeded data to client ([520a3b6](https://github.com/vuepress/ecosystem/commit/520a3b6bc508f5103b80950ae48538676c6f996a))
+
 # [2.0.0-rc.21](https://github.com/vuepress/ecosystem/compare/v2.0.0-rc.20...v2.0.0-rc.21) (2024-03-25)
 
 **Note:** Version bump only for package @vuepress/plugin-git
diff --git a/plugins/plugin-git/package.json b/plugins/plugin-git/package.json
index 7619ea338a..2f1f708436 100644
--- a/plugins/plugin-git/package.json
+++ b/plugins/plugin-git/package.json
@@ -1,6 +1,6 @@
 {
   "name": "@vuepress/plugin-git",
-  "version": "2.0.0-rc.21",
+  "version": "2.0.0-rc.22",
   "description": "VuePress plugin - git",
   "keywords": [
     "vuepress-plugin",
diff --git a/plugins/plugin-links-check/CHANGELOG.md b/plugins/plugin-links-check/CHANGELOG.md
index 8fc2593dc0..14e91d37af 100644
--- a/plugins/plugin-links-check/CHANGELOG.md
+++ b/plugins/plugin-links-check/CHANGELOG.md
@@ -3,6 +3,10 @@
 All notable changes to this project will be documented in this file.
 See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
 
+# [2.0.0-rc.22](https://github.com/vuepress/ecosystem/compare/v2.0.0-rc.21...v2.0.0-rc.22) (2024-04-01)
+
+**Note:** Version bump only for package @vuepress/plugin-links-check
+
 # [2.0.0-rc.21](https://github.com/vuepress/ecosystem/compare/v2.0.0-rc.20...v2.0.0-rc.21) (2024-03-25)
 
 **Note:** Version bump only for package @vuepress/plugin-links-check
diff --git a/plugins/plugin-links-check/package.json b/plugins/plugin-links-check/package.json
index 95d206ed30..ec84d7efc1 100644
--- a/plugins/plugin-links-check/package.json
+++ b/plugins/plugin-links-check/package.json
@@ -1,6 +1,6 @@
 {
   "name": "@vuepress/plugin-links-check",
-  "version": "2.0.0-rc.21",
+  "version": "2.0.0-rc.22",
   "description": "VuePress plugin - links-check",
   "keywords": [
     "vuepress-plugin",
diff --git a/plugins/plugin-medium-zoom/CHANGELOG.md b/plugins/plugin-medium-zoom/CHANGELOG.md
index 023574fbb2..486fe7984a 100644
--- a/plugins/plugin-medium-zoom/CHANGELOG.md
+++ b/plugins/plugin-medium-zoom/CHANGELOG.md
@@ -3,6 +3,10 @@
 All notable changes to this project will be documented in this file.
 See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
 
+# [2.0.0-rc.22](https://github.com/vuepress/ecosystem/compare/v2.0.0-rc.21...v2.0.0-rc.22) (2024-04-01)
+
+**Note:** Version bump only for package @vuepress/plugin-medium-zoom
+
 # [2.0.0-rc.21](https://github.com/vuepress/ecosystem/compare/v2.0.0-rc.20...v2.0.0-rc.21) (2024-03-25)
 
 **Note:** Version bump only for package @vuepress/plugin-medium-zoom
diff --git a/plugins/plugin-medium-zoom/package.json b/plugins/plugin-medium-zoom/package.json
index 1ed21a79d7..97af4396ba 100644
--- a/plugins/plugin-medium-zoom/package.json
+++ b/plugins/plugin-medium-zoom/package.json
@@ -1,6 +1,6 @@
 {
   "name": "@vuepress/plugin-medium-zoom",
-  "version": "2.0.0-rc.21",
+  "version": "2.0.0-rc.22",
   "description": "VuePress plugin - medium-zoom",
   "keywords": [
     "vuepress-plugin",
diff --git a/plugins/plugin-photo-swipe/CHANGELOG.md b/plugins/plugin-photo-swipe/CHANGELOG.md
index 0ce8044d4d..2ad7a35802 100644
--- a/plugins/plugin-photo-swipe/CHANGELOG.md
+++ b/plugins/plugin-photo-swipe/CHANGELOG.md
@@ -3,6 +3,10 @@
 All notable changes to this project will be documented in this file.
 See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
 
+# [2.0.0-rc.22](https://github.com/vuepress/ecosystem/compare/v2.0.0-rc.21...v2.0.0-rc.22) (2024-04-01)
+
+**Note:** Version bump only for package @vuepress/plugin-photo-swipe
+
 # [2.0.0-rc.21](https://github.com/vuepress/ecosystem/compare/v2.0.0-rc.20...v2.0.0-rc.21) (2024-03-25)
 
 **Note:** Version bump only for package @vuepress/plugin-photo-swipe
diff --git a/plugins/plugin-photo-swipe/package.json b/plugins/plugin-photo-swipe/package.json
index 5229c0152e..d4e427f4f5 100644
--- a/plugins/plugin-photo-swipe/package.json
+++ b/plugins/plugin-photo-swipe/package.json
@@ -1,6 +1,6 @@
 {
   "name": "@vuepress/plugin-photo-swipe",
-  "version": "2.0.0-rc.21",
+  "version": "2.0.0-rc.22",
   "description": "VuePress plugin - photo-swipe",
   "keywords": [
     "vuepress-plugin",
diff --git a/plugins/plugin-pwa/CHANGELOG.md b/plugins/plugin-pwa/CHANGELOG.md
index c595bec6f6..f5f7e33b5e 100644
--- a/plugins/plugin-pwa/CHANGELOG.md
+++ b/plugins/plugin-pwa/CHANGELOG.md
@@ -3,6 +3,10 @@
 All notable changes to this project will be documented in this file.
 See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
 
+# [2.0.0-rc.22](https://github.com/vuepress/ecosystem/compare/v2.0.0-rc.21...v2.0.0-rc.22) (2024-04-01)
+
+**Note:** Version bump only for package @vuepress/plugin-pwa
+
 # [2.0.0-rc.21](https://github.com/vuepress/ecosystem/compare/v2.0.0-rc.20...v2.0.0-rc.21) (2024-03-25)
 
 **Note:** Version bump only for package @vuepress/plugin-pwa
diff --git a/plugins/plugin-pwa/package.json b/plugins/plugin-pwa/package.json
index cac9e62d43..4cbce93e2c 100644
--- a/plugins/plugin-pwa/package.json
+++ b/plugins/plugin-pwa/package.json
@@ -1,6 +1,6 @@
 {
   "name": "@vuepress/plugin-pwa",
-  "version": "2.0.0-rc.21",
+  "version": "2.0.0-rc.22",
   "description": "VuePress plugin - progressive web application",
   "keywords": [
     "vuepress-plugin",
diff --git a/plugins/plugin-reading-time/CHANGELOG.md b/plugins/plugin-reading-time/CHANGELOG.md
index 70527dffea..11bbbf9889 100644
--- a/plugins/plugin-reading-time/CHANGELOG.md
+++ b/plugins/plugin-reading-time/CHANGELOG.md
@@ -3,6 +3,10 @@
 All notable changes to this project will be documented in this file.
 See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
 
+# [2.0.0-rc.22](https://github.com/vuepress/ecosystem/compare/v2.0.0-rc.21...v2.0.0-rc.22) (2024-04-01)
+
+**Note:** Version bump only for package @vuepress/plugin-reading-time
+
 # [2.0.0-rc.21](https://github.com/vuepress/ecosystem/compare/v2.0.0-rc.20...v2.0.0-rc.21) (2024-03-25)
 
 **Note:** Version bump only for package @vuepress/plugin-reading-time
diff --git a/plugins/plugin-reading-time/package.json b/plugins/plugin-reading-time/package.json
index b587f683dd..cde70fc419 100644
--- a/plugins/plugin-reading-time/package.json
+++ b/plugins/plugin-reading-time/package.json
@@ -1,6 +1,6 @@
 {
   "name": "@vuepress/plugin-reading-time",
-  "version": "2.0.0-rc.21",
+  "version": "2.0.0-rc.22",
   "description": "VuePress plugin - reading-time",
   "keywords": [
     "vuepress-plugin",
diff --git a/plugins/plugin-redirect/CHANGELOG.md b/plugins/plugin-redirect/CHANGELOG.md
index bcd46753e2..4e07c5ec68 100644
--- a/plugins/plugin-redirect/CHANGELOG.md
+++ b/plugins/plugin-redirect/CHANGELOG.md
@@ -3,6 +3,10 @@
 All notable changes to this project will be documented in this file.
 See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
 
+# [2.0.0-rc.22](https://github.com/vuepress/ecosystem/compare/v2.0.0-rc.21...v2.0.0-rc.22) (2024-04-01)
+
+**Note:** Version bump only for package @vuepress/plugin-redirect
+
 # [2.0.0-rc.21](https://github.com/vuepress/ecosystem/compare/v2.0.0-rc.20...v2.0.0-rc.21) (2024-03-25)
 
 **Note:** Version bump only for package @vuepress/plugin-redirect
diff --git a/plugins/plugin-redirect/package.json b/plugins/plugin-redirect/package.json
index 9afc7322f1..f1e12bbb76 100644
--- a/plugins/plugin-redirect/package.json
+++ b/plugins/plugin-redirect/package.json
@@ -1,6 +1,6 @@
 {
   "name": "@vuepress/plugin-redirect",
-  "version": "2.0.0-rc.21",
+  "version": "2.0.0-rc.22",
   "description": "VuePress plugin - redirect",
   "keywords": [
     "vuepress-plugin",
diff --git a/plugins/plugin-seo/CHANGELOG.md b/plugins/plugin-seo/CHANGELOG.md
index 6b36ceeb42..4df1fc008c 100644
--- a/plugins/plugin-seo/CHANGELOG.md
+++ b/plugins/plugin-seo/CHANGELOG.md
@@ -3,6 +3,10 @@
 All notable changes to this project will be documented in this file.
 See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
 
+# [2.0.0-rc.22](https://github.com/vuepress/ecosystem/compare/v2.0.0-rc.21...v2.0.0-rc.22) (2024-04-01)
+
+**Note:** Version bump only for package @vuepress/plugin-seo
+
 # [2.0.0-rc.21](https://github.com/vuepress/ecosystem/compare/v2.0.0-rc.20...v2.0.0-rc.21) (2024-03-25)
 
 ### Features
diff --git a/plugins/plugin-seo/package.json b/plugins/plugin-seo/package.json
index ab4f122bbd..fc3c9b7826 100644
--- a/plugins/plugin-seo/package.json
+++ b/plugins/plugin-seo/package.json
@@ -1,6 +1,6 @@
 {
   "name": "@vuepress/plugin-seo",
-  "version": "2.0.0-rc.21",
+  "version": "2.0.0-rc.22",
   "description": "SEO plugin for vuepress",
   "keywords": [
     "vuepress",
diff --git a/plugins/plugin-shiki/CHANGELOG.md b/plugins/plugin-shiki/CHANGELOG.md
index af9adfe522..8e6e935e15 100644
--- a/plugins/plugin-shiki/CHANGELOG.md
+++ b/plugins/plugin-shiki/CHANGELOG.md
@@ -3,6 +3,10 @@
 All notable changes to this project will be documented in this file.
 See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
 
+# [2.0.0-rc.22](https://github.com/vuepress/ecosystem/compare/v2.0.0-rc.21...v2.0.0-rc.22) (2024-04-01)
+
+**Note:** Version bump only for package @vuepress/plugin-shiki
+
 # [2.0.0-rc.21](https://github.com/vuepress/ecosystem/compare/v2.0.0-rc.20...v2.0.0-rc.21) (2024-03-25)
 
 ### Features
diff --git a/plugins/plugin-shiki/package.json b/plugins/plugin-shiki/package.json
index 894401e2a2..dd71622fba 100644
--- a/plugins/plugin-shiki/package.json
+++ b/plugins/plugin-shiki/package.json
@@ -1,6 +1,6 @@
 {
   "name": "@vuepress/plugin-shiki",
-  "version": "2.0.0-rc.21",
+  "version": "2.0.0-rc.22",
   "description": "VuePress plugin - shiki",
   "keywords": [
     "vuepress-plugin",
diff --git a/plugins/plugin-sitemap/CHANGELOG.md b/plugins/plugin-sitemap/CHANGELOG.md
index afc3acff1c..b0e085847c 100644
--- a/plugins/plugin-sitemap/CHANGELOG.md
+++ b/plugins/plugin-sitemap/CHANGELOG.md
@@ -3,6 +3,10 @@
 All notable changes to this project will be documented in this file.
 See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
 
+# [2.0.0-rc.22](https://github.com/vuepress/ecosystem/compare/v2.0.0-rc.21...v2.0.0-rc.22) (2024-04-01)
+
+**Note:** Version bump only for package @vuepress/plugin-sitemap
+
 # [2.0.0-rc.21](https://github.com/vuepress/ecosystem/compare/v2.0.0-rc.20...v2.0.0-rc.21) (2024-03-25)
 
 **Note:** Version bump only for package @vuepress/plugin-sitemap
diff --git a/plugins/plugin-sitemap/package.json b/plugins/plugin-sitemap/package.json
index a207b6c62f..cd499d28f8 100644
--- a/plugins/plugin-sitemap/package.json
+++ b/plugins/plugin-sitemap/package.json
@@ -1,6 +1,6 @@
 {
   "name": "@vuepress/plugin-sitemap",
-  "version": "2.0.0-rc.21",
+  "version": "2.0.0-rc.22",
   "description": "Sitemap plugin for vuepress",
   "keywords": [
     "vuepress",
diff --git a/themes/theme-default/CHANGELOG.md b/themes/theme-default/CHANGELOG.md
index accc2ed6c4..b7a40db6b7 100644
--- a/themes/theme-default/CHANGELOG.md
+++ b/themes/theme-default/CHANGELOG.md
@@ -3,6 +3,12 @@
 All notable changes to this project will be documented in this file.
 See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
 
+# [2.0.0-rc.22](https://github.com/vuepress/ecosystem/compare/v2.0.0-rc.21...v2.0.0-rc.22) (2024-04-01)
+
+### Bug Fixes
+
+- **theme-default:** remove event listener correctly ([03e67c1](https://github.com/vuepress/ecosystem/commit/03e67c11e8388041c67fb0d5933e632db655e701))
+
 # [2.0.0-rc.21](https://github.com/vuepress/ecosystem/compare/v2.0.0-rc.20...v2.0.0-rc.21) (2024-03-25)
 
 ### Features
diff --git a/themes/theme-default/package.json b/themes/theme-default/package.json
index 37f779d0be..8c97316f24 100644
--- a/themes/theme-default/package.json
+++ b/themes/theme-default/package.json
@@ -1,6 +1,6 @@
 {
   "name": "@vuepress/theme-default",
-  "version": "2.0.0-rc.21",
+  "version": "2.0.0-rc.22",
   "description": "Default theme of VuePress",
   "keywords": [
     "vuepress-theme",
diff --git a/tools/create-vuepress/CHANGELOG.md b/tools/create-vuepress/CHANGELOG.md
index 424b09304a..fc9825897f 100644
--- a/tools/create-vuepress/CHANGELOG.md
+++ b/tools/create-vuepress/CHANGELOG.md
@@ -3,6 +3,10 @@
 All notable changes to this project will be documented in this file.
 See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
 
+# [2.0.0-rc.22](https://github.com/vuepress/ecosystem/compare/v2.0.0-rc.21...v2.0.0-rc.22) (2024-04-01)
+
+**Note:** Version bump only for package create-vuepress
+
 # [2.0.0-rc.21](https://github.com/vuepress/ecosystem/compare/v2.0.0-rc.20...v2.0.0-rc.21) (2024-03-25)
 
 ### Bug Fixes
diff --git a/tools/create-vuepress/package.json b/tools/create-vuepress/package.json
index 26e024167c..861e5c0747 100644
--- a/tools/create-vuepress/package.json
+++ b/tools/create-vuepress/package.json
@@ -1,6 +1,6 @@
 {
   "name": "create-vuepress",
-  "version": "2.0.0-rc.21",
+  "version": "2.0.0-rc.22",
   "description": "VuePress template helper",
   "keywords": [
     "vuepress",
diff --git a/tools/helper/CHANGELOG.md b/tools/helper/CHANGELOG.md
index 9a07869319..fad525afea 100644
--- a/tools/helper/CHANGELOG.md
+++ b/tools/helper/CHANGELOG.md
@@ -3,6 +3,10 @@
 All notable changes to this project will be documented in this file.
 See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
 
+# [2.0.0-rc.22](https://github.com/vuepress/ecosystem/compare/v2.0.0-rc.21...v2.0.0-rc.22) (2024-04-01)
+
+**Note:** Version bump only for package @vuepress/helper
+
 # [2.0.0-rc.21](https://github.com/vuepress/ecosystem/compare/v2.0.0-rc.20...v2.0.0-rc.21) (2024-03-25)
 
 ### Features
diff --git a/tools/helper/package.json b/tools/helper/package.json
index ad32006bbb..2c3823f3d5 100644
--- a/tools/helper/package.json
+++ b/tools/helper/package.json
@@ -1,6 +1,6 @@
 {
   "name": "@vuepress/helper",
-  "version": "2.0.0-rc.21",
+  "version": "2.0.0-rc.22",
   "description": "VuePress helper",
   "keywords": [
     "vuepress",