From 8bad47f0dbefd1037574255bf95a719bb680f60e Mon Sep 17 00:00:00 2001 From: "Mr.Hope" Date: Fri, 1 Mar 2024 01:06:56 +0800 Subject: [PATCH] build: publish v2.0.0-rc.18 --- CHANGELOG.md | 7 +++++++ lerna.json | 2 +- plugins/plugin-active-header-links/CHANGELOG.md | 4 ++++ plugins/plugin-active-header-links/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 | 4 ++++ 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-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-docsearch/CHANGELOG.md | 4 ++++ plugins/plugin-docsearch/package.json | 2 +- plugins/plugin-external-link-icon/CHANGELOG.md | 4 ++++ plugins/plugin-external-link-icon/package.json | 2 +- plugins/plugin-feed/CHANGELOG.md | 4 ++++ plugins/plugin-feed/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-nprogress/CHANGELOG.md | 4 ++++ plugins/plugin-nprogress/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 | 6 ++++++ plugins/plugin-redirect/package.json | 2 +- plugins/plugin-rtl/CHANGELOG.md | 4 ++++ plugins/plugin-rtl/package.json | 2 +- plugins/plugin-search/CHANGELOG.md | 4 ++++ plugins/plugin-search/package.json | 2 +- plugins/plugin-seo/CHANGELOG.md | 6 ++++++ 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 +- plugins/plugin-theme-data/CHANGELOG.md | 4 ++++ plugins/plugin-theme-data/package.json | 2 +- plugins/plugin-toc/CHANGELOG.md | 4 ++++ plugins/plugin-toc/package.json | 2 +- themes/theme-default/CHANGELOG.md | 6 ++++++ themes/theme-default/package.json | 2 +- tools/helper/CHANGELOG.md | 6 ++++++ tools/helper/package.json | 2 +- tools/vp-update/CHANGELOG.md | 4 ++++ tools/vp-update/package.json | 2 +- 56 files changed, 151 insertions(+), 28 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index dde6541335..d4ade45036 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,13 @@ 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.18](https://github.com/vuepress/ecosystem/compare/v2.0.0-rc.17...v2.0.0-rc.18) (2024-02-29) + +### Bug Fixes + +- **plugin-redirect:** fix css variable name, close [#79](https://github.com/vuepress/ecosystem/issues/79) ([176c0e8](https://github.com/vuepress/ecosystem/commit/176c0e8e6290df0d68fac97d5e00a0b53e27f61a)) +- **plugin-seo:** only generate description when page has content ([63471d3](https://github.com/vuepress/ecosystem/commit/63471d30f6d78d91889e7d4d388551a27adc6397)) + # [2.0.0-rc.17](https://github.com/vuepress/ecosystem/compare/v2.0.0-ci-test.0...v2.0.0-rc.17) (2024-02-21) ### Bug Fixes diff --git a/lerna.json b/lerna.json index 93790625ae..2a393bd3a5 100644 --- a/lerna.json +++ b/lerna.json @@ -1,6 +1,6 @@ { "npmClient": "pnpm", - "version": "2.0.0-rc.17", + "version": "2.0.0-rc.18", "command": { "version": { "allowBranch": "main", diff --git a/plugins/plugin-active-header-links/CHANGELOG.md b/plugins/plugin-active-header-links/CHANGELOG.md index 7f8d6ae5ac..80f5376422 100644 --- a/plugins/plugin-active-header-links/CHANGELOG.md +++ b/plugins/plugin-active-header-links/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.18](https://github.com/vuepress/ecosystem/compare/v2.0.0-rc.17...v2.0.0-rc.18) (2024-02-29) + +**Note:** Version bump only for package @vuepress/plugin-active-header-links + # [2.0.0-rc.17](https://github.com/vuepress/ecosystem/compare/v2.0.0-ci-test.0...v2.0.0-rc.17) (2024-02-21) **Note:** Version bump only for package @vuepress/plugin-active-header-links diff --git a/plugins/plugin-active-header-links/package.json b/plugins/plugin-active-header-links/package.json index 2c3e7f4eb3..32503d3143 100644 --- a/plugins/plugin-active-header-links/package.json +++ b/plugins/plugin-active-header-links/package.json @@ -1,6 +1,6 @@ { "name": "@vuepress/plugin-active-header-links", - "version": "2.0.0-rc.17", + "version": "2.0.0-rc.18", "description": "VuePress plugin - active header links", "keywords": [ "vuepress-plugin", diff --git a/plugins/plugin-back-to-top/CHANGELOG.md b/plugins/plugin-back-to-top/CHANGELOG.md index 03656140fa..e06a89d154 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.18](https://github.com/vuepress/ecosystem/compare/v2.0.0-rc.17...v2.0.0-rc.18) (2024-02-29) + +**Note:** Version bump only for package @vuepress/plugin-back-to-top + # [2.0.0-rc.17](https://github.com/vuepress/ecosystem/compare/v2.0.0-ci-test.0...v2.0.0-rc.17) (2024-02-21) **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 ef3e8c6839..882bc6ecbe 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.17", + "version": "2.0.0-rc.18", "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 dfd1d47070..814539ebdf 100644 --- a/plugins/plugin-baidu-analytics/CHANGELOG.md +++ b/plugins/plugin-baidu-analytics/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.18](https://github.com/vuepress/ecosystem/compare/v2.0.0-rc.17...v2.0.0-rc.18) (2024-02-29) + +**Note:** Version bump only for package @vuepress/plugin-baidu-analytics + # [2.0.0-rc.17](https://github.com/vuepress/ecosystem/compare/v2.0.0-ci-test.0...v2.0.0-rc.17) (2024-02-21) **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 df0367c540..59584ef542 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.17", + "version": "2.0.0-rc.18", "description": "VuePress plugin - baidu-analytics", "keywords": [ "vuepress-plugin", diff --git a/plugins/plugin-blog/CHANGELOG.md b/plugins/plugin-blog/CHANGELOG.md index 15ae0113c3..e5707d02f5 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.18](https://github.com/vuepress/ecosystem/compare/v2.0.0-rc.17...v2.0.0-rc.18) (2024-02-29) + +**Note:** Version bump only for package @vuepress/plugin-blog + # [2.0.0-rc.17](https://github.com/vuepress/ecosystem/compare/v2.0.0-ci-test.0...v2.0.0-rc.17) (2024-02-21) **Note:** Version bump only for package @vuepress/plugin-blog diff --git a/plugins/plugin-blog/package.json b/plugins/plugin-blog/package.json index 07938bf6c6..ff69aed222 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.17", + "version": "2.0.0-rc.18", "description": "VuePress plugin - blog", "keywords": [ "vuepress-plugin", diff --git a/plugins/plugin-catalog/CHANGELOG.md b/plugins/plugin-catalog/CHANGELOG.md index e88fa96c67..28c6b66ea2 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.18](https://github.com/vuepress/ecosystem/compare/v2.0.0-rc.17...v2.0.0-rc.18) (2024-02-29) + +**Note:** Version bump only for package @vuepress/plugin-catalog + # [2.0.0-rc.17](https://github.com/vuepress/ecosystem/compare/v2.0.0-ci-test.0...v2.0.0-rc.17) (2024-02-21) **Note:** Version bump only for package @vuepress/plugin-catalog diff --git a/plugins/plugin-catalog/package.json b/plugins/plugin-catalog/package.json index 8a155db35b..4cb2b2f68f 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.17", + "version": "2.0.0-rc.18", "description": "VuePress plugin - catalog", "keywords": [ "vuepress-plugin", diff --git a/plugins/plugin-copy-code/CHANGELOG.md b/plugins/plugin-copy-code/CHANGELOG.md index 4ae5a37e37..eb73a5b744 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.18](https://github.com/vuepress/ecosystem/compare/v2.0.0-rc.17...v2.0.0-rc.18) (2024-02-29) + +**Note:** Version bump only for package @vuepress/plugin-copy-code + # [2.0.0-rc.17](https://github.com/vuepress/ecosystem/compare/v2.0.0-ci-test.0...v2.0.0-rc.17) (2024-02-21) ### Features diff --git a/plugins/plugin-copy-code/package.json b/plugins/plugin-copy-code/package.json index be13004233..12d10a88a9 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.17", + "version": "2.0.0-rc.18", "description": "VuePress plugin - copy code block", "keywords": [ "vuepress-plugin", diff --git a/plugins/plugin-copyright/CHANGELOG.md b/plugins/plugin-copyright/CHANGELOG.md index 6046c27627..f957c60588 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.18](https://github.com/vuepress/ecosystem/compare/v2.0.0-rc.17...v2.0.0-rc.18) (2024-02-29) + +**Note:** Version bump only for package @vuepress/plugin-copyright + # [2.0.0-rc.17](https://github.com/vuepress/ecosystem/compare/v2.0.0-ci-test.0...v2.0.0-rc.17) (2024-02-21) **Note:** Version bump only for package @vuepress/plugin-copyright diff --git a/plugins/plugin-copyright/package.json b/plugins/plugin-copyright/package.json index 88dba3e34e..eb51206edd 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.17", + "version": "2.0.0-rc.18", "description": "VuePress plugin - copyright", "keywords": [ "vuepress-plugin", diff --git a/plugins/plugin-docsearch/CHANGELOG.md b/plugins/plugin-docsearch/CHANGELOG.md index 93610b00bd..f603223d58 100644 --- a/plugins/plugin-docsearch/CHANGELOG.md +++ b/plugins/plugin-docsearch/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.18](https://github.com/vuepress/ecosystem/compare/v2.0.0-rc.17...v2.0.0-rc.18) (2024-02-29) + +**Note:** Version bump only for package @vuepress/plugin-docsearch + # [2.0.0-rc.17](https://github.com/vuepress/ecosystem/compare/v2.0.0-ci-test.0...v2.0.0-rc.17) (2024-02-21) **Note:** Version bump only for package @vuepress/plugin-docsearch diff --git a/plugins/plugin-docsearch/package.json b/plugins/plugin-docsearch/package.json index b1f9cd274f..8f204d1c6b 100644 --- a/plugins/plugin-docsearch/package.json +++ b/plugins/plugin-docsearch/package.json @@ -1,6 +1,6 @@ { "name": "@vuepress/plugin-docsearch", - "version": "2.0.0-rc.17", + "version": "2.0.0-rc.18", "description": "VuePress plugin - docsearch", "keywords": [ "vuepress-plugin", diff --git a/plugins/plugin-external-link-icon/CHANGELOG.md b/plugins/plugin-external-link-icon/CHANGELOG.md index 67fd96f239..64b6be71cc 100644 --- a/plugins/plugin-external-link-icon/CHANGELOG.md +++ b/plugins/plugin-external-link-icon/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.18](https://github.com/vuepress/ecosystem/compare/v2.0.0-rc.17...v2.0.0-rc.18) (2024-02-29) + +**Note:** Version bump only for package @vuepress/plugin-external-link-icon + # [2.0.0-rc.15](https://github.com/vuepress/ecosystem/compare/v2.0.0-rc.14...v2.0.0-rc.15) (2024-02-19) **Note:** Version bump only for package @vuepress/plugin-external-link-icon diff --git a/plugins/plugin-external-link-icon/package.json b/plugins/plugin-external-link-icon/package.json index eb24bc9a89..d23dccd87c 100644 --- a/plugins/plugin-external-link-icon/package.json +++ b/plugins/plugin-external-link-icon/package.json @@ -1,6 +1,6 @@ { "name": "@vuepress/plugin-external-link-icon", - "version": "2.0.0-rc.15", + "version": "2.0.0-rc.18", "description": "VuePress plugin - external link icon", "keywords": [ "vuepress-plugin", diff --git a/plugins/plugin-feed/CHANGELOG.md b/plugins/plugin-feed/CHANGELOG.md index 0bfc151dbc..c09a44877b 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.18](https://github.com/vuepress/ecosystem/compare/v2.0.0-rc.17...v2.0.0-rc.18) (2024-02-29) + +**Note:** Version bump only for package @vuepress/plugin-feed + # [2.0.0-rc.17](https://github.com/vuepress/ecosystem/compare/v2.0.0-ci-test.0...v2.0.0-rc.17) (2024-02-21) **Note:** Version bump only for package @vuepress/plugin-feed diff --git a/plugins/plugin-feed/package.json b/plugins/plugin-feed/package.json index e04f376160..0cd5ea04a4 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.17", + "version": "2.0.0-rc.18", "description": "Feed plugin for vuepress-theme-hope", "keywords": [ "vuepress", diff --git a/plugins/plugin-links-check/CHANGELOG.md b/plugins/plugin-links-check/CHANGELOG.md index d48d4bb97a..08569eda93 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.18](https://github.com/vuepress/ecosystem/compare/v2.0.0-rc.17...v2.0.0-rc.18) (2024-02-29) + +**Note:** Version bump only for package @vuepress/plugin-links-check + # [2.0.0-rc.17](https://github.com/vuepress/ecosystem/compare/v2.0.0-ci-test.0...v2.0.0-rc.17) (2024-02-21) ### Features diff --git a/plugins/plugin-links-check/package.json b/plugins/plugin-links-check/package.json index 4bb0a91074..5bbf3bf0c3 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.17", + "version": "2.0.0-rc.18", "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 1202aca83f..cf04dff9e0 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.18](https://github.com/vuepress/ecosystem/compare/v2.0.0-rc.17...v2.0.0-rc.18) (2024-02-29) + +**Note:** Version bump only for package @vuepress/plugin-medium-zoom + # [2.0.0-rc.17](https://github.com/vuepress/ecosystem/compare/v2.0.0-ci-test.0...v2.0.0-rc.17) (2024-02-21) ### Features diff --git a/plugins/plugin-medium-zoom/package.json b/plugins/plugin-medium-zoom/package.json index 21f5c74293..2fc529bcbc 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.17", + "version": "2.0.0-rc.18", "description": "VuePress plugin - medium-zoom", "keywords": [ "vuepress-plugin", diff --git a/plugins/plugin-nprogress/CHANGELOG.md b/plugins/plugin-nprogress/CHANGELOG.md index a4e5073580..7211eb0738 100644 --- a/plugins/plugin-nprogress/CHANGELOG.md +++ b/plugins/plugin-nprogress/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.18](https://github.com/vuepress/ecosystem/compare/v2.0.0-rc.17...v2.0.0-rc.18) (2024-02-29) + +**Note:** Version bump only for package @vuepress/plugin-nprogress + # [2.0.0-rc.15](https://github.com/vuepress/ecosystem/compare/v2.0.0-rc.14...v2.0.0-rc.15) (2024-02-19) **Note:** Version bump only for package @vuepress/plugin-nprogress diff --git a/plugins/plugin-nprogress/package.json b/plugins/plugin-nprogress/package.json index f37c682d0d..0406f16f69 100644 --- a/plugins/plugin-nprogress/package.json +++ b/plugins/plugin-nprogress/package.json @@ -1,6 +1,6 @@ { "name": "@vuepress/plugin-nprogress", - "version": "2.0.0-rc.15", + "version": "2.0.0-rc.18", "description": "VuePress plugin - nprogress", "keywords": [ "vuepress-plugin", diff --git a/plugins/plugin-photo-swipe/CHANGELOG.md b/plugins/plugin-photo-swipe/CHANGELOG.md index 8a75b49914..84100cc186 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.18](https://github.com/vuepress/ecosystem/compare/v2.0.0-rc.17...v2.0.0-rc.18) (2024-02-29) + +**Note:** Version bump only for package @vuepress/plugin-photo-swipe + # [2.0.0-rc.17](https://github.com/vuepress/ecosystem/compare/v2.0.0-ci-test.0...v2.0.0-rc.17) (2024-02-21) ### Bug Fixes diff --git a/plugins/plugin-photo-swipe/package.json b/plugins/plugin-photo-swipe/package.json index 49709d19e3..384cfb6421 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.17", + "version": "2.0.0-rc.18", "description": "VuePress plugin - photo-swipe", "keywords": [ "vuepress-plugin", diff --git a/plugins/plugin-pwa/CHANGELOG.md b/plugins/plugin-pwa/CHANGELOG.md index a6275d693a..ff8fef0bfd 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.18](https://github.com/vuepress/ecosystem/compare/v2.0.0-rc.17...v2.0.0-rc.18) (2024-02-29) + +**Note:** Version bump only for package @vuepress/plugin-pwa + # [2.0.0-rc.17](https://github.com/vuepress/ecosystem/compare/v2.0.0-ci-test.0...v2.0.0-rc.17) (2024-02-21) **Note:** Version bump only for package @vuepress/plugin-pwa diff --git a/plugins/plugin-pwa/package.json b/plugins/plugin-pwa/package.json index d2a4530f21..b9d4dfef49 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.17", + "version": "2.0.0-rc.18", "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 6e910481ce..ff926d8909 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.18](https://github.com/vuepress/ecosystem/compare/v2.0.0-rc.17...v2.0.0-rc.18) (2024-02-29) + +**Note:** Version bump only for package @vuepress/plugin-reading-time + # [2.0.0-rc.17](https://github.com/vuepress/ecosystem/compare/v2.0.0-ci-test.0...v2.0.0-rc.17) (2024-02-21) **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 ae79510e74..d65b804567 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.17", + "version": "2.0.0-rc.18", "description": "VuePress plugin - reading-time", "keywords": [ "vuepress-plugin", diff --git a/plugins/plugin-redirect/CHANGELOG.md b/plugins/plugin-redirect/CHANGELOG.md index 0c07937f19..df897a90e0 100644 --- a/plugins/plugin-redirect/CHANGELOG.md +++ b/plugins/plugin-redirect/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.18](https://github.com/vuepress/ecosystem/compare/v2.0.0-rc.17...v2.0.0-rc.18) (2024-02-29) + +### Bug Fixes + +- **plugin-redirect:** fix css variable name, close [#79](https://github.com/vuepress/ecosystem/issues/79) ([176c0e8](https://github.com/vuepress/ecosystem/commit/176c0e8e6290df0d68fac97d5e00a0b53e27f61a)) + # [2.0.0-rc.17](https://github.com/vuepress/ecosystem/compare/v2.0.0-ci-test.0...v2.0.0-rc.17) (2024-02-21) **Note:** Version bump only for package @vuepress/plugin-redirect diff --git a/plugins/plugin-redirect/package.json b/plugins/plugin-redirect/package.json index 4bea18db1c..b89a874c77 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.17", + "version": "2.0.0-rc.18", "description": "VuePress plugin - redirect", "keywords": [ "vuepress-plugin", diff --git a/plugins/plugin-rtl/CHANGELOG.md b/plugins/plugin-rtl/CHANGELOG.md index 7d8b741cd3..a2c961dde1 100644 --- a/plugins/plugin-rtl/CHANGELOG.md +++ b/plugins/plugin-rtl/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.18](https://github.com/vuepress/ecosystem/compare/v2.0.0-rc.17...v2.0.0-rc.18) (2024-02-29) + +**Note:** Version bump only for package @vuepress/plugin-rtl + # [2.0.0-rc.15](https://github.com/vuepress/ecosystem/compare/v2.0.0-rc.14...v2.0.0-rc.15) (2024-02-19) **Note:** Version bump only for package @vuepress/plugin-rtl diff --git a/plugins/plugin-rtl/package.json b/plugins/plugin-rtl/package.json index 2f9e144143..d9c6a5ac73 100644 --- a/plugins/plugin-rtl/package.json +++ b/plugins/plugin-rtl/package.json @@ -1,6 +1,6 @@ { "name": "@vuepress/plugin-rtl", - "version": "2.0.0-rc.15", + "version": "2.0.0-rc.18", "description": "VuePress plugin - rtl", "keywords": [ "vuepress-plugin", diff --git a/plugins/plugin-search/CHANGELOG.md b/plugins/plugin-search/CHANGELOG.md index be9388b462..3b98bb3baa 100644 --- a/plugins/plugin-search/CHANGELOG.md +++ b/plugins/plugin-search/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.18](https://github.com/vuepress/ecosystem/compare/v2.0.0-rc.17...v2.0.0-rc.18) (2024-02-29) + +**Note:** Version bump only for package @vuepress/plugin-search + # [2.0.0-rc.15](https://github.com/vuepress/ecosystem/compare/v2.0.0-rc.14...v2.0.0-rc.15) (2024-02-19) **Note:** Version bump only for package @vuepress/plugin-search diff --git a/plugins/plugin-search/package.json b/plugins/plugin-search/package.json index 9d5f9b9906..b14559ee26 100644 --- a/plugins/plugin-search/package.json +++ b/plugins/plugin-search/package.json @@ -1,6 +1,6 @@ { "name": "@vuepress/plugin-search", - "version": "2.0.0-rc.15", + "version": "2.0.0-rc.18", "description": "VuePress plugin - built-in search", "keywords": [ "vuepress-plugin", diff --git a/plugins/plugin-seo/CHANGELOG.md b/plugins/plugin-seo/CHANGELOG.md index 5f46d9a0dd..319a09f7f8 100644 --- a/plugins/plugin-seo/CHANGELOG.md +++ b/plugins/plugin-seo/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.18](https://github.com/vuepress/ecosystem/compare/v2.0.0-rc.17...v2.0.0-rc.18) (2024-02-29) + +### Bug Fixes + +- **plugin-seo:** only generate description when page has content ([63471d3](https://github.com/vuepress/ecosystem/commit/63471d30f6d78d91889e7d4d388551a27adc6397)) + # [2.0.0-rc.17](https://github.com/vuepress/ecosystem/compare/v2.0.0-ci-test.0...v2.0.0-rc.17) (2024-02-21) **Note:** Version bump only for package @vuepress/plugin-seo diff --git a/plugins/plugin-seo/package.json b/plugins/plugin-seo/package.json index 354c72bbd5..3061692eb6 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.17", + "version": "2.0.0-rc.18", "description": "SEO plugin for vuepress", "keywords": [ "vuepress", diff --git a/plugins/plugin-shiki/CHANGELOG.md b/plugins/plugin-shiki/CHANGELOG.md index f6b01194b0..2448468000 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.18](https://github.com/vuepress/ecosystem/compare/v2.0.0-rc.17...v2.0.0-rc.18) (2024-02-29) + +**Note:** Version bump only for package @vuepress/plugin-shiki + # [2.0.0-rc.17](https://github.com/vuepress/ecosystem/compare/v2.0.0-ci-test.0...v2.0.0-rc.17) (2024-02-21) **Note:** Version bump only for package @vuepress/plugin-shiki diff --git a/plugins/plugin-shiki/package.json b/plugins/plugin-shiki/package.json index 38bb1a44f0..d1751f32fd 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.17", + "version": "2.0.0-rc.18", "description": "VuePress plugin - shiki", "keywords": [ "vuepress-plugin", diff --git a/plugins/plugin-sitemap/CHANGELOG.md b/plugins/plugin-sitemap/CHANGELOG.md index e03387c21d..18c8fa0542 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.18](https://github.com/vuepress/ecosystem/compare/v2.0.0-rc.17...v2.0.0-rc.18) (2024-02-29) + +**Note:** Version bump only for package @vuepress/plugin-sitemap + # [2.0.0-rc.17](https://github.com/vuepress/ecosystem/compare/v2.0.0-ci-test.0...v2.0.0-rc.17) (2024-02-21) **Note:** Version bump only for package @vuepress/plugin-sitemap diff --git a/plugins/plugin-sitemap/package.json b/plugins/plugin-sitemap/package.json index 6692eb3042..61f0c8ccd8 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.17", + "version": "2.0.0-rc.18", "description": "Sitemap plugin for vuepress", "keywords": [ "vuepress", diff --git a/plugins/plugin-theme-data/CHANGELOG.md b/plugins/plugin-theme-data/CHANGELOG.md index 89601f782d..9ba7e682f7 100644 --- a/plugins/plugin-theme-data/CHANGELOG.md +++ b/plugins/plugin-theme-data/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.18](https://github.com/vuepress/ecosystem/compare/v2.0.0-rc.17...v2.0.0-rc.18) (2024-02-29) + +**Note:** Version bump only for package @vuepress/plugin-theme-data + # [2.0.0-rc.15](https://github.com/vuepress/ecosystem/compare/v2.0.0-rc.14...v2.0.0-rc.15) (2024-02-19) **Note:** Version bump only for package @vuepress/plugin-theme-data diff --git a/plugins/plugin-theme-data/package.json b/plugins/plugin-theme-data/package.json index 755894fbaf..cd1dedbb9e 100644 --- a/plugins/plugin-theme-data/package.json +++ b/plugins/plugin-theme-data/package.json @@ -1,6 +1,6 @@ { "name": "@vuepress/plugin-theme-data", - "version": "2.0.0-rc.15", + "version": "2.0.0-rc.18", "description": "VuePress plugin - theme data", "keywords": [ "vuepress-plugin", diff --git a/plugins/plugin-toc/CHANGELOG.md b/plugins/plugin-toc/CHANGELOG.md index 4062c3e884..61c7e42f07 100644 --- a/plugins/plugin-toc/CHANGELOG.md +++ b/plugins/plugin-toc/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.18](https://github.com/vuepress/ecosystem/compare/v2.0.0-rc.17...v2.0.0-rc.18) (2024-02-29) + +**Note:** Version bump only for package @vuepress/plugin-toc + # [2.0.0-rc.15](https://github.com/vuepress/ecosystem/compare/v2.0.0-rc.14...v2.0.0-rc.15) (2024-02-19) **Note:** Version bump only for package @vuepress/plugin-toc diff --git a/plugins/plugin-toc/package.json b/plugins/plugin-toc/package.json index 1422ff617d..e8937b2f88 100644 --- a/plugins/plugin-toc/package.json +++ b/plugins/plugin-toc/package.json @@ -1,6 +1,6 @@ { "name": "@vuepress/plugin-toc", - "version": "2.0.0-rc.15", + "version": "2.0.0-rc.18", "description": "VuePress plugin - toc", "keywords": [ "vuepress-plugin", diff --git a/themes/theme-default/CHANGELOG.md b/themes/theme-default/CHANGELOG.md index 133dec0c81..edf63ca1dd 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.18](https://github.com/vuepress/ecosystem/compare/v2.0.0-rc.17...v2.0.0-rc.18) (2024-02-29) + +### Bug Fixes + +- **plugin-redirect:** fix css variable name, close [#79](https://github.com/vuepress/ecosystem/issues/79) ([176c0e8](https://github.com/vuepress/ecosystem/commit/176c0e8e6290df0d68fac97d5e00a0b53e27f61a)) + # [2.0.0-rc.17](https://github.com/vuepress/ecosystem/compare/v2.0.0-ci-test.0...v2.0.0-rc.17) (2024-02-21) ### Features diff --git a/themes/theme-default/package.json b/themes/theme-default/package.json index 0cbb2e7d96..74c4300de7 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.17", + "version": "2.0.0-rc.18", "description": "Default theme of VuePress", "keywords": [ "vuepress-theme", diff --git a/tools/helper/CHANGELOG.md b/tools/helper/CHANGELOG.md index 55c7fac733..3bd4ad5617 100644 --- a/tools/helper/CHANGELOG.md +++ b/tools/helper/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.18](https://github.com/vuepress/ecosystem/compare/v2.0.0-rc.17...v2.0.0-rc.18) (2024-02-29) + +### Bug Fixes + +- **plugin-seo:** only generate description when page has content ([63471d3](https://github.com/vuepress/ecosystem/commit/63471d30f6d78d91889e7d4d388551a27adc6397)) + # [2.0.0-rc.17](https://github.com/vuepress/ecosystem/compare/v2.0.0-ci-test.0...v2.0.0-rc.17) (2024-02-21) ### Features diff --git a/tools/helper/package.json b/tools/helper/package.json index 5042ed5a20..019ce1aa47 100644 --- a/tools/helper/package.json +++ b/tools/helper/package.json @@ -1,6 +1,6 @@ { "name": "@vuepress/helper", - "version": "2.0.0-rc.17", + "version": "2.0.0-rc.18", "description": "VuePress helper", "keywords": [ "vuepress", diff --git a/tools/vp-update/CHANGELOG.md b/tools/vp-update/CHANGELOG.md index 7a6a52749e..369e528c2a 100644 --- a/tools/vp-update/CHANGELOG.md +++ b/tools/vp-update/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.18](https://github.com/vuepress/ecosystem/compare/v2.0.0-rc.17...v2.0.0-rc.18) (2024-02-29) + +**Note:** Version bump only for package vp-update + # [2.0.0-rc.15](https://github.com/vuepress/ecosystem/compare/v2.0.0-rc.14...v2.0.0-rc.15) (2024-02-19) ### Bug Fixes diff --git a/tools/vp-update/package.json b/tools/vp-update/package.json index e86c49f4dd..2287215c48 100644 --- a/tools/vp-update/package.json +++ b/tools/vp-update/package.json @@ -1,6 +1,6 @@ { "name": "vp-update", - "version": "2.0.0-rc.15", + "version": "2.0.0-rc.18", "description": "Update helper for VuePress2", "keywords": [ "vuepress",