diff --git a/CHANGELOG.md b/CHANGELOG.md index 5241b5f39e..36452452df 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,14 @@ 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.25](https://github.com/vuepress/ecosystem/compare/v2.0.0-rc.24...v2.0.0-rc.25) (2024-04-17) + +### Bug Fixes + +- **plugin-blog:** correct page path, close [#107](https://github.com/vuepress/ecosystem/issues/107) ([5143ed5](https://github.com/vuepress/ecosystem/commit/5143ed59cd0fafb9fcfa0c6fc3595bf6ba20dc83)) +- **plugin-comment:** fix Waline Pageview ([4ff7a6c](https://github.com/vuepress/ecosystem/commit/4ff7a6c29641d50bc0676698f5487203cd5e5263)) +- **plugin-redirect:** fix scrollLock, close [#105](https://github.com/vuepress/ecosystem/issues/105) ([238e222](https://github.com/vuepress/ecosystem/commit/238e222ed5cd446d60a264c04658f12fe13d3d71)) + # [2.0.0-rc.24](https://github.com/vuepress/ecosystem/compare/v2.0.0-rc.23...v2.0.0-rc.24) (2024-04-06) ### Bug Fixes diff --git a/lerna.json b/lerna.json index 1bbae96795..facf620973 100644 --- a/lerna.json +++ b/lerna.json @@ -1,6 +1,6 @@ { "npmClient": "pnpm", - "version": "2.0.0-rc.24", + "version": "2.0.0-rc.25", "command": { "version": { "allowBranch": "main", diff --git a/plugins/plugin-blog/CHANGELOG.md b/plugins/plugin-blog/CHANGELOG.md index 39c93390b0..21f8e5abe0 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.25](https://github.com/vuepress/ecosystem/compare/v2.0.0-rc.24...v2.0.0-rc.25) (2024-04-17) + +### Bug Fixes + +- **plugin-blog:** correct page path, close [#107](https://github.com/vuepress/ecosystem/issues/107) ([5143ed5](https://github.com/vuepress/ecosystem/commit/5143ed59cd0fafb9fcfa0c6fc3595bf6ba20dc83)) + # [2.0.0-rc.24](https://github.com/vuepress/ecosystem/compare/v2.0.0-rc.23...v2.0.0-rc.24) (2024-04-06) **Note:** Version bump only for package @vuepress/plugin-blog diff --git a/plugins/plugin-blog/package.json b/plugins/plugin-blog/package.json index 4e9f851154..c5f5e81f4e 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.24", + "version": "2.0.0-rc.25", "description": "VuePress plugin - blog", "keywords": [ "vuepress-plugin", diff --git a/plugins/plugin-comment/CHANGELOG.md b/plugins/plugin-comment/CHANGELOG.md index f56ff1588a..3f2ad93c32 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.25](https://github.com/vuepress/ecosystem/compare/v2.0.0-rc.24...v2.0.0-rc.25) (2024-04-17) + +### Bug Fixes + +- **plugin-comment:** fix Waline Pageview ([4ff7a6c](https://github.com/vuepress/ecosystem/commit/4ff7a6c29641d50bc0676698f5487203cd5e5263)) + # [2.0.0-rc.24](https://github.com/vuepress/ecosystem/compare/v2.0.0-rc.23...v2.0.0-rc.24) (2024-04-06) ### Bug Fixes diff --git a/plugins/plugin-comment/package.json b/plugins/plugin-comment/package.json index 88719ef271..9a043dc87c 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.24", + "version": "2.0.0-rc.25", "description": "VuePress plugin - comment", "keywords": [ "vuepress-plugin", diff --git a/plugins/plugin-container/CHANGELOG.md b/plugins/plugin-container/CHANGELOG.md index 33a2307cdb..ed3d05b11e 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.25](https://github.com/vuepress/ecosystem/compare/v2.0.0-rc.24...v2.0.0-rc.25) (2024-04-17) + +**Note:** Version bump only for package @vuepress/plugin-container + # [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 diff --git a/plugins/plugin-container/package.json b/plugins/plugin-container/package.json index 86893da132..cbc84b4cf9 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.21", + "version": "2.0.0-rc.25", "description": "VuePress plugin - markdown container", "keywords": [ "vuepress-plugin", diff --git a/plugins/plugin-redirect/CHANGELOG.md b/plugins/plugin-redirect/CHANGELOG.md index 9428323472..c5cb14ecdf 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.25](https://github.com/vuepress/ecosystem/compare/v2.0.0-rc.24...v2.0.0-rc.25) (2024-04-17) + +### Bug Fixes + +- **plugin-redirect:** fix scrollLock, close [#105](https://github.com/vuepress/ecosystem/issues/105) ([238e222](https://github.com/vuepress/ecosystem/commit/238e222ed5cd446d60a264c04658f12fe13d3d71)) + # [2.0.0-rc.24](https://github.com/vuepress/ecosystem/compare/v2.0.0-rc.23...v2.0.0-rc.24) (2024-04-06) **Note:** Version bump only for package @vuepress/plugin-redirect diff --git a/plugins/plugin-redirect/package.json b/plugins/plugin-redirect/package.json index 041e100f68..2553c10f7f 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.24", + "version": "2.0.0-rc.25", "description": "VuePress plugin - redirect", "keywords": [ "vuepress-plugin", diff --git a/plugins/plugin-shiki/CHANGELOG.md b/plugins/plugin-shiki/CHANGELOG.md index 42adcb4581..ab1d5e1ea6 100644 --- a/plugins/plugin-shiki/CHANGELOG.md +++ b/plugins/plugin-shiki/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [2.0.0-rc.25](https://github.com/vuepress/ecosystem/compare/v2.0.0-rc.24...v2.0.0-rc.25) (2024-04-17) + +**Note:** Version bump only for package @vuepress/plugin-shiki + # [2.0.0-rc.24](https://github.com/vuepress/ecosystem/compare/v2.0.0-rc.23...v2.0.0-rc.24) (2024-04-06) **Note:** Version bump only for package @vuepress/plugin-shiki diff --git a/plugins/plugin-shiki/package.json b/plugins/plugin-shiki/package.json index b2673c4d51..5befc39e6e 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.24", + "version": "2.0.0-rc.25", "description": "VuePress plugin - shiki", "keywords": [ "vuepress-plugin", diff --git a/plugins/plugin-sitemap/CHANGELOG.md b/plugins/plugin-sitemap/CHANGELOG.md index fc7d364487..c3f106112c 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.25](https://github.com/vuepress/ecosystem/compare/v2.0.0-rc.24...v2.0.0-rc.25) (2024-04-17) + +**Note:** Version bump only for package @vuepress/plugin-sitemap + # [2.0.0-rc.24](https://github.com/vuepress/ecosystem/compare/v2.0.0-rc.23...v2.0.0-rc.24) (2024-04-06) **Note:** Version bump only for package @vuepress/plugin-sitemap diff --git a/plugins/plugin-sitemap/package.json b/plugins/plugin-sitemap/package.json index 54500d0a17..12aa80b03d 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.24", + "version": "2.0.0-rc.25", "description": "Sitemap plugin for vuepress", "keywords": [ "vuepress", diff --git a/themes/theme-default/CHANGELOG.md b/themes/theme-default/CHANGELOG.md index 673ed2738f..c05ebb1966 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.25](https://github.com/vuepress/ecosystem/compare/v2.0.0-rc.24...v2.0.0-rc.25) (2024-04-17) + +### Bug Fixes + +- **plugin-redirect:** fix scrollLock, close [#105](https://github.com/vuepress/ecosystem/issues/105) ([238e222](https://github.com/vuepress/ecosystem/commit/238e222ed5cd446d60a264c04658f12fe13d3d71)) + # [2.0.0-rc.24](https://github.com/vuepress/ecosystem/compare/v2.0.0-rc.23...v2.0.0-rc.24) (2024-04-06) **Note:** Version bump only for package @vuepress/theme-default diff --git a/themes/theme-default/package.json b/themes/theme-default/package.json index d8c14d06b9..6e573f53ab 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.24", + "version": "2.0.0-rc.25", "description": "Default theme of VuePress", "keywords": [ "vuepress-theme", diff --git a/tools/create-vuepress/CHANGELOG.md b/tools/create-vuepress/CHANGELOG.md index fc9825897f..1223294eea 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.25](https://github.com/vuepress/ecosystem/compare/v2.0.0-rc.24...v2.0.0-rc.25) (2024-04-17) + +### Bug Fixes + +- **plugin-blog:** correct page path, close [#107](https://github.com/vuepress/ecosystem/issues/107) ([5143ed5](https://github.com/vuepress/ecosystem/commit/5143ed59cd0fafb9fcfa0c6fc3595bf6ba20dc83)) + # [2.0.0-rc.22](https://github.com/vuepress/ecosystem/compare/v2.0.0-rc.21...v2.0.0-rc.22) (2024-04-01) **Note:** Version bump only for package create-vuepress diff --git a/tools/create-vuepress/package.json b/tools/create-vuepress/package.json index 5059da5a82..8909447067 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.22", + "version": "2.0.0-rc.25", "description": "VuePress template helper", "keywords": [ "vuepress",