Skip to content

Commit 7514046

Browse files
committed
build: publish v2.0.0-alpha.12
1 parent 471b517 commit 7514046

File tree

40 files changed

+231
-51
lines changed

40 files changed

+231
-51
lines changed

CHANGELOG.md

+17
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,23 @@
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-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+
623
# [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)
724

825

lerna.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"npmClient": "yarn",
33
"useWorkspaces": true,
4-
"version": "2.0.0-alpha.11",
4+
"version": "2.0.0-alpha.12",
55
"command": {
66
"version": {
77
"allowBranch": "main",

packages/@vuepress/bundler-webpack/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
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-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+
614
# [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)
715

816

packages/@vuepress/bundler-webpack/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vuepress/bundler-webpack",
3-
"version": "2.0.0-alpha.11",
3+
"version": "2.0.0-alpha.12",
44
"description": "Bundler webpack package of VuePress",
55
"keywords": [
66
"vuepress",
@@ -31,7 +31,7 @@
3131
"@vue/compiler-sfc": "^3.0.4",
3232
"@vue/server-renderer": "^3.0.4",
3333
"@vuepress/client": "2.0.0-alpha.7",
34-
"@vuepress/core": "2.0.0-alpha.8",
34+
"@vuepress/core": "2.0.0-alpha.12",
3535
"@vuepress/utils": "2.0.0-alpha.7",
3636
"autoprefixer": "^10.1.0",
3737
"copy-webpack-plugin": "^7.0.0",

packages/@vuepress/cli/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
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-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+
614
# [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)
715

816
**Note:** Version bump only for package @vuepress/cli

packages/@vuepress/cli/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vuepress/cli",
3-
"version": "2.0.0-alpha.11",
3+
"version": "2.0.0-alpha.12",
44
"description": "CLI package of VuePress",
55
"keywords": [
66
"vuepress",
@@ -30,7 +30,7 @@
3030
"clean": "rimraf lib *.tsbuildinfo"
3131
},
3232
"dependencies": {
33-
"@vuepress/core": "2.0.0-alpha.8",
33+
"@vuepress/core": "2.0.0-alpha.12",
3434
"@vuepress/utils": "2.0.0-alpha.7",
3535
"cac": "^6.7.1",
3636
"chokidar": "^3.4.3",

packages/@vuepress/core/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
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-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+
614
# [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)
715

816
**Note:** Version bump only for package @vuepress/core

packages/@vuepress/core/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vuepress/core",
3-
"version": "2.0.0-alpha.8",
3+
"version": "2.0.0-alpha.12",
44
"description": "Core package of VuePress",
55
"keywords": [
66
"vuepress",
@@ -27,7 +27,7 @@
2727
},
2828
"dependencies": {
2929
"@vuepress/client": "2.0.0-alpha.7",
30-
"@vuepress/markdown": "2.0.0-alpha.7",
30+
"@vuepress/markdown": "2.0.0-alpha.12",
3131
"@vuepress/shared": "2.0.0-alpha.7",
3232
"@vuepress/utils": "2.0.0-alpha.7",
3333
"gray-matter": "^4.0.2",

packages/@vuepress/markdown/CHANGELOG.md

+16
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,22 @@
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-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+
622
# [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)
723

824
**Note:** Version bump only for package @vuepress/markdown

packages/@vuepress/markdown/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vuepress/markdown",
3-
"version": "2.0.0-alpha.7",
3+
"version": "2.0.0-alpha.12",
44
"description": "Markdown package of VuePress",
55
"keywords": [
66
"vuepress",

packages/@vuepress/plugin-active-header-links/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
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-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+
614
# [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)
715

816
**Note:** Version bump only for package @vuepress/plugin-active-header-links

packages/@vuepress/plugin-active-header-links/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vuepress/plugin-active-header-links",
3-
"version": "2.0.0-alpha.8",
3+
"version": "2.0.0-alpha.12",
44
"description": "VuePress plugin - active header links",
55
"keywords": [
66
"vuepress",
@@ -29,7 +29,7 @@
2929
},
3030
"dependencies": {
3131
"@vuepress/client": "2.0.0-alpha.7",
32-
"@vuepress/core": "2.0.0-alpha.8",
32+
"@vuepress/core": "2.0.0-alpha.12",
3333
"@vuepress/utils": "2.0.0-alpha.7",
3434
"lodash.debounce": "^4.0.8",
3535
"vue": "^3.0.4",

packages/@vuepress/plugin-back-to-top/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
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-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+
614
# [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)
715

816
**Note:** Version bump only for package @vuepress/plugin-back-to-top

packages/@vuepress/plugin-back-to-top/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vuepress/plugin-back-to-top",
3-
"version": "2.0.0-alpha.9",
3+
"version": "2.0.0-alpha.12",
44
"description": "VuePress plugin - back to top",
55
"keywords": [
66
"vuepress",
@@ -28,7 +28,7 @@
2828
"copy": "cpx \"src/**/*.vue\" lib"
2929
},
3030
"dependencies": {
31-
"@vuepress/core": "2.0.0-alpha.8",
31+
"@vuepress/core": "2.0.0-alpha.12",
3232
"@vuepress/utils": "2.0.0-alpha.7",
3333
"lodash.debounce": "^4.0.8",
3434
"vue": "^3.0.4"

packages/@vuepress/plugin-container/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
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-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+
614
# [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)
715

816
**Note:** Version bump only for package @vuepress/plugin-container

packages/@vuepress/plugin-container/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vuepress/plugin-container",
3-
"version": "2.0.0-alpha.8",
3+
"version": "2.0.0-alpha.12",
44
"description": "VuePress plugin - markdown container",
55
"keywords": [
66
"vuepress",
@@ -29,8 +29,8 @@
2929
},
3030
"dependencies": {
3131
"@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",
3434
"@vuepress/shared": "2.0.0-alpha.7",
3535
"@vuepress/utils": "2.0.0-alpha.7",
3636
"markdown-it": "^12.0.3",

packages/@vuepress/plugin-debug/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
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-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+
614
# [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)
715

816
**Note:** Version bump only for package @vuepress/plugin-debug

packages/@vuepress/plugin-debug/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vuepress/plugin-debug",
3-
"version": "2.0.0-alpha.8",
3+
"version": "2.0.0-alpha.12",
44
"description": "VuePress plugin - debug",
55
"keywords": [
66
"vuepress",
@@ -29,7 +29,7 @@
2929
},
3030
"dependencies": {
3131
"@vuepress/client": "2.0.0-alpha.7",
32-
"@vuepress/core": "2.0.0-alpha.8",
32+
"@vuepress/core": "2.0.0-alpha.12",
3333
"@vuepress/utils": "2.0.0-alpha.7",
3434
"vue": "^3.0.4",
3535
"vue-router": "4.0.1"

packages/@vuepress/plugin-docsearch/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
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-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+
614
# [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)
715

816
**Note:** Version bump only for package @vuepress/plugin-docsearch

packages/@vuepress/plugin-docsearch/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vuepress/plugin-docsearch",
3-
"version": "2.0.0-alpha.8",
3+
"version": "2.0.0-alpha.12",
44
"description": "VuePress plugin - docsearch",
55
"keywords": [
66
"vuepress",
@@ -33,7 +33,7 @@
3333
"@docsearch/js": "3.0.0-alpha.31",
3434
"@types/react": "^17.0.0",
3535
"@vuepress/client": "2.0.0-alpha.7",
36-
"@vuepress/core": "2.0.0-alpha.8",
36+
"@vuepress/core": "2.0.0-alpha.12",
3737
"@vuepress/shared": "2.0.0-alpha.7",
3838
"@vuepress/utils": "2.0.0-alpha.7",
3939
"preact": "^10.0.0",

packages/@vuepress/plugin-git/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
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-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+
614
# [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)
715

816

packages/@vuepress/plugin-git/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vuepress/plugin-git",
3-
"version": "2.0.0-alpha.9",
3+
"version": "2.0.0-alpha.12",
44
"description": "VuePress plugin - git",
55
"keywords": [
66
"vuepress",
@@ -27,7 +27,7 @@
2727
"clean": "rimraf lib *.tsbuildinfo"
2828
},
2929
"dependencies": {
30-
"@vuepress/core": "2.0.0-alpha.8",
30+
"@vuepress/core": "2.0.0-alpha.12",
3131
"execa": "^4.1.0"
3232
},
3333
"publishConfig": {

packages/@vuepress/plugin-google-analytics/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
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-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+
614
# [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)
715

816
**Note:** Version bump only for package @vuepress/plugin-google-analytics

packages/@vuepress/plugin-google-analytics/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vuepress/plugin-google-analytics",
3-
"version": "2.0.0-alpha.8",
3+
"version": "2.0.0-alpha.12",
44
"description": "VuePress plugin - google-analytics",
55
"keywords": [
66
"vuepress",
@@ -29,7 +29,7 @@
2929
},
3030
"dependencies": {
3131
"@vuepress/client": "2.0.0-alpha.7",
32-
"@vuepress/core": "2.0.0-alpha.8",
32+
"@vuepress/core": "2.0.0-alpha.12",
3333
"@vuepress/utils": "2.0.0-alpha.7",
3434
"vue-router": "4.0.1"
3535
},

0 commit comments

Comments
 (0)