From b61754f1c5f8558457287888e2deea7e112f6eef Mon Sep 17 00:00:00 2001 From: meteorlxy Date: Fri, 26 Jan 2024 20:01:55 +0800 Subject: [PATCH] build: publish v2.0.0-rc.2 --- CHANGELOG.md | 6 ++++++ lerna.json | 2 +- themes/theme-default/CHANGELOG.md | 4 ++++ themes/theme-default/package.json | 2 +- tools/create-vuepress/CHANGELOG.md | 6 ++++++ tools/create-vuepress/package.json | 2 +- 6 files changed, 19 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 699d696715..b5ef544093 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.2](https://github.com/vuepress/ecosystem/compare/v2.0.0-rc.1...v2.0.0-rc.2) (2024-01-26) + +### Features + +* **create-vuepress:** update packages version ([68d5005](https://github.com/vuepress/ecosystem/commit/68d5005b3d5eabc8e9e473bf498038edd3043901)) + # 2.0.0-rc.1 (2024-01-26) ### Bug Fixes diff --git a/lerna.json b/lerna.json index 787c644840..4891b66ddf 100644 --- a/lerna.json +++ b/lerna.json @@ -1,6 +1,6 @@ { "npmClient": "pnpm", - "version": "2.0.0-rc.1", + "version": "2.0.0-rc.2", "command": { "version": { "allowBranch": "main", diff --git a/themes/theme-default/CHANGELOG.md b/themes/theme-default/CHANGELOG.md index 6def942b12..f275d214f8 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.2](https://github.com/vuepress/ecosystem/compare/v2.0.0-rc.1...v2.0.0-rc.2) (2024-01-26) + +**Note:** Version bump only for package @vuepress/theme-default + # 2.0.0-rc.1 (2024-01-26) ### Bug Fixes diff --git a/themes/theme-default/package.json b/themes/theme-default/package.json index a803af4d7a..e7de98786c 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.1", + "version": "2.0.0-rc.2", "description": "Default theme of VuePress", "keywords": [ "vuepress-theme", diff --git a/tools/create-vuepress/CHANGELOG.md b/tools/create-vuepress/CHANGELOG.md index 10347404f6..ef1ba6f179 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.2](https://github.com/vuepress/ecosystem/compare/v2.0.0-rc.1...v2.0.0-rc.2) (2024-01-26) + +### Features + +* **create-vuepress:** update packages version ([68d5005](https://github.com/vuepress/ecosystem/commit/68d5005b3d5eabc8e9e473bf498038edd3043901)) + # 2.0.0-rc.1 (2024-01-26) ### Features diff --git a/tools/create-vuepress/package.json b/tools/create-vuepress/package.json index a618beaeb4..c89868ea58 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.1", + "version": "2.0.0-rc.2", "description": "VuePress template helper", "keywords": [ "vuepress",