From 014780ab182c15249ac9d27cee31d080f9ac01cd Mon Sep 17 00:00:00 2001 From: "Mr.Hope" Date: Mon, 25 Mar 2024 19:56:38 +0800 Subject: [PATCH] build: publish v2.0.0-rc.21 --- CHANGELOG.md | 12 ++++++++++++ lerna.json | 2 +- plugins/plugin-active-header-links/CHANGELOG.md | 4 ++++ plugins/plugin-active-header-links/package.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 | 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-comment/CHANGELOG.md | 4 ++++ plugins/plugin-comment/package.json | 2 +- plugins/plugin-container/CHANGELOG.md | 4 ++++ plugins/plugin-container/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-git/CHANGELOG.md | 4 ++++ plugins/plugin-git/package.json | 2 +- plugins/plugin-google-analytics/CHANGELOG.md | 4 ++++ plugins/plugin-google-analytics/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-palette/CHANGELOG.md | 4 ++++ plugins/plugin-palette/package.json | 2 +- plugins/plugin-photo-swipe/CHANGELOG.md | 4 ++++ plugins/plugin-photo-swipe/package.json | 2 +- plugins/plugin-prismjs/CHANGELOG.md | 4 ++++ plugins/plugin-prismjs/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-register-components/CHANGELOG.md | 4 ++++ plugins/plugin-register-components/package.json | 2 +- plugins/plugin-remove-pwa/CHANGELOG.md | 4 ++++ plugins/plugin-remove-pwa/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 | 6 ++++++ 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/create-vuepress/CHANGELOG.md | 6 ++++++ tools/create-vuepress/package.json | 2 +- tools/helper/CHANGELOG.md | 6 ++++++ tools/helper/package.json | 2 +- 74 files changed, 203 insertions(+), 37 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 64e7ff09dd..659943b664 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.21](https://github.com/vuepress/ecosystem/compare/v2.0.0-rc.20...v2.0.0-rc.21) (2024-03-25) + +### Bug Fixes + +- **create-vuepress:** fix template link ([cb3225f](https://github.com/vuepress/ecosystem/commit/cb3225f655d0eb3012ea9735e86baacbc552ea17)) + +### Features + +- **plugin-seo:** use excerpt content as description if present ([0aa59c8](https://github.com/vuepress/ecosystem/commit/0aa59c8f269de814e201d44f63c7fae7e0105592)) +- **plugin-shiki:** add transformers option, close [#92](https://github.com/vuepress/ecosystem/issues/92) ([4cfaace](https://github.com/vuepress/ecosystem/commit/4cfaace02365d50f519c9448d840a3e3e0eec8b0)) +- **theme-default:** support alt + ←→ to navigate and rebuild page nav ([424f888](https://github.com/vuepress/ecosystem/commit/424f888937f4cf61927d6bb651757dc53064c54a)) + # [2.0.0-rc.20](https://github.com/vuepress/ecosystem/compare/v2.0.0-rc.19...v2.0.0-rc.20) (2024-03-11) ### Bug Fixes diff --git a/lerna.json b/lerna.json index b5c72890ee..695023d6a3 100644 --- a/lerna.json +++ b/lerna.json @@ -1,6 +1,6 @@ { "npmClient": "pnpm", - "version": "2.0.0-rc.20", + "version": "2.0.0-rc.21", "command": { "version": { "allowBranch": "main", diff --git a/plugins/plugin-active-header-links/CHANGELOG.md b/plugins/plugin-active-header-links/CHANGELOG.md index 80f5376422..2785e0f7d8 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.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-active-header-links + # [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 diff --git a/plugins/plugin-active-header-links/package.json b/plugins/plugin-active-header-links/package.json index 9bdba1fe4a..983b0b340e 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.18", + "version": "2.0.0-rc.21", "description": "VuePress plugin - active header links", "keywords": [ "vuepress-plugin", diff --git a/plugins/plugin-append-date/CHANGELOG.md b/plugins/plugin-append-date/CHANGELOG.md index 9a7cdb1963..7020394734 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.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 + # [2.0.0-rc.20](https://github.com/vuepress/ecosystem/compare/v2.0.0-rc.19...v2.0.0-rc.20) (2024-03-11) ### Features diff --git a/plugins/plugin-append-date/package.json b/plugins/plugin-append-date/package.json index 3f4bef487e..092b716fa4 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.20", + "version": "2.0.0-rc.21", "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 ad80a1f2d4..b17807b853 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.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 + # [2.0.0-rc.19](https://github.com/vuepress/ecosystem/compare/v2.0.0-rc.18...v2.0.0-rc.19) (2024-03-10) **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 f0b266e11c..64d3547a6e 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.19", + "version": "2.0.0-rc.21", "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 a4bd93947c..a0966ac88f 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.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 + # [2.0.0-rc.19](https://github.com/vuepress/ecosystem/compare/v2.0.0-rc.18...v2.0.0-rc.19) (2024-03-10) **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 ed05cda88f..a673127668 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.19", + "version": "2.0.0-rc.21", "description": "VuePress plugin - baidu-analytics", "keywords": [ "vuepress-plugin", diff --git a/plugins/plugin-blog/CHANGELOG.md b/plugins/plugin-blog/CHANGELOG.md index 98e0ee6858..f8726aaa52 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.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 + # [2.0.0-rc.19](https://github.com/vuepress/ecosystem/compare/v2.0.0-rc.18...v2.0.0-rc.19) (2024-03-10) **Note:** Version bump only for package @vuepress/plugin-blog diff --git a/plugins/plugin-blog/package.json b/plugins/plugin-blog/package.json index f177ba8647..ed9202e34d 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.19", + "version": "2.0.0-rc.21", "description": "VuePress plugin - blog", "keywords": [ "vuepress-plugin", diff --git a/plugins/plugin-catalog/CHANGELOG.md b/plugins/plugin-catalog/CHANGELOG.md index 99f63940fa..6e28fabce9 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.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 + # [2.0.0-rc.20](https://github.com/vuepress/ecosystem/compare/v2.0.0-rc.19...v2.0.0-rc.20) (2024-03-11) **Note:** Version bump only for package @vuepress/plugin-catalog diff --git a/plugins/plugin-catalog/package.json b/plugins/plugin-catalog/package.json index 855411e0bb..db93de403e 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.20", + "version": "2.0.0-rc.21", "description": "VuePress plugin - catalog", "keywords": [ "vuepress-plugin", diff --git a/plugins/plugin-comment/CHANGELOG.md b/plugins/plugin-comment/CHANGELOG.md index e89ec8d9f9..36d68b2285 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.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 + # [2.0.0-rc.20](https://github.com/vuepress/ecosystem/compare/v2.0.0-rc.19...v2.0.0-rc.20) (2024-03-11) ### Features diff --git a/plugins/plugin-comment/package.json b/plugins/plugin-comment/package.json index 4e9983e9a2..c544fcea24 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.20", + "version": "2.0.0-rc.21", "description": "VuePress plugin - comment", "keywords": [ "vuepress-plugin", diff --git a/plugins/plugin-container/CHANGELOG.md b/plugins/plugin-container/CHANGELOG.md index eabc20008c..33a2307cdb 100644 --- a/plugins/plugin-container/CHANGELOG.md +++ b/plugins/plugin-container/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.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-container + # [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-container diff --git a/plugins/plugin-container/package.json b/plugins/plugin-container/package.json index 1fa9b02b2e..2b73947b45 100644 --- a/plugins/plugin-container/package.json +++ b/plugins/plugin-container/package.json @@ -1,6 +1,6 @@ { "name": "@vuepress/plugin-container", - "version": "2.0.0-rc.15", + "version": "2.0.0-rc.21", "description": "VuePress plugin - markdown container", "keywords": [ "vuepress-plugin", diff --git a/plugins/plugin-copy-code/CHANGELOG.md b/plugins/plugin-copy-code/CHANGELOG.md index 8d40e4c3c6..0b5db414e9 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.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 + # [2.0.0-rc.19](https://github.com/vuepress/ecosystem/compare/v2.0.0-rc.18...v2.0.0-rc.19) (2024-03-10) **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 05f2ac1f94..ab91dd33d1 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.19", + "version": "2.0.0-rc.21", "description": "VuePress plugin - copy code block", "keywords": [ "vuepress-plugin", diff --git a/plugins/plugin-copyright/CHANGELOG.md b/plugins/plugin-copyright/CHANGELOG.md index e21a6fca92..ed5422c50c 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.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 + # [2.0.0-rc.19](https://github.com/vuepress/ecosystem/compare/v2.0.0-rc.18...v2.0.0-rc.19) (2024-03-10) **Note:** Version bump only for package @vuepress/plugin-copyright diff --git a/plugins/plugin-copyright/package.json b/plugins/plugin-copyright/package.json index 578c03f4c7..79551b9891 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.19", + "version": "2.0.0-rc.21", "description": "VuePress plugin - copyright", "keywords": [ "vuepress-plugin", diff --git a/plugins/plugin-docsearch/CHANGELOG.md b/plugins/plugin-docsearch/CHANGELOG.md index 743f00f67b..68e6f24e0a 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.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-docsearch + # [2.0.0-rc.19](https://github.com/vuepress/ecosystem/compare/v2.0.0-rc.18...v2.0.0-rc.19) (2024-03-10) **Note:** Version bump only for package @vuepress/plugin-docsearch diff --git a/plugins/plugin-docsearch/package.json b/plugins/plugin-docsearch/package.json index 74d4d41bba..35119b5a44 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.19", + "version": "2.0.0-rc.21", "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 64b6be71cc..d92aaedbe9 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.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-external-link-icon + # [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 diff --git a/plugins/plugin-external-link-icon/package.json b/plugins/plugin-external-link-icon/package.json index 7770ba9771..995adfa1b1 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.18", + "version": "2.0.0-rc.21", "description": "VuePress plugin - external link icon", "keywords": [ "vuepress-plugin", diff --git a/plugins/plugin-feed/CHANGELOG.md b/plugins/plugin-feed/CHANGELOG.md index 8acc59ef7c..1db05f3538 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.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 + # [2.0.0-rc.19](https://github.com/vuepress/ecosystem/compare/v2.0.0-rc.18...v2.0.0-rc.19) (2024-03-10) **Note:** Version bump only for package @vuepress/plugin-feed diff --git a/plugins/plugin-feed/package.json b/plugins/plugin-feed/package.json index 3e1a5a3dcf..a048a48a60 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.19", + "version": "2.0.0-rc.21", "description": "Feed plugin for vuepress-theme-hope", "keywords": [ "vuepress", diff --git a/plugins/plugin-git/CHANGELOG.md b/plugins/plugin-git/CHANGELOG.md index 9ab5993f8d..ab1b58a4db 100644 --- a/plugins/plugin-git/CHANGELOG.md +++ b/plugins/plugin-git/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.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 + # [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-git diff --git a/plugins/plugin-git/package.json b/plugins/plugin-git/package.json index 6fda01ec79..7619ea338a 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.15", + "version": "2.0.0-rc.21", "description": "VuePress plugin - git", "keywords": [ "vuepress-plugin", diff --git a/plugins/plugin-google-analytics/CHANGELOG.md b/plugins/plugin-google-analytics/CHANGELOG.md index 3506b1c012..856421c8b6 100644 --- a/plugins/plugin-google-analytics/CHANGELOG.md +++ b/plugins/plugin-google-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.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-google-analytics + # [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-google-analytics diff --git a/plugins/plugin-google-analytics/package.json b/plugins/plugin-google-analytics/package.json index 8e131eaa61..7a331377d1 100644 --- a/plugins/plugin-google-analytics/package.json +++ b/plugins/plugin-google-analytics/package.json @@ -1,6 +1,6 @@ { "name": "@vuepress/plugin-google-analytics", - "version": "2.0.0-rc.15", + "version": "2.0.0-rc.21", "description": "VuePress plugin - google-analytics", "keywords": [ "vuepress-plugin", diff --git a/plugins/plugin-links-check/CHANGELOG.md b/plugins/plugin-links-check/CHANGELOG.md index e638910810..8fc2593dc0 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.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 + # [2.0.0-rc.19](https://github.com/vuepress/ecosystem/compare/v2.0.0-rc.18...v2.0.0-rc.19) (2024-03-10) **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 179891f19d..95d206ed30 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.19", + "version": "2.0.0-rc.21", "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 44b0c9bdcb..023574fbb2 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.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 + # [2.0.0-rc.19](https://github.com/vuepress/ecosystem/compare/v2.0.0-rc.18...v2.0.0-rc.19) (2024-03-10) **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 70275ba20f..1ed21a79d7 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.19", + "version": "2.0.0-rc.21", "description": "VuePress plugin - medium-zoom", "keywords": [ "vuepress-plugin", diff --git a/plugins/plugin-nprogress/CHANGELOG.md b/plugins/plugin-nprogress/CHANGELOG.md index 7211eb0738..42242e62ba 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.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-nprogress + # [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 diff --git a/plugins/plugin-nprogress/package.json b/plugins/plugin-nprogress/package.json index b690cf5c7c..a55b09ed1d 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.18", + "version": "2.0.0-rc.21", "description": "VuePress plugin - nprogress", "keywords": [ "vuepress-plugin", diff --git a/plugins/plugin-palette/CHANGELOG.md b/plugins/plugin-palette/CHANGELOG.md index 10fe29aed9..c03a866aa9 100644 --- a/plugins/plugin-palette/CHANGELOG.md +++ b/plugins/plugin-palette/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.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-palette + # [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-palette diff --git a/plugins/plugin-palette/package.json b/plugins/plugin-palette/package.json index 040d10b380..1ad9589018 100644 --- a/plugins/plugin-palette/package.json +++ b/plugins/plugin-palette/package.json @@ -1,6 +1,6 @@ { "name": "@vuepress/plugin-palette", - "version": "2.0.0-rc.15", + "version": "2.0.0-rc.21", "description": "VuePress plugin - palette", "keywords": [ "vuepress-plugin", diff --git a/plugins/plugin-photo-swipe/CHANGELOG.md b/plugins/plugin-photo-swipe/CHANGELOG.md index bb4a2d60b1..0ce8044d4d 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.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 + # [2.0.0-rc.19](https://github.com/vuepress/ecosystem/compare/v2.0.0-rc.18...v2.0.0-rc.19) (2024-03-10) **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 7002ebd270..5229c0152e 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.19", + "version": "2.0.0-rc.21", "description": "VuePress plugin - photo-swipe", "keywords": [ "vuepress-plugin", diff --git a/plugins/plugin-prismjs/CHANGELOG.md b/plugins/plugin-prismjs/CHANGELOG.md index 153b07256c..c335f284c5 100644 --- a/plugins/plugin-prismjs/CHANGELOG.md +++ b/plugins/plugin-prismjs/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.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-prismjs + # [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-prismjs diff --git a/plugins/plugin-prismjs/package.json b/plugins/plugin-prismjs/package.json index 2b4b48ea64..4aa5dfb7ac 100644 --- a/plugins/plugin-prismjs/package.json +++ b/plugins/plugin-prismjs/package.json @@ -1,6 +1,6 @@ { "name": "@vuepress/plugin-prismjs", - "version": "2.0.0-rc.15", + "version": "2.0.0-rc.21", "description": "VuePress plugin - prismjs", "keywords": [ "vuepress-plugin", diff --git a/plugins/plugin-pwa/CHANGELOG.md b/plugins/plugin-pwa/CHANGELOG.md index ed11b2f655..c595bec6f6 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.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 + # [2.0.0-rc.20](https://github.com/vuepress/ecosystem/compare/v2.0.0-rc.19...v2.0.0-rc.20) (2024-03-11) ### Bug Fixes diff --git a/plugins/plugin-pwa/package.json b/plugins/plugin-pwa/package.json index f48817b76e..cac9e62d43 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.20", + "version": "2.0.0-rc.21", "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 f712f82f7e..70527dffea 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.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 + # [2.0.0-rc.19](https://github.com/vuepress/ecosystem/compare/v2.0.0-rc.18...v2.0.0-rc.19) (2024-03-10) **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 71388f293d..b587f683dd 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.19", + "version": "2.0.0-rc.21", "description": "VuePress plugin - reading-time", "keywords": [ "vuepress-plugin", diff --git a/plugins/plugin-redirect/CHANGELOG.md b/plugins/plugin-redirect/CHANGELOG.md index bdea7f690b..bcd46753e2 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.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 + # [2.0.0-rc.19](https://github.com/vuepress/ecosystem/compare/v2.0.0-rc.18...v2.0.0-rc.19) (2024-03-10) **Note:** Version bump only for package @vuepress/plugin-redirect diff --git a/plugins/plugin-redirect/package.json b/plugins/plugin-redirect/package.json index d5b5b94916..9afc7322f1 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.19", + "version": "2.0.0-rc.21", "description": "VuePress plugin - redirect", "keywords": [ "vuepress-plugin", diff --git a/plugins/plugin-register-components/CHANGELOG.md b/plugins/plugin-register-components/CHANGELOG.md index 7da1c56ed4..44277a1494 100644 --- a/plugins/plugin-register-components/CHANGELOG.md +++ b/plugins/plugin-register-components/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.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-register-components + # [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-register-components diff --git a/plugins/plugin-register-components/package.json b/plugins/plugin-register-components/package.json index b3dbfccfd8..8b82cb2c95 100644 --- a/plugins/plugin-register-components/package.json +++ b/plugins/plugin-register-components/package.json @@ -1,6 +1,6 @@ { "name": "@vuepress/plugin-register-components", - "version": "2.0.0-rc.15", + "version": "2.0.0-rc.21", "description": "VuePress plugin - register-components", "keywords": [ "vuepress-plugin", diff --git a/plugins/plugin-remove-pwa/CHANGELOG.md b/plugins/plugin-remove-pwa/CHANGELOG.md index 9167aa2968..ec8ee2bb65 100644 --- a/plugins/plugin-remove-pwa/CHANGELOG.md +++ b/plugins/plugin-remove-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.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-remove-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-remove-pwa diff --git a/plugins/plugin-remove-pwa/package.json b/plugins/plugin-remove-pwa/package.json index 070a88ecad..62d29012a1 100644 --- a/plugins/plugin-remove-pwa/package.json +++ b/plugins/plugin-remove-pwa/package.json @@ -1,6 +1,6 @@ { "name": "@vuepress/plugin-remove-pwa", - "version": "2.0.0-rc.17", + "version": "2.0.0-rc.21", "description": "VuePress plugin - remove-pwa", "keywords": [ "vuepress-plugin", diff --git a/plugins/plugin-rtl/CHANGELOG.md b/plugins/plugin-rtl/CHANGELOG.md index a2c961dde1..99abff299a 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.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-rtl + # [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 diff --git a/plugins/plugin-rtl/package.json b/plugins/plugin-rtl/package.json index ac1c6adb23..229e8ae2b6 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.18", + "version": "2.0.0-rc.21", "description": "VuePress plugin - rtl", "keywords": [ "vuepress-plugin", diff --git a/plugins/plugin-search/CHANGELOG.md b/plugins/plugin-search/CHANGELOG.md index 3b98bb3baa..9cc3db27de 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.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-search + # [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 diff --git a/plugins/plugin-search/package.json b/plugins/plugin-search/package.json index b05f5eec42..f481fecf99 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.18", + "version": "2.0.0-rc.21", "description": "VuePress plugin - built-in search", "keywords": [ "vuepress-plugin", diff --git a/plugins/plugin-seo/CHANGELOG.md b/plugins/plugin-seo/CHANGELOG.md index 967cfd6258..6b36ceeb42 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.21](https://github.com/vuepress/ecosystem/compare/v2.0.0-rc.20...v2.0.0-rc.21) (2024-03-25) + +### Features + +- **plugin-seo:** use excerpt content as description if present ([0aa59c8](https://github.com/vuepress/ecosystem/commit/0aa59c8f269de814e201d44f63c7fae7e0105592)) + # [2.0.0-rc.19](https://github.com/vuepress/ecosystem/compare/v2.0.0-rc.18...v2.0.0-rc.19) (2024-03-10) ### Bug Fixes diff --git a/plugins/plugin-seo/package.json b/plugins/plugin-seo/package.json index 46cf9cdfcb..ab4f122bbd 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.19", + "version": "2.0.0-rc.21", "description": "SEO plugin for vuepress", "keywords": [ "vuepress", diff --git a/plugins/plugin-shiki/CHANGELOG.md b/plugins/plugin-shiki/CHANGELOG.md index 2448468000..af9adfe522 100644 --- a/plugins/plugin-shiki/CHANGELOG.md +++ b/plugins/plugin-shiki/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.21](https://github.com/vuepress/ecosystem/compare/v2.0.0-rc.20...v2.0.0-rc.21) (2024-03-25) + +### Features + +- **plugin-shiki:** add transformers option, close [#92](https://github.com/vuepress/ecosystem/issues/92) ([4cfaace](https://github.com/vuepress/ecosystem/commit/4cfaace02365d50f519c9448d840a3e3e0eec8b0)) + # [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 diff --git a/plugins/plugin-shiki/package.json b/plugins/plugin-shiki/package.json index eff2a72de3..00249125d0 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.18", + "version": "2.0.0-rc.21", "description": "VuePress plugin - shiki", "keywords": [ "vuepress-plugin", diff --git a/plugins/plugin-sitemap/CHANGELOG.md b/plugins/plugin-sitemap/CHANGELOG.md index 4ff056b656..afc3acff1c 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.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 + # [2.0.0-rc.19](https://github.com/vuepress/ecosystem/compare/v2.0.0-rc.18...v2.0.0-rc.19) (2024-03-10) **Note:** Version bump only for package @vuepress/plugin-sitemap diff --git a/plugins/plugin-sitemap/package.json b/plugins/plugin-sitemap/package.json index 12cda5ed84..a207b6c62f 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.19", + "version": "2.0.0-rc.21", "description": "Sitemap plugin for vuepress", "keywords": [ "vuepress", diff --git a/plugins/plugin-theme-data/CHANGELOG.md b/plugins/plugin-theme-data/CHANGELOG.md index 9ba7e682f7..be9d4d9682 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.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-theme-data + # [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 diff --git a/plugins/plugin-theme-data/package.json b/plugins/plugin-theme-data/package.json index 3ff0e5ec61..08e5535db1 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.18", + "version": "2.0.0-rc.21", "description": "VuePress plugin - theme data", "keywords": [ "vuepress-plugin", diff --git a/plugins/plugin-toc/CHANGELOG.md b/plugins/plugin-toc/CHANGELOG.md index 61c7e42f07..7249af06db 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.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-toc + # [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 diff --git a/plugins/plugin-toc/package.json b/plugins/plugin-toc/package.json index 66d49af8fd..cf9b95a98d 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.18", + "version": "2.0.0-rc.21", "description": "VuePress plugin - toc", "keywords": [ "vuepress-plugin", diff --git a/themes/theme-default/CHANGELOG.md b/themes/theme-default/CHANGELOG.md index 509bc9311e..accc2ed6c4 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.21](https://github.com/vuepress/ecosystem/compare/v2.0.0-rc.20...v2.0.0-rc.21) (2024-03-25) + +### Features + +- **theme-default:** support alt + ←→ to navigate and rebuild page nav ([424f888](https://github.com/vuepress/ecosystem/commit/424f888937f4cf61927d6bb651757dc53064c54a)) + # [2.0.0-rc.20](https://github.com/vuepress/ecosystem/compare/v2.0.0-rc.19...v2.0.0-rc.20) (2024-03-11) ### Features diff --git a/themes/theme-default/package.json b/themes/theme-default/package.json index 059f6a74e5..37f779d0be 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.20", + "version": "2.0.0-rc.21", "description": "Default theme of VuePress", "keywords": [ "vuepress-theme", diff --git a/tools/create-vuepress/CHANGELOG.md b/tools/create-vuepress/CHANGELOG.md index 9c72dbf456..424b09304a 100644 --- a/tools/create-vuepress/CHANGELOG.md +++ b/tools/create-vuepress/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.21](https://github.com/vuepress/ecosystem/compare/v2.0.0-rc.20...v2.0.0-rc.21) (2024-03-25) + +### Bug Fixes + +- **create-vuepress:** fix template link ([cb3225f](https://github.com/vuepress/ecosystem/commit/cb3225f655d0eb3012ea9735e86baacbc552ea17)) + # [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 create-vuepress diff --git a/tools/create-vuepress/package.json b/tools/create-vuepress/package.json index d66b6eaef7..9887b7c964 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.17", + "version": "2.0.0-rc.21", "description": "VuePress template helper", "keywords": [ "vuepress", diff --git a/tools/helper/CHANGELOG.md b/tools/helper/CHANGELOG.md index 982669af2a..9a07869319 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.21](https://github.com/vuepress/ecosystem/compare/v2.0.0-rc.20...v2.0.0-rc.21) (2024-03-25) + +### Features + +- **plugin-seo:** use excerpt content as description if present ([0aa59c8](https://github.com/vuepress/ecosystem/commit/0aa59c8f269de814e201d44f63c7fae7e0105592)) + # [2.0.0-rc.19](https://github.com/vuepress/ecosystem/compare/v2.0.0-rc.18...v2.0.0-rc.19) (2024-03-10) **Note:** Version bump only for package @vuepress/helper diff --git a/tools/helper/package.json b/tools/helper/package.json index 1754f33d1b..dd47aa4653 100644 --- a/tools/helper/package.json +++ b/tools/helper/package.json @@ -1,6 +1,6 @@ { "name": "@vuepress/helper", - "version": "2.0.0-rc.19", + "version": "2.0.0-rc.21", "description": "VuePress helper", "keywords": [ "vuepress",