Skip to content

Commit 6be78a2

Browse files
committed
build: publish v2.0.0-alpha.17
1 parent d513f7c commit 6be78a2

File tree

38 files changed

+218
-48
lines changed

38 files changed

+218
-48
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,23 @@
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.17](https://github.com/vuepress/vuepress-next/compare/v2.0.0-alpha.16...v2.0.0-alpha.17) (2021-01-13)
7+
8+
9+
### Bug Fixes
10+
11+
* **bundler-webpack:** add trailing slash to url ([cbe4c7f](https://github.com/vuepress/vuepress-next/commit/cbe4c7f3924c11b751dfefbb01f8fc0528516b3b))
12+
13+
14+
### Features
15+
16+
* **cli:** add --clean-temp option ([752d725](https://github.com/vuepress/vuepress-next/commit/752d72563d88d5441a5570af3bc1b4c571e268c2))
17+
* **theme-default:** allow dropdown subtitle as a link ([5fb6558](https://github.com/vuepress/vuepress-next/commit/5fb6558c926ddbb569f2b1901903cf9be4ad426e))
18+
19+
20+
21+
22+
623
# [2.0.0-alpha.16](https://github.com/vuepress/vuepress-next/compare/v2.0.0-alpha.15...v2.0.0-alpha.16) (2021-01-11)
724

825

lerna.json

Lines changed: 1 addition & 1 deletion
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.16",
4+
"version": "2.0.0-alpha.17",
55
"command": {
66
"version": {
77
"allowBranch": "main",

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

Lines changed: 11 additions & 0 deletions
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.17](https://github.com/vuepress/vuepress-next/compare/v2.0.0-alpha.16...v2.0.0-alpha.17) (2021-01-13)
7+
8+
9+
### Bug Fixes
10+
11+
* **bundler-webpack:** add trailing slash to url ([cbe4c7f](https://github.com/vuepress/vuepress-next/commit/cbe4c7f3924c11b751dfefbb01f8fc0528516b3b))
12+
13+
14+
15+
16+
617
# [2.0.0-alpha.16](https://github.com/vuepress/vuepress-next/compare/v2.0.0-alpha.15...v2.0.0-alpha.16) (2021-01-11)
718

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

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vuepress/bundler-webpack",
3-
"version": "2.0.0-alpha.16",
3+
"version": "2.0.0-alpha.17",
44
"description": "Bundler webpack package of VuePress",
55
"keywords": [
66
"vuepress",
@@ -32,7 +32,7 @@
3232
"@vue/compiler-sfc": "^3.0.4",
3333
"@vue/server-renderer": "^3.0.4",
3434
"@vuepress/client": "2.0.0-alpha.16",
35-
"@vuepress/core": "2.0.0-alpha.16",
35+
"@vuepress/core": "2.0.0-alpha.17",
3636
"@vuepress/utils": "2.0.0-alpha.15",
3737
"autoprefixer": "^10.1.0",
3838
"copy-webpack-plugin": "^7.0.0",

packages/@vuepress/cli/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
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.17](https://github.com/vuepress/vuepress-next/compare/v2.0.0-alpha.16...v2.0.0-alpha.17) (2021-01-13)
7+
8+
9+
### Features
10+
11+
* **cli:** add --clean-temp option ([752d725](https://github.com/vuepress/vuepress-next/commit/752d72563d88d5441a5570af3bc1b4c571e268c2))
12+
13+
14+
15+
16+
617
# [2.0.0-alpha.16](https://github.com/vuepress/vuepress-next/compare/v2.0.0-alpha.15...v2.0.0-alpha.16) (2021-01-11)
718

819

packages/@vuepress/cli/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vuepress/cli",
3-
"version": "2.0.0-alpha.16",
3+
"version": "2.0.0-alpha.17",
44
"description": "CLI package of VuePress",
55
"keywords": [
66
"vuepress",
@@ -30,7 +30,7 @@
3030
"clean": "rimraf lib *.tsbuildinfo"
3131
},
3232
"dependencies": {
33-
"@vuepress/core": "2.0.0-alpha.16",
33+
"@vuepress/core": "2.0.0-alpha.17",
3434
"@vuepress/utils": "2.0.0-alpha.15",
3535
"cac": "^6.7.1",
3636
"chokidar": "^3.4.3",

packages/@vuepress/core/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
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.17](https://github.com/vuepress/vuepress-next/compare/v2.0.0-alpha.16...v2.0.0-alpha.17) (2021-01-13)
7+
8+
**Note:** Version bump only for package @vuepress/core
9+
10+
11+
12+
13+
614
# [2.0.0-alpha.16](https://github.com/vuepress/vuepress-next/compare/v2.0.0-alpha.15...v2.0.0-alpha.16) (2021-01-11)
715

816

packages/@vuepress/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vuepress/core",
3-
"version": "2.0.0-alpha.16",
3+
"version": "2.0.0-alpha.17",
44
"description": "Core package of VuePress",
55
"keywords": [
66
"vuepress",

packages/@vuepress/plugin-active-header-links/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
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.17](https://github.com/vuepress/vuepress-next/compare/v2.0.0-alpha.16...v2.0.0-alpha.17) (2021-01-13)
7+
8+
**Note:** Version bump only for package @vuepress/plugin-active-header-links
9+
10+
11+
12+
13+
614
# [2.0.0-alpha.16](https://github.com/vuepress/vuepress-next/compare/v2.0.0-alpha.15...v2.0.0-alpha.16) (2021-01-11)
715

816
**Note:** Version bump only for package @vuepress/plugin-active-header-links

packages/@vuepress/plugin-active-header-links/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vuepress/plugin-active-header-links",
3-
"version": "2.0.0-alpha.16",
3+
"version": "2.0.0-alpha.17",
44
"description": "VuePress plugin - active header links",
55
"keywords": [
66
"vuepress-plugin",
@@ -30,7 +30,7 @@
3030
},
3131
"dependencies": {
3232
"@vuepress/client": "2.0.0-alpha.16",
33-
"@vuepress/core": "2.0.0-alpha.16",
33+
"@vuepress/core": "2.0.0-alpha.17",
3434
"@vuepress/utils": "2.0.0-alpha.15",
3535
"lodash.debounce": "^4.0.8",
3636
"vue": "^3.0.4",

0 commit comments

Comments
 (0)