Skip to content

Commit 6bea02d

Browse files
committed
build: publish v2.0.0-alpha.11
1 parent e2ece20 commit 6bea02d

File tree

8 files changed

+44
-6
lines changed

8 files changed

+44
-6
lines changed

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.11](https://github.com/vuepress/vuepress-next/compare/v2.0.0-alpha.10...v2.0.0-alpha.11) (2020-12-17)
7+
8+
9+
### Bug Fixes
10+
11+
* **bundler-webpack:** freeze webpack version ([95523a2](https://github.com/vuepress/vuepress-next/commit/95523a2f2b32f8dad773c74553bd22a0940cd27a))
12+
13+
14+
15+
16+
617
# [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)
718

819

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.10",
4+
"version": "2.0.0-alpha.11",
55
"command": {
66
"version": {
77
"allowBranch": "main",

packages/@vuepress/bundler-webpack/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.11](https://github.com/vuepress/vuepress-next/compare/v2.0.0-alpha.10...v2.0.0-alpha.11) (2020-12-17)
7+
8+
9+
### Bug Fixes
10+
11+
* **bundler-webpack:** freeze webpack version ([95523a2](https://github.com/vuepress/vuepress-next/commit/95523a2f2b32f8dad773c74553bd22a0940cd27a))
12+
13+
14+
15+
16+
617
# [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)
718

819
**Note:** Version bump only for package @vuepress/bundler-webpack

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.10",
3+
"version": "2.0.0-alpha.11",
44
"description": "Bundler webpack package of VuePress",
55
"keywords": [
66
"vuepress",

packages/@vuepress/cli/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.11](https://github.com/vuepress/vuepress-next/compare/v2.0.0-alpha.10...v2.0.0-alpha.11) (2020-12-17)
7+
8+
**Note:** Version bump only for package @vuepress/cli
9+
10+
11+
12+
13+
614
# [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)
715

816

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.10",
3+
"version": "2.0.0-alpha.11",
44
"description": "CLI package of VuePress",
55
"keywords": [
66
"vuepress",

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

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

packages/vuepress/package.json

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

0 commit comments

Comments
 (0)