From e84a9e154e119525784f6934f06a795029798f8f Mon Sep 17 00:00:00 2001 From: "Mr.Hope" Date: Fri, 17 May 2024 01:39:14 +0800 Subject: [PATCH] build: publish v2.0.0-rc.30 --- CHANGELOG.md | 15 +++++++++++++++ lerna.json | 2 +- plugins/plugin-active-header-links/CHANGELOG.md | 6 ++++++ plugins/plugin-active-header-links/package.json | 2 +- plugins/plugin-append-date/CHANGELOG.md | 6 ++++++ plugins/plugin-append-date/package.json | 2 +- plugins/plugin-back-to-top/CHANGELOG.md | 7 +++++++ 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 | 6 ++++++ plugins/plugin-blog/package.json | 2 +- plugins/plugin-catalog/CHANGELOG.md | 6 ++++++ plugins/plugin-catalog/package.json | 2 +- plugins/plugin-comment/CHANGELOG.md | 6 ++++++ plugins/plugin-comment/package.json | 2 +- plugins/plugin-copy-code/CHANGELOG.md | 6 ++++++ plugins/plugin-copy-code/package.json | 2 +- plugins/plugin-copyright/CHANGELOG.md | 6 ++++++ plugins/plugin-copyright/package.json | 2 +- plugins/plugin-docsearch/CHANGELOG.md | 7 +++++++ plugins/plugin-docsearch/package.json | 2 +- plugins/plugin-feed/CHANGELOG.md | 6 ++++++ plugins/plugin-feed/package.json | 2 +- plugins/plugin-git/CHANGELOG.md | 6 ++++++ plugins/plugin-git/package.json | 2 +- plugins/plugin-google-analytics/CHANGELOG.md | 6 ++++++ plugins/plugin-google-analytics/package.json | 2 +- plugins/plugin-google-tag-manager/CHANGELOG.md | 6 ++++++ plugins/plugin-google-tag-manager/package.json | 2 +- plugins/plugin-links-check/CHANGELOG.md | 6 ++++++ plugins/plugin-links-check/package.json | 2 +- plugins/plugin-markdown-container/CHANGELOG.md | 6 ++++++ plugins/plugin-markdown-container/package.json | 2 +- plugins/plugin-markdown-image/CHANGELOG.md | 11 +++++++++++ plugins/plugin-markdown-image/package.json | 4 ++-- plugins/plugin-markdown-math/CHANGELOG.md | 11 +++++++++++ plugins/plugin-markdown-math/package.json | 8 ++++---- plugins/plugin-medium-zoom/CHANGELOG.md | 6 ++++++ plugins/plugin-medium-zoom/package.json | 2 +- plugins/plugin-notice/CHANGELOG.md | 6 ++++++ plugins/plugin-notice/package.json | 2 +- plugins/plugin-nprogress/CHANGELOG.md | 6 ++++++ plugins/plugin-nprogress/package.json | 2 +- plugins/plugin-palette/CHANGELOG.md | 6 ++++++ plugins/plugin-palette/package.json | 2 +- plugins/plugin-photo-swipe/CHANGELOG.md | 6 ++++++ plugins/plugin-photo-swipe/package.json | 2 +- plugins/plugin-prismjs/CHANGELOG.md | 6 ++++++ plugins/plugin-prismjs/package.json | 2 +- plugins/plugin-pwa/CHANGELOG.md | 6 ++++++ plugins/plugin-pwa/package.json | 2 +- plugins/plugin-reading-time/CHANGELOG.md | 6 ++++++ plugins/plugin-reading-time/package.json | 2 +- plugins/plugin-redirect/CHANGELOG.md | 6 ++++++ plugins/plugin-redirect/package.json | 2 +- plugins/plugin-register-components/CHANGELOG.md | 6 ++++++ plugins/plugin-register-components/package.json | 2 +- plugins/plugin-remove-pwa/CHANGELOG.md | 6 ++++++ plugins/plugin-remove-pwa/package.json | 2 +- plugins/plugin-rtl/CHANGELOG.md | 6 ++++++ plugins/plugin-rtl/package.json | 2 +- plugins/plugin-sass-palette/CHANGELOG.md | 7 +++++++ plugins/plugin-sass-palette/package.json | 2 +- plugins/plugin-search/CHANGELOG.md | 6 ++++++ 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 | 6 ++++++ plugins/plugin-sitemap/package.json | 2 +- plugins/plugin-theme-data/CHANGELOG.md | 6 ++++++ plugins/plugin-theme-data/package.json | 2 +- plugins/plugin-toc/CHANGELOG.md | 6 ++++++ plugins/plugin-toc/package.json | 2 +- plugins/plugin-umami-analytics/CHANGELOG.md | 6 ++++++ plugins/plugin-umami-analytics/package.json | 2 +- plugins/plugin-watermark/CHANGELOG.md | 6 ++++++ plugins/plugin-watermark/package.json | 2 +- themes/theme-default/CHANGELOG.md | 6 ++++++ themes/theme-default/package.json | 4 ++-- tools/create-vuepress/CHANGELOG.md | 6 ++++++ tools/create-vuepress/package.json | 2 +- tools/helper/CHANGELOG.md | 6 ++++++ tools/helper/package.json | 2 +- tools/vp-update/CHANGELOG.md | 6 ++++++ tools/vp-update/package.json | 2 +- 88 files changed, 335 insertions(+), 49 deletions(-) create mode 100644 plugins/plugin-markdown-image/CHANGELOG.md create mode 100644 plugins/plugin-markdown-math/CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md index 903673fda1..115626b09c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,21 @@ 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.30](https://github.com/vuepress/ecosystem/compare/v2.0.0-rc.29...v2.0.0-rc.30) (2024-05-16) + +### Bug Fixes + +- **vp-update:** fix yarn berry registry command ([4298469](https://github.com/vuepress/ecosystem/commit/4298469921ea5361a8e5f6650349888286721796)) + +### Features + +- add plugin-markdown-image ([#132](https://github.com/vuepress/ecosystem/issues/132)) ([9bdf83c](https://github.com/vuepress/ecosystem/commit/9bdf83cd20eb76025e86e71d34f199951feac89c)) +- add plugin-markdown-math ([#142](https://github.com/vuepress/ecosystem/issues/142)) ([0976303](https://github.com/vuepress/ecosystem/commit/09763031654c46f8d7a531527072ff982ab3f515)) +- **plugin-back-to-top:** optimize backToTop icons ([#126](https://github.com/vuepress/ecosystem/issues/126)) ([30d684e](https://github.com/vuepress/ecosystem/commit/30d684ec18aa624be7243621e805b97223e6a582)) +- **plugin-docsearch:** improve search result item ([#138](https://github.com/vuepress/ecosystem/issues/138)) ([300f006](https://github.com/vuepress/ecosystem/commit/300f0061abad85925e090ede43262b7dbd5f6b2b)) +- **plugin-sass-palette:** allow empty id ([#127](https://github.com/vuepress/ecosystem/issues/127)) ([407e41e](https://github.com/vuepress/ecosystem/commit/407e41ee9303dd50d4c7966d2053a1fa345e9991)) +- update to latest vuepress rc ([#144](https://github.com/vuepress/ecosystem/issues/144)) ([129d05d](https://github.com/vuepress/ecosystem/commit/129d05d6d6da0565a7b443f5d2265d27a4d40893)) + # [2.0.0-rc.29](https://github.com/vuepress/ecosystem/compare/v2.0.0-rc.28...v2.0.0-rc.29) (2024-05-09) ### Bug Fixes diff --git a/lerna.json b/lerna.json index ceebec8278..8591d4cbd4 100644 --- a/lerna.json +++ b/lerna.json @@ -1,6 +1,6 @@ { "npmClient": "pnpm", - "version": "2.0.0-rc.29", + "version": "2.0.0-rc.30", "command": { "version": { "allowBranch": "main", diff --git a/plugins/plugin-active-header-links/CHANGELOG.md b/plugins/plugin-active-header-links/CHANGELOG.md index 4cd993f4d5..b2176de6a1 100644 --- a/plugins/plugin-active-header-links/CHANGELOG.md +++ b/plugins/plugin-active-header-links/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.30](https://github.com/vuepress/ecosystem/compare/v2.0.0-rc.29...v2.0.0-rc.30) (2024-05-16) + +### Features + +- update to latest vuepress rc ([#144](https://github.com/vuepress/ecosystem/issues/144)) ([129d05d](https://github.com/vuepress/ecosystem/commit/129d05d6d6da0565a7b443f5d2265d27a4d40893)) + # [2.0.0-rc.28](https://github.com/vuepress/ecosystem/compare/v2.0.0-rc.27...v2.0.0-rc.28) (2024-05-08) **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 fafdc7ef5e..e2cb6215a7 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.28", + "version": "2.0.0-rc.30", "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 880f94da31..128ec22cfe 100644 --- a/plugins/plugin-append-date/CHANGELOG.md +++ b/plugins/plugin-append-date/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.30](https://github.com/vuepress/ecosystem/compare/v2.0.0-rc.29...v2.0.0-rc.30) (2024-05-16) + +### Features + +- update to latest vuepress rc ([#144](https://github.com/vuepress/ecosystem/issues/144)) ([129d05d](https://github.com/vuepress/ecosystem/commit/129d05d6d6da0565a7b443f5d2265d27a4d40893)) + # [2.0.0-rc.28](https://github.com/vuepress/ecosystem/compare/v2.0.0-rc.27...v2.0.0-rc.28) (2024-05-08) **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 9ba5175d16..2781813470 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.28", + "version": "2.0.0-rc.30", "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 e3f5df8f9e..11a84975a4 100644 --- a/plugins/plugin-back-to-top/CHANGELOG.md +++ b/plugins/plugin-back-to-top/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.30](https://github.com/vuepress/ecosystem/compare/v2.0.0-rc.29...v2.0.0-rc.30) (2024-05-16) + +### Features + +- **plugin-back-to-top:** optimize backToTop icons ([#126](https://github.com/vuepress/ecosystem/issues/126)) ([30d684e](https://github.com/vuepress/ecosystem/commit/30d684ec18aa624be7243621e805b97223e6a582)) +- update to latest vuepress rc ([#144](https://github.com/vuepress/ecosystem/issues/144)) ([129d05d](https://github.com/vuepress/ecosystem/commit/129d05d6d6da0565a7b443f5d2265d27a4d40893)) + # [2.0.0-rc.28](https://github.com/vuepress/ecosystem/compare/v2.0.0-rc.27...v2.0.0-rc.28) (2024-05-08) **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 64de763404..2a578eea51 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.28", + "version": "2.0.0-rc.30", "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 0fcff5464e..215bb1441b 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.30](https://github.com/vuepress/ecosystem/compare/v2.0.0-rc.29...v2.0.0-rc.30) (2024-05-16) + +### Features + +- update to latest vuepress rc ([#144](https://github.com/vuepress/ecosystem/issues/144)) ([129d05d](https://github.com/vuepress/ecosystem/commit/129d05d6d6da0565a7b443f5d2265d27a4d40893)) + # [2.0.0-rc.28](https://github.com/vuepress/ecosystem/compare/v2.0.0-rc.27...v2.0.0-rc.28) (2024-05-08) **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 a1acfe7988..d788154bb2 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.28", + "version": "2.0.0-rc.30", "description": "VuePress plugin - baidu-analytics", "keywords": [ "vuepress-plugin", diff --git a/plugins/plugin-blog/CHANGELOG.md b/plugins/plugin-blog/CHANGELOG.md index 6d3e5b06fa..f37d7acd1c 100644 --- a/plugins/plugin-blog/CHANGELOG.md +++ b/plugins/plugin-blog/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.30](https://github.com/vuepress/ecosystem/compare/v2.0.0-rc.29...v2.0.0-rc.30) (2024-05-16) + +### Features + +- update to latest vuepress rc ([#144](https://github.com/vuepress/ecosystem/issues/144)) ([129d05d](https://github.com/vuepress/ecosystem/commit/129d05d6d6da0565a7b443f5d2265d27a4d40893)) + # [2.0.0-rc.28](https://github.com/vuepress/ecosystem/compare/v2.0.0-rc.27...v2.0.0-rc.28) (2024-05-08) **Note:** Version bump only for package @vuepress/plugin-blog diff --git a/plugins/plugin-blog/package.json b/plugins/plugin-blog/package.json index 6cf57b9e0d..2af984cf52 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.28", + "version": "2.0.0-rc.30", "description": "VuePress plugin - blog", "keywords": [ "vuepress-plugin", diff --git a/plugins/plugin-catalog/CHANGELOG.md b/plugins/plugin-catalog/CHANGELOG.md index 01d0458ac4..fe2e53dd8f 100644 --- a/plugins/plugin-catalog/CHANGELOG.md +++ b/plugins/plugin-catalog/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.30](https://github.com/vuepress/ecosystem/compare/v2.0.0-rc.29...v2.0.0-rc.30) (2024-05-16) + +### Features + +- update to latest vuepress rc ([#144](https://github.com/vuepress/ecosystem/issues/144)) ([129d05d](https://github.com/vuepress/ecosystem/commit/129d05d6d6da0565a7b443f5d2265d27a4d40893)) + # [2.0.0-rc.28](https://github.com/vuepress/ecosystem/compare/v2.0.0-rc.27...v2.0.0-rc.28) (2024-05-08) **Note:** Version bump only for package @vuepress/plugin-catalog diff --git a/plugins/plugin-catalog/package.json b/plugins/plugin-catalog/package.json index e73939deed..e5fd4c584c 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.28", + "version": "2.0.0-rc.30", "description": "VuePress plugin - catalog", "keywords": [ "vuepress-plugin", diff --git a/plugins/plugin-comment/CHANGELOG.md b/plugins/plugin-comment/CHANGELOG.md index ec52421578..3f53e744af 100644 --- a/plugins/plugin-comment/CHANGELOG.md +++ b/plugins/plugin-comment/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.30](https://github.com/vuepress/ecosystem/compare/v2.0.0-rc.29...v2.0.0-rc.30) (2024-05-16) + +### Features + +- update to latest vuepress rc ([#144](https://github.com/vuepress/ecosystem/issues/144)) ([129d05d](https://github.com/vuepress/ecosystem/commit/129d05d6d6da0565a7b443f5d2265d27a4d40893)) + # [2.0.0-rc.28](https://github.com/vuepress/ecosystem/compare/v2.0.0-rc.27...v2.0.0-rc.28) (2024-05-08) **Note:** Version bump only for package @vuepress/plugin-comment diff --git a/plugins/plugin-comment/package.json b/plugins/plugin-comment/package.json index e18043ebb1..0bad71d54d 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.28", + "version": "2.0.0-rc.30", "description": "VuePress plugin - comment", "keywords": [ "vuepress-plugin", diff --git a/plugins/plugin-copy-code/CHANGELOG.md b/plugins/plugin-copy-code/CHANGELOG.md index ff84d0d12b..8df99d8e3e 100644 --- a/plugins/plugin-copy-code/CHANGELOG.md +++ b/plugins/plugin-copy-code/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.30](https://github.com/vuepress/ecosystem/compare/v2.0.0-rc.29...v2.0.0-rc.30) (2024-05-16) + +### Features + +- update to latest vuepress rc ([#144](https://github.com/vuepress/ecosystem/issues/144)) ([129d05d](https://github.com/vuepress/ecosystem/commit/129d05d6d6da0565a7b443f5d2265d27a4d40893)) + # [2.0.0-rc.28](https://github.com/vuepress/ecosystem/compare/v2.0.0-rc.27...v2.0.0-rc.28) (2024-05-08) **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 47754b6e5f..12c7720513 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.28", + "version": "2.0.0-rc.30", "description": "VuePress plugin - copy code block", "keywords": [ "vuepress-plugin", diff --git a/plugins/plugin-copyright/CHANGELOG.md b/plugins/plugin-copyright/CHANGELOG.md index 4e645b761e..81e8ec5824 100644 --- a/plugins/plugin-copyright/CHANGELOG.md +++ b/plugins/plugin-copyright/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.30](https://github.com/vuepress/ecosystem/compare/v2.0.0-rc.29...v2.0.0-rc.30) (2024-05-16) + +### Features + +- update to latest vuepress rc ([#144](https://github.com/vuepress/ecosystem/issues/144)) ([129d05d](https://github.com/vuepress/ecosystem/commit/129d05d6d6da0565a7b443f5d2265d27a4d40893)) + # [2.0.0-rc.28](https://github.com/vuepress/ecosystem/compare/v2.0.0-rc.27...v2.0.0-rc.28) (2024-05-08) **Note:** Version bump only for package @vuepress/plugin-copyright diff --git a/plugins/plugin-copyright/package.json b/plugins/plugin-copyright/package.json index 7a5e6bcd1f..c5cc8f2cd1 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.28", + "version": "2.0.0-rc.30", "description": "VuePress plugin - copyright", "keywords": [ "vuepress-plugin", diff --git a/plugins/plugin-docsearch/CHANGELOG.md b/plugins/plugin-docsearch/CHANGELOG.md index 735c7b43d5..4121ddb1d8 100644 --- a/plugins/plugin-docsearch/CHANGELOG.md +++ b/plugins/plugin-docsearch/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.30](https://github.com/vuepress/ecosystem/compare/v2.0.0-rc.29...v2.0.0-rc.30) (2024-05-16) + +### Features + +- **plugin-docsearch:** improve search result item ([#138](https://github.com/vuepress/ecosystem/issues/138)) ([300f006](https://github.com/vuepress/ecosystem/commit/300f0061abad85925e090ede43262b7dbd5f6b2b)) +- update to latest vuepress rc ([#144](https://github.com/vuepress/ecosystem/issues/144)) ([129d05d](https://github.com/vuepress/ecosystem/commit/129d05d6d6da0565a7b443f5d2265d27a4d40893)) + # [2.0.0-rc.28](https://github.com/vuepress/ecosystem/compare/v2.0.0-rc.27...v2.0.0-rc.28) (2024-05-08) **Note:** Version bump only for package @vuepress/plugin-docsearch diff --git a/plugins/plugin-docsearch/package.json b/plugins/plugin-docsearch/package.json index 081faa29ee..5e9f5d0932 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.28", + "version": "2.0.0-rc.30", "description": "VuePress plugin - docsearch", "keywords": [ "vuepress-plugin", diff --git a/plugins/plugin-feed/CHANGELOG.md b/plugins/plugin-feed/CHANGELOG.md index de46244a86..6069f5ce0c 100644 --- a/plugins/plugin-feed/CHANGELOG.md +++ b/plugins/plugin-feed/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.30](https://github.com/vuepress/ecosystem/compare/v2.0.0-rc.29...v2.0.0-rc.30) (2024-05-16) + +### Features + +- update to latest vuepress rc ([#144](https://github.com/vuepress/ecosystem/issues/144)) ([129d05d](https://github.com/vuepress/ecosystem/commit/129d05d6d6da0565a7b443f5d2265d27a4d40893)) + # [2.0.0-rc.28](https://github.com/vuepress/ecosystem/compare/v2.0.0-rc.27...v2.0.0-rc.28) (2024-05-08) **Note:** Version bump only for package @vuepress/plugin-feed diff --git a/plugins/plugin-feed/package.json b/plugins/plugin-feed/package.json index 451ac1fe76..e544205158 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.28", + "version": "2.0.0-rc.30", "description": "Feed plugin for vuepress-theme-hope", "keywords": [ "vuepress", diff --git a/plugins/plugin-git/CHANGELOG.md b/plugins/plugin-git/CHANGELOG.md index 8b9d22dd2d..81b9892636 100644 --- a/plugins/plugin-git/CHANGELOG.md +++ b/plugins/plugin-git/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.30](https://github.com/vuepress/ecosystem/compare/v2.0.0-rc.29...v2.0.0-rc.30) (2024-05-16) + +### Features + +- update to latest vuepress rc ([#144](https://github.com/vuepress/ecosystem/issues/144)) ([129d05d](https://github.com/vuepress/ecosystem/commit/129d05d6d6da0565a7b443f5d2265d27a4d40893)) + # [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 diff --git a/plugins/plugin-git/package.json b/plugins/plugin-git/package.json index bb90c1ed84..1c66ce4740 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.22", + "version": "2.0.0-rc.30", "description": "VuePress plugin - git", "keywords": [ "vuepress-plugin", diff --git a/plugins/plugin-google-analytics/CHANGELOG.md b/plugins/plugin-google-analytics/CHANGELOG.md index 856421c8b6..c4a756369f 100644 --- a/plugins/plugin-google-analytics/CHANGELOG.md +++ b/plugins/plugin-google-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.30](https://github.com/vuepress/ecosystem/compare/v2.0.0-rc.29...v2.0.0-rc.30) (2024-05-16) + +### Features + +- update to latest vuepress rc ([#144](https://github.com/vuepress/ecosystem/issues/144)) ([129d05d](https://github.com/vuepress/ecosystem/commit/129d05d6d6da0565a7b443f5d2265d27a4d40893)) + # [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 diff --git a/plugins/plugin-google-analytics/package.json b/plugins/plugin-google-analytics/package.json index f334a8f8c9..71e190d4c2 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.21", + "version": "2.0.0-rc.30", "description": "VuePress plugin - google-analytics", "keywords": [ "vuepress-plugin", diff --git a/plugins/plugin-google-tag-manager/CHANGELOG.md b/plugins/plugin-google-tag-manager/CHANGELOG.md index c1e95ba30d..f58af8eab7 100644 --- a/plugins/plugin-google-tag-manager/CHANGELOG.md +++ b/plugins/plugin-google-tag-manager/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.30](https://github.com/vuepress/ecosystem/compare/v2.0.0-rc.29...v2.0.0-rc.30) (2024-05-16) + +### Features + +- update to latest vuepress rc ([#144](https://github.com/vuepress/ecosystem/issues/144)) ([129d05d](https://github.com/vuepress/ecosystem/commit/129d05d6d6da0565a7b443f5d2265d27a4d40893)) + # [2.0.0-rc.28](https://github.com/vuepress/ecosystem/compare/v2.0.0-rc.27...v2.0.0-rc.28) (2024-05-08) ### Features diff --git a/plugins/plugin-google-tag-manager/package.json b/plugins/plugin-google-tag-manager/package.json index 810bb4b2cf..402ef93727 100644 --- a/plugins/plugin-google-tag-manager/package.json +++ b/plugins/plugin-google-tag-manager/package.json @@ -1,6 +1,6 @@ { "name": "@vuepress/plugin-google-tag-manager", - "version": "2.0.0-rc.28", + "version": "2.0.0-rc.30", "description": "VuePress plugin - google-tag-manager", "keywords": [ "vuepress-plugin", diff --git a/plugins/plugin-links-check/CHANGELOG.md b/plugins/plugin-links-check/CHANGELOG.md index 8ecf5353bb..408e90a9f5 100644 --- a/plugins/plugin-links-check/CHANGELOG.md +++ b/plugins/plugin-links-check/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.30](https://github.com/vuepress/ecosystem/compare/v2.0.0-rc.29...v2.0.0-rc.30) (2024-05-16) + +### Features + +- update to latest vuepress rc ([#144](https://github.com/vuepress/ecosystem/issues/144)) ([129d05d](https://github.com/vuepress/ecosystem/commit/129d05d6d6da0565a7b443f5d2265d27a4d40893)) + # [2.0.0-rc.28](https://github.com/vuepress/ecosystem/compare/v2.0.0-rc.27...v2.0.0-rc.28) (2024-05-08) **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 45f3b44f90..8f871dcdf5 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.28", + "version": "2.0.0-rc.30", "description": "VuePress plugin - links-check", "keywords": [ "vuepress-plugin", diff --git a/plugins/plugin-markdown-container/CHANGELOG.md b/plugins/plugin-markdown-container/CHANGELOG.md index 61421a7ec4..2adad317c5 100644 --- a/plugins/plugin-markdown-container/CHANGELOG.md +++ b/plugins/plugin-markdown-container/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.30](https://github.com/vuepress/ecosystem/compare/v2.0.0-rc.29...v2.0.0-rc.30) (2024-05-16) + +### Features + +- update to latest vuepress rc ([#144](https://github.com/vuepress/ecosystem/issues/144)) ([129d05d](https://github.com/vuepress/ecosystem/commit/129d05d6d6da0565a7b443f5d2265d27a4d40893)) + # [2.0.0-rc.28](https://github.com/vuepress/ecosystem/compare/v2.0.0-rc.27...v2.0.0-rc.28) (2024-05-08) **Note:** Version bump only for package @vuepress/plugin-markdown-container diff --git a/plugins/plugin-markdown-container/package.json b/plugins/plugin-markdown-container/package.json index 3c2d274f9b..47485c1d0f 100644 --- a/plugins/plugin-markdown-container/package.json +++ b/plugins/plugin-markdown-container/package.json @@ -1,6 +1,6 @@ { "name": "@vuepress/plugin-markdown-container", - "version": "2.0.0-rc.28", + "version": "2.0.0-rc.30", "description": "VuePress plugin - markdown container", "keywords": [ "vuepress-plugin", diff --git a/plugins/plugin-markdown-image/CHANGELOG.md b/plugins/plugin-markdown-image/CHANGELOG.md new file mode 100644 index 0000000000..9222f5ae7a --- /dev/null +++ b/plugins/plugin-markdown-image/CHANGELOG.md @@ -0,0 +1,11 @@ +# Change Log + +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.30](https://github.com/vuepress/ecosystem/compare/v2.0.0-rc.29...v2.0.0-rc.30) (2024-05-16) + +### Features + +- add plugin-markdown-image ([#132](https://github.com/vuepress/ecosystem/issues/132)) ([9bdf83c](https://github.com/vuepress/ecosystem/commit/9bdf83cd20eb76025e86e71d34f199951feac89c)) +- update to latest vuepress rc ([#144](https://github.com/vuepress/ecosystem/issues/144)) ([129d05d](https://github.com/vuepress/ecosystem/commit/129d05d6d6da0565a7b443f5d2265d27a4d40893)) diff --git a/plugins/plugin-markdown-image/package.json b/plugins/plugin-markdown-image/package.json index f7addfd2bb..2118e17a0e 100644 --- a/plugins/plugin-markdown-image/package.json +++ b/plugins/plugin-markdown-image/package.json @@ -1,6 +1,6 @@ { "name": "@vuepress/plugin-markdown-image", - "version": "2.0.0-rc.28", + "version": "2.0.0-rc.30", "description": "VuePress plugin - markdown image", "keywords": [ "vuepress-plugin", @@ -45,11 +45,11 @@ "style": "sass src:lib --no-source-map" }, "dependencies": { - "@types/markdown-it": "^14.1.1", "@mdit/plugin-figure": "^0.12.0", "@mdit/plugin-img-lazyload": "^0.12.0", "@mdit/plugin-img-mark": "^0.12.0", "@mdit/plugin-img-size": "^0.12.0", + "@types/markdown-it": "^14.1.1", "@vuepress/helper": "workspace:~" }, "peerDependencies": { diff --git a/plugins/plugin-markdown-math/CHANGELOG.md b/plugins/plugin-markdown-math/CHANGELOG.md new file mode 100644 index 0000000000..96eab87ce5 --- /dev/null +++ b/plugins/plugin-markdown-math/CHANGELOG.md @@ -0,0 +1,11 @@ +# Change Log + +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.30](https://github.com/vuepress/ecosystem/compare/v2.0.0-rc.29...v2.0.0-rc.30) (2024-05-16) + +### Features + +- add plugin-markdown-math ([#142](https://github.com/vuepress/ecosystem/issues/142)) ([0976303](https://github.com/vuepress/ecosystem/commit/09763031654c46f8d7a531527072ff982ab3f515)) +- update to latest vuepress rc ([#144](https://github.com/vuepress/ecosystem/issues/144)) ([129d05d](https://github.com/vuepress/ecosystem/commit/129d05d6d6da0565a7b443f5d2265d27a4d40893)) diff --git a/plugins/plugin-markdown-math/package.json b/plugins/plugin-markdown-math/package.json index af45580199..56e15ec557 100644 --- a/plugins/plugin-markdown-math/package.json +++ b/plugins/plugin-markdown-math/package.json @@ -1,6 +1,6 @@ { "name": "@vuepress/plugin-markdown-math", - "version": "2.0.0-rc.28", + "version": "2.0.0-rc.30", "description": "VuePress plugin - markdown math", "keywords": [ "vuepress-plugin", @@ -40,16 +40,16 @@ "style": "sass src:lib --no-source-map" }, "dependencies": { - "@types/markdown-it": "^14.1.1", "@mdit/plugin-katex-slim": "^0.12.0", "@mdit/plugin-mathjax-slim": "^0.12.0", + "@types/markdown-it": "^14.1.1", "@vuepress/helper": "workspace:~", "vue": "^3.4.27" }, "peerDependencies": { "katex": "^0.16.10", - "vuepress": "2.0.0-rc.11", - "mathjax-full": "^3.2.2" + "mathjax-full": "^3.2.2", + "vuepress": "2.0.0-rc.11" }, "peerDependenciesMeta": { "katex": { diff --git a/plugins/plugin-medium-zoom/CHANGELOG.md b/plugins/plugin-medium-zoom/CHANGELOG.md index 1836552a40..0239558e7f 100644 --- a/plugins/plugin-medium-zoom/CHANGELOG.md +++ b/plugins/plugin-medium-zoom/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.30](https://github.com/vuepress/ecosystem/compare/v2.0.0-rc.29...v2.0.0-rc.30) (2024-05-16) + +### Features + +- update to latest vuepress rc ([#144](https://github.com/vuepress/ecosystem/issues/144)) ([129d05d](https://github.com/vuepress/ecosystem/commit/129d05d6d6da0565a7b443f5d2265d27a4d40893)) + # [2.0.0-rc.28](https://github.com/vuepress/ecosystem/compare/v2.0.0-rc.27...v2.0.0-rc.28) (2024-05-08) **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 7ca4871d24..4bd735571a 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.28", + "version": "2.0.0-rc.30", "description": "VuePress plugin - medium-zoom", "keywords": [ "vuepress-plugin", diff --git a/plugins/plugin-notice/CHANGELOG.md b/plugins/plugin-notice/CHANGELOG.md index 1f2658c002..903d8f00a6 100644 --- a/plugins/plugin-notice/CHANGELOG.md +++ b/plugins/plugin-notice/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.30](https://github.com/vuepress/ecosystem/compare/v2.0.0-rc.29...v2.0.0-rc.30) (2024-05-16) + +### Features + +- update to latest vuepress rc ([#144](https://github.com/vuepress/ecosystem/issues/144)) ([129d05d](https://github.com/vuepress/ecosystem/commit/129d05d6d6da0565a7b443f5d2265d27a4d40893)) + # [2.0.0-rc.29](https://github.com/vuepress/ecosystem/compare/v2.0.0-rc.28...v2.0.0-rc.29) (2024-05-09) ### Bug Fixes diff --git a/plugins/plugin-notice/package.json b/plugins/plugin-notice/package.json index e6d9ffc5f4..43a2dffe0f 100644 --- a/plugins/plugin-notice/package.json +++ b/plugins/plugin-notice/package.json @@ -1,6 +1,6 @@ { "name": "@vuepress/plugin-notice", - "version": "2.0.0-rc.29", + "version": "2.0.0-rc.30", "description": "VuePress plugin - back to top", "keywords": [ "vuepress-plugin", diff --git a/plugins/plugin-nprogress/CHANGELOG.md b/plugins/plugin-nprogress/CHANGELOG.md index 52a428bcb7..06ca7f9bc5 100644 --- a/plugins/plugin-nprogress/CHANGELOG.md +++ b/plugins/plugin-nprogress/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.30](https://github.com/vuepress/ecosystem/compare/v2.0.0-rc.29...v2.0.0-rc.30) (2024-05-16) + +### Features + +- update to latest vuepress rc ([#144](https://github.com/vuepress/ecosystem/issues/144)) ([129d05d](https://github.com/vuepress/ecosystem/commit/129d05d6d6da0565a7b443f5d2265d27a4d40893)) + # [2.0.0-rc.28](https://github.com/vuepress/ecosystem/compare/v2.0.0-rc.27...v2.0.0-rc.28) (2024-05-08) **Note:** Version bump only for package @vuepress/plugin-nprogress diff --git a/plugins/plugin-nprogress/package.json b/plugins/plugin-nprogress/package.json index 0f2c248fa6..53c557519c 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.28", + "version": "2.0.0-rc.30", "description": "VuePress plugin - nprogress", "keywords": [ "vuepress-plugin", diff --git a/plugins/plugin-palette/CHANGELOG.md b/plugins/plugin-palette/CHANGELOG.md index c03a866aa9..1afe582362 100644 --- a/plugins/plugin-palette/CHANGELOG.md +++ b/plugins/plugin-palette/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.30](https://github.com/vuepress/ecosystem/compare/v2.0.0-rc.29...v2.0.0-rc.30) (2024-05-16) + +### Features + +- update to latest vuepress rc ([#144](https://github.com/vuepress/ecosystem/issues/144)) ([129d05d](https://github.com/vuepress/ecosystem/commit/129d05d6d6da0565a7b443f5d2265d27a4d40893)) + # [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 diff --git a/plugins/plugin-palette/package.json b/plugins/plugin-palette/package.json index 14bd6ea266..4c04b079d8 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.21", + "version": "2.0.0-rc.30", "description": "VuePress plugin - palette", "keywords": [ "vuepress-plugin", diff --git a/plugins/plugin-photo-swipe/CHANGELOG.md b/plugins/plugin-photo-swipe/CHANGELOG.md index 5192662877..8a9b9ad552 100644 --- a/plugins/plugin-photo-swipe/CHANGELOG.md +++ b/plugins/plugin-photo-swipe/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.30](https://github.com/vuepress/ecosystem/compare/v2.0.0-rc.29...v2.0.0-rc.30) (2024-05-16) + +### Features + +- update to latest vuepress rc ([#144](https://github.com/vuepress/ecosystem/issues/144)) ([129d05d](https://github.com/vuepress/ecosystem/commit/129d05d6d6da0565a7b443f5d2265d27a4d40893)) + # [2.0.0-rc.28](https://github.com/vuepress/ecosystem/compare/v2.0.0-rc.27...v2.0.0-rc.28) (2024-05-08) **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 6d12a4ede5..7bc1f626cf 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.28", + "version": "2.0.0-rc.30", "description": "VuePress plugin - photo-swipe", "keywords": [ "vuepress-plugin", diff --git a/plugins/plugin-prismjs/CHANGELOG.md b/plugins/plugin-prismjs/CHANGELOG.md index 1afef86d57..abb64275eb 100644 --- a/plugins/plugin-prismjs/CHANGELOG.md +++ b/plugins/plugin-prismjs/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.30](https://github.com/vuepress/ecosystem/compare/v2.0.0-rc.29...v2.0.0-rc.30) (2024-05-16) + +### Features + +- update to latest vuepress rc ([#144](https://github.com/vuepress/ecosystem/issues/144)) ([129d05d](https://github.com/vuepress/ecosystem/commit/129d05d6d6da0565a7b443f5d2265d27a4d40893)) + # [2.0.0-rc.28](https://github.com/vuepress/ecosystem/compare/v2.0.0-rc.27...v2.0.0-rc.28) (2024-05-08) **Note:** Version bump only for package @vuepress/plugin-prismjs diff --git a/plugins/plugin-prismjs/package.json b/plugins/plugin-prismjs/package.json index cbacab106d..439c3c0391 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.28", + "version": "2.0.0-rc.30", "description": "VuePress plugin - prismjs", "keywords": [ "vuepress-plugin", diff --git a/plugins/plugin-pwa/CHANGELOG.md b/plugins/plugin-pwa/CHANGELOG.md index d6c825ec1a..6e49340af1 100644 --- a/plugins/plugin-pwa/CHANGELOG.md +++ b/plugins/plugin-pwa/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.30](https://github.com/vuepress/ecosystem/compare/v2.0.0-rc.29...v2.0.0-rc.30) (2024-05-16) + +### Features + +- update to latest vuepress rc ([#144](https://github.com/vuepress/ecosystem/issues/144)) ([129d05d](https://github.com/vuepress/ecosystem/commit/129d05d6d6da0565a7b443f5d2265d27a4d40893)) + # [2.0.0-rc.28](https://github.com/vuepress/ecosystem/compare/v2.0.0-rc.27...v2.0.0-rc.28) (2024-05-08) **Note:** Version bump only for package @vuepress/plugin-pwa diff --git a/plugins/plugin-pwa/package.json b/plugins/plugin-pwa/package.json index f0f40569aa..7ba576104c 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.28", + "version": "2.0.0-rc.30", "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 618950a3b4..e10684e65d 100644 --- a/plugins/plugin-reading-time/CHANGELOG.md +++ b/plugins/plugin-reading-time/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.30](https://github.com/vuepress/ecosystem/compare/v2.0.0-rc.29...v2.0.0-rc.30) (2024-05-16) + +### Features + +- update to latest vuepress rc ([#144](https://github.com/vuepress/ecosystem/issues/144)) ([129d05d](https://github.com/vuepress/ecosystem/commit/129d05d6d6da0565a7b443f5d2265d27a4d40893)) + # [2.0.0-rc.28](https://github.com/vuepress/ecosystem/compare/v2.0.0-rc.27...v2.0.0-rc.28) (2024-05-08) **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 3561273e2a..b2ac392fde 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.28", + "version": "2.0.0-rc.30", "description": "VuePress plugin - reading-time", "keywords": [ "vuepress-plugin", diff --git a/plugins/plugin-redirect/CHANGELOG.md b/plugins/plugin-redirect/CHANGELOG.md index f166c79b94..68dc180fab 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.30](https://github.com/vuepress/ecosystem/compare/v2.0.0-rc.29...v2.0.0-rc.30) (2024-05-16) + +### Features + +- update to latest vuepress rc ([#144](https://github.com/vuepress/ecosystem/issues/144)) ([129d05d](https://github.com/vuepress/ecosystem/commit/129d05d6d6da0565a7b443f5d2265d27a4d40893)) + # [2.0.0-rc.29](https://github.com/vuepress/ecosystem/compare/v2.0.0-rc.28...v2.0.0-rc.29) (2024-05-09) ### Bug Fixes diff --git a/plugins/plugin-redirect/package.json b/plugins/plugin-redirect/package.json index 0366df3933..de6889c6b3 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.29", + "version": "2.0.0-rc.30", "description": "VuePress plugin - redirect", "keywords": [ "vuepress-plugin", diff --git a/plugins/plugin-register-components/CHANGELOG.md b/plugins/plugin-register-components/CHANGELOG.md index 44277a1494..d38d302e8a 100644 --- a/plugins/plugin-register-components/CHANGELOG.md +++ b/plugins/plugin-register-components/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.30](https://github.com/vuepress/ecosystem/compare/v2.0.0-rc.29...v2.0.0-rc.30) (2024-05-16) + +### Features + +- update to latest vuepress rc ([#144](https://github.com/vuepress/ecosystem/issues/144)) ([129d05d](https://github.com/vuepress/ecosystem/commit/129d05d6d6da0565a7b443f5d2265d27a4d40893)) + # [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 diff --git a/plugins/plugin-register-components/package.json b/plugins/plugin-register-components/package.json index 5a7a1194af..c92b00e37f 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.21", + "version": "2.0.0-rc.30", "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 ec8ee2bb65..89ee10a7ca 100644 --- a/plugins/plugin-remove-pwa/CHANGELOG.md +++ b/plugins/plugin-remove-pwa/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.30](https://github.com/vuepress/ecosystem/compare/v2.0.0-rc.29...v2.0.0-rc.30) (2024-05-16) + +### Features + +- update to latest vuepress rc ([#144](https://github.com/vuepress/ecosystem/issues/144)) ([129d05d](https://github.com/vuepress/ecosystem/commit/129d05d6d6da0565a7b443f5d2265d27a4d40893)) + # [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 diff --git a/plugins/plugin-remove-pwa/package.json b/plugins/plugin-remove-pwa/package.json index ccee64bc76..7d28b3d565 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.21", + "version": "2.0.0-rc.30", "description": "VuePress plugin - remove-pwa", "keywords": [ "vuepress-plugin", diff --git a/plugins/plugin-rtl/CHANGELOG.md b/plugins/plugin-rtl/CHANGELOG.md index afd9b03adf..92b7b388ca 100644 --- a/plugins/plugin-rtl/CHANGELOG.md +++ b/plugins/plugin-rtl/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.30](https://github.com/vuepress/ecosystem/compare/v2.0.0-rc.29...v2.0.0-rc.30) (2024-05-16) + +### Features + +- update to latest vuepress rc ([#144](https://github.com/vuepress/ecosystem/issues/144)) ([129d05d](https://github.com/vuepress/ecosystem/commit/129d05d6d6da0565a7b443f5d2265d27a4d40893)) + # [2.0.0-rc.28](https://github.com/vuepress/ecosystem/compare/v2.0.0-rc.27...v2.0.0-rc.28) (2024-05-08) **Note:** Version bump only for package @vuepress/plugin-rtl diff --git a/plugins/plugin-rtl/package.json b/plugins/plugin-rtl/package.json index 400542f346..9caf1901ae 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.28", + "version": "2.0.0-rc.30", "description": "VuePress plugin - rtl", "keywords": [ "vuepress-plugin", diff --git a/plugins/plugin-sass-palette/CHANGELOG.md b/plugins/plugin-sass-palette/CHANGELOG.md index 522e4064e3..bc36d0b6e9 100644 --- a/plugins/plugin-sass-palette/CHANGELOG.md +++ b/plugins/plugin-sass-palette/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.30](https://github.com/vuepress/ecosystem/compare/v2.0.0-rc.29...v2.0.0-rc.30) (2024-05-16) + +### Features + +- **plugin-sass-palette:** allow empty id ([#127](https://github.com/vuepress/ecosystem/issues/127)) ([407e41e](https://github.com/vuepress/ecosystem/commit/407e41ee9303dd50d4c7966d2053a1fa345e9991)) +- update to latest vuepress rc ([#144](https://github.com/vuepress/ecosystem/issues/144)) ([129d05d](https://github.com/vuepress/ecosystem/commit/129d05d6d6da0565a7b443f5d2265d27a4d40893)) + # [2.0.0-rc.28](https://github.com/vuepress/ecosystem/compare/v2.0.0-rc.27...v2.0.0-rc.28) (2024-05-08) **Note:** Version bump only for package @vuepress/plugin-sass-palette diff --git a/plugins/plugin-sass-palette/package.json b/plugins/plugin-sass-palette/package.json index 9a22ba8094..9145e671d5 100644 --- a/plugins/plugin-sass-palette/package.json +++ b/plugins/plugin-sass-palette/package.json @@ -1,6 +1,6 @@ { "name": "@vuepress/plugin-sass-palette", - "version": "2.0.0-rc.28", + "version": "2.0.0-rc.30", "description": "VuePress plugin - sass-palette", "keywords": [ "vuepress-plugin", diff --git a/plugins/plugin-search/CHANGELOG.md b/plugins/plugin-search/CHANGELOG.md index 0f155b4d50..53611ef954 100644 --- a/plugins/plugin-search/CHANGELOG.md +++ b/plugins/plugin-search/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.30](https://github.com/vuepress/ecosystem/compare/v2.0.0-rc.29...v2.0.0-rc.30) (2024-05-16) + +### Features + +- update to latest vuepress rc ([#144](https://github.com/vuepress/ecosystem/issues/144)) ([129d05d](https://github.com/vuepress/ecosystem/commit/129d05d6d6da0565a7b443f5d2265d27a4d40893)) + # [2.0.0-rc.28](https://github.com/vuepress/ecosystem/compare/v2.0.0-rc.27...v2.0.0-rc.28) (2024-05-08) **Note:** Version bump only for package @vuepress/plugin-search diff --git a/plugins/plugin-search/package.json b/plugins/plugin-search/package.json index 6c5d2dff3a..5b159aa864 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.28", + "version": "2.0.0-rc.30", "description": "VuePress plugin - built-in search", "keywords": [ "vuepress-plugin", diff --git a/plugins/plugin-seo/CHANGELOG.md b/plugins/plugin-seo/CHANGELOG.md index b956efccb6..a0e3afa682 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.30](https://github.com/vuepress/ecosystem/compare/v2.0.0-rc.29...v2.0.0-rc.30) (2024-05-16) + +### Features + +- update to latest vuepress rc ([#144](https://github.com/vuepress/ecosystem/issues/144)) ([129d05d](https://github.com/vuepress/ecosystem/commit/129d05d6d6da0565a7b443f5d2265d27a4d40893)) + # [2.0.0-rc.28](https://github.com/vuepress/ecosystem/compare/v2.0.0-rc.27...v2.0.0-rc.28) (2024-05-08) **Note:** Version bump only for package @vuepress/plugin-seo diff --git a/plugins/plugin-seo/package.json b/plugins/plugin-seo/package.json index 9742cf3d30..0d902b6b37 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.28", + "version": "2.0.0-rc.30", "description": "SEO plugin for vuepress", "keywords": [ "vuepress", diff --git a/plugins/plugin-shiki/CHANGELOG.md b/plugins/plugin-shiki/CHANGELOG.md index b130f6cb1b..291b943a1a 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.30](https://github.com/vuepress/ecosystem/compare/v2.0.0-rc.29...v2.0.0-rc.30) (2024-05-16) + +### Features + +- update to latest vuepress rc ([#144](https://github.com/vuepress/ecosystem/issues/144)) ([129d05d](https://github.com/vuepress/ecosystem/commit/129d05d6d6da0565a7b443f5d2265d27a4d40893)) + # [2.0.0-rc.28](https://github.com/vuepress/ecosystem/compare/v2.0.0-rc.27...v2.0.0-rc.28) (2024-05-08) **Note:** Version bump only for package @vuepress/plugin-shiki diff --git a/plugins/plugin-shiki/package.json b/plugins/plugin-shiki/package.json index 61d337afd4..aa4155f495 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.28", + "version": "2.0.0-rc.30", "description": "VuePress plugin - shiki", "keywords": [ "vuepress-plugin", diff --git a/plugins/plugin-sitemap/CHANGELOG.md b/plugins/plugin-sitemap/CHANGELOG.md index d86c40550f..40b4a43c04 100644 --- a/plugins/plugin-sitemap/CHANGELOG.md +++ b/plugins/plugin-sitemap/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.30](https://github.com/vuepress/ecosystem/compare/v2.0.0-rc.29...v2.0.0-rc.30) (2024-05-16) + +### Features + +- update to latest vuepress rc ([#144](https://github.com/vuepress/ecosystem/issues/144)) ([129d05d](https://github.com/vuepress/ecosystem/commit/129d05d6d6da0565a7b443f5d2265d27a4d40893)) + # [2.0.0-rc.28](https://github.com/vuepress/ecosystem/compare/v2.0.0-rc.27...v2.0.0-rc.28) (2024-05-08) **Note:** Version bump only for package @vuepress/plugin-sitemap diff --git a/plugins/plugin-sitemap/package.json b/plugins/plugin-sitemap/package.json index aae1301beb..bfacbf70a8 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.28", + "version": "2.0.0-rc.30", "description": "Sitemap plugin for vuepress", "keywords": [ "vuepress", diff --git a/plugins/plugin-theme-data/CHANGELOG.md b/plugins/plugin-theme-data/CHANGELOG.md index e31546451a..353d08dec3 100644 --- a/plugins/plugin-theme-data/CHANGELOG.md +++ b/plugins/plugin-theme-data/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.30](https://github.com/vuepress/ecosystem/compare/v2.0.0-rc.29...v2.0.0-rc.30) (2024-05-16) + +### Features + +- update to latest vuepress rc ([#144](https://github.com/vuepress/ecosystem/issues/144)) ([129d05d](https://github.com/vuepress/ecosystem/commit/129d05d6d6da0565a7b443f5d2265d27a4d40893)) + # [2.0.0-rc.28](https://github.com/vuepress/ecosystem/compare/v2.0.0-rc.27...v2.0.0-rc.28) (2024-05-08) **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 35bdb08f0f..1ed1098b43 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.28", + "version": "2.0.0-rc.30", "description": "VuePress plugin - theme data", "keywords": [ "vuepress-plugin", diff --git a/plugins/plugin-toc/CHANGELOG.md b/plugins/plugin-toc/CHANGELOG.md index 9afdc101fc..e2813700dc 100644 --- a/plugins/plugin-toc/CHANGELOG.md +++ b/plugins/plugin-toc/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.30](https://github.com/vuepress/ecosystem/compare/v2.0.0-rc.29...v2.0.0-rc.30) (2024-05-16) + +### Features + +- update to latest vuepress rc ([#144](https://github.com/vuepress/ecosystem/issues/144)) ([129d05d](https://github.com/vuepress/ecosystem/commit/129d05d6d6da0565a7b443f5d2265d27a4d40893)) + # [2.0.0-rc.28](https://github.com/vuepress/ecosystem/compare/v2.0.0-rc.27...v2.0.0-rc.28) (2024-05-08) **Note:** Version bump only for package @vuepress/plugin-toc diff --git a/plugins/plugin-toc/package.json b/plugins/plugin-toc/package.json index b8fe6cef3f..5b0433b70e 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.28", + "version": "2.0.0-rc.30", "description": "VuePress plugin - toc", "keywords": [ "vuepress-plugin", diff --git a/plugins/plugin-umami-analytics/CHANGELOG.md b/plugins/plugin-umami-analytics/CHANGELOG.md index f8271e18d8..131e2cf1f1 100644 --- a/plugins/plugin-umami-analytics/CHANGELOG.md +++ b/plugins/plugin-umami-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.30](https://github.com/vuepress/ecosystem/compare/v2.0.0-rc.29...v2.0.0-rc.30) (2024-05-16) + +### Features + +- update to latest vuepress rc ([#144](https://github.com/vuepress/ecosystem/issues/144)) ([129d05d](https://github.com/vuepress/ecosystem/commit/129d05d6d6da0565a7b443f5d2265d27a4d40893)) + # [2.0.0-rc.28](https://github.com/vuepress/ecosystem/compare/v2.0.0-rc.27...v2.0.0-rc.28) (2024-05-08) **Note:** Version bump only for package @vuepress/plugin-umami-analytics diff --git a/plugins/plugin-umami-analytics/package.json b/plugins/plugin-umami-analytics/package.json index f2a09d8f1f..38ae6c34ba 100644 --- a/plugins/plugin-umami-analytics/package.json +++ b/plugins/plugin-umami-analytics/package.json @@ -1,6 +1,6 @@ { "name": "@vuepress/plugin-umami-analytics", - "version": "2.0.0-rc.28", + "version": "2.0.0-rc.30", "description": "VuePress plugin - umami-analytics", "keywords": [ "vuepress-plugin", diff --git a/plugins/plugin-watermark/CHANGELOG.md b/plugins/plugin-watermark/CHANGELOG.md index 0350487ad4..1cb38e1c77 100644 --- a/plugins/plugin-watermark/CHANGELOG.md +++ b/plugins/plugin-watermark/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.30](https://github.com/vuepress/ecosystem/compare/v2.0.0-rc.29...v2.0.0-rc.30) (2024-05-16) + +### Features + +- update to latest vuepress rc ([#144](https://github.com/vuepress/ecosystem/issues/144)) ([129d05d](https://github.com/vuepress/ecosystem/commit/129d05d6d6da0565a7b443f5d2265d27a4d40893)) + # [2.0.0-rc.28](https://github.com/vuepress/ecosystem/compare/v2.0.0-rc.27...v2.0.0-rc.28) (2024-05-08) ### Performance Improvements diff --git a/plugins/plugin-watermark/package.json b/plugins/plugin-watermark/package.json index c3306b392c..4af382380b 100644 --- a/plugins/plugin-watermark/package.json +++ b/plugins/plugin-watermark/package.json @@ -1,6 +1,6 @@ { "name": "@vuepress/plugin-watermark", - "version": "2.0.0-rc.28", + "version": "2.0.0-rc.30", "description": "VuePress plugin - watermark", "keywords": [ "vuepress-plugin", diff --git a/themes/theme-default/CHANGELOG.md b/themes/theme-default/CHANGELOG.md index f0879e4043..55bd45b838 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.30](https://github.com/vuepress/ecosystem/compare/v2.0.0-rc.29...v2.0.0-rc.30) (2024-05-16) + +### Features + +- update to latest vuepress rc ([#144](https://github.com/vuepress/ecosystem/issues/144)) ([129d05d](https://github.com/vuepress/ecosystem/commit/129d05d6d6da0565a7b443f5d2265d27a4d40893)) + # [2.0.0-rc.28](https://github.com/vuepress/ecosystem/compare/v2.0.0-rc.27...v2.0.0-rc.28) (2024-05-08) ### Features diff --git a/themes/theme-default/package.json b/themes/theme-default/package.json index f773c23675..24055dcf1b 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.28", + "version": "2.0.0-rc.30", "description": "Default theme of VuePress", "keywords": [ "vuepress-theme", @@ -45,10 +45,10 @@ "@vuepress/helper": "workspace:~", "@vuepress/plugin-active-header-links": "workspace:~", "@vuepress/plugin-back-to-top": "workspace:~", - "@vuepress/plugin-markdown-container": "workspace:~", "@vuepress/plugin-copy-code": "workspace:~", "@vuepress/plugin-git": "workspace:~", "@vuepress/plugin-links-check": "workspace:~", + "@vuepress/plugin-markdown-container": "workspace:~", "@vuepress/plugin-medium-zoom": "workspace:~", "@vuepress/plugin-nprogress": "workspace:~", "@vuepress/plugin-palette": "workspace:~", diff --git a/tools/create-vuepress/CHANGELOG.md b/tools/create-vuepress/CHANGELOG.md index 3c2ccf5f4c..8e6d9ee1ac 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.30](https://github.com/vuepress/ecosystem/compare/v2.0.0-rc.29...v2.0.0-rc.30) (2024-05-16) + +### Features + +- update to latest vuepress rc ([#144](https://github.com/vuepress/ecosystem/issues/144)) ([129d05d](https://github.com/vuepress/ecosystem/commit/129d05d6d6da0565a7b443f5d2265d27a4d40893)) + # [2.0.0-rc.28](https://github.com/vuepress/ecosystem/compare/v2.0.0-rc.27...v2.0.0-rc.28) (2024-05-08) **Note:** Version bump only for package create-vuepress diff --git a/tools/create-vuepress/package.json b/tools/create-vuepress/package.json index e22295f866..6766560039 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.28", + "version": "2.0.0-rc.30", "description": "VuePress template helper", "keywords": [ "vuepress", diff --git a/tools/helper/CHANGELOG.md b/tools/helper/CHANGELOG.md index 3720b04253..89d4ede89d 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.30](https://github.com/vuepress/ecosystem/compare/v2.0.0-rc.29...v2.0.0-rc.30) (2024-05-16) + +### Features + +- update to latest vuepress rc ([#144](https://github.com/vuepress/ecosystem/issues/144)) ([129d05d](https://github.com/vuepress/ecosystem/commit/129d05d6d6da0565a7b443f5d2265d27a4d40893)) + # [2.0.0-rc.28](https://github.com/vuepress/ecosystem/compare/v2.0.0-rc.27...v2.0.0-rc.28) (2024-05-08) **Note:** Version bump only for package @vuepress/helper diff --git a/tools/helper/package.json b/tools/helper/package.json index af3210401f..fec8d6ae0c 100644 --- a/tools/helper/package.json +++ b/tools/helper/package.json @@ -1,6 +1,6 @@ { "name": "@vuepress/helper", - "version": "2.0.0-rc.28", + "version": "2.0.0-rc.30", "description": "VuePress helper", "keywords": [ "vuepress", diff --git a/tools/vp-update/CHANGELOG.md b/tools/vp-update/CHANGELOG.md index 73349ac3e5..45f6123e34 100644 --- a/tools/vp-update/CHANGELOG.md +++ b/tools/vp-update/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.30](https://github.com/vuepress/ecosystem/compare/v2.0.0-rc.29...v2.0.0-rc.30) (2024-05-16) + +### Bug Fixes + +- **vp-update:** fix yarn berry registry command ([4298469](https://github.com/vuepress/ecosystem/commit/4298469921ea5361a8e5f6650349888286721796)) + # [2.0.0-rc.28](https://github.com/vuepress/ecosystem/compare/v2.0.0-rc.27...v2.0.0-rc.28) (2024-05-08) **Note:** Version bump only for package vp-update diff --git a/tools/vp-update/package.json b/tools/vp-update/package.json index a7a899f4b4..64dc2c77bb 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.28", + "version": "2.0.0-rc.30", "description": "Update helper for VuePress2", "keywords": [ "vuepress",