From c3a5cb32ea566e585ebeca5a434963cb4f37bfdb Mon Sep 17 00:00:00 2001 From: meteorlxy Date: Wed, 23 Dec 2020 21:11:58 +0800 Subject: [PATCH] build: publish v2.0.0-alpha.13 --- CHANGELOG.md | 17 ++++++++++++ lerna.json | 2 +- .../@vuepress/bundler-webpack/CHANGELOG.md | 8 ++++++ .../@vuepress/bundler-webpack/package.json | 8 +++--- packages/@vuepress/cli/CHANGELOG.md | 11 ++++++++ packages/@vuepress/cli/package.json | 6 ++--- packages/@vuepress/client/CHANGELOG.md | 8 ++++++ packages/@vuepress/client/package.json | 4 +-- packages/@vuepress/core/CHANGELOG.md | 8 ++++++ packages/@vuepress/core/package.json | 10 +++---- packages/@vuepress/markdown/CHANGELOG.md | 11 ++++++++ packages/@vuepress/markdown/package.json | 6 ++--- .../plugin-active-header-links/CHANGELOG.md | 8 ++++++ .../plugin-active-header-links/package.json | 8 +++--- .../@vuepress/plugin-back-to-top/CHANGELOG.md | 8 ++++++ .../@vuepress/plugin-back-to-top/package.json | 6 ++--- .../@vuepress/plugin-container/CHANGELOG.md | 8 ++++++ .../@vuepress/plugin-container/package.json | 10 +++---- packages/@vuepress/plugin-debug/CHANGELOG.md | 8 ++++++ packages/@vuepress/plugin-debug/package.json | 8 +++--- .../@vuepress/plugin-docsearch/CHANGELOG.md | 8 ++++++ .../@vuepress/plugin-docsearch/package.json | 10 +++---- packages/@vuepress/plugin-git/CHANGELOG.md | 11 ++++++++ packages/@vuepress/plugin-git/package.json | 4 +-- .../plugin-google-analytics/CHANGELOG.md | 8 ++++++ .../plugin-google-analytics/package.json | 8 +++--- .../@vuepress/plugin-medium-zoom/CHANGELOG.md | 8 ++++++ .../@vuepress/plugin-medium-zoom/package.json | 8 +++--- .../@vuepress/plugin-nprogress/CHANGELOG.md | 8 ++++++ .../@vuepress/plugin-nprogress/package.json | 8 +++--- .../plugin-palette-stylus/CHANGELOG.md | 8 ++++++ .../plugin-palette-stylus/package.json | 6 ++--- .../@vuepress/plugin-pwa-popup/CHANGELOG.md | 8 ++++++ .../@vuepress/plugin-pwa-popup/package.json | 12 ++++----- packages/@vuepress/plugin-pwa/CHANGELOG.md | 8 ++++++ packages/@vuepress/plugin-pwa/package.json | 8 +++--- packages/@vuepress/shared/CHANGELOG.md | 8 ++++++ packages/@vuepress/shared/package.json | 2 +- packages/@vuepress/theme-default/CHANGELOG.md | 8 ++++++ packages/@vuepress/theme-default/package.json | 26 +++++++++---------- packages/@vuepress/theme-vue/CHANGELOG.md | 8 ++++++ packages/@vuepress/theme-vue/package.json | 4 +-- packages/@vuepress/utils/CHANGELOG.md | 8 ++++++ packages/@vuepress/utils/package.json | 4 +-- packages/vuepress/CHANGELOG.md | 8 ++++++ packages/vuepress/package.json | 10 +++---- 46 files changed, 291 insertions(+), 89 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2ddbe3dc7a..6899909eee 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,23 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [2.0.0-alpha.13](https://github.com/vuepress/vuepress-next/compare/v2.0.0-alpha.12...v2.0.0-alpha.13) (2020-12-23) + + +### Bug Fixes + +* **markdown:** only prepend prefix to explicit relative image path ([8d6a095](https://github.com/vuepress/vuepress-next/commit/8d6a095ace0ed724b4ac4eea0e44a28f120a48bc)) +* **plugin-git:** replace -P with --no-pager for better compatibility (close [#16](https://github.com/vuepress/vuepress-next/issues/16)) ([f394c78](https://github.com/vuepress/vuepress-next/commit/f394c78a06a3dae7cea91759db6010d04746f999)) + + +### Features + +* **cli:** respect conventional clientAppEnhance files (close [#20](https://github.com/vuepress/vuepress-next/issues/20)) ([0777376](https://github.com/vuepress/vuepress-next/commit/0777376bcb5cafec50f47877a6bf3926d6ff0076)) + + + + + # [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) diff --git a/lerna.json b/lerna.json index fde1ff819b..1c4f5464ca 100644 --- a/lerna.json +++ b/lerna.json @@ -1,7 +1,7 @@ { "npmClient": "yarn", "useWorkspaces": true, - "version": "2.0.0-alpha.12", + "version": "2.0.0-alpha.13", "command": { "version": { "allowBranch": "main", diff --git a/packages/@vuepress/bundler-webpack/CHANGELOG.md b/packages/@vuepress/bundler-webpack/CHANGELOG.md index ec1720b381..7029b77997 100644 --- a/packages/@vuepress/bundler-webpack/CHANGELOG.md +++ b/packages/@vuepress/bundler-webpack/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [2.0.0-alpha.13](https://github.com/vuepress/vuepress-next/compare/v2.0.0-alpha.12...v2.0.0-alpha.13) (2020-12-23) + +**Note:** Version bump only for package @vuepress/bundler-webpack + + + + + # [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) **Note:** Version bump only for package @vuepress/bundler-webpack diff --git a/packages/@vuepress/bundler-webpack/package.json b/packages/@vuepress/bundler-webpack/package.json index d9305875b7..4f5d3d308f 100644 --- a/packages/@vuepress/bundler-webpack/package.json +++ b/packages/@vuepress/bundler-webpack/package.json @@ -1,6 +1,6 @@ { "name": "@vuepress/bundler-webpack", - "version": "2.0.0-alpha.12", + "version": "2.0.0-alpha.13", "description": "Bundler webpack package of VuePress", "keywords": [ "vuepress", @@ -30,9 +30,9 @@ "@types/webpack-env": "^1.16.0", "@vue/compiler-sfc": "^3.0.4", "@vue/server-renderer": "^3.0.4", - "@vuepress/client": "2.0.0-alpha.7", - "@vuepress/core": "2.0.0-alpha.12", - "@vuepress/utils": "2.0.0-alpha.7", + "@vuepress/client": "2.0.0-alpha.13", + "@vuepress/core": "2.0.0-alpha.13", + "@vuepress/utils": "2.0.0-alpha.13", "autoprefixer": "^10.1.0", "copy-webpack-plugin": "^7.0.0", "css-loader": "^5.0.1", diff --git a/packages/@vuepress/cli/CHANGELOG.md b/packages/@vuepress/cli/CHANGELOG.md index e390c96df3..d0c7a3f840 100644 --- a/packages/@vuepress/cli/CHANGELOG.md +++ b/packages/@vuepress/cli/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [2.0.0-alpha.13](https://github.com/vuepress/vuepress-next/compare/v2.0.0-alpha.12...v2.0.0-alpha.13) (2020-12-23) + + +### Features + +* **cli:** respect conventional clientAppEnhance files (close [#20](https://github.com/vuepress/vuepress-next/issues/20)) ([0777376](https://github.com/vuepress/vuepress-next/commit/0777376bcb5cafec50f47877a6bf3926d6ff0076)) + + + + + # [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) **Note:** Version bump only for package @vuepress/cli diff --git a/packages/@vuepress/cli/package.json b/packages/@vuepress/cli/package.json index 40b43a9f12..ed3a08d035 100644 --- a/packages/@vuepress/cli/package.json +++ b/packages/@vuepress/cli/package.json @@ -1,6 +1,6 @@ { "name": "@vuepress/cli", - "version": "2.0.0-alpha.12", + "version": "2.0.0-alpha.13", "description": "CLI package of VuePress", "keywords": [ "vuepress", @@ -30,8 +30,8 @@ "clean": "rimraf lib *.tsbuildinfo" }, "dependencies": { - "@vuepress/core": "2.0.0-alpha.12", - "@vuepress/utils": "2.0.0-alpha.7", + "@vuepress/core": "2.0.0-alpha.13", + "@vuepress/utils": "2.0.0-alpha.13", "cac": "^6.7.1", "chokidar": "^3.4.3", "envinfo": "^7.7.3", diff --git a/packages/@vuepress/client/CHANGELOG.md b/packages/@vuepress/client/CHANGELOG.md index ad9aa3fe65..407d08cbf8 100644 --- a/packages/@vuepress/client/CHANGELOG.md +++ b/packages/@vuepress/client/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [2.0.0-alpha.13](https://github.com/vuepress/vuepress-next/compare/v2.0.0-alpha.12...v2.0.0-alpha.13) (2020-12-23) + +**Note:** Version bump only for package @vuepress/client + + + + + # [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) **Note:** Version bump only for package @vuepress/client diff --git a/packages/@vuepress/client/package.json b/packages/@vuepress/client/package.json index 826124a583..d5b2c4d04a 100644 --- a/packages/@vuepress/client/package.json +++ b/packages/@vuepress/client/package.json @@ -1,6 +1,6 @@ { "name": "@vuepress/client", - "version": "2.0.0-alpha.7", + "version": "2.0.0-alpha.13", "description": "Client package of VuePress", "keywords": [ "vuepress", @@ -28,7 +28,7 @@ "copy": "cpx \"src/**/*.{d.ts,css}\" lib" }, "dependencies": { - "@vuepress/shared": "2.0.0-alpha.7", + "@vuepress/shared": "2.0.0-alpha.13", "vue": "^3.0.4", "vue-router": "4.0.1" }, diff --git a/packages/@vuepress/core/CHANGELOG.md b/packages/@vuepress/core/CHANGELOG.md index 00eb4bfff6..311bd50240 100644 --- a/packages/@vuepress/core/CHANGELOG.md +++ b/packages/@vuepress/core/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [2.0.0-alpha.13](https://github.com/vuepress/vuepress-next/compare/v2.0.0-alpha.12...v2.0.0-alpha.13) (2020-12-23) + +**Note:** Version bump only for package @vuepress/core + + + + + # [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) **Note:** Version bump only for package @vuepress/core diff --git a/packages/@vuepress/core/package.json b/packages/@vuepress/core/package.json index d44b7928b6..bee0724703 100644 --- a/packages/@vuepress/core/package.json +++ b/packages/@vuepress/core/package.json @@ -1,6 +1,6 @@ { "name": "@vuepress/core", - "version": "2.0.0-alpha.12", + "version": "2.0.0-alpha.13", "description": "Core package of VuePress", "keywords": [ "vuepress", @@ -26,10 +26,10 @@ "clean": "rimraf lib *.tsbuildinfo" }, "dependencies": { - "@vuepress/client": "2.0.0-alpha.7", - "@vuepress/markdown": "2.0.0-alpha.12", - "@vuepress/shared": "2.0.0-alpha.7", - "@vuepress/utils": "2.0.0-alpha.7", + "@vuepress/client": "2.0.0-alpha.13", + "@vuepress/markdown": "2.0.0-alpha.13", + "@vuepress/shared": "2.0.0-alpha.13", + "@vuepress/utils": "2.0.0-alpha.13", "gray-matter": "^4.0.2", "toml": "^3.0.0" }, diff --git a/packages/@vuepress/markdown/CHANGELOG.md b/packages/@vuepress/markdown/CHANGELOG.md index 384dd67c79..fee5159a83 100644 --- a/packages/@vuepress/markdown/CHANGELOG.md +++ b/packages/@vuepress/markdown/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [2.0.0-alpha.13](https://github.com/vuepress/vuepress-next/compare/v2.0.0-alpha.12...v2.0.0-alpha.13) (2020-12-23) + + +### Bug Fixes + +* **markdown:** only prepend prefix to explicit relative image path ([8d6a095](https://github.com/vuepress/vuepress-next/commit/8d6a095ace0ed724b4ac4eea0e44a28f120a48bc)) + + + + + # [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) diff --git a/packages/@vuepress/markdown/package.json b/packages/@vuepress/markdown/package.json index 6ec4ec3b0a..50f7d5fa31 100644 --- a/packages/@vuepress/markdown/package.json +++ b/packages/@vuepress/markdown/package.json @@ -1,6 +1,6 @@ { "name": "@vuepress/markdown", - "version": "2.0.0-alpha.12", + "version": "2.0.0-alpha.13", "description": "Markdown package of VuePress", "keywords": [ "vuepress", @@ -27,8 +27,8 @@ }, "dependencies": { "@types/markdown-it": "^12.0.0", - "@vuepress/shared": "2.0.0-alpha.7", - "@vuepress/utils": "2.0.0-alpha.7", + "@vuepress/shared": "2.0.0-alpha.13", + "@vuepress/utils": "2.0.0-alpha.13", "markdown-it": "^12.0.3", "markdown-it-anchor": "^6.0.1", "markdown-it-emoji": "^2.0.0", diff --git a/packages/@vuepress/plugin-active-header-links/CHANGELOG.md b/packages/@vuepress/plugin-active-header-links/CHANGELOG.md index be706cbc54..e5f477b7ab 100644 --- a/packages/@vuepress/plugin-active-header-links/CHANGELOG.md +++ b/packages/@vuepress/plugin-active-header-links/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [2.0.0-alpha.13](https://github.com/vuepress/vuepress-next/compare/v2.0.0-alpha.12...v2.0.0-alpha.13) (2020-12-23) + +**Note:** Version bump only for package @vuepress/plugin-active-header-links + + + + + # [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) **Note:** Version bump only for package @vuepress/plugin-active-header-links diff --git a/packages/@vuepress/plugin-active-header-links/package.json b/packages/@vuepress/plugin-active-header-links/package.json index 7dc3bec870..2eb6b659ec 100644 --- a/packages/@vuepress/plugin-active-header-links/package.json +++ b/packages/@vuepress/plugin-active-header-links/package.json @@ -1,6 +1,6 @@ { "name": "@vuepress/plugin-active-header-links", - "version": "2.0.0-alpha.12", + "version": "2.0.0-alpha.13", "description": "VuePress plugin - active header links", "keywords": [ "vuepress", @@ -28,9 +28,9 @@ "clean": "rimraf lib *.tsbuildinfo" }, "dependencies": { - "@vuepress/client": "2.0.0-alpha.7", - "@vuepress/core": "2.0.0-alpha.12", - "@vuepress/utils": "2.0.0-alpha.7", + "@vuepress/client": "2.0.0-alpha.13", + "@vuepress/core": "2.0.0-alpha.13", + "@vuepress/utils": "2.0.0-alpha.13", "lodash.debounce": "^4.0.8", "vue": "^3.0.4", "vue-router": "4.0.1" diff --git a/packages/@vuepress/plugin-back-to-top/CHANGELOG.md b/packages/@vuepress/plugin-back-to-top/CHANGELOG.md index 3f7643da4a..5046224802 100644 --- a/packages/@vuepress/plugin-back-to-top/CHANGELOG.md +++ b/packages/@vuepress/plugin-back-to-top/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [2.0.0-alpha.13](https://github.com/vuepress/vuepress-next/compare/v2.0.0-alpha.12...v2.0.0-alpha.13) (2020-12-23) + +**Note:** Version bump only for package @vuepress/plugin-back-to-top + + + + + # [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) **Note:** Version bump only for package @vuepress/plugin-back-to-top diff --git a/packages/@vuepress/plugin-back-to-top/package.json b/packages/@vuepress/plugin-back-to-top/package.json index 1b3fde0407..740fef8223 100644 --- a/packages/@vuepress/plugin-back-to-top/package.json +++ b/packages/@vuepress/plugin-back-to-top/package.json @@ -1,6 +1,6 @@ { "name": "@vuepress/plugin-back-to-top", - "version": "2.0.0-alpha.12", + "version": "2.0.0-alpha.13", "description": "VuePress plugin - back to top", "keywords": [ "vuepress", @@ -28,8 +28,8 @@ "copy": "cpx \"src/**/*.vue\" lib" }, "dependencies": { - "@vuepress/core": "2.0.0-alpha.12", - "@vuepress/utils": "2.0.0-alpha.7", + "@vuepress/core": "2.0.0-alpha.13", + "@vuepress/utils": "2.0.0-alpha.13", "lodash.debounce": "^4.0.8", "vue": "^3.0.4" }, diff --git a/packages/@vuepress/plugin-container/CHANGELOG.md b/packages/@vuepress/plugin-container/CHANGELOG.md index ea0acbc777..24c9f1c978 100644 --- a/packages/@vuepress/plugin-container/CHANGELOG.md +++ b/packages/@vuepress/plugin-container/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [2.0.0-alpha.13](https://github.com/vuepress/vuepress-next/compare/v2.0.0-alpha.12...v2.0.0-alpha.13) (2020-12-23) + +**Note:** Version bump only for package @vuepress/plugin-container + + + + + # [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) **Note:** Version bump only for package @vuepress/plugin-container diff --git a/packages/@vuepress/plugin-container/package.json b/packages/@vuepress/plugin-container/package.json index 3f384ad25c..80980434b7 100644 --- a/packages/@vuepress/plugin-container/package.json +++ b/packages/@vuepress/plugin-container/package.json @@ -1,6 +1,6 @@ { "name": "@vuepress/plugin-container", - "version": "2.0.0-alpha.12", + "version": "2.0.0-alpha.13", "description": "VuePress plugin - markdown container", "keywords": [ "vuepress", @@ -29,10 +29,10 @@ }, "dependencies": { "@types/markdown-it": "^12.0.0", - "@vuepress/core": "2.0.0-alpha.12", - "@vuepress/markdown": "2.0.0-alpha.12", - "@vuepress/shared": "2.0.0-alpha.7", - "@vuepress/utils": "2.0.0-alpha.7", + "@vuepress/core": "2.0.0-alpha.13", + "@vuepress/markdown": "2.0.0-alpha.13", + "@vuepress/shared": "2.0.0-alpha.13", + "@vuepress/utils": "2.0.0-alpha.13", "markdown-it": "^12.0.3", "markdown-it-container": "^3.0.0" }, diff --git a/packages/@vuepress/plugin-debug/CHANGELOG.md b/packages/@vuepress/plugin-debug/CHANGELOG.md index 4df33400db..ba87f2ab28 100644 --- a/packages/@vuepress/plugin-debug/CHANGELOG.md +++ b/packages/@vuepress/plugin-debug/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [2.0.0-alpha.13](https://github.com/vuepress/vuepress-next/compare/v2.0.0-alpha.12...v2.0.0-alpha.13) (2020-12-23) + +**Note:** Version bump only for package @vuepress/plugin-debug + + + + + # [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) **Note:** Version bump only for package @vuepress/plugin-debug diff --git a/packages/@vuepress/plugin-debug/package.json b/packages/@vuepress/plugin-debug/package.json index bb51346472..2ee3f11aac 100644 --- a/packages/@vuepress/plugin-debug/package.json +++ b/packages/@vuepress/plugin-debug/package.json @@ -1,6 +1,6 @@ { "name": "@vuepress/plugin-debug", - "version": "2.0.0-alpha.12", + "version": "2.0.0-alpha.13", "description": "VuePress plugin - debug", "keywords": [ "vuepress", @@ -28,9 +28,9 @@ "copy": "cpx \"src/**/*.css\" lib" }, "dependencies": { - "@vuepress/client": "2.0.0-alpha.7", - "@vuepress/core": "2.0.0-alpha.12", - "@vuepress/utils": "2.0.0-alpha.7", + "@vuepress/client": "2.0.0-alpha.13", + "@vuepress/core": "2.0.0-alpha.13", + "@vuepress/utils": "2.0.0-alpha.13", "vue": "^3.0.4", "vue-router": "4.0.1" }, diff --git a/packages/@vuepress/plugin-docsearch/CHANGELOG.md b/packages/@vuepress/plugin-docsearch/CHANGELOG.md index c9059100fa..ea5f475b5f 100644 --- a/packages/@vuepress/plugin-docsearch/CHANGELOG.md +++ b/packages/@vuepress/plugin-docsearch/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [2.0.0-alpha.13](https://github.com/vuepress/vuepress-next/compare/v2.0.0-alpha.12...v2.0.0-alpha.13) (2020-12-23) + +**Note:** Version bump only for package @vuepress/plugin-docsearch + + + + + # [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) **Note:** Version bump only for package @vuepress/plugin-docsearch diff --git a/packages/@vuepress/plugin-docsearch/package.json b/packages/@vuepress/plugin-docsearch/package.json index 25aba0f803..62185c60c8 100644 --- a/packages/@vuepress/plugin-docsearch/package.json +++ b/packages/@vuepress/plugin-docsearch/package.json @@ -1,6 +1,6 @@ { "name": "@vuepress/plugin-docsearch", - "version": "2.0.0-alpha.12", + "version": "2.0.0-alpha.13", "description": "VuePress plugin - docsearch", "keywords": [ "vuepress", @@ -32,10 +32,10 @@ "@docsearch/css": "3.0.0-alpha.31", "@docsearch/js": "3.0.0-alpha.31", "@types/react": "^17.0.0", - "@vuepress/client": "2.0.0-alpha.7", - "@vuepress/core": "2.0.0-alpha.12", - "@vuepress/shared": "2.0.0-alpha.7", - "@vuepress/utils": "2.0.0-alpha.7", + "@vuepress/client": "2.0.0-alpha.13", + "@vuepress/core": "2.0.0-alpha.13", + "@vuepress/shared": "2.0.0-alpha.13", + "@vuepress/utils": "2.0.0-alpha.13", "preact": "^10.0.0", "vue": "^3.0.4", "vue-router": "4.0.1" diff --git a/packages/@vuepress/plugin-git/CHANGELOG.md b/packages/@vuepress/plugin-git/CHANGELOG.md index 4da60cca09..93f7d3133c 100644 --- a/packages/@vuepress/plugin-git/CHANGELOG.md +++ b/packages/@vuepress/plugin-git/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [2.0.0-alpha.13](https://github.com/vuepress/vuepress-next/compare/v2.0.0-alpha.12...v2.0.0-alpha.13) (2020-12-23) + + +### Bug Fixes + +* **plugin-git:** replace -P with --no-pager for better compatibility (close [#16](https://github.com/vuepress/vuepress-next/issues/16)) ([f394c78](https://github.com/vuepress/vuepress-next/commit/f394c78a06a3dae7cea91759db6010d04746f999)) + + + + + # [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) **Note:** Version bump only for package @vuepress/plugin-git diff --git a/packages/@vuepress/plugin-git/package.json b/packages/@vuepress/plugin-git/package.json index 62984df360..9139417017 100644 --- a/packages/@vuepress/plugin-git/package.json +++ b/packages/@vuepress/plugin-git/package.json @@ -1,6 +1,6 @@ { "name": "@vuepress/plugin-git", - "version": "2.0.0-alpha.12", + "version": "2.0.0-alpha.13", "description": "VuePress plugin - git", "keywords": [ "vuepress", @@ -27,7 +27,7 @@ "clean": "rimraf lib *.tsbuildinfo" }, "dependencies": { - "@vuepress/core": "2.0.0-alpha.12", + "@vuepress/core": "2.0.0-alpha.13", "execa": "^4.1.0" }, "publishConfig": { diff --git a/packages/@vuepress/plugin-google-analytics/CHANGELOG.md b/packages/@vuepress/plugin-google-analytics/CHANGELOG.md index 27a1e0c764..1996f0517a 100644 --- a/packages/@vuepress/plugin-google-analytics/CHANGELOG.md +++ b/packages/@vuepress/plugin-google-analytics/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [2.0.0-alpha.13](https://github.com/vuepress/vuepress-next/compare/v2.0.0-alpha.12...v2.0.0-alpha.13) (2020-12-23) + +**Note:** Version bump only for package @vuepress/plugin-google-analytics + + + + + # [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) **Note:** Version bump only for package @vuepress/plugin-google-analytics diff --git a/packages/@vuepress/plugin-google-analytics/package.json b/packages/@vuepress/plugin-google-analytics/package.json index 422a5c0e20..3ab37a6cce 100644 --- a/packages/@vuepress/plugin-google-analytics/package.json +++ b/packages/@vuepress/plugin-google-analytics/package.json @@ -1,6 +1,6 @@ { "name": "@vuepress/plugin-google-analytics", - "version": "2.0.0-alpha.12", + "version": "2.0.0-alpha.13", "description": "VuePress plugin - google-analytics", "keywords": [ "vuepress", @@ -28,9 +28,9 @@ "clean": "rimraf lib *.tsbuildinfo" }, "dependencies": { - "@vuepress/client": "2.0.0-alpha.7", - "@vuepress/core": "2.0.0-alpha.12", - "@vuepress/utils": "2.0.0-alpha.7", + "@vuepress/client": "2.0.0-alpha.13", + "@vuepress/core": "2.0.0-alpha.13", + "@vuepress/utils": "2.0.0-alpha.13", "vue-router": "4.0.1" }, "publishConfig": { diff --git a/packages/@vuepress/plugin-medium-zoom/CHANGELOG.md b/packages/@vuepress/plugin-medium-zoom/CHANGELOG.md index c6fd661b51..4a77848252 100644 --- a/packages/@vuepress/plugin-medium-zoom/CHANGELOG.md +++ b/packages/@vuepress/plugin-medium-zoom/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [2.0.0-alpha.13](https://github.com/vuepress/vuepress-next/compare/v2.0.0-alpha.12...v2.0.0-alpha.13) (2020-12-23) + +**Note:** Version bump only for package @vuepress/plugin-medium-zoom + + + + + # [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) **Note:** Version bump only for package @vuepress/plugin-medium-zoom diff --git a/packages/@vuepress/plugin-medium-zoom/package.json b/packages/@vuepress/plugin-medium-zoom/package.json index cf5f11882f..c1169e8256 100644 --- a/packages/@vuepress/plugin-medium-zoom/package.json +++ b/packages/@vuepress/plugin-medium-zoom/package.json @@ -1,6 +1,6 @@ { "name": "@vuepress/plugin-medium-zoom", - "version": "2.0.0-alpha.12", + "version": "2.0.0-alpha.13", "description": "VuePress plugin - medium-zoom", "keywords": [ "vuepress", @@ -30,9 +30,9 @@ "clean": "rimraf lib *.tsbuildinfo" }, "dependencies": { - "@vuepress/client": "2.0.0-alpha.7", - "@vuepress/core": "2.0.0-alpha.12", - "@vuepress/utils": "2.0.0-alpha.7", + "@vuepress/client": "2.0.0-alpha.13", + "@vuepress/core": "2.0.0-alpha.13", + "@vuepress/utils": "2.0.0-alpha.13", "medium-zoom": "^1.0.6", "vue": "^3.0.4", "vue-router": "4.0.1" diff --git a/packages/@vuepress/plugin-nprogress/CHANGELOG.md b/packages/@vuepress/plugin-nprogress/CHANGELOG.md index d9bb323c13..7eec7bb4ce 100644 --- a/packages/@vuepress/plugin-nprogress/CHANGELOG.md +++ b/packages/@vuepress/plugin-nprogress/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [2.0.0-alpha.13](https://github.com/vuepress/vuepress-next/compare/v2.0.0-alpha.12...v2.0.0-alpha.13) (2020-12-23) + +**Note:** Version bump only for package @vuepress/plugin-nprogress + + + + + # [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) **Note:** Version bump only for package @vuepress/plugin-nprogress diff --git a/packages/@vuepress/plugin-nprogress/package.json b/packages/@vuepress/plugin-nprogress/package.json index aee4ddaab5..82bdcebcca 100644 --- a/packages/@vuepress/plugin-nprogress/package.json +++ b/packages/@vuepress/plugin-nprogress/package.json @@ -1,6 +1,6 @@ { "name": "@vuepress/plugin-nprogress", - "version": "2.0.0-alpha.12", + "version": "2.0.0-alpha.13", "description": "VuePress plugin - nprogress", "keywords": [ "vuepress", @@ -28,9 +28,9 @@ "clean": "rimraf lib *.tsbuildinfo" }, "dependencies": { - "@vuepress/client": "2.0.0-alpha.7", - "@vuepress/core": "2.0.0-alpha.12", - "@vuepress/utils": "2.0.0-alpha.7", + "@vuepress/client": "2.0.0-alpha.13", + "@vuepress/core": "2.0.0-alpha.13", + "@vuepress/utils": "2.0.0-alpha.13", "nprogress": "^0.2.0", "vue": "^3.0.4", "vue-router": "4.0.1" diff --git a/packages/@vuepress/plugin-palette-stylus/CHANGELOG.md b/packages/@vuepress/plugin-palette-stylus/CHANGELOG.md index 544a52b790..945f41f9ae 100644 --- a/packages/@vuepress/plugin-palette-stylus/CHANGELOG.md +++ b/packages/@vuepress/plugin-palette-stylus/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [2.0.0-alpha.13](https://github.com/vuepress/vuepress-next/compare/v2.0.0-alpha.12...v2.0.0-alpha.13) (2020-12-23) + +**Note:** Version bump only for package @vuepress/plugin-palette-stylus + + + + + # [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) **Note:** Version bump only for package @vuepress/plugin-palette-stylus diff --git a/packages/@vuepress/plugin-palette-stylus/package.json b/packages/@vuepress/plugin-palette-stylus/package.json index 6131d261ca..ba02fd46a9 100644 --- a/packages/@vuepress/plugin-palette-stylus/package.json +++ b/packages/@vuepress/plugin-palette-stylus/package.json @@ -1,6 +1,6 @@ { "name": "@vuepress/plugin-palette-stylus", - "version": "2.0.0-alpha.12", + "version": "2.0.0-alpha.13", "description": "VuePress plugin - palette stylus", "keywords": [ "vuepress", @@ -28,8 +28,8 @@ "clean": "rimraf lib *.tsbuildinfo" }, "dependencies": { - "@vuepress/core": "2.0.0-alpha.12", - "@vuepress/utils": "2.0.0-alpha.7" + "@vuepress/core": "2.0.0-alpha.13", + "@vuepress/utils": "2.0.0-alpha.13" }, "publishConfig": { "access": "public" diff --git a/packages/@vuepress/plugin-pwa-popup/CHANGELOG.md b/packages/@vuepress/plugin-pwa-popup/CHANGELOG.md index cc3631d5be..ffaf59e303 100644 --- a/packages/@vuepress/plugin-pwa-popup/CHANGELOG.md +++ b/packages/@vuepress/plugin-pwa-popup/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [2.0.0-alpha.13](https://github.com/vuepress/vuepress-next/compare/v2.0.0-alpha.12...v2.0.0-alpha.13) (2020-12-23) + +**Note:** Version bump only for package @vuepress/plugin-pwa-popup + + + + + # [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) **Note:** Version bump only for package @vuepress/plugin-pwa-popup diff --git a/packages/@vuepress/plugin-pwa-popup/package.json b/packages/@vuepress/plugin-pwa-popup/package.json index dbf5df5f63..669571e12d 100644 --- a/packages/@vuepress/plugin-pwa-popup/package.json +++ b/packages/@vuepress/plugin-pwa-popup/package.json @@ -1,6 +1,6 @@ { "name": "@vuepress/plugin-pwa-popup", - "version": "2.0.0-alpha.12", + "version": "2.0.0-alpha.13", "description": "VuePress plugin - PWA popup", "keywords": [ "vuepress", @@ -30,11 +30,11 @@ "copy": "cpx \"src/**/*.css\" lib" }, "dependencies": { - "@vuepress/client": "2.0.0-alpha.7", - "@vuepress/core": "2.0.0-alpha.12", - "@vuepress/plugin-pwa": "2.0.0-alpha.12", - "@vuepress/shared": "2.0.0-alpha.7", - "@vuepress/utils": "2.0.0-alpha.7" + "@vuepress/client": "2.0.0-alpha.13", + "@vuepress/core": "2.0.0-alpha.13", + "@vuepress/plugin-pwa": "2.0.0-alpha.13", + "@vuepress/shared": "2.0.0-alpha.13", + "@vuepress/utils": "2.0.0-alpha.13" }, "publishConfig": { "access": "public" diff --git a/packages/@vuepress/plugin-pwa/CHANGELOG.md b/packages/@vuepress/plugin-pwa/CHANGELOG.md index c42234b4f5..fbaa9dccba 100644 --- a/packages/@vuepress/plugin-pwa/CHANGELOG.md +++ b/packages/@vuepress/plugin-pwa/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [2.0.0-alpha.13](https://github.com/vuepress/vuepress-next/compare/v2.0.0-alpha.12...v2.0.0-alpha.13) (2020-12-23) + +**Note:** Version bump only for package @vuepress/plugin-pwa + + + + + # [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) **Note:** Version bump only for package @vuepress/plugin-pwa diff --git a/packages/@vuepress/plugin-pwa/package.json b/packages/@vuepress/plugin-pwa/package.json index 7ba9e139da..595912c443 100644 --- a/packages/@vuepress/plugin-pwa/package.json +++ b/packages/@vuepress/plugin-pwa/package.json @@ -1,6 +1,6 @@ { "name": "@vuepress/plugin-pwa", - "version": "2.0.0-alpha.12", + "version": "2.0.0-alpha.13", "description": "VuePress plugin - progressive web application", "keywords": [ "vuepress", @@ -28,9 +28,9 @@ "clean": "rimraf lib *.tsbuildinfo" }, "dependencies": { - "@vuepress/client": "2.0.0-alpha.7", - "@vuepress/core": "2.0.0-alpha.12", - "@vuepress/utils": "2.0.0-alpha.7", + "@vuepress/client": "2.0.0-alpha.13", + "@vuepress/core": "2.0.0-alpha.13", + "@vuepress/utils": "2.0.0-alpha.13", "mitt": "^2.1.0", "register-service-worker": "^1.7.2", "vue": "^3.0.4", diff --git a/packages/@vuepress/shared/CHANGELOG.md b/packages/@vuepress/shared/CHANGELOG.md index bffa6559ee..42678a7d55 100644 --- a/packages/@vuepress/shared/CHANGELOG.md +++ b/packages/@vuepress/shared/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [2.0.0-alpha.13](https://github.com/vuepress/vuepress-next/compare/v2.0.0-alpha.12...v2.0.0-alpha.13) (2020-12-23) + +**Note:** Version bump only for package @vuepress/shared + + + + + # [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) **Note:** Version bump only for package @vuepress/shared diff --git a/packages/@vuepress/shared/package.json b/packages/@vuepress/shared/package.json index ff5f7ec9f6..50e4070c82 100644 --- a/packages/@vuepress/shared/package.json +++ b/packages/@vuepress/shared/package.json @@ -1,6 +1,6 @@ { "name": "@vuepress/shared", - "version": "2.0.0-alpha.7", + "version": "2.0.0-alpha.13", "description": "Utils that shared between VuePress node and client", "keywords": [ "vuepress", diff --git a/packages/@vuepress/theme-default/CHANGELOG.md b/packages/@vuepress/theme-default/CHANGELOG.md index 5254a441ed..9058b49c89 100644 --- a/packages/@vuepress/theme-default/CHANGELOG.md +++ b/packages/@vuepress/theme-default/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [2.0.0-alpha.13](https://github.com/vuepress/vuepress-next/compare/v2.0.0-alpha.12...v2.0.0-alpha.13) (2020-12-23) + +**Note:** Version bump only for package @vuepress/theme-default + + + + + # [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) diff --git a/packages/@vuepress/theme-default/package.json b/packages/@vuepress/theme-default/package.json index 25dc0daef9..a38d1ddd83 100644 --- a/packages/@vuepress/theme-default/package.json +++ b/packages/@vuepress/theme-default/package.json @@ -1,6 +1,6 @@ { "name": "@vuepress/theme-default", - "version": "2.0.0-alpha.12", + "version": "2.0.0-alpha.13", "description": "Default theme of VuePress", "keywords": [ "vuepress", @@ -28,18 +28,18 @@ "copy": "cpx \"src/**/*.{d.ts,vue,styl}\" lib" }, "dependencies": { - "@vuepress/client": "2.0.0-alpha.7", - "@vuepress/core": "2.0.0-alpha.12", - "@vuepress/plugin-active-header-links": "2.0.0-alpha.12", - "@vuepress/plugin-back-to-top": "2.0.0-alpha.12", - "@vuepress/plugin-container": "2.0.0-alpha.12", - "@vuepress/plugin-debug": "2.0.0-alpha.12", - "@vuepress/plugin-git": "2.0.0-alpha.12", - "@vuepress/plugin-medium-zoom": "2.0.0-alpha.12", - "@vuepress/plugin-nprogress": "2.0.0-alpha.12", - "@vuepress/plugin-palette-stylus": "2.0.0-alpha.12", - "@vuepress/shared": "2.0.0-alpha.7", - "@vuepress/utils": "2.0.0-alpha.7", + "@vuepress/client": "2.0.0-alpha.13", + "@vuepress/core": "2.0.0-alpha.13", + "@vuepress/plugin-active-header-links": "2.0.0-alpha.13", + "@vuepress/plugin-back-to-top": "2.0.0-alpha.13", + "@vuepress/plugin-container": "2.0.0-alpha.13", + "@vuepress/plugin-debug": "2.0.0-alpha.13", + "@vuepress/plugin-git": "2.0.0-alpha.13", + "@vuepress/plugin-medium-zoom": "2.0.0-alpha.13", + "@vuepress/plugin-nprogress": "2.0.0-alpha.13", + "@vuepress/plugin-palette-stylus": "2.0.0-alpha.13", + "@vuepress/shared": "2.0.0-alpha.13", + "@vuepress/utils": "2.0.0-alpha.13", "prismjs": "^1.22.0", "stylus": "^0.54.8", "stylus-loader": "^4.3.0", diff --git a/packages/@vuepress/theme-vue/CHANGELOG.md b/packages/@vuepress/theme-vue/CHANGELOG.md index 54e10414c3..f890295fee 100644 --- a/packages/@vuepress/theme-vue/CHANGELOG.md +++ b/packages/@vuepress/theme-vue/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [2.0.0-alpha.13](https://github.com/vuepress/vuepress-next/compare/v2.0.0-alpha.12...v2.0.0-alpha.13) (2020-12-23) + +**Note:** Version bump only for package @vuepress/theme-vue + + + + + # [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) **Note:** Version bump only for package @vuepress/theme-vue diff --git a/packages/@vuepress/theme-vue/package.json b/packages/@vuepress/theme-vue/package.json index 7b0dbf8340..528213d40b 100644 --- a/packages/@vuepress/theme-vue/package.json +++ b/packages/@vuepress/theme-vue/package.json @@ -1,6 +1,6 @@ { "name": "@vuepress/theme-vue", - "version": "2.0.0-alpha.12", + "version": "2.0.0-alpha.13", "description": "Vue theme of VuePress", "keywords": [ "vuepress", @@ -27,7 +27,7 @@ "clean": "rimraf lib *.tsbuildinfo" }, "dependencies": { - "@vuepress/theme-default": "2.0.0-alpha.12" + "@vuepress/theme-default": "2.0.0-alpha.13" }, "publishConfig": { "access": "public" diff --git a/packages/@vuepress/utils/CHANGELOG.md b/packages/@vuepress/utils/CHANGELOG.md index 75f2cf712c..bb35213bb9 100644 --- a/packages/@vuepress/utils/CHANGELOG.md +++ b/packages/@vuepress/utils/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [2.0.0-alpha.13](https://github.com/vuepress/vuepress-next/compare/v2.0.0-alpha.12...v2.0.0-alpha.13) (2020-12-23) + +**Note:** Version bump only for package @vuepress/utils + + + + + # [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) **Note:** Version bump only for package @vuepress/utils diff --git a/packages/@vuepress/utils/package.json b/packages/@vuepress/utils/package.json index e15e266214..7bbae58536 100644 --- a/packages/@vuepress/utils/package.json +++ b/packages/@vuepress/utils/package.json @@ -1,6 +1,6 @@ { "name": "@vuepress/utils", - "version": "2.0.0-alpha.7", + "version": "2.0.0-alpha.13", "description": "Utils package of VuePress", "keywords": [ "vuepress", @@ -29,7 +29,7 @@ "@types/debug": "^4.1.5", "@types/fs-extra": "^9.0.1", "@types/hash-sum": "^1.0.0", - "@vuepress/shared": "2.0.0-alpha.7", + "@vuepress/shared": "2.0.0-alpha.13", "chalk": "^4.1.0", "debug": "^4.2.0", "fs-extra": "^9.0.1", diff --git a/packages/vuepress/CHANGELOG.md b/packages/vuepress/CHANGELOG.md index bdbbdebb56..833f8dfe84 100644 --- a/packages/vuepress/CHANGELOG.md +++ b/packages/vuepress/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [2.0.0-alpha.13](https://github.com/vuepress/vuepress-next/compare/v2.0.0-alpha.12...v2.0.0-alpha.13) (2020-12-23) + +**Note:** Version bump only for package vuepress + + + + + # [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) **Note:** Version bump only for package vuepress diff --git a/packages/vuepress/package.json b/packages/vuepress/package.json index a19a7da2f6..5cc525ed0a 100644 --- a/packages/vuepress/package.json +++ b/packages/vuepress/package.json @@ -1,6 +1,6 @@ { "name": "vuepress", - "version": "2.0.0-alpha.12", + "version": "2.0.0-alpha.13", "description": "Vue-powered Static Site Generator", "keywords": [ "documentation", @@ -28,9 +28,9 @@ "clean": "rimraf lib *.tsbuildinfo" }, "dependencies": { - "@vuepress/bundler-webpack": "2.0.0-alpha.12", - "@vuepress/cli": "2.0.0-alpha.12", - "@vuepress/core": "2.0.0-alpha.12", - "@vuepress/theme-default": "2.0.0-alpha.12" + "@vuepress/bundler-webpack": "2.0.0-alpha.13", + "@vuepress/cli": "2.0.0-alpha.13", + "@vuepress/core": "2.0.0-alpha.13", + "@vuepress/theme-default": "2.0.0-alpha.13" } }