From 5fc93cee1ec183dae6669a23e1219f8da8dd42eb Mon Sep 17 00:00:00 2001 From: meteorlxy Date: Thu, 11 Feb 2021 01:11:33 +0800 Subject: [PATCH] build: publish v2.0.0-alpha.23 --- CHANGELOG.md | 11 +++++++++++ lerna.json | 2 +- .../@vuepress/bundler-webpack/CHANGELOG.md | 8 ++++++++ .../@vuepress/bundler-webpack/package.json | 4 ++-- packages/@vuepress/cli/CHANGELOG.md | 8 ++++++++ packages/@vuepress/cli/package.json | 4 ++-- packages/@vuepress/core/CHANGELOG.md | 8 ++++++++ packages/@vuepress/core/package.json | 4 ++-- packages/@vuepress/markdown/CHANGELOG.md | 11 +++++++++++ packages/@vuepress/markdown/package.json | 2 +- .../plugin-active-header-links/CHANGELOG.md | 8 ++++++++ .../plugin-active-header-links/package.json | 4 ++-- .../@vuepress/plugin-back-to-top/CHANGELOG.md | 8 ++++++++ .../@vuepress/plugin-back-to-top/package.json | 4 ++-- .../@vuepress/plugin-container/CHANGELOG.md | 8 ++++++++ .../@vuepress/plugin-container/package.json | 6 +++--- packages/@vuepress/plugin-debug/CHANGELOG.md | 8 ++++++++ packages/@vuepress/plugin-debug/package.json | 4 ++-- .../@vuepress/plugin-docsearch/CHANGELOG.md | 8 ++++++++ .../@vuepress/plugin-docsearch/package.json | 4 ++-- packages/@vuepress/plugin-git/CHANGELOG.md | 8 ++++++++ packages/@vuepress/plugin-git/package.json | 4 ++-- .../plugin-google-analytics/CHANGELOG.md | 8 ++++++++ .../plugin-google-analytics/package.json | 4 ++-- .../@vuepress/plugin-medium-zoom/CHANGELOG.md | 8 ++++++++ .../@vuepress/plugin-medium-zoom/package.json | 4 ++-- .../@vuepress/plugin-nprogress/CHANGELOG.md | 8 ++++++++ .../@vuepress/plugin-nprogress/package.json | 4 ++-- .../plugin-palette-stylus/CHANGELOG.md | 8 ++++++++ .../plugin-palette-stylus/package.json | 4 ++-- .../@vuepress/plugin-pwa-popup/CHANGELOG.md | 8 ++++++++ .../@vuepress/plugin-pwa-popup/package.json | 6 +++--- packages/@vuepress/plugin-pwa/CHANGELOG.md | 8 ++++++++ packages/@vuepress/plugin-pwa/package.json | 4 ++-- packages/@vuepress/theme-default/CHANGELOG.md | 8 ++++++++ packages/@vuepress/theme-default/package.json | 18 +++++++++--------- packages/@vuepress/theme-vue/CHANGELOG.md | 8 ++++++++ packages/@vuepress/theme-vue/package.json | 4 ++-- packages/vuepress/CHANGELOG.md | 8 ++++++++ packages/vuepress/package.json | 10 +++++----- 40 files changed, 216 insertions(+), 50 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 78bdc20075..ea7ff66ff4 100644 --- a/CHANGELOG.md +++ b/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.23](https://github.com/vuepress/vuepress-next/compare/v2.0.0-alpha.22...v2.0.0-alpha.23) (2021-02-10) + + +### Bug Fixes + +* **markdown:** remove site base from internal links (close [#58](https://github.com/vuepress/vuepress-next/issues/58)) ([a8c7fdd](https://github.com/vuepress/vuepress-next/commit/a8c7fdd86a9c4f08c51673f3dba0451455a731d2)) + + + + + # [2.0.0-alpha.22](https://github.com/vuepress/vuepress-next/compare/v2.0.0-alpha.21...v2.0.0-alpha.22) (2021-02-10) diff --git a/lerna.json b/lerna.json index f551c31df1..c957e98baf 100644 --- a/lerna.json +++ b/lerna.json @@ -1,7 +1,7 @@ { "npmClient": "yarn", "useWorkspaces": true, - "version": "2.0.0-alpha.22", + "version": "2.0.0-alpha.23", "command": { "version": { "allowBranch": "main", diff --git a/packages/@vuepress/bundler-webpack/CHANGELOG.md b/packages/@vuepress/bundler-webpack/CHANGELOG.md index d82fbfea3c..0aacbd0968 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.23](https://github.com/vuepress/vuepress-next/compare/v2.0.0-alpha.22...v2.0.0-alpha.23) (2021-02-10) + +**Note:** Version bump only for package @vuepress/bundler-webpack + + + + + # [2.0.0-alpha.22](https://github.com/vuepress/vuepress-next/compare/v2.0.0-alpha.21...v2.0.0-alpha.22) (2021-02-10) **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 5c33c987ec..3c2416f995 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.22", + "version": "2.0.0-alpha.23", "description": "Bundler webpack package of VuePress", "keywords": [ "vuepress", @@ -32,7 +32,7 @@ "@vue/compiler-sfc": "^3.0.5", "@vue/server-renderer": "^3.0.5", "@vuepress/client": "2.0.0-alpha.22", - "@vuepress/core": "2.0.0-alpha.22", + "@vuepress/core": "2.0.0-alpha.23", "@vuepress/utils": "2.0.0-alpha.20", "autoprefixer": "^10.2.4", "copy-webpack-plugin": "^7.0.0", diff --git a/packages/@vuepress/cli/CHANGELOG.md b/packages/@vuepress/cli/CHANGELOG.md index 304de727d7..c225bbe0e5 100644 --- a/packages/@vuepress/cli/CHANGELOG.md +++ b/packages/@vuepress/cli/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.23](https://github.com/vuepress/vuepress-next/compare/v2.0.0-alpha.22...v2.0.0-alpha.23) (2021-02-10) + +**Note:** Version bump only for package @vuepress/cli + + + + + # [2.0.0-alpha.22](https://github.com/vuepress/vuepress-next/compare/v2.0.0-alpha.21...v2.0.0-alpha.22) (2021-02-10) **Note:** Version bump only for package @vuepress/cli diff --git a/packages/@vuepress/cli/package.json b/packages/@vuepress/cli/package.json index 018763b184..52a9b8619c 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.22", + "version": "2.0.0-alpha.23", "description": "CLI package of VuePress", "keywords": [ "vuepress", @@ -30,7 +30,7 @@ "clean": "rimraf lib *.tsbuildinfo" }, "dependencies": { - "@vuepress/core": "2.0.0-alpha.22", + "@vuepress/core": "2.0.0-alpha.23", "@vuepress/utils": "2.0.0-alpha.20", "cac": "^6.7.1", "chokidar": "^3.5.1", diff --git a/packages/@vuepress/core/CHANGELOG.md b/packages/@vuepress/core/CHANGELOG.md index f0bb7d0e9d..cdeaaa6898 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.23](https://github.com/vuepress/vuepress-next/compare/v2.0.0-alpha.22...v2.0.0-alpha.23) (2021-02-10) + +**Note:** Version bump only for package @vuepress/core + + + + + # [2.0.0-alpha.22](https://github.com/vuepress/vuepress-next/compare/v2.0.0-alpha.21...v2.0.0-alpha.22) (2021-02-10) **Note:** Version bump only for package @vuepress/core diff --git a/packages/@vuepress/core/package.json b/packages/@vuepress/core/package.json index 8b7d53b6f9..d46d2d4c49 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.22", + "version": "2.0.0-alpha.23", "description": "Core package of VuePress", "keywords": [ "vuepress", @@ -27,7 +27,7 @@ }, "dependencies": { "@vuepress/client": "2.0.0-alpha.22", - "@vuepress/markdown": "2.0.0-alpha.22", + "@vuepress/markdown": "2.0.0-alpha.23", "@vuepress/shared": "2.0.0-alpha.20", "@vuepress/utils": "2.0.0-alpha.20", "gray-matter": "^4.0.2", diff --git a/packages/@vuepress/markdown/CHANGELOG.md b/packages/@vuepress/markdown/CHANGELOG.md index 91d790f75c..d7b702fe15 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.23](https://github.com/vuepress/vuepress-next/compare/v2.0.0-alpha.22...v2.0.0-alpha.23) (2021-02-10) + + +### Bug Fixes + +* **markdown:** remove site base from internal links (close [#58](https://github.com/vuepress/vuepress-next/issues/58)) ([a8c7fdd](https://github.com/vuepress/vuepress-next/commit/a8c7fdd86a9c4f08c51673f3dba0451455a731d2)) + + + + + # [2.0.0-alpha.22](https://github.com/vuepress/vuepress-next/compare/v2.0.0-alpha.21...v2.0.0-alpha.22) (2021-02-10) **Note:** Version bump only for package @vuepress/markdown diff --git a/packages/@vuepress/markdown/package.json b/packages/@vuepress/markdown/package.json index e103586343..6031b47474 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.22", + "version": "2.0.0-alpha.23", "description": "Markdown package of VuePress", "keywords": [ "vuepress", diff --git a/packages/@vuepress/plugin-active-header-links/CHANGELOG.md b/packages/@vuepress/plugin-active-header-links/CHANGELOG.md index 016ce76ca8..f83808e95c 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.23](https://github.com/vuepress/vuepress-next/compare/v2.0.0-alpha.22...v2.0.0-alpha.23) (2021-02-10) + +**Note:** Version bump only for package @vuepress/plugin-active-header-links + + + + + # [2.0.0-alpha.22](https://github.com/vuepress/vuepress-next/compare/v2.0.0-alpha.21...v2.0.0-alpha.22) (2021-02-10) **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 18a602db38..081478671d 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.22", + "version": "2.0.0-alpha.23", "description": "VuePress plugin - active header links", "keywords": [ "vuepress-plugin", @@ -30,7 +30,7 @@ }, "dependencies": { "@vuepress/client": "2.0.0-alpha.22", - "@vuepress/core": "2.0.0-alpha.22", + "@vuepress/core": "2.0.0-alpha.23", "@vuepress/utils": "2.0.0-alpha.20", "ts-debounce": "^2.3.0", "vue": "^3.0.5", diff --git a/packages/@vuepress/plugin-back-to-top/CHANGELOG.md b/packages/@vuepress/plugin-back-to-top/CHANGELOG.md index ada288250d..9dc6399f7f 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.23](https://github.com/vuepress/vuepress-next/compare/v2.0.0-alpha.22...v2.0.0-alpha.23) (2021-02-10) + +**Note:** Version bump only for package @vuepress/plugin-back-to-top + + + + + # [2.0.0-alpha.22](https://github.com/vuepress/vuepress-next/compare/v2.0.0-alpha.21...v2.0.0-alpha.22) (2021-02-10) **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 f4e23704aa..2a89b9d6b4 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.22", + "version": "2.0.0-alpha.23", "description": "VuePress plugin - back to top", "keywords": [ "vuepress-plugin", @@ -29,7 +29,7 @@ "copy": "cpx \"src/**/*.vue\" lib" }, "dependencies": { - "@vuepress/core": "2.0.0-alpha.22", + "@vuepress/core": "2.0.0-alpha.23", "@vuepress/utils": "2.0.0-alpha.20", "ts-debounce": "^2.3.0", "vue": "^3.0.5" diff --git a/packages/@vuepress/plugin-container/CHANGELOG.md b/packages/@vuepress/plugin-container/CHANGELOG.md index 963e9aebb8..f4493dcbe9 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.23](https://github.com/vuepress/vuepress-next/compare/v2.0.0-alpha.22...v2.0.0-alpha.23) (2021-02-10) + +**Note:** Version bump only for package @vuepress/plugin-container + + + + + # [2.0.0-alpha.22](https://github.com/vuepress/vuepress-next/compare/v2.0.0-alpha.21...v2.0.0-alpha.22) (2021-02-10) **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 1197b7ab35..eb48d32d0f 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.22", + "version": "2.0.0-alpha.23", "description": "VuePress plugin - markdown container", "keywords": [ "vuepress-plugin", @@ -30,8 +30,8 @@ }, "dependencies": { "@types/markdown-it": "^12.0.1", - "@vuepress/core": "2.0.0-alpha.22", - "@vuepress/markdown": "2.0.0-alpha.22", + "@vuepress/core": "2.0.0-alpha.23", + "@vuepress/markdown": "2.0.0-alpha.23", "@vuepress/shared": "2.0.0-alpha.20", "@vuepress/utils": "2.0.0-alpha.20", "markdown-it": "^12.0.4", diff --git a/packages/@vuepress/plugin-debug/CHANGELOG.md b/packages/@vuepress/plugin-debug/CHANGELOG.md index 7c70215b32..2be6cd347a 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.23](https://github.com/vuepress/vuepress-next/compare/v2.0.0-alpha.22...v2.0.0-alpha.23) (2021-02-10) + +**Note:** Version bump only for package @vuepress/plugin-debug + + + + + # [2.0.0-alpha.22](https://github.com/vuepress/vuepress-next/compare/v2.0.0-alpha.21...v2.0.0-alpha.22) (2021-02-10) diff --git a/packages/@vuepress/plugin-debug/package.json b/packages/@vuepress/plugin-debug/package.json index e802a47367..21a72b7ebe 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.22", + "version": "2.0.0-alpha.23", "description": "VuePress plugin - debug", "keywords": [ "vuepress-plugin", @@ -30,7 +30,7 @@ }, "dependencies": { "@vuepress/client": "2.0.0-alpha.22", - "@vuepress/core": "2.0.0-alpha.22", + "@vuepress/core": "2.0.0-alpha.23", "@vuepress/utils": "2.0.0-alpha.20", "vue": "^3.0.5", "vue-router": "^4.0.3" diff --git a/packages/@vuepress/plugin-docsearch/CHANGELOG.md b/packages/@vuepress/plugin-docsearch/CHANGELOG.md index d930f43b7c..84e992e7bf 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.23](https://github.com/vuepress/vuepress-next/compare/v2.0.0-alpha.22...v2.0.0-alpha.23) (2021-02-10) + +**Note:** Version bump only for package @vuepress/plugin-docsearch + + + + + # [2.0.0-alpha.22](https://github.com/vuepress/vuepress-next/compare/v2.0.0-alpha.21...v2.0.0-alpha.22) (2021-02-10) **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 1325f73fda..9681ce1aa3 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.22", + "version": "2.0.0-alpha.23", "description": "VuePress plugin - docsearch", "keywords": [ "vuepress-plugin", @@ -34,7 +34,7 @@ "@docsearch/js": "3.0.0-alpha.31", "@types/react": "^17.0.0", "@vuepress/client": "2.0.0-alpha.22", - "@vuepress/core": "2.0.0-alpha.22", + "@vuepress/core": "2.0.0-alpha.23", "@vuepress/shared": "2.0.0-alpha.20", "@vuepress/utils": "2.0.0-alpha.20", "preact": "^10.0.0", diff --git a/packages/@vuepress/plugin-git/CHANGELOG.md b/packages/@vuepress/plugin-git/CHANGELOG.md index 941181a8e0..1e02a617ca 100644 --- a/packages/@vuepress/plugin-git/CHANGELOG.md +++ b/packages/@vuepress/plugin-git/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.23](https://github.com/vuepress/vuepress-next/compare/v2.0.0-alpha.22...v2.0.0-alpha.23) (2021-02-10) + +**Note:** Version bump only for package @vuepress/plugin-git + + + + + # [2.0.0-alpha.22](https://github.com/vuepress/vuepress-next/compare/v2.0.0-alpha.21...v2.0.0-alpha.22) (2021-02-10) **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 107f2b093f..8fbd6609fc 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.22", + "version": "2.0.0-alpha.23", "description": "VuePress plugin - git", "keywords": [ "vuepress-plugin", @@ -28,7 +28,7 @@ "clean": "rimraf lib *.tsbuildinfo" }, "dependencies": { - "@vuepress/core": "2.0.0-alpha.22", + "@vuepress/core": "2.0.0-alpha.23", "execa": "^4.1.0" }, "publishConfig": { diff --git a/packages/@vuepress/plugin-google-analytics/CHANGELOG.md b/packages/@vuepress/plugin-google-analytics/CHANGELOG.md index 01b2db4c04..f024cfae7f 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.23](https://github.com/vuepress/vuepress-next/compare/v2.0.0-alpha.22...v2.0.0-alpha.23) (2021-02-10) + +**Note:** Version bump only for package @vuepress/plugin-google-analytics + + + + + # [2.0.0-alpha.22](https://github.com/vuepress/vuepress-next/compare/v2.0.0-alpha.21...v2.0.0-alpha.22) (2021-02-10) **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 c67b2c75bf..84057867cc 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.22", + "version": "2.0.0-alpha.23", "description": "VuePress plugin - google-analytics", "keywords": [ "vuepress-plugin", @@ -30,7 +30,7 @@ }, "dependencies": { "@vuepress/client": "2.0.0-alpha.22", - "@vuepress/core": "2.0.0-alpha.22", + "@vuepress/core": "2.0.0-alpha.23", "@vuepress/utils": "2.0.0-alpha.20" }, "publishConfig": { diff --git a/packages/@vuepress/plugin-medium-zoom/CHANGELOG.md b/packages/@vuepress/plugin-medium-zoom/CHANGELOG.md index a6a4d1e814..48bda886dd 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.23](https://github.com/vuepress/vuepress-next/compare/v2.0.0-alpha.22...v2.0.0-alpha.23) (2021-02-10) + +**Note:** Version bump only for package @vuepress/plugin-medium-zoom + + + + + # [2.0.0-alpha.22](https://github.com/vuepress/vuepress-next/compare/v2.0.0-alpha.21...v2.0.0-alpha.22) (2021-02-10) **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 53a68e8aeb..bb5a75ea23 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.22", + "version": "2.0.0-alpha.23", "description": "VuePress plugin - medium-zoom", "keywords": [ "vuepress-plugin", @@ -32,7 +32,7 @@ }, "dependencies": { "@vuepress/client": "2.0.0-alpha.22", - "@vuepress/core": "2.0.0-alpha.22", + "@vuepress/core": "2.0.0-alpha.23", "@vuepress/utils": "2.0.0-alpha.20", "medium-zoom": "^1.0.6", "vue": "^3.0.5" diff --git a/packages/@vuepress/plugin-nprogress/CHANGELOG.md b/packages/@vuepress/plugin-nprogress/CHANGELOG.md index 436cdf178c..f922afb6ac 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.23](https://github.com/vuepress/vuepress-next/compare/v2.0.0-alpha.22...v2.0.0-alpha.23) (2021-02-10) + +**Note:** Version bump only for package @vuepress/plugin-nprogress + + + + + # [2.0.0-alpha.22](https://github.com/vuepress/vuepress-next/compare/v2.0.0-alpha.21...v2.0.0-alpha.22) (2021-02-10) **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 d49e6ba5c8..94aba60dbe 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.22", + "version": "2.0.0-alpha.23", "description": "VuePress plugin - nprogress", "keywords": [ "vuepress-plugin", @@ -30,7 +30,7 @@ }, "dependencies": { "@vuepress/client": "2.0.0-alpha.22", - "@vuepress/core": "2.0.0-alpha.22", + "@vuepress/core": "2.0.0-alpha.23", "@vuepress/utils": "2.0.0-alpha.20", "nprogress": "^0.2.0", "vue": "^3.0.5", diff --git a/packages/@vuepress/plugin-palette-stylus/CHANGELOG.md b/packages/@vuepress/plugin-palette-stylus/CHANGELOG.md index e9457e2cf1..e7dacfeb82 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.23](https://github.com/vuepress/vuepress-next/compare/v2.0.0-alpha.22...v2.0.0-alpha.23) (2021-02-10) + +**Note:** Version bump only for package @vuepress/plugin-palette-stylus + + + + + # [2.0.0-alpha.22](https://github.com/vuepress/vuepress-next/compare/v2.0.0-alpha.21...v2.0.0-alpha.22) (2021-02-10) **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 b24268b295..dd0b3de260 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.22", + "version": "2.0.0-alpha.23", "description": "VuePress plugin - palette stylus", "keywords": [ "vuepress-plugin", @@ -29,7 +29,7 @@ "clean": "rimraf lib *.tsbuildinfo" }, "dependencies": { - "@vuepress/core": "2.0.0-alpha.22", + "@vuepress/core": "2.0.0-alpha.23", "@vuepress/utils": "2.0.0-alpha.20" }, "publishConfig": { diff --git a/packages/@vuepress/plugin-pwa-popup/CHANGELOG.md b/packages/@vuepress/plugin-pwa-popup/CHANGELOG.md index a6d8eabe06..a601d9fd9e 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.23](https://github.com/vuepress/vuepress-next/compare/v2.0.0-alpha.22...v2.0.0-alpha.23) (2021-02-10) + +**Note:** Version bump only for package @vuepress/plugin-pwa-popup + + + + + # [2.0.0-alpha.22](https://github.com/vuepress/vuepress-next/compare/v2.0.0-alpha.21...v2.0.0-alpha.22) (2021-02-10) **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 32832cdfc1..d475f595ed 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.22", + "version": "2.0.0-alpha.23", "description": "VuePress plugin - PWA popup", "keywords": [ "vuepress-plugin", @@ -32,8 +32,8 @@ }, "dependencies": { "@vuepress/client": "2.0.0-alpha.22", - "@vuepress/core": "2.0.0-alpha.22", - "@vuepress/plugin-pwa": "2.0.0-alpha.22", + "@vuepress/core": "2.0.0-alpha.23", + "@vuepress/plugin-pwa": "2.0.0-alpha.23", "@vuepress/shared": "2.0.0-alpha.20", "@vuepress/utils": "2.0.0-alpha.20" }, diff --git a/packages/@vuepress/plugin-pwa/CHANGELOG.md b/packages/@vuepress/plugin-pwa/CHANGELOG.md index 2cf05ebb00..ccc7f55b0c 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.23](https://github.com/vuepress/vuepress-next/compare/v2.0.0-alpha.22...v2.0.0-alpha.23) (2021-02-10) + +**Note:** Version bump only for package @vuepress/plugin-pwa + + + + + # [2.0.0-alpha.22](https://github.com/vuepress/vuepress-next/compare/v2.0.0-alpha.21...v2.0.0-alpha.22) (2021-02-10) **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 c07a5b0d61..30f08e7dea 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.22", + "version": "2.0.0-alpha.23", "description": "VuePress plugin - progressive web application", "keywords": [ "vuepress-plugin", @@ -30,7 +30,7 @@ }, "dependencies": { "@vuepress/client": "2.0.0-alpha.22", - "@vuepress/core": "2.0.0-alpha.22", + "@vuepress/core": "2.0.0-alpha.23", "@vuepress/utils": "2.0.0-alpha.20", "mitt": "^2.1.0", "register-service-worker": "^1.7.2", diff --git a/packages/@vuepress/theme-default/CHANGELOG.md b/packages/@vuepress/theme-default/CHANGELOG.md index 9d7664f1f4..226e91c1b0 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.23](https://github.com/vuepress/vuepress-next/compare/v2.0.0-alpha.22...v2.0.0-alpha.23) (2021-02-10) + +**Note:** Version bump only for package @vuepress/theme-default + + + + + # [2.0.0-alpha.22](https://github.com/vuepress/vuepress-next/compare/v2.0.0-alpha.21...v2.0.0-alpha.22) (2021-02-10) **Note:** Version bump only for package @vuepress/theme-default diff --git a/packages/@vuepress/theme-default/package.json b/packages/@vuepress/theme-default/package.json index 0fe6def4a6..8c1fe0d0da 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.22", + "version": "2.0.0-alpha.23", "description": "Default theme of VuePress", "keywords": [ "vuepress-theme", @@ -30,14 +30,14 @@ }, "dependencies": { "@vuepress/client": "2.0.0-alpha.22", - "@vuepress/core": "2.0.0-alpha.22", - "@vuepress/plugin-active-header-links": "2.0.0-alpha.22", - "@vuepress/plugin-back-to-top": "2.0.0-alpha.22", - "@vuepress/plugin-container": "2.0.0-alpha.22", - "@vuepress/plugin-git": "2.0.0-alpha.22", - "@vuepress/plugin-medium-zoom": "2.0.0-alpha.22", - "@vuepress/plugin-nprogress": "2.0.0-alpha.22", - "@vuepress/plugin-palette-stylus": "2.0.0-alpha.22", + "@vuepress/core": "2.0.0-alpha.23", + "@vuepress/plugin-active-header-links": "2.0.0-alpha.23", + "@vuepress/plugin-back-to-top": "2.0.0-alpha.23", + "@vuepress/plugin-container": "2.0.0-alpha.23", + "@vuepress/plugin-git": "2.0.0-alpha.23", + "@vuepress/plugin-medium-zoom": "2.0.0-alpha.23", + "@vuepress/plugin-nprogress": "2.0.0-alpha.23", + "@vuepress/plugin-palette-stylus": "2.0.0-alpha.23", "@vuepress/shared": "2.0.0-alpha.20", "@vuepress/utils": "2.0.0-alpha.20", "prismjs": "^1.23.0", diff --git a/packages/@vuepress/theme-vue/CHANGELOG.md b/packages/@vuepress/theme-vue/CHANGELOG.md index b7417af0fd..02f75939f3 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.23](https://github.com/vuepress/vuepress-next/compare/v2.0.0-alpha.22...v2.0.0-alpha.23) (2021-02-10) + +**Note:** Version bump only for package @vuepress/theme-vue + + + + + # [2.0.0-alpha.22](https://github.com/vuepress/vuepress-next/compare/v2.0.0-alpha.21...v2.0.0-alpha.22) (2021-02-10) **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 f0630e290a..bf9221f2a5 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.22", + "version": "2.0.0-alpha.23", "description": "Vue theme of VuePress", "keywords": [ "vuepress-theme", @@ -28,7 +28,7 @@ "clean": "rimraf lib *.tsbuildinfo" }, "dependencies": { - "@vuepress/theme-default": "2.0.0-alpha.22" + "@vuepress/theme-default": "2.0.0-alpha.23" }, "publishConfig": { "access": "public" diff --git a/packages/vuepress/CHANGELOG.md b/packages/vuepress/CHANGELOG.md index 5d5265efa8..bb0d1a7534 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.23](https://github.com/vuepress/vuepress-next/compare/v2.0.0-alpha.22...v2.0.0-alpha.23) (2021-02-10) + +**Note:** Version bump only for package vuepress + + + + + # [2.0.0-alpha.22](https://github.com/vuepress/vuepress-next/compare/v2.0.0-alpha.21...v2.0.0-alpha.22) (2021-02-10) **Note:** Version bump only for package vuepress diff --git a/packages/vuepress/package.json b/packages/vuepress/package.json index fc09f73ae8..1574555cb0 100644 --- a/packages/vuepress/package.json +++ b/packages/vuepress/package.json @@ -1,6 +1,6 @@ { "name": "vuepress", - "version": "2.0.0-alpha.22", + "version": "2.0.0-alpha.23", "description": "Vue-powered Static Site Generator", "keywords": [ "documentation", @@ -32,9 +32,9 @@ "clean": "rimraf lib *.tsbuildinfo" }, "dependencies": { - "@vuepress/bundler-webpack": "2.0.0-alpha.22", - "@vuepress/cli": "2.0.0-alpha.22", - "@vuepress/core": "2.0.0-alpha.22", - "@vuepress/theme-default": "2.0.0-alpha.22" + "@vuepress/bundler-webpack": "2.0.0-alpha.23", + "@vuepress/cli": "2.0.0-alpha.23", + "@vuepress/core": "2.0.0-alpha.23", + "@vuepress/theme-default": "2.0.0-alpha.23" } }