File tree 14 files changed +104
-12
lines changed
14 files changed +104
-12
lines changed Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
6
+ # [ 2.0.0-alpha.26] ( https://github.com/vuepress/vuepress-next/compare/v2.0.0-alpha.25...v2.0.0-alpha.26 ) (2021-02-24)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * ** cli:** add theme-data plugin and rename palette plugin ([ 97ce42b] ( https://github.com/vuepress/vuepress-next/commit/97ce42bddbfcef5e66476c2355e031e54d9176ea ) )
12
+
13
+
14
+ ### Features
15
+
16
+ * ** bundler-webpack:** enable options API by default ([ e29b6e1] ( https://github.com/vuepress/vuepress-next/commit/e29b6e1bb1ba89b7d440e54dafe3a84ecf4273db ) )
17
+ * ** plugin-palette:** add palette plugin ([ 556a23c] ( https://github.com/vuepress/vuepress-next/commit/556a23cc9076f972deb3d5c0905441b63b700682 ) )
18
+
19
+
20
+ ### BREAKING CHANGES
21
+
22
+ * ** plugin-palette:** migrate ` @vuepress/plugin-palette-stylus ` to ` @vuepress/plugin-palette `
23
+
24
+
25
+
26
+
27
+
6
28
# [ 2.0.0-alpha.25] ( https://github.com/vuepress/vuepress-next/compare/v2.0.0-alpha.24...v2.0.0-alpha.25 ) (2021-02-20)
7
29
8
30
Original file line number Diff line number Diff line change 1
1
{
2
2
"npmClient" : " yarn" ,
3
3
"useWorkspaces" : true ,
4
- "version" : " 2.0.0-alpha.25 " ,
4
+ "version" : " 2.0.0-alpha.26 " ,
5
5
"command" : {
6
6
"version" : {
7
7
"allowBranch" : " main" ,
Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
6
+ # [ 2.0.0-alpha.26] ( https://github.com/vuepress/vuepress-next/compare/v2.0.0-alpha.25...v2.0.0-alpha.26 ) (2021-02-24)
7
+
8
+
9
+ ### Features
10
+
11
+ * ** bundler-webpack:** enable options API by default ([ e29b6e1] ( https://github.com/vuepress/vuepress-next/commit/e29b6e1bb1ba89b7d440e54dafe3a84ecf4273db ) )
12
+
13
+
14
+
15
+
16
+
6
17
# [ 2.0.0-alpha.25] ( https://github.com/vuepress/vuepress-next/compare/v2.0.0-alpha.24...v2.0.0-alpha.25 ) (2021-02-20)
7
18
8
19
** Note:** Version bump only for package @vuepress/bundler-webpack
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @vuepress/bundler-webpack" ,
3
- "version" : " 2.0.0-alpha.25 " ,
3
+ "version" : " 2.0.0-alpha.26 " ,
4
4
"description" : " Bundler webpack package of VuePress" ,
5
5
"keywords" : [
6
6
" vuepress" ,
Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
6
+ # [ 2.0.0-alpha.26] ( https://github.com/vuepress/vuepress-next/compare/v2.0.0-alpha.25...v2.0.0-alpha.26 ) (2021-02-24)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * ** cli:** add theme-data plugin and rename palette plugin ([ 97ce42b] ( https://github.com/vuepress/vuepress-next/commit/97ce42bddbfcef5e66476c2355e031e54d9176ea ) )
12
+
13
+
14
+
15
+
16
+
6
17
# [ 2.0.0-alpha.25] ( https://github.com/vuepress/vuepress-next/compare/v2.0.0-alpha.24...v2.0.0-alpha.25 ) (2021-02-20)
7
18
8
19
** Note:** Version bump only for package @vuepress/cli
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @vuepress/cli" ,
3
- "version" : " 2.0.0-alpha.25 " ,
3
+ "version" : " 2.0.0-alpha.26 " ,
4
4
"description" : " CLI package of VuePress" ,
5
5
"keywords" : [
6
6
" vuepress" ,
Original file line number Diff line number Diff line change
1
+ # Change Log
2
+
3
+ All notable changes to this project will be documented in this file.
4
+ See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
+
6
+ # [ 2.0.0-alpha.26] ( https://github.com/vuepress/vuepress-next/compare/v2.0.0-alpha.25...v2.0.0-alpha.26 ) (2021-02-24)
7
+
8
+
9
+ ### Features
10
+
11
+ * ** plugin-palette:** add palette plugin ([ 556a23c] ( https://github.com/vuepress/vuepress-next/commit/556a23cc9076f972deb3d5c0905441b63b700682 ) )
12
+
13
+
14
+ ### BREAKING CHANGES
15
+
16
+ * ** plugin-palette:** migrate ` @vuepress/plugin-palette-stylus ` to ` @vuepress/plugin-palette `
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @vuepress/plugin-palette" ,
3
- "version" : " 2.0.0-alpha.25 " ,
3
+ "version" : " 2.0.0-alpha.26 " ,
4
4
"description" : " VuePress plugin - palette" ,
5
5
"keywords" : [
6
6
" vuepress-plugin" ,
Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
6
+ # [ 2.0.0-alpha.26] ( https://github.com/vuepress/vuepress-next/compare/v2.0.0-alpha.25...v2.0.0-alpha.26 ) (2021-02-24)
7
+
8
+
9
+ ### Features
10
+
11
+ * ** plugin-palette:** add palette plugin ([ 556a23c] ( https://github.com/vuepress/vuepress-next/commit/556a23cc9076f972deb3d5c0905441b63b700682 ) )
12
+
13
+
14
+ ### BREAKING CHANGES
15
+
16
+ * ** plugin-palette:** migrate ` @vuepress/plugin-palette-stylus ` to ` @vuepress/plugin-palette `
17
+
18
+
19
+
20
+
21
+
6
22
# [ 2.0.0-alpha.25] ( https://github.com/vuepress/vuepress-next/compare/v2.0.0-alpha.24...v2.0.0-alpha.25 ) (2021-02-20)
7
23
8
24
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @vuepress/theme-default" ,
3
- "version" : " 2.0.0-alpha.25 " ,
3
+ "version" : " 2.0.0-alpha.26 " ,
4
4
"description" : " Default theme of VuePress" ,
5
5
"keywords" : [
6
6
" vuepress-theme" ,
37
37
"@vuepress/plugin-git" : " 2.0.0-alpha.25" ,
38
38
"@vuepress/plugin-medium-zoom" : " 2.0.0-alpha.25" ,
39
39
"@vuepress/plugin-nprogress" : " 2.0.0-alpha.25" ,
40
- "@vuepress/plugin-palette" : " 2.0.0-alpha.25 " ,
40
+ "@vuepress/plugin-palette" : " 2.0.0-alpha.26 " ,
41
41
"@vuepress/plugin-theme-data" : " 2.0.0-alpha.25" ,
42
42
"@vuepress/shared" : " 2.0.0-alpha.25" ,
43
43
"@vuepress/utils" : " 2.0.0-alpha.25" ,
Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
6
+ # [ 2.0.0-alpha.26] ( https://github.com/vuepress/vuepress-next/compare/v2.0.0-alpha.25...v2.0.0-alpha.26 ) (2021-02-24)
7
+
8
+ ** Note:** Version bump only for package @vuepress/theme-vue
9
+
10
+
11
+
12
+
13
+
6
14
# [ 2.0.0-alpha.25] ( https://github.com/vuepress/vuepress-next/compare/v2.0.0-alpha.24...v2.0.0-alpha.25 ) (2021-02-20)
7
15
8
16
** Note:** Version bump only for package @vuepress/theme-vue
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @vuepress/theme-vue" ,
3
- "version" : " 2.0.0-alpha.25 " ,
3
+ "version" : " 2.0.0-alpha.26 " ,
4
4
"description" : " Vue theme of VuePress" ,
5
5
"keywords" : [
6
6
" vuepress-theme" ,
28
28
"clean" : " rimraf lib *.tsbuildinfo"
29
29
},
30
30
"dependencies" : {
31
- "@vuepress/theme-default" : " 2.0.0-alpha.25 "
31
+ "@vuepress/theme-default" : " 2.0.0-alpha.26 "
32
32
},
33
33
"publishConfig" : {
34
34
"access" : " public"
Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
6
+ # [ 2.0.0-alpha.26] ( https://github.com/vuepress/vuepress-next/compare/v2.0.0-alpha.25...v2.0.0-alpha.26 ) (2021-02-24)
7
+
8
+ ** Note:** Version bump only for package vuepress
9
+
10
+
11
+
12
+
13
+
6
14
# [ 2.0.0-alpha.25] ( https://github.com/vuepress/vuepress-next/compare/v2.0.0-alpha.24...v2.0.0-alpha.25 ) (2021-02-20)
7
15
8
16
** Note:** Version bump only for package vuepress
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " vuepress" ,
3
- "version" : " 2.0.0-alpha.25 " ,
3
+ "version" : " 2.0.0-alpha.26 " ,
4
4
"description" : " Vue-powered Static Site Generator" ,
5
5
"keywords" : [
6
6
" documentation" ,
32
32
"clean" : " rimraf lib *.tsbuildinfo"
33
33
},
34
34
"dependencies" : {
35
- "@vuepress/bundler-webpack" : " 2.0.0-alpha.25 " ,
36
- "@vuepress/cli" : " 2.0.0-alpha.25 " ,
35
+ "@vuepress/bundler-webpack" : " 2.0.0-alpha.26 " ,
36
+ "@vuepress/cli" : " 2.0.0-alpha.26 " ,
37
37
"@vuepress/core" : " 2.0.0-alpha.25" ,
38
- "@vuepress/theme-default" : " 2.0.0-alpha.25 "
38
+ "@vuepress/theme-default" : " 2.0.0-alpha.26 "
39
39
}
40
40
}
You can’t perform that action at this time.
0 commit comments