From 6fadce4fb24cb1fe47438009288da2d2656586f5 Mon Sep 17 00:00:00 2001 From: meteorlxy Date: Sat, 13 Feb 2021 17:09:19 +0800 Subject: [PATCH] build: publish v2.0.0-alpha.24 --- CHANGELOG.md | 24 +++++++++++++++++++ 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 | 24 +++++++++++++++++++ packages/@vuepress/core/package.json | 10 ++++---- packages/@vuepress/markdown/CHANGELOG.md | 8 +++++++ 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 | 8 +++++++ 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 | 16 +++++++++++++ packages/@vuepress/shared/package.json | 2 +- packages/@vuepress/theme-default/CHANGELOG.md | 8 +++++++ packages/@vuepress/theme-default/package.json | 24 +++++++++---------- 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, 315 insertions(+), 88 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8f000322e0..2420085d57 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,30 @@ 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.24](https://github.com/vuepress/vuepress-next/compare/v2.0.0-alpha.23...v2.0.0-alpha.24) (2021-02-13) + + +### Code Refactoring + +* **core:** change page default date to 0000-00-00 ([1ce602e](https://github.com/vuepress/vuepress-next/commit/1ce602ef811f29f083a8d10695a7b212ed82cae5)) +* **core:** remove permalink and pattern from page options ([9534989](https://github.com/vuepress/vuepress-next/commit/9534989a82e620b1c09b4a09d4cfee1e99d145fc)) + + +### Features + +* **core:** add extendsPageOptions hook ([19b7e83](https://github.com/vuepress/vuepress-next/commit/19b7e83cb25ec523857d34c415782d595a05d0ff)) +* **core:** add watchers parameter to onWatched hook ([0bcd594](https://github.com/vuepress/vuepress-next/commit/0bcd594d1645fe9994d1456e86803e5619057bfb)) + + +### BREAKING CHANGES + +* **core:** remove permalink and pattern from page options +* **core:** change page default date from 1970-01-01 to 0000-00-00 + + + + + # [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) diff --git a/lerna.json b/lerna.json index c957e98baf..378314b13e 100644 --- a/lerna.json +++ b/lerna.json @@ -1,7 +1,7 @@ { "npmClient": "yarn", "useWorkspaces": true, - "version": "2.0.0-alpha.23", + "version": "2.0.0-alpha.24", "command": { "version": { "allowBranch": "main", diff --git a/packages/@vuepress/bundler-webpack/CHANGELOG.md b/packages/@vuepress/bundler-webpack/CHANGELOG.md index 0aacbd0968..4feb872552 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.24](https://github.com/vuepress/vuepress-next/compare/v2.0.0-alpha.23...v2.0.0-alpha.24) (2021-02-13) + +**Note:** Version bump only for package @vuepress/bundler-webpack + + + + + # [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 diff --git a/packages/@vuepress/bundler-webpack/package.json b/packages/@vuepress/bundler-webpack/package.json index 3c2416f995..ad32f0e452 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.23", + "version": "2.0.0-alpha.24", "description": "Bundler webpack package of VuePress", "keywords": [ "vuepress", @@ -31,9 +31,9 @@ "@types/webpack-env": "^1.16.0", "@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.23", - "@vuepress/utils": "2.0.0-alpha.20", + "@vuepress/client": "2.0.0-alpha.24", + "@vuepress/core": "2.0.0-alpha.24", + "@vuepress/utils": "2.0.0-alpha.24", "autoprefixer": "^10.2.4", "copy-webpack-plugin": "^7.0.0", "css-loader": "^5.0.2", diff --git a/packages/@vuepress/cli/CHANGELOG.md b/packages/@vuepress/cli/CHANGELOG.md index c225bbe0e5..6bc82da5c6 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.24](https://github.com/vuepress/vuepress-next/compare/v2.0.0-alpha.23...v2.0.0-alpha.24) (2021-02-13) + + +### Features + +* **core:** add watchers parameter to onWatched hook ([0bcd594](https://github.com/vuepress/vuepress-next/commit/0bcd594d1645fe9994d1456e86803e5619057bfb)) + + + + + # [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 diff --git a/packages/@vuepress/cli/package.json b/packages/@vuepress/cli/package.json index 52a9b8619c..798525d755 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.23", + "version": "2.0.0-alpha.24", "description": "CLI package of VuePress", "keywords": [ "vuepress", @@ -30,8 +30,8 @@ "clean": "rimraf lib *.tsbuildinfo" }, "dependencies": { - "@vuepress/core": "2.0.0-alpha.23", - "@vuepress/utils": "2.0.0-alpha.20", + "@vuepress/core": "2.0.0-alpha.24", + "@vuepress/utils": "2.0.0-alpha.24", "cac": "^6.7.1", "chokidar": "^3.5.1", "envinfo": "^7.7.4", diff --git a/packages/@vuepress/client/CHANGELOG.md b/packages/@vuepress/client/CHANGELOG.md index 8157202804..8960261fbd 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.24](https://github.com/vuepress/vuepress-next/compare/v2.0.0-alpha.23...v2.0.0-alpha.24) (2021-02-13) + +**Note:** Version bump only for package @vuepress/client + + + + + # [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/client/package.json b/packages/@vuepress/client/package.json index 49663b0d1b..ffce46d1fc 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.22", + "version": "2.0.0-alpha.24", "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.20", + "@vuepress/shared": "2.0.0-alpha.24", "vue": "^3.0.5", "vue-router": "^4.0.3" }, diff --git a/packages/@vuepress/core/CHANGELOG.md b/packages/@vuepress/core/CHANGELOG.md index cdeaaa6898..3b47bb800c 100644 --- a/packages/@vuepress/core/CHANGELOG.md +++ b/packages/@vuepress/core/CHANGELOG.md @@ -3,6 +3,30 @@ 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.24](https://github.com/vuepress/vuepress-next/compare/v2.0.0-alpha.23...v2.0.0-alpha.24) (2021-02-13) + + +### Code Refactoring + +* **core:** change page default date to 0000-00-00 ([1ce602e](https://github.com/vuepress/vuepress-next/commit/1ce602ef811f29f083a8d10695a7b212ed82cae5)) +* **core:** remove permalink and pattern from page options ([9534989](https://github.com/vuepress/vuepress-next/commit/9534989a82e620b1c09b4a09d4cfee1e99d145fc)) + + +### Features + +* **core:** add extendsPageOptions hook ([19b7e83](https://github.com/vuepress/vuepress-next/commit/19b7e83cb25ec523857d34c415782d595a05d0ff)) +* **core:** add watchers parameter to onWatched hook ([0bcd594](https://github.com/vuepress/vuepress-next/commit/0bcd594d1645fe9994d1456e86803e5619057bfb)) + + +### BREAKING CHANGES + +* **core:** remove permalink and pattern from page options +* **core:** change page default date from 1970-01-01 to 0000-00-00 + + + + + # [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 diff --git a/packages/@vuepress/core/package.json b/packages/@vuepress/core/package.json index d46d2d4c49..aff40a7491 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.23", + "version": "2.0.0-alpha.24", "description": "Core package of VuePress", "keywords": [ "vuepress", @@ -26,10 +26,10 @@ "clean": "rimraf lib *.tsbuildinfo" }, "dependencies": { - "@vuepress/client": "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", + "@vuepress/client": "2.0.0-alpha.24", + "@vuepress/markdown": "2.0.0-alpha.24", + "@vuepress/shared": "2.0.0-alpha.24", + "@vuepress/utils": "2.0.0-alpha.24", "gray-matter": "^4.0.2", "toml": "^3.0.0" }, diff --git a/packages/@vuepress/markdown/CHANGELOG.md b/packages/@vuepress/markdown/CHANGELOG.md index d7b702fe15..3f27bb09fc 100644 --- a/packages/@vuepress/markdown/CHANGELOG.md +++ b/packages/@vuepress/markdown/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.24](https://github.com/vuepress/vuepress-next/compare/v2.0.0-alpha.23...v2.0.0-alpha.24) (2021-02-13) + +**Note:** Version bump only for package @vuepress/markdown + + + + + # [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) diff --git a/packages/@vuepress/markdown/package.json b/packages/@vuepress/markdown/package.json index 6031b47474..0394f10dac 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.23", + "version": "2.0.0-alpha.24", "description": "Markdown package of VuePress", "keywords": [ "vuepress", @@ -27,8 +27,8 @@ }, "dependencies": { "@types/markdown-it": "^12.0.1", - "@vuepress/shared": "2.0.0-alpha.20", - "@vuepress/utils": "2.0.0-alpha.20", + "@vuepress/shared": "2.0.0-alpha.24", + "@vuepress/utils": "2.0.0-alpha.24", "markdown-it": "^12.0.4", "markdown-it-anchor": "^7.0.2", "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 f83808e95c..d8bf63d83f 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.24](https://github.com/vuepress/vuepress-next/compare/v2.0.0-alpha.23...v2.0.0-alpha.24) (2021-02-13) + +**Note:** Version bump only for package @vuepress/plugin-active-header-links + + + + + # [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 diff --git a/packages/@vuepress/plugin-active-header-links/package.json b/packages/@vuepress/plugin-active-header-links/package.json index 081478671d..110eb45f13 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.23", + "version": "2.0.0-alpha.24", "description": "VuePress plugin - active header links", "keywords": [ "vuepress-plugin", @@ -29,9 +29,9 @@ "clean": "rimraf lib *.tsbuildinfo" }, "dependencies": { - "@vuepress/client": "2.0.0-alpha.22", - "@vuepress/core": "2.0.0-alpha.23", - "@vuepress/utils": "2.0.0-alpha.20", + "@vuepress/client": "2.0.0-alpha.24", + "@vuepress/core": "2.0.0-alpha.24", + "@vuepress/utils": "2.0.0-alpha.24", "ts-debounce": "^2.3.0", "vue": "^3.0.5", "vue-router": "^4.0.3" diff --git a/packages/@vuepress/plugin-back-to-top/CHANGELOG.md b/packages/@vuepress/plugin-back-to-top/CHANGELOG.md index 9dc6399f7f..61bf3ac1ea 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.24](https://github.com/vuepress/vuepress-next/compare/v2.0.0-alpha.23...v2.0.0-alpha.24) (2021-02-13) + +**Note:** Version bump only for package @vuepress/plugin-back-to-top + + + + + # [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 diff --git a/packages/@vuepress/plugin-back-to-top/package.json b/packages/@vuepress/plugin-back-to-top/package.json index 2a89b9d6b4..ee71e75f45 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.23", + "version": "2.0.0-alpha.24", "description": "VuePress plugin - back to top", "keywords": [ "vuepress-plugin", @@ -29,8 +29,8 @@ "copy": "cpx \"src/**/*.vue\" lib" }, "dependencies": { - "@vuepress/core": "2.0.0-alpha.23", - "@vuepress/utils": "2.0.0-alpha.20", + "@vuepress/core": "2.0.0-alpha.24", + "@vuepress/utils": "2.0.0-alpha.24", "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 f4493dcbe9..a5c709db55 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.24](https://github.com/vuepress/vuepress-next/compare/v2.0.0-alpha.23...v2.0.0-alpha.24) (2021-02-13) + +**Note:** Version bump only for package @vuepress/plugin-container + + + + + # [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 diff --git a/packages/@vuepress/plugin-container/package.json b/packages/@vuepress/plugin-container/package.json index eb48d32d0f..7498608f7b 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.23", + "version": "2.0.0-alpha.24", "description": "VuePress plugin - markdown container", "keywords": [ "vuepress-plugin", @@ -30,10 +30,10 @@ }, "dependencies": { "@types/markdown-it": "^12.0.1", - "@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", + "@vuepress/core": "2.0.0-alpha.24", + "@vuepress/markdown": "2.0.0-alpha.24", + "@vuepress/shared": "2.0.0-alpha.24", + "@vuepress/utils": "2.0.0-alpha.24", "markdown-it": "^12.0.4", "markdown-it-container": "^3.0.0" }, diff --git a/packages/@vuepress/plugin-debug/CHANGELOG.md b/packages/@vuepress/plugin-debug/CHANGELOG.md index 2be6cd347a..7d92d924c3 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.24](https://github.com/vuepress/vuepress-next/compare/v2.0.0-alpha.23...v2.0.0-alpha.24) (2021-02-13) + +**Note:** Version bump only for package @vuepress/plugin-debug + + + + + # [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 diff --git a/packages/@vuepress/plugin-debug/package.json b/packages/@vuepress/plugin-debug/package.json index 21a72b7ebe..af61d31a8d 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.23", + "version": "2.0.0-alpha.24", "description": "VuePress plugin - debug", "keywords": [ "vuepress-plugin", @@ -29,9 +29,9 @@ "copy": "cpx \"src/**/*.css\" lib" }, "dependencies": { - "@vuepress/client": "2.0.0-alpha.22", - "@vuepress/core": "2.0.0-alpha.23", - "@vuepress/utils": "2.0.0-alpha.20", + "@vuepress/client": "2.0.0-alpha.24", + "@vuepress/core": "2.0.0-alpha.24", + "@vuepress/utils": "2.0.0-alpha.24", "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 84e992e7bf..632b364a45 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.24](https://github.com/vuepress/vuepress-next/compare/v2.0.0-alpha.23...v2.0.0-alpha.24) (2021-02-13) + +**Note:** Version bump only for package @vuepress/plugin-docsearch + + + + + # [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 diff --git a/packages/@vuepress/plugin-docsearch/package.json b/packages/@vuepress/plugin-docsearch/package.json index 9681ce1aa3..7f69e665a1 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.23", + "version": "2.0.0-alpha.24", "description": "VuePress plugin - docsearch", "keywords": [ "vuepress-plugin", @@ -33,10 +33,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.22", - "@vuepress/core": "2.0.0-alpha.23", - "@vuepress/shared": "2.0.0-alpha.20", - "@vuepress/utils": "2.0.0-alpha.20", + "@vuepress/client": "2.0.0-alpha.24", + "@vuepress/core": "2.0.0-alpha.24", + "@vuepress/shared": "2.0.0-alpha.24", + "@vuepress/utils": "2.0.0-alpha.24", "preact": "^10.0.0", "vue": "^3.0.5", "vue-router": "^4.0.3" diff --git a/packages/@vuepress/plugin-git/CHANGELOG.md b/packages/@vuepress/plugin-git/CHANGELOG.md index 1e02a617ca..1bc9dd566a 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.24](https://github.com/vuepress/vuepress-next/compare/v2.0.0-alpha.23...v2.0.0-alpha.24) (2021-02-13) + +**Note:** Version bump only for package @vuepress/plugin-git + + + + + # [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 diff --git a/packages/@vuepress/plugin-git/package.json b/packages/@vuepress/plugin-git/package.json index 8fbd6609fc..1bc7637eb8 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.23", + "version": "2.0.0-alpha.24", "description": "VuePress plugin - git", "keywords": [ "vuepress-plugin", @@ -28,7 +28,7 @@ "clean": "rimraf lib *.tsbuildinfo" }, "dependencies": { - "@vuepress/core": "2.0.0-alpha.23", + "@vuepress/core": "2.0.0-alpha.24", "execa": "^4.1.0" }, "publishConfig": { diff --git a/packages/@vuepress/plugin-google-analytics/CHANGELOG.md b/packages/@vuepress/plugin-google-analytics/CHANGELOG.md index f024cfae7f..82dca32a41 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.24](https://github.com/vuepress/vuepress-next/compare/v2.0.0-alpha.23...v2.0.0-alpha.24) (2021-02-13) + +**Note:** Version bump only for package @vuepress/plugin-google-analytics + + + + + # [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 diff --git a/packages/@vuepress/plugin-google-analytics/package.json b/packages/@vuepress/plugin-google-analytics/package.json index 84057867cc..0697634176 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.23", + "version": "2.0.0-alpha.24", "description": "VuePress plugin - google-analytics", "keywords": [ "vuepress-plugin", @@ -29,9 +29,9 @@ "clean": "rimraf lib *.tsbuildinfo" }, "dependencies": { - "@vuepress/client": "2.0.0-alpha.22", - "@vuepress/core": "2.0.0-alpha.23", - "@vuepress/utils": "2.0.0-alpha.20" + "@vuepress/client": "2.0.0-alpha.24", + "@vuepress/core": "2.0.0-alpha.24", + "@vuepress/utils": "2.0.0-alpha.24" }, "publishConfig": { "access": "public" diff --git a/packages/@vuepress/plugin-medium-zoom/CHANGELOG.md b/packages/@vuepress/plugin-medium-zoom/CHANGELOG.md index 48bda886dd..582be8738b 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.24](https://github.com/vuepress/vuepress-next/compare/v2.0.0-alpha.23...v2.0.0-alpha.24) (2021-02-13) + +**Note:** Version bump only for package @vuepress/plugin-medium-zoom + + + + + # [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 diff --git a/packages/@vuepress/plugin-medium-zoom/package.json b/packages/@vuepress/plugin-medium-zoom/package.json index bb5a75ea23..f21d563186 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.23", + "version": "2.0.0-alpha.24", "description": "VuePress plugin - medium-zoom", "keywords": [ "vuepress-plugin", @@ -31,9 +31,9 @@ "clean": "rimraf lib *.tsbuildinfo" }, "dependencies": { - "@vuepress/client": "2.0.0-alpha.22", - "@vuepress/core": "2.0.0-alpha.23", - "@vuepress/utils": "2.0.0-alpha.20", + "@vuepress/client": "2.0.0-alpha.24", + "@vuepress/core": "2.0.0-alpha.24", + "@vuepress/utils": "2.0.0-alpha.24", "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 f922afb6ac..fc406d9520 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.24](https://github.com/vuepress/vuepress-next/compare/v2.0.0-alpha.23...v2.0.0-alpha.24) (2021-02-13) + +**Note:** Version bump only for package @vuepress/plugin-nprogress + + + + + # [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 diff --git a/packages/@vuepress/plugin-nprogress/package.json b/packages/@vuepress/plugin-nprogress/package.json index 94aba60dbe..54eda6c4be 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.23", + "version": "2.0.0-alpha.24", "description": "VuePress plugin - nprogress", "keywords": [ "vuepress-plugin", @@ -29,9 +29,9 @@ "clean": "rimraf lib *.tsbuildinfo" }, "dependencies": { - "@vuepress/client": "2.0.0-alpha.22", - "@vuepress/core": "2.0.0-alpha.23", - "@vuepress/utils": "2.0.0-alpha.20", + "@vuepress/client": "2.0.0-alpha.24", + "@vuepress/core": "2.0.0-alpha.24", + "@vuepress/utils": "2.0.0-alpha.24", "nprogress": "^0.2.0", "vue": "^3.0.5", "vue-router": "^4.0.3" diff --git a/packages/@vuepress/plugin-palette-stylus/CHANGELOG.md b/packages/@vuepress/plugin-palette-stylus/CHANGELOG.md index e7dacfeb82..9094345605 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.24](https://github.com/vuepress/vuepress-next/compare/v2.0.0-alpha.23...v2.0.0-alpha.24) (2021-02-13) + +**Note:** Version bump only for package @vuepress/plugin-palette-stylus + + + + + # [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 diff --git a/packages/@vuepress/plugin-palette-stylus/package.json b/packages/@vuepress/plugin-palette-stylus/package.json index dd0b3de260..6915628a8f 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.23", + "version": "2.0.0-alpha.24", "description": "VuePress plugin - palette stylus", "keywords": [ "vuepress-plugin", @@ -29,8 +29,8 @@ "clean": "rimraf lib *.tsbuildinfo" }, "dependencies": { - "@vuepress/core": "2.0.0-alpha.23", - "@vuepress/utils": "2.0.0-alpha.20" + "@vuepress/core": "2.0.0-alpha.24", + "@vuepress/utils": "2.0.0-alpha.24" }, "publishConfig": { "access": "public" diff --git a/packages/@vuepress/plugin-pwa-popup/CHANGELOG.md b/packages/@vuepress/plugin-pwa-popup/CHANGELOG.md index a601d9fd9e..000fcf9be7 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.24](https://github.com/vuepress/vuepress-next/compare/v2.0.0-alpha.23...v2.0.0-alpha.24) (2021-02-13) + +**Note:** Version bump only for package @vuepress/plugin-pwa-popup + + + + + # [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 diff --git a/packages/@vuepress/plugin-pwa-popup/package.json b/packages/@vuepress/plugin-pwa-popup/package.json index d475f595ed..b25dd2ea39 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.23", + "version": "2.0.0-alpha.24", "description": "VuePress plugin - PWA popup", "keywords": [ "vuepress-plugin", @@ -31,11 +31,11 @@ "copy": "cpx \"src/**/*.css\" lib" }, "dependencies": { - "@vuepress/client": "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" + "@vuepress/client": "2.0.0-alpha.24", + "@vuepress/core": "2.0.0-alpha.24", + "@vuepress/plugin-pwa": "2.0.0-alpha.24", + "@vuepress/shared": "2.0.0-alpha.24", + "@vuepress/utils": "2.0.0-alpha.24" }, "publishConfig": { "access": "public" diff --git a/packages/@vuepress/plugin-pwa/CHANGELOG.md b/packages/@vuepress/plugin-pwa/CHANGELOG.md index ccc7f55b0c..5c982f9cd8 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.24](https://github.com/vuepress/vuepress-next/compare/v2.0.0-alpha.23...v2.0.0-alpha.24) (2021-02-13) + +**Note:** Version bump only for package @vuepress/plugin-pwa + + + + + # [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 diff --git a/packages/@vuepress/plugin-pwa/package.json b/packages/@vuepress/plugin-pwa/package.json index 30f08e7dea..e357bae200 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.23", + "version": "2.0.0-alpha.24", "description": "VuePress plugin - progressive web application", "keywords": [ "vuepress-plugin", @@ -29,9 +29,9 @@ "clean": "rimraf lib *.tsbuildinfo" }, "dependencies": { - "@vuepress/client": "2.0.0-alpha.22", - "@vuepress/core": "2.0.0-alpha.23", - "@vuepress/utils": "2.0.0-alpha.20", + "@vuepress/client": "2.0.0-alpha.24", + "@vuepress/core": "2.0.0-alpha.24", + "@vuepress/utils": "2.0.0-alpha.24", "mitt": "^2.1.0", "register-service-worker": "^1.7.2", "vue": "^3.0.5", diff --git a/packages/@vuepress/shared/CHANGELOG.md b/packages/@vuepress/shared/CHANGELOG.md index 817998985e..1e4996a7f6 100644 --- a/packages/@vuepress/shared/CHANGELOG.md +++ b/packages/@vuepress/shared/CHANGELOG.md @@ -3,6 +3,22 @@ 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.24](https://github.com/vuepress/vuepress-next/compare/v2.0.0-alpha.23...v2.0.0-alpha.24) (2021-02-13) + + +### Code Refactoring + +* **core:** change page default date to 0000-00-00 ([1ce602e](https://github.com/vuepress/vuepress-next/commit/1ce602ef811f29f083a8d10695a7b212ed82cae5)) + + +### BREAKING CHANGES + +* **core:** change page default date from 1970-01-01 to 0000-00-00 + + + + + # [2.0.0-alpha.20](https://github.com/vuepress/vuepress-next/compare/v2.0.0-alpha.19...v2.0.0-alpha.20) (2021-02-04) diff --git a/packages/@vuepress/shared/package.json b/packages/@vuepress/shared/package.json index 4da0293414..c42bd7a6b3 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.20", + "version": "2.0.0-alpha.24", "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 226e91c1b0..da4383e266 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.24](https://github.com/vuepress/vuepress-next/compare/v2.0.0-alpha.23...v2.0.0-alpha.24) (2021-02-13) + +**Note:** Version bump only for package @vuepress/theme-default + + + + + # [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 diff --git a/packages/@vuepress/theme-default/package.json b/packages/@vuepress/theme-default/package.json index 8c1fe0d0da..330fa1ebf4 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.23", + "version": "2.0.0-alpha.24", "description": "Default theme of VuePress", "keywords": [ "vuepress-theme", @@ -29,17 +29,17 @@ "copy": "cpx \"src/**/*.{d.ts,vue,styl}\" lib" }, "dependencies": { - "@vuepress/client": "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", + "@vuepress/client": "2.0.0-alpha.24", + "@vuepress/core": "2.0.0-alpha.24", + "@vuepress/plugin-active-header-links": "2.0.0-alpha.24", + "@vuepress/plugin-back-to-top": "2.0.0-alpha.24", + "@vuepress/plugin-container": "2.0.0-alpha.24", + "@vuepress/plugin-git": "2.0.0-alpha.24", + "@vuepress/plugin-medium-zoom": "2.0.0-alpha.24", + "@vuepress/plugin-nprogress": "2.0.0-alpha.24", + "@vuepress/plugin-palette-stylus": "2.0.0-alpha.24", + "@vuepress/shared": "2.0.0-alpha.24", + "@vuepress/utils": "2.0.0-alpha.24", "prismjs": "^1.23.0", "stylus": "^0.54.8", "stylus-loader": "^5.0.0", diff --git a/packages/@vuepress/theme-vue/CHANGELOG.md b/packages/@vuepress/theme-vue/CHANGELOG.md index 02f75939f3..a95630f58c 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.24](https://github.com/vuepress/vuepress-next/compare/v2.0.0-alpha.23...v2.0.0-alpha.24) (2021-02-13) + +**Note:** Version bump only for package @vuepress/theme-vue + + + + + # [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 diff --git a/packages/@vuepress/theme-vue/package.json b/packages/@vuepress/theme-vue/package.json index bf9221f2a5..465422481b 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.23", + "version": "2.0.0-alpha.24", "description": "Vue theme of VuePress", "keywords": [ "vuepress-theme", @@ -28,7 +28,7 @@ "clean": "rimraf lib *.tsbuildinfo" }, "dependencies": { - "@vuepress/theme-default": "2.0.0-alpha.23" + "@vuepress/theme-default": "2.0.0-alpha.24" }, "publishConfig": { "access": "public" diff --git a/packages/@vuepress/utils/CHANGELOG.md b/packages/@vuepress/utils/CHANGELOG.md index 7dbeee6018..bd6fc45c1a 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.24](https://github.com/vuepress/vuepress-next/compare/v2.0.0-alpha.23...v2.0.0-alpha.24) (2021-02-13) + +**Note:** Version bump only for package @vuepress/utils + + + + + # [2.0.0-alpha.20](https://github.com/vuepress/vuepress-next/compare/v2.0.0-alpha.19...v2.0.0-alpha.20) (2021-02-04) **Note:** Version bump only for package @vuepress/utils diff --git a/packages/@vuepress/utils/package.json b/packages/@vuepress/utils/package.json index a846180979..995a5a519c 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.20", + "version": "2.0.0-alpha.24", "description": "Utils package of VuePress", "keywords": [ "vuepress", @@ -29,7 +29,7 @@ "@types/debug": "^4.1.5", "@types/fs-extra": "^9.0.6", "@types/hash-sum": "^1.0.0", - "@vuepress/shared": "2.0.0-alpha.20", + "@vuepress/shared": "2.0.0-alpha.24", "chalk": "^4.1.0", "debug": "^4.3.1", "fs-extra": "^9.1.0", diff --git a/packages/vuepress/CHANGELOG.md b/packages/vuepress/CHANGELOG.md index bb0d1a7534..1b9d5c1cdf 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.24](https://github.com/vuepress/vuepress-next/compare/v2.0.0-alpha.23...v2.0.0-alpha.24) (2021-02-13) + +**Note:** Version bump only for package vuepress + + + + + # [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 diff --git a/packages/vuepress/package.json b/packages/vuepress/package.json index 1574555cb0..581737e4d9 100644 --- a/packages/vuepress/package.json +++ b/packages/vuepress/package.json @@ -1,6 +1,6 @@ { "name": "vuepress", - "version": "2.0.0-alpha.23", + "version": "2.0.0-alpha.24", "description": "Vue-powered Static Site Generator", "keywords": [ "documentation", @@ -32,9 +32,9 @@ "clean": "rimraf lib *.tsbuildinfo" }, "dependencies": { - "@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" + "@vuepress/bundler-webpack": "2.0.0-alpha.24", + "@vuepress/cli": "2.0.0-alpha.24", + "@vuepress/core": "2.0.0-alpha.24", + "@vuepress/theme-default": "2.0.0-alpha.24" } }