From bcf4a894271f9673b01dd1b7b19182aecdb5c00f Mon Sep 17 00:00:00 2001 From: Mister-Hope Date: Thu, 16 Jan 2025 21:18:43 +0800 Subject: [PATCH] build: publish v2.0.0-rc.72 --- CHANGELOG.md | 7 +++++++ lerna.json | 2 +- plugins/features/plugin-icon/CHANGELOG.md | 6 ++++++ plugins/features/plugin-icon/package.json | 2 +- themes/theme-default/CHANGELOG.md | 6 ++++++ themes/theme-default/package.json | 2 +- tools/create-vuepress/CHANGELOG.md | 4 ++++ tools/create-vuepress/package.json | 2 +- 8 files changed, 27 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1906a20645..2bd36d3e63 100644 --- a/CHANGELOG.md +++ b/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.72](https://github.com/vuepress/ecosystem/compare/v2.0.0-rc.71...v2.0.0-rc.72) (2025-01-16) + +### Bug Fixes + +- **plugin-icon:** fix fontawesome icon width ([f6cd0cd](https://github.com/vuepress/ecosystem/commit/f6cd0cd84e66200cd0c23a395f93b7f8c9198272)) +- **theme-default:** fix header update ([b689f52](https://github.com/vuepress/ecosystem/commit/b689f52f25b0bf58ed585405fb5b923786bf0324)) + # [2.0.0-rc.71](https://github.com/vuepress/ecosystem/compare/v2.0.0-rc.70...v2.0.0-rc.71) (2025-01-15) ### Bug Fixes diff --git a/lerna.json b/lerna.json index bd3e1069c2..474d537fd2 100644 --- a/lerna.json +++ b/lerna.json @@ -1,6 +1,6 @@ { "npmClient": "pnpm", - "version": "2.0.0-rc.71", + "version": "2.0.0-rc.72", "command": { "version": { "allowBranch": "main", diff --git a/plugins/features/plugin-icon/CHANGELOG.md b/plugins/features/plugin-icon/CHANGELOG.md index 582eff51ff..bf1352ed18 100644 --- a/plugins/features/plugin-icon/CHANGELOG.md +++ b/plugins/features/plugin-icon/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.72](https://github.com/vuepress/ecosystem/compare/v2.0.0-rc.71...v2.0.0-rc.72) (2025-01-16) + +### Bug Fixes + +- **plugin-icon:** fix fontawesome icon width ([f6cd0cd](https://github.com/vuepress/ecosystem/commit/f6cd0cd84e66200cd0c23a395f93b7f8c9198272)) + # [2.0.0-rc.71](https://github.com/vuepress/ecosystem/compare/v2.0.0-rc.70...v2.0.0-rc.71) (2025-01-15) ### Features diff --git a/plugins/features/plugin-icon/package.json b/plugins/features/plugin-icon/package.json index f97a5c60d2..9527ce7744 100644 --- a/plugins/features/plugin-icon/package.json +++ b/plugins/features/plugin-icon/package.json @@ -1,6 +1,6 @@ { "name": "@vuepress/plugin-icon", - "version": "2.0.0-rc.71", + "version": "2.0.0-rc.72", "description": "VuePress plugin - icon", "keywords": [ "vuepress-plugin", diff --git a/themes/theme-default/CHANGELOG.md b/themes/theme-default/CHANGELOG.md index 43fd7fbc19..d3ca600999 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.72](https://github.com/vuepress/ecosystem/compare/v2.0.0-rc.71...v2.0.0-rc.72) (2025-01-16) + +### Bug Fixes + +- **theme-default:** fix header update ([b689f52](https://github.com/vuepress/ecosystem/commit/b689f52f25b0bf58ed585405fb5b923786bf0324)) + # [2.0.0-rc.71](https://github.com/vuepress/ecosystem/compare/v2.0.0-rc.70...v2.0.0-rc.71) (2025-01-15) ### Bug Fixes diff --git a/themes/theme-default/package.json b/themes/theme-default/package.json index a1bb0bdea5..e813c12ea5 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.71", + "version": "2.0.0-rc.72", "description": "Default theme of VuePress", "keywords": [ "vuepress-theme", diff --git a/tools/create-vuepress/CHANGELOG.md b/tools/create-vuepress/CHANGELOG.md index ec4689bb95..c04c3786d5 100644 --- a/tools/create-vuepress/CHANGELOG.md +++ b/tools/create-vuepress/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.72](https://github.com/vuepress/ecosystem/compare/v2.0.0-rc.71...v2.0.0-rc.72) (2025-01-16) + +**Note:** Version bump only for package create-vuepress + # [2.0.0-rc.71](https://github.com/vuepress/ecosystem/compare/v2.0.0-rc.70...v2.0.0-rc.71) (2025-01-15) **Note:** Version bump only for package create-vuepress diff --git a/tools/create-vuepress/package.json b/tools/create-vuepress/package.json index 4a9b9cff36..1165b87eb0 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.71", + "version": "2.0.0-rc.72", "description": "VuePress template helper", "keywords": [ "vuepress",