Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 45aee56

Browse files
committed
build: publish v2.0.0-rc.89
1 parent 9255913 commit 45aee56

File tree

4 files changed

+14
-2
lines changed

4 files changed

+14
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [2.0.0-rc.89](https://github.com/vuepress/ecosystem/compare/v2.0.0-rc.88...v2.0.0-rc.89) (2025-03-26)
7+
8+
### Bug Fixes
9+
10+
- **create-vuepress:** fix templateFolder path ([9255913](https://github.com/vuepress/ecosystem/commit/9255913d2de54b379016279308d22eff991aaac8))
11+
612
# [2.0.0-rc.88](https://github.com/vuepress/ecosystem/compare/v2.0.0-rc.87...v2.0.0-rc.88) (2025-03-26)
713

814
### Bug Fixes

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"npmClient": "pnpm",
3-
"version": "2.0.0-rc.88",
3+
"version": "2.0.0-rc.89",
44
"command": {
55
"version": {
66
"allowBranch": "main",

tools/create-vuepress/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [2.0.0-rc.89](https://github.com/vuepress/ecosystem/compare/v2.0.0-rc.88...v2.0.0-rc.89) (2025-03-26)
7+
8+
### Bug Fixes
9+
10+
- **create-vuepress:** fix templateFolder path ([9255913](https://github.com/vuepress/ecosystem/commit/9255913d2de54b379016279308d22eff991aaac8))
11+
612
# [2.0.0-rc.88](https://github.com/vuepress/ecosystem/compare/v2.0.0-rc.87...v2.0.0-rc.88) (2025-03-26)
713

814
**Note:** Version bump only for package create-vuepress

tools/create-vuepress/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "create-vuepress",
3-
"version": "2.0.0-rc.88",
3+
"version": "2.0.0-rc.89",
44
"description": "VuePress template helper",
55
"keywords": [
66
"vuepress",

0 commit comments

Comments
 (0)