From 1f19437650d39dfa2d39486327c58ff64572503c Mon Sep 17 00:00:00 2001 From: meteorlxy Date: Thu, 17 Dec 2020 20:52:54 +0800 Subject: [PATCH] build: publish v2.0.0-alpha.10 --- CHANGELOG.md | 16 ++++++++++++++++ lerna.json | 2 +- packages/@vuepress/bundler-webpack/CHANGELOG.md | 8 ++++++++ packages/@vuepress/bundler-webpack/package.json | 2 +- packages/@vuepress/cli/CHANGELOG.md | 11 +++++++++++ packages/@vuepress/cli/package.json | 2 +- packages/@vuepress/theme-default/CHANGELOG.md | 11 +++++++++++ packages/@vuepress/theme-default/package.json | 2 +- packages/@vuepress/theme-vue/CHANGELOG.md | 8 ++++++++ packages/@vuepress/theme-vue/package.json | 4 ++-- packages/vuepress/CHANGELOG.md | 8 ++++++++ packages/vuepress/package.json | 8 ++++---- 12 files changed, 72 insertions(+), 10 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a4781b5ca6..f5f8195de4 100644 --- a/CHANGELOG.md +++ b/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.10](https://github.com/vuepress/vuepress-next/compare/v2.0.0-alpha.9...v2.0.0-alpha.10) (2020-12-17) + + +### Bug Fixes + +* **theme-default:** fix content headers styles ([7ead1f6](https://github.com/vuepress/vuepress-next/commit/7ead1f60db5135ed7d1a428cb23fecbbc11b223e)) + + +### Features + +* **cli:** add info command ([1f30993](https://github.com/vuepress/vuepress-next/commit/1f30993a920189c0de89e413d85feb957546e47f)) + + + + + # [2.0.0-alpha.9](https://github.com/vuepress/vuepress-next/compare/v2.0.0-alpha.8...v2.0.0-alpha.9) (2020-12-16) diff --git a/lerna.json b/lerna.json index db2975a311..a2586e0c1b 100644 --- a/lerna.json +++ b/lerna.json @@ -1,7 +1,7 @@ { "npmClient": "yarn", "useWorkspaces": true, - "version": "2.0.0-alpha.9", + "version": "2.0.0-alpha.10", "command": { "version": { "allowBranch": "main", diff --git a/packages/@vuepress/bundler-webpack/CHANGELOG.md b/packages/@vuepress/bundler-webpack/CHANGELOG.md index 758b0dea9e..2819e4ddff 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.10](https://github.com/vuepress/vuepress-next/compare/v2.0.0-alpha.9...v2.0.0-alpha.10) (2020-12-17) + +**Note:** Version bump only for package @vuepress/bundler-webpack + + + + + # [2.0.0-alpha.9](https://github.com/vuepress/vuepress-next/compare/v2.0.0-alpha.8...v2.0.0-alpha.9) (2020-12-16) diff --git a/packages/@vuepress/bundler-webpack/package.json b/packages/@vuepress/bundler-webpack/package.json index f741b1728c..96551ea55c 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.9", + "version": "2.0.0-alpha.10", "description": "Bundler webpack package of VuePress", "keywords": [ "vuepress", diff --git a/packages/@vuepress/cli/CHANGELOG.md b/packages/@vuepress/cli/CHANGELOG.md index 6563fb384d..ed3265dbdb 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.10](https://github.com/vuepress/vuepress-next/compare/v2.0.0-alpha.9...v2.0.0-alpha.10) (2020-12-17) + + +### Features + +* **cli:** add info command ([1f30993](https://github.com/vuepress/vuepress-next/commit/1f30993a920189c0de89e413d85feb957546e47f)) + + + + + # [2.0.0-alpha.9](https://github.com/vuepress/vuepress-next/compare/v2.0.0-alpha.8...v2.0.0-alpha.9) (2020-12-16) diff --git a/packages/@vuepress/cli/package.json b/packages/@vuepress/cli/package.json index 9896366740..2d4637b0b8 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.9", + "version": "2.0.0-alpha.10", "description": "CLI package of VuePress", "keywords": [ "vuepress", diff --git a/packages/@vuepress/theme-default/CHANGELOG.md b/packages/@vuepress/theme-default/CHANGELOG.md index f453639bfa..6eea988b0f 100644 --- a/packages/@vuepress/theme-default/CHANGELOG.md +++ b/packages/@vuepress/theme-default/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.10](https://github.com/vuepress/vuepress-next/compare/v2.0.0-alpha.9...v2.0.0-alpha.10) (2020-12-17) + + +### Bug Fixes + +* **theme-default:** fix content headers styles ([7ead1f6](https://github.com/vuepress/vuepress-next/commit/7ead1f60db5135ed7d1a428cb23fecbbc11b223e)) + + + + + # [2.0.0-alpha.9](https://github.com/vuepress/vuepress-next/compare/v2.0.0-alpha.8...v2.0.0-alpha.9) (2020-12-16) **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 02ece7b452..87e79dd1d5 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.9", + "version": "2.0.0-alpha.10", "description": "Default theme of VuePress", "keywords": [ "vuepress", diff --git a/packages/@vuepress/theme-vue/CHANGELOG.md b/packages/@vuepress/theme-vue/CHANGELOG.md index c6b682f865..44ac1cfb5c 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.10](https://github.com/vuepress/vuepress-next/compare/v2.0.0-alpha.9...v2.0.0-alpha.10) (2020-12-17) + +**Note:** Version bump only for package @vuepress/theme-vue + + + + + # [2.0.0-alpha.9](https://github.com/vuepress/vuepress-next/compare/v2.0.0-alpha.8...v2.0.0-alpha.9) (2020-12-16) **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 cdfff836ea..341ee3fd65 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.9", + "version": "2.0.0-alpha.10", "description": "Vue theme of VuePress", "keywords": [ "vuepress", @@ -27,7 +27,7 @@ "clean": "rimraf lib *.tsbuildinfo" }, "dependencies": { - "@vuepress/theme-default": "2.0.0-alpha.9" + "@vuepress/theme-default": "2.0.0-alpha.10" }, "publishConfig": { "access": "public" diff --git a/packages/vuepress/CHANGELOG.md b/packages/vuepress/CHANGELOG.md index 4ead3e718e..e60a1839cb 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.10](https://github.com/vuepress/vuepress-next/compare/v2.0.0-alpha.9...v2.0.0-alpha.10) (2020-12-17) + +**Note:** Version bump only for package vuepress + + + + + # [2.0.0-alpha.9](https://github.com/vuepress/vuepress-next/compare/v2.0.0-alpha.8...v2.0.0-alpha.9) (2020-12-16) **Note:** Version bump only for package vuepress diff --git a/packages/vuepress/package.json b/packages/vuepress/package.json index 4a434085fc..e6fa3b1628 100644 --- a/packages/vuepress/package.json +++ b/packages/vuepress/package.json @@ -1,6 +1,6 @@ { "name": "vuepress", - "version": "2.0.0-alpha.9", + "version": "2.0.0-alpha.10", "description": "Vue-powered Static Site Generator", "keywords": [ "documentation", @@ -28,9 +28,9 @@ "clean": "rimraf lib *.tsbuildinfo" }, "dependencies": { - "@vuepress/bundler-webpack": "2.0.0-alpha.9", - "@vuepress/cli": "2.0.0-alpha.9", + "@vuepress/bundler-webpack": "2.0.0-alpha.10", + "@vuepress/cli": "2.0.0-alpha.10", "@vuepress/core": "2.0.0-alpha.8", - "@vuepress/theme-default": "2.0.0-alpha.9" + "@vuepress/theme-default": "2.0.0-alpha.10" } }