File tree 40 files changed +231
-51
lines changed
40 files changed +231
-51
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.12] ( https://github.com/vuepress/vuepress-next/compare/v2.0.0-alpha.11...v2.0.0-alpha.12 ) (2020-12-19)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * ** markdown:** support v-on shorthand in html inline tags ([ 86a1299] ( https://github.com/vuepress/vuepress-next/commit/86a1299d16555fb453f36aa1db49ff9ce184e874 ) )
12
+ * ** theme-default:** fix navbar type to allow nested group ([ 9ef46ae] ( https://github.com/vuepress/vuepress-next/commit/9ef46ae3d41dc56c536d884665d28f71a7883a59 ) )
13
+
14
+
15
+ ### Features
16
+
17
+ * ** markdown:** code-block-level config for line-numbers and v-pre ([ 9ac3e4a] ( https://github.com/vuepress/vuepress-next/commit/9ac3e4a12066f8b05e5d3a5211adf837a944c29d ) )
18
+
19
+
20
+
21
+
22
+
6
23
# [ 2.0.0-alpha.11] ( https://github.com/vuepress/vuepress-next/compare/v2.0.0-alpha.10...v2.0.0-alpha.11 ) (2020-12-17)
7
24
8
25
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.11 " ,
4
+ "version" : " 2.0.0-alpha.12 " ,
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.12] ( https://github.com/vuepress/vuepress-next/compare/v2.0.0-alpha.11...v2.0.0-alpha.12 ) (2020-12-19)
7
+
8
+ ** Note:** Version bump only for package @vuepress/bundler-webpack
9
+
10
+
11
+
12
+
13
+
6
14
# [ 2.0.0-alpha.11] ( https://github.com/vuepress/vuepress-next/compare/v2.0.0-alpha.10...v2.0.0-alpha.11 ) (2020-12-17)
7
15
8
16
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @vuepress/bundler-webpack" ,
3
- "version" : " 2.0.0-alpha.11 " ,
3
+ "version" : " 2.0.0-alpha.12 " ,
4
4
"description" : " Bundler webpack package of VuePress" ,
5
5
"keywords" : [
6
6
" vuepress" ,
31
31
"@vue/compiler-sfc" : " ^3.0.4" ,
32
32
"@vue/server-renderer" : " ^3.0.4" ,
33
33
"@vuepress/client" : " 2.0.0-alpha.7" ,
34
- "@vuepress/core" : " 2.0.0-alpha.8 " ,
34
+ "@vuepress/core" : " 2.0.0-alpha.12 " ,
35
35
"@vuepress/utils" : " 2.0.0-alpha.7" ,
36
36
"autoprefixer" : " ^10.1.0" ,
37
37
"copy-webpack-plugin" : " ^7.0.0" ,
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.12] ( https://github.com/vuepress/vuepress-next/compare/v2.0.0-alpha.11...v2.0.0-alpha.12 ) (2020-12-19)
7
+
8
+ ** Note:** Version bump only for package @vuepress/cli
9
+
10
+
11
+
12
+
13
+
6
14
# [ 2.0.0-alpha.11] ( https://github.com/vuepress/vuepress-next/compare/v2.0.0-alpha.10...v2.0.0-alpha.11 ) (2020-12-17)
7
15
8
16
** 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.11 " ,
3
+ "version" : " 2.0.0-alpha.12 " ,
4
4
"description" : " CLI package of VuePress" ,
5
5
"keywords" : [
6
6
" vuepress" ,
30
30
"clean" : " rimraf lib *.tsbuildinfo"
31
31
},
32
32
"dependencies" : {
33
- "@vuepress/core" : " 2.0.0-alpha.8 " ,
33
+ "@vuepress/core" : " 2.0.0-alpha.12 " ,
34
34
"@vuepress/utils" : " 2.0.0-alpha.7" ,
35
35
"cac" : " ^6.7.1" ,
36
36
"chokidar" : " ^3.4.3" ,
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.12] ( https://github.com/vuepress/vuepress-next/compare/v2.0.0-alpha.11...v2.0.0-alpha.12 ) (2020-12-19)
7
+
8
+ ** Note:** Version bump only for package @vuepress/core
9
+
10
+
11
+
12
+
13
+
6
14
# [ 2.0.0-alpha.8] ( https://github.com/vuepress/vuepress-next/compare/v2.0.0-alpha.7...v2.0.0-alpha.8 ) (2020-12-11)
7
15
8
16
** Note:** Version bump only for package @vuepress/core
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @vuepress/core" ,
3
- "version" : " 2.0.0-alpha.8 " ,
3
+ "version" : " 2.0.0-alpha.12 " ,
4
4
"description" : " Core package of VuePress" ,
5
5
"keywords" : [
6
6
" vuepress" ,
27
27
},
28
28
"dependencies" : {
29
29
"@vuepress/client" : " 2.0.0-alpha.7" ,
30
- "@vuepress/markdown" : " 2.0.0-alpha.7 " ,
30
+ "@vuepress/markdown" : " 2.0.0-alpha.12 " ,
31
31
"@vuepress/shared" : " 2.0.0-alpha.7" ,
32
32
"@vuepress/utils" : " 2.0.0-alpha.7" ,
33
33
"gray-matter" : " ^4.0.2" ,
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.12] ( https://github.com/vuepress/vuepress-next/compare/v2.0.0-alpha.11...v2.0.0-alpha.12 ) (2020-12-19)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * ** markdown:** support v-on shorthand in html inline tags ([ 86a1299] ( https://github.com/vuepress/vuepress-next/commit/86a1299d16555fb453f36aa1db49ff9ce184e874 ) )
12
+
13
+
14
+ ### Features
15
+
16
+ * ** markdown:** code-block-level config for line-numbers and v-pre ([ 9ac3e4a] ( https://github.com/vuepress/vuepress-next/commit/9ac3e4a12066f8b05e5d3a5211adf837a944c29d ) )
17
+
18
+
19
+
20
+
21
+
6
22
# [ 2.0.0-alpha.7] ( https://github.com/vuepress/vuepress-next/compare/v2.0.0-alpha.6...v2.0.0-alpha.7 ) (2020-12-09)
7
23
8
24
** Note:** Version bump only for package @vuepress/markdown
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @vuepress/markdown" ,
3
- "version" : " 2.0.0-alpha.7 " ,
3
+ "version" : " 2.0.0-alpha.12 " ,
4
4
"description" : " Markdown 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.12] ( https://github.com/vuepress/vuepress-next/compare/v2.0.0-alpha.11...v2.0.0-alpha.12 ) (2020-12-19)
7
+
8
+ ** Note:** Version bump only for package @vuepress/plugin-active-header-links
9
+
10
+
11
+
12
+
13
+
6
14
# [ 2.0.0-alpha.8] ( https://github.com/vuepress/vuepress-next/compare/v2.0.0-alpha.7...v2.0.0-alpha.8 ) (2020-12-11)
7
15
8
16
** Note:** Version bump only for package @vuepress/plugin-active-header-links
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @vuepress/plugin-active-header-links" ,
3
- "version" : " 2.0.0-alpha.8 " ,
3
+ "version" : " 2.0.0-alpha.12 " ,
4
4
"description" : " VuePress plugin - active header links" ,
5
5
"keywords" : [
6
6
" vuepress" ,
29
29
},
30
30
"dependencies" : {
31
31
"@vuepress/client" : " 2.0.0-alpha.7" ,
32
- "@vuepress/core" : " 2.0.0-alpha.8 " ,
32
+ "@vuepress/core" : " 2.0.0-alpha.12 " ,
33
33
"@vuepress/utils" : " 2.0.0-alpha.7" ,
34
34
"lodash.debounce" : " ^4.0.8" ,
35
35
"vue" : " ^3.0.4" ,
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.12] ( https://github.com/vuepress/vuepress-next/compare/v2.0.0-alpha.11...v2.0.0-alpha.12 ) (2020-12-19)
7
+
8
+ ** Note:** Version bump only for package @vuepress/plugin-back-to-top
9
+
10
+
11
+
12
+
13
+
6
14
# [ 2.0.0-alpha.9] ( https://github.com/vuepress/vuepress-next/compare/v2.0.0-alpha.8...v2.0.0-alpha.9 ) (2020-12-16)
7
15
8
16
** Note:** Version bump only for package @vuepress/plugin-back-to-top
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @vuepress/plugin-back-to-top" ,
3
- "version" : " 2.0.0-alpha.9 " ,
3
+ "version" : " 2.0.0-alpha.12 " ,
4
4
"description" : " VuePress plugin - back to top" ,
5
5
"keywords" : [
6
6
" vuepress" ,
28
28
"copy" : " cpx \" src/**/*.vue\" lib"
29
29
},
30
30
"dependencies" : {
31
- "@vuepress/core" : " 2.0.0-alpha.8 " ,
31
+ "@vuepress/core" : " 2.0.0-alpha.12 " ,
32
32
"@vuepress/utils" : " 2.0.0-alpha.7" ,
33
33
"lodash.debounce" : " ^4.0.8" ,
34
34
"vue" : " ^3.0.4"
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.12] ( https://github.com/vuepress/vuepress-next/compare/v2.0.0-alpha.11...v2.0.0-alpha.12 ) (2020-12-19)
7
+
8
+ ** Note:** Version bump only for package @vuepress/plugin-container
9
+
10
+
11
+
12
+
13
+
6
14
# [ 2.0.0-alpha.8] ( https://github.com/vuepress/vuepress-next/compare/v2.0.0-alpha.7...v2.0.0-alpha.8 ) (2020-12-11)
7
15
8
16
** Note:** Version bump only for package @vuepress/plugin-container
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @vuepress/plugin-container" ,
3
- "version" : " 2.0.0-alpha.8 " ,
3
+ "version" : " 2.0.0-alpha.12 " ,
4
4
"description" : " VuePress plugin - markdown container" ,
5
5
"keywords" : [
6
6
" vuepress" ,
29
29
},
30
30
"dependencies" : {
31
31
"@types/markdown-it" : " ^12.0.0" ,
32
- "@vuepress/core" : " 2.0.0-alpha.8 " ,
33
- "@vuepress/markdown" : " 2.0.0-alpha.7 " ,
32
+ "@vuepress/core" : " 2.0.0-alpha.12 " ,
33
+ "@vuepress/markdown" : " 2.0.0-alpha.12 " ,
34
34
"@vuepress/shared" : " 2.0.0-alpha.7" ,
35
35
"@vuepress/utils" : " 2.0.0-alpha.7" ,
36
36
"markdown-it" : " ^12.0.3" ,
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.12] ( https://github.com/vuepress/vuepress-next/compare/v2.0.0-alpha.11...v2.0.0-alpha.12 ) (2020-12-19)
7
+
8
+ ** Note:** Version bump only for package @vuepress/plugin-debug
9
+
10
+
11
+
12
+
13
+
6
14
# [ 2.0.0-alpha.8] ( https://github.com/vuepress/vuepress-next/compare/v2.0.0-alpha.7...v2.0.0-alpha.8 ) (2020-12-11)
7
15
8
16
** Note:** Version bump only for package @vuepress/plugin-debug
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @vuepress/plugin-debug" ,
3
- "version" : " 2.0.0-alpha.8 " ,
3
+ "version" : " 2.0.0-alpha.12 " ,
4
4
"description" : " VuePress plugin - debug" ,
5
5
"keywords" : [
6
6
" vuepress" ,
29
29
},
30
30
"dependencies" : {
31
31
"@vuepress/client" : " 2.0.0-alpha.7" ,
32
- "@vuepress/core" : " 2.0.0-alpha.8 " ,
32
+ "@vuepress/core" : " 2.0.0-alpha.12 " ,
33
33
"@vuepress/utils" : " 2.0.0-alpha.7" ,
34
34
"vue" : " ^3.0.4" ,
35
35
"vue-router" : " 4.0.1"
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.12] ( https://github.com/vuepress/vuepress-next/compare/v2.0.0-alpha.11...v2.0.0-alpha.12 ) (2020-12-19)
7
+
8
+ ** Note:** Version bump only for package @vuepress/plugin-docsearch
9
+
10
+
11
+
12
+
13
+
6
14
# [ 2.0.0-alpha.8] ( https://github.com/vuepress/vuepress-next/compare/v2.0.0-alpha.7...v2.0.0-alpha.8 ) (2020-12-11)
7
15
8
16
** Note:** Version bump only for package @vuepress/plugin-docsearch
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @vuepress/plugin-docsearch" ,
3
- "version" : " 2.0.0-alpha.8 " ,
3
+ "version" : " 2.0.0-alpha.12 " ,
4
4
"description" : " VuePress plugin - docsearch" ,
5
5
"keywords" : [
6
6
" vuepress" ,
33
33
"@docsearch/js" : " 3.0.0-alpha.31" ,
34
34
"@types/react" : " ^17.0.0" ,
35
35
"@vuepress/client" : " 2.0.0-alpha.7" ,
36
- "@vuepress/core" : " 2.0.0-alpha.8 " ,
36
+ "@vuepress/core" : " 2.0.0-alpha.12 " ,
37
37
"@vuepress/shared" : " 2.0.0-alpha.7" ,
38
38
"@vuepress/utils" : " 2.0.0-alpha.7" ,
39
39
"preact" : " ^10.0.0" ,
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.12] ( https://github.com/vuepress/vuepress-next/compare/v2.0.0-alpha.11...v2.0.0-alpha.12 ) (2020-12-19)
7
+
8
+ ** Note:** Version bump only for package @vuepress/plugin-git
9
+
10
+
11
+
12
+
13
+
6
14
# [ 2.0.0-alpha.9] ( https://github.com/vuepress/vuepress-next/compare/v2.0.0-alpha.8...v2.0.0-alpha.9 ) (2020-12-16)
7
15
8
16
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @vuepress/plugin-git" ,
3
- "version" : " 2.0.0-alpha.9 " ,
3
+ "version" : " 2.0.0-alpha.12 " ,
4
4
"description" : " VuePress plugin - git" ,
5
5
"keywords" : [
6
6
" vuepress" ,
27
27
"clean" : " rimraf lib *.tsbuildinfo"
28
28
},
29
29
"dependencies" : {
30
- "@vuepress/core" : " 2.0.0-alpha.8 " ,
30
+ "@vuepress/core" : " 2.0.0-alpha.12 " ,
31
31
"execa" : " ^4.1.0"
32
32
},
33
33
"publishConfig" : {
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.12] ( https://github.com/vuepress/vuepress-next/compare/v2.0.0-alpha.11...v2.0.0-alpha.12 ) (2020-12-19)
7
+
8
+ ** Note:** Version bump only for package @vuepress/plugin-google-analytics
9
+
10
+
11
+
12
+
13
+
6
14
# [ 2.0.0-alpha.8] ( https://github.com/vuepress/vuepress-next/compare/v2.0.0-alpha.7...v2.0.0-alpha.8 ) (2020-12-11)
7
15
8
16
** Note:** Version bump only for package @vuepress/plugin-google-analytics
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @vuepress/plugin-google-analytics" ,
3
- "version" : " 2.0.0-alpha.8 " ,
3
+ "version" : " 2.0.0-alpha.12 " ,
4
4
"description" : " VuePress plugin - google-analytics" ,
5
5
"keywords" : [
6
6
" vuepress" ,
29
29
},
30
30
"dependencies" : {
31
31
"@vuepress/client" : " 2.0.0-alpha.7" ,
32
- "@vuepress/core" : " 2.0.0-alpha.8 " ,
32
+ "@vuepress/core" : " 2.0.0-alpha.12 " ,
33
33
"@vuepress/utils" : " 2.0.0-alpha.7" ,
34
34
"vue-router" : " 4.0.1"
35
35
},
You can’t perform that action at this time.
0 commit comments