From ae404292432a5ecdc0aa2d1553a7c24273a8c4c3 Mon Sep 17 00:00:00 2001 From: Mister-Hope Date: Mon, 27 May 2024 17:23:03 +0800 Subject: [PATCH] build: publish v2.0.0-rc.32 --- CHANGELOG.md | 6 ++++++ lerna.json | 2 +- plugins/plugin-prismjs/CHANGELOG.md | 6 ++++++ plugins/plugin-prismjs/package.json | 2 +- plugins/plugin-shiki/CHANGELOG.md | 6 ++++++ plugins/plugin-shiki/package.json | 2 +- themes/theme-default/CHANGELOG.md | 4 ++++ themes/theme-default/package.json | 2 +- 8 files changed, 26 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fb2e3be4de..8af6336e60 100644 --- a/CHANGELOG.md +++ b/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.32](https://github.com/vuepress/ecosystem/compare/v2.0.0-rc.31...v2.0.0-rc.32) (2024-05-27) + +### Bug Fixes + +- fix preWrapper plugin ([#157](https://github.com/vuepress/ecosystem/issues/157)) ([28359b9](https://github.com/vuepress/ecosystem/commit/28359b95181ef0961ea8e5e0058319615f0a5f67)) + # [2.0.0-rc.31](https://github.com/vuepress/ecosystem/compare/v2.0.0-rc.30...v2.0.0-rc.31) (2024-05-27) ### Bug Fixes diff --git a/lerna.json b/lerna.json index add6684887..19f317fb8d 100644 --- a/lerna.json +++ b/lerna.json @@ -1,6 +1,6 @@ { "npmClient": "pnpm", - "version": "2.0.0-rc.31", + "version": "2.0.0-rc.32", "command": { "version": { "allowBranch": "main", diff --git a/plugins/plugin-prismjs/CHANGELOG.md b/plugins/plugin-prismjs/CHANGELOG.md index b5bf27d628..ec13d0e23e 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.32](https://github.com/vuepress/ecosystem/compare/v2.0.0-rc.31...v2.0.0-rc.32) (2024-05-27) + +### Bug Fixes + +- fix preWrapper plugin ([#157](https://github.com/vuepress/ecosystem/issues/157)) ([28359b9](https://github.com/vuepress/ecosystem/commit/28359b95181ef0961ea8e5e0058319615f0a5f67)) + # [2.0.0-rc.31](https://github.com/vuepress/ecosystem/compare/v2.0.0-rc.30...v2.0.0-rc.31) (2024-05-27) ### Features diff --git a/plugins/plugin-prismjs/package.json b/plugins/plugin-prismjs/package.json index cd71936aac..c22e0ad64c 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.31", + "version": "2.0.0-rc.32", "description": "VuePress plugin - prismjs", "keywords": [ "vuepress-plugin", diff --git a/plugins/plugin-shiki/CHANGELOG.md b/plugins/plugin-shiki/CHANGELOG.md index 8ee39ef929..27d63db096 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.32](https://github.com/vuepress/ecosystem/compare/v2.0.0-rc.31...v2.0.0-rc.32) (2024-05-27) + +### Bug Fixes + +- fix preWrapper plugin ([#157](https://github.com/vuepress/ecosystem/issues/157)) ([28359b9](https://github.com/vuepress/ecosystem/commit/28359b95181ef0961ea8e5e0058319615f0a5f67)) + # [2.0.0-rc.31](https://github.com/vuepress/ecosystem/compare/v2.0.0-rc.30...v2.0.0-rc.31) (2024-05-27) ### Features diff --git a/plugins/plugin-shiki/package.json b/plugins/plugin-shiki/package.json index 127dc9369b..cfded92688 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.31", + "version": "2.0.0-rc.32", "description": "VuePress plugin - shiki", "keywords": [ "vuepress-plugin", diff --git a/themes/theme-default/CHANGELOG.md b/themes/theme-default/CHANGELOG.md index 102a0a9f1f..9736ee1cff 100644 --- a/themes/theme-default/CHANGELOG.md +++ b/themes/theme-default/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.32](https://github.com/vuepress/ecosystem/compare/v2.0.0-rc.31...v2.0.0-rc.32) (2024-05-27) + +**Note:** Version bump only for package @vuepress/theme-default + # [2.0.0-rc.31](https://github.com/vuepress/ecosystem/compare/v2.0.0-rc.30...v2.0.0-rc.31) (2024-05-27) ### Bug Fixes diff --git a/themes/theme-default/package.json b/themes/theme-default/package.json index ce9281e5a1..f0802f1708 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.31", + "version": "2.0.0-rc.32", "description": "Default theme of VuePress", "keywords": [ "vuepress-theme",