Skip to content

Commit 1f19437

Browse files
committed
build: publish v2.0.0-alpha.10
1 parent 5e3054a commit 1f19437

File tree

12 files changed

+72
-10
lines changed

12 files changed

+72
-10
lines changed

CHANGELOG.md

+16
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,22 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [2.0.0-alpha.10](https://github.com/vuepress/vuepress-next/compare/v2.0.0-alpha.9...v2.0.0-alpha.10) (2020-12-17)
7+
8+
9+
### Bug Fixes
10+
11+
* **theme-default:** fix content headers styles ([7ead1f6](https://github.com/vuepress/vuepress-next/commit/7ead1f60db5135ed7d1a428cb23fecbbc11b223e))
12+
13+
14+
### Features
15+
16+
* **cli:** add info command ([1f30993](https://github.com/vuepress/vuepress-next/commit/1f30993a920189c0de89e413d85feb957546e47f))
17+
18+
19+
20+
21+
622
# [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)
723

824

lerna.json

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

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

+8
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [2.0.0-alpha.10](https://github.com/vuepress/vuepress-next/compare/v2.0.0-alpha.9...v2.0.0-alpha.10) (2020-12-17)
7+
8+
**Note:** Version bump only for package @vuepress/bundler-webpack
9+
10+
11+
12+
13+
614
# [2.0.0-alpha.9](https://github.com/vuepress/vuepress-next/compare/v2.0.0-alpha.8...v2.0.0-alpha.9) (2020-12-16)
715

816

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vuepress/bundler-webpack",
3-
"version": "2.0.0-alpha.9",
3+
"version": "2.0.0-alpha.10",
44
"description": "Bundler webpack package of VuePress",
55
"keywords": [
66
"vuepress",

packages/@vuepress/cli/CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [2.0.0-alpha.10](https://github.com/vuepress/vuepress-next/compare/v2.0.0-alpha.9...v2.0.0-alpha.10) (2020-12-17)
7+
8+
9+
### Features
10+
11+
* **cli:** add info command ([1f30993](https://github.com/vuepress/vuepress-next/commit/1f30993a920189c0de89e413d85feb957546e47f))
12+
13+
14+
15+
16+
617
# [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)
718

819

packages/@vuepress/cli/package.json

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

packages/@vuepress/theme-default/CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [2.0.0-alpha.10](https://github.com/vuepress/vuepress-next/compare/v2.0.0-alpha.9...v2.0.0-alpha.10) (2020-12-17)
7+
8+
9+
### Bug Fixes
10+
11+
* **theme-default:** fix content headers styles ([7ead1f6](https://github.com/vuepress/vuepress-next/commit/7ead1f60db5135ed7d1a428cb23fecbbc11b223e))
12+
13+
14+
15+
16+
617
# [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)
718

819
**Note:** Version bump only for package @vuepress/theme-default

packages/@vuepress/theme-default/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vuepress/theme-default",
3-
"version": "2.0.0-alpha.9",
3+
"version": "2.0.0-alpha.10",
44
"description": "Default theme of VuePress",
55
"keywords": [
66
"vuepress",

packages/@vuepress/theme-vue/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [2.0.0-alpha.10](https://github.com/vuepress/vuepress-next/compare/v2.0.0-alpha.9...v2.0.0-alpha.10) (2020-12-17)
7+
8+
**Note:** Version bump only for package @vuepress/theme-vue
9+
10+
11+
12+
13+
614
# [2.0.0-alpha.9](https://github.com/vuepress/vuepress-next/compare/v2.0.0-alpha.8...v2.0.0-alpha.9) (2020-12-16)
715

816
**Note:** Version bump only for package @vuepress/theme-vue

packages/@vuepress/theme-vue/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vuepress/theme-vue",
3-
"version": "2.0.0-alpha.9",
3+
"version": "2.0.0-alpha.10",
44
"description": "Vue theme of VuePress",
55
"keywords": [
66
"vuepress",
@@ -27,7 +27,7 @@
2727
"clean": "rimraf lib *.tsbuildinfo"
2828
},
2929
"dependencies": {
30-
"@vuepress/theme-default": "2.0.0-alpha.9"
30+
"@vuepress/theme-default": "2.0.0-alpha.10"
3131
},
3232
"publishConfig": {
3333
"access": "public"

packages/vuepress/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [2.0.0-alpha.10](https://github.com/vuepress/vuepress-next/compare/v2.0.0-alpha.9...v2.0.0-alpha.10) (2020-12-17)
7+
8+
**Note:** Version bump only for package vuepress
9+
10+
11+
12+
13+
614
# [2.0.0-alpha.9](https://github.com/vuepress/vuepress-next/compare/v2.0.0-alpha.8...v2.0.0-alpha.9) (2020-12-16)
715

816
**Note:** Version bump only for package vuepress

packages/vuepress/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vuepress",
3-
"version": "2.0.0-alpha.9",
3+
"version": "2.0.0-alpha.10",
44
"description": "Vue-powered Static Site Generator",
55
"keywords": [
66
"documentation",
@@ -28,9 +28,9 @@
2828
"clean": "rimraf lib *.tsbuildinfo"
2929
},
3030
"dependencies": {
31-
"@vuepress/bundler-webpack": "2.0.0-alpha.9",
32-
"@vuepress/cli": "2.0.0-alpha.9",
31+
"@vuepress/bundler-webpack": "2.0.0-alpha.10",
32+
"@vuepress/cli": "2.0.0-alpha.10",
3333
"@vuepress/core": "2.0.0-alpha.8",
34-
"@vuepress/theme-default": "2.0.0-alpha.9"
34+
"@vuepress/theme-default": "2.0.0-alpha.10"
3535
}
3636
}

0 commit comments

Comments
 (0)