Skip to content

Commit

Permalink
build: publish v2.0.0-alpha.10
Browse files Browse the repository at this point in the history
  • Loading branch information
meteorlxy committed Dec 17, 2020
1 parent 5e3054a commit 1f19437
Show file tree
Hide file tree
Showing 12 changed files with 72 additions and 10 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)


Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"npmClient": "yarn",
"useWorkspaces": true,
"version": "2.0.0-alpha.9",
"version": "2.0.0-alpha.10",
"command": {
"version": {
"allowBranch": "main",
Expand Down
8 changes: 8 additions & 0 deletions packages/@vuepress/bundler-webpack/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)


Expand Down
2 changes: 1 addition & 1 deletion packages/@vuepress/bundler-webpack/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
11 changes: 11 additions & 0 deletions packages/@vuepress/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)


Expand Down
2 changes: 1 addition & 1 deletion packages/@vuepress/cli/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
11 changes: 11 additions & 0 deletions packages/@vuepress/theme-default/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion packages/@vuepress/theme-default/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
8 changes: 8 additions & 0 deletions packages/@vuepress/theme-vue/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions packages/@vuepress/theme-vue/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand All @@ -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"
Expand Down
8 changes: 8 additions & 0 deletions packages/vuepress/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
8 changes: 4 additions & 4 deletions packages/vuepress/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down Expand Up @@ -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"
}
}

0 comments on commit 1f19437

Please sign in to comment.