Skip to content

Commit dfede33

Browse files
committed
docs: update docs
1 parent d49cc91 commit dfede33

File tree

5 files changed

+13
-13
lines changed

5 files changed

+13
-13
lines changed

docs/.vuepress/config/en/bulletin.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ export const bulletin = {
99
type: 'text',
1010
content: `
1111
<ul>
12-
<li>vuepress:2.0.0-rc.18</li>
13-
<li>theme reco:2.0.0-rc.23</li>
12+
<li>vuepress:2.0.0-rc.19</li>
13+
<li>theme reco:2.0.0-rc.26</li>
1414
</ul>`,
1515
style: 'font-size: 12px; color: #5D67E8;'
1616
},

docs/.vuepress/config/zh/bulletin.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ export const bulletin = {
88
type: 'text',
99
content: `
1010
<ul>
11-
<li>vuepress:2.0.0-rc.18</li>
12-
<li>reco 主题:2.0.0-rc.23</li>
11+
<li>vuepress:2.0.0-rc.19</li>
12+
<li>reco 主题:2.0.0-rc.26</li>
1313
</ul>`,
1414
style: 'font-size: 12px; color: #5D67E8;'
1515
},

docs/docs/guide/package-manager.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,10 @@ date: 2024-04-27
2525
},
2626
"dependencies": {
2727
"vue": "^3.5.0",
28-
"vuepress": "2.0.0-rc.18",
29-
"vuepress-theme-reco": "2.0.0-rc.23",
30-
"@vuepress/bundler-vite": "2.0.0-rc.18",
31-
"@vuepress/bundler-webpack": "2.0.0-rc.18"
28+
"vuepress": "2.0.0-rc.19",
29+
"vuepress-theme-reco": "2.0.0-rc.26",
30+
"@vuepress/bundler-vite": "2.0.0-rc.19",
31+
"@vuepress/bundler-webpack": "2.0.0-rc.19"
3232
}
3333
}
3434
```

docs/en/docs/guide/package-manager.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,10 @@ If the package manager uses `pnpm`, `package.json` also needs to include `vue`.
2525
},
2626
"dependencies": {
2727
"vue": "^3.5.0",
28-
"vuepress": "2.0.0-rc.18",
29-
"vuepress-theme-reco": "2.0.0-rc.23",
30-
"@vuepress/bundler-vite": "2.0.0-rc.18",
31-
"@vuepress/bundler-webpack": "2.0.0-rc.18"
28+
"vuepress": "2.0.0-rc.19",
29+
"vuepress-theme-reco": "2.0.0-rc.26",
30+
"@vuepress/bundler-vite": "2.0.0-rc.19",
31+
"@vuepress/bundler-webpack": "2.0.0-rc.19"
3232
}
3333
}
3434
```

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,6 @@
7777
"typescript": "5.2.2",
7878
"vue": "^3.5.13",
7979
"vuepress": "2.0.0-rc.19",
80-
"vuepress-theme-reco": "2.0.0-rc.25"
80+
"vuepress-theme-reco": "workspace:*"
8181
}
8282
}

0 commit comments

Comments
 (0)