File tree 13 files changed +29
-12
lines changed
13 files changed +29
-12
lines changed Original file line number Diff line number Diff line change
1
+ # [ 2.0.0-rc.16] ( https://github.com/vuepress/core/compare/v2.0.0-rc.15...v2.0.0-rc.16 ) (2024-09-29)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * ** core:** handle templateBuildRenderer option correctly ([ 427e3cc] ( https://github.com/vuepress/core/commit/427e3cc976770ec801605f561ebab3e1629f43be ) )
7
+ * ** core:** make ` content ` have higher priority than ` filePath ` in page options ([ 12dbc67] ( https://github.com/vuepress/core/commit/12dbc67775c3e0f573793d9d2b01929e58322879 ) )
8
+ * ** vuepress:** update required node version ([ 98a1830] ( https://github.com/vuepress/core/commit/98a18308260a8476b6b94eb905aeef6f5bedef75 ) )
9
+
10
+
11
+ ### Features
12
+
13
+ * ** bundlerutils:** add bundlerutils package ([ 5488138] ( https://github.com/vuepress/core/commit/548813890385c6d8f54e00eb952452aed2439867 ) )
14
+ * upgrade to vue 3.5 ([ d43bf23] ( https://github.com/vuepress/core/commit/d43bf234fc8f2ba3ffd44811c5d38571e142bc99 ) )
15
+
16
+
17
+
1
18
# [ 2.0.0-rc.15] ( https://github.com/vuepress/core/compare/v2.0.0-rc.14...v2.0.0-rc.15 ) (2024-08-15)
2
19
3
20
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @vuepress/e2e" ,
3
- "version" : " 2.0.0-rc.15 " ,
3
+ "version" : " 2.0.0-rc.16 " ,
4
4
"private" : true ,
5
5
"type" : " module" ,
6
6
"scripts" : {
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @vuepress/monorepo" ,
3
- "version" : " 2.0.0-rc.15 " ,
3
+ "version" : " 2.0.0-rc.16 " ,
4
4
"private" : true ,
5
5
"type" : " module" ,
6
6
"scripts" : {
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @vuepress/bundler-vite" ,
3
- "version" : " 2.0.0-rc.15 " ,
3
+ "version" : " 2.0.0-rc.16 " ,
4
4
"description" : " Bundler vite package of VuePress" ,
5
5
"keywords" : [
6
6
" vuepress-bundler" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @vuepress/bundler-webpack" ,
3
- "version" : " 2.0.0-rc.15 " ,
3
+ "version" : " 2.0.0-rc.16 " ,
4
4
"description" : " Bundler webpack package of VuePress" ,
5
5
"keywords" : [
6
6
" vuepress-bundler" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @vuepress/bundlerutils" ,
3
- "version" : " 2.0.0-rc.15 " ,
3
+ "version" : " 2.0.0-rc.16 " ,
4
4
"description" : " Utils package of VuePress bundler" ,
5
5
"keywords" : [
6
6
" bundler" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @vuepress/cli" ,
3
- "version" : " 2.0.0-rc.15 " ,
3
+ "version" : " 2.0.0-rc.16 " ,
4
4
"description" : " CLI package of VuePress" ,
5
5
"keywords" : [
6
6
" vuepress" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @vuepress/client" ,
3
- "version" : " 2.0.0-rc.15 " ,
3
+ "version" : " 2.0.0-rc.16 " ,
4
4
"description" : " Client package of VuePress" ,
5
5
"keywords" : [
6
6
" vuepress" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @vuepress/core" ,
3
- "version" : " 2.0.0-rc.15 " ,
3
+ "version" : " 2.0.0-rc.16 " ,
4
4
"description" : " Core package of VuePress" ,
5
5
"keywords" : [
6
6
" vuepress" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @vuepress/markdown" ,
3
- "version" : " 2.0.0-rc.15 " ,
3
+ "version" : " 2.0.0-rc.16 " ,
4
4
"description" : " Markdown package of VuePress" ,
5
5
"keywords" : [
6
6
" vuepress" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @vuepress/shared" ,
3
- "version" : " 2.0.0-rc.15 " ,
3
+ "version" : " 2.0.0-rc.16 " ,
4
4
"description" : " Utils that shared between VuePress node and client" ,
5
5
"keywords" : [
6
6
" vuepress" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @vuepress/utils" ,
3
- "version" : " 2.0.0-rc.15 " ,
3
+ "version" : " 2.0.0-rc.16 " ,
4
4
"description" : " Utils package of VuePress" ,
5
5
"keywords" : [
6
6
" vuepress" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " vuepress" ,
3
- "version" : " 2.0.0-rc.15 " ,
3
+ "version" : " 2.0.0-rc.16 " ,
4
4
"description" : " Vue-powered Static Site Generator" ,
5
5
"keywords" : [
6
6
" documentation" ,
You can’t perform that action at this time.
0 commit comments