Skip to content

Commit ff9cfd6

Browse files
committed
build: publish v2.0.0-alpha.16
1 parent 9aa7725 commit ff9cfd6

File tree

42 files changed

+250
-63
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

42 files changed

+250
-63
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.16](https://github.com/vuepress/vuepress-next/compare/v2.0.0-alpha.15...v2.0.0-alpha.16) (2021-01-11)
7+
8+
9+
### Bug Fixes
10+
11+
* **core:** support special characters in filename and permalink ([c3e68ef](https://github.com/vuepress/vuepress-next/commit/c3e68ef6a4aa3f6722d5bc4079bafe5d3b176e5e))
12+
* **markdown:** fix assets relative path handling (close [#33](https://github.com/vuepress/vuepress-next/issues/33)) ([9a95431](https://github.com/vuepress/vuepress-next/commit/9a95431aa3994855f7194d3efe810b4fd2cf72d9))
13+
14+
15+
### Features
16+
17+
* **cli:** show info of vue packages ([2d19e84](https://github.com/vuepress/vuepress-next/commit/2d19e84c1ac24e1a127d330009617c42eb7a2bc3))
18+
19+
20+
21+
22+
623
# [2.0.0-alpha.15](https://github.com/vuepress/vuepress-next/compare/v2.0.0-alpha.14...v2.0.0-alpha.15) (2021-01-04)
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.15",
4+
"version": "2.0.0-alpha.16",
55
"command": {
66
"version": {
77
"allowBranch": "main",

packages/@vuepress/bundler-webpack/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.16](https://github.com/vuepress/vuepress-next/compare/v2.0.0-alpha.15...v2.0.0-alpha.16) (2021-01-11)
7+
8+
**Note:** Version bump only for package @vuepress/bundler-webpack
9+
10+
11+
12+
13+
614
# [2.0.0-alpha.15](https://github.com/vuepress/vuepress-next/compare/v2.0.0-alpha.14...v2.0.0-alpha.15) (2021-01-04)
715

816

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

Lines changed: 3 additions & 3 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.15",
3+
"version": "2.0.0-alpha.16",
44
"description": "Bundler webpack package of VuePress",
55
"keywords": [
66
"vuepress",
@@ -30,8 +30,8 @@
3030
"@types/webpack-env": "^1.16.0",
3131
"@vue/compiler-sfc": "^3.0.4",
3232
"@vue/server-renderer": "^3.0.4",
33-
"@vuepress/client": "2.0.0-alpha.15",
34-
"@vuepress/core": "2.0.0-alpha.15",
33+
"@vuepress/client": "2.0.0-alpha.16",
34+
"@vuepress/core": "2.0.0-alpha.16",
3535
"@vuepress/utils": "2.0.0-alpha.15",
3636
"autoprefixer": "^10.1.0",
3737
"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.16](https://github.com/vuepress/vuepress-next/compare/v2.0.0-alpha.15...v2.0.0-alpha.16) (2021-01-11)
7+
8+
9+
### Features
10+
11+
* **cli:** show info of vue packages ([2d19e84](https://github.com/vuepress/vuepress-next/commit/2d19e84c1ac24e1a127d330009617c42eb7a2bc3))
12+
13+
14+
15+
16+
617
# [2.0.0-alpha.15](https://github.com/vuepress/vuepress-next/compare/v2.0.0-alpha.14...v2.0.0-alpha.15) (2021-01-04)
718

819
**Note:** Version bump only for package @vuepress/cli

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.15",
3+
"version": "2.0.0-alpha.16",
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.15",
33+
"@vuepress/core": "2.0.0-alpha.16",
3434
"@vuepress/utils": "2.0.0-alpha.15",
3535
"cac": "^6.7.1",
3636
"chokidar": "^3.4.3",

packages/@vuepress/client/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.16](https://github.com/vuepress/vuepress-next/compare/v2.0.0-alpha.15...v2.0.0-alpha.16) (2021-01-11)
7+
8+
**Note:** Version bump only for package @vuepress/client
9+
10+
11+
12+
13+
614
# [2.0.0-alpha.15](https://github.com/vuepress/vuepress-next/compare/v2.0.0-alpha.14...v2.0.0-alpha.15) (2021-01-04)
715

816
**Note:** Version bump only for package @vuepress/client

packages/@vuepress/client/package.json

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

packages/@vuepress/core/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.16](https://github.com/vuepress/vuepress-next/compare/v2.0.0-alpha.15...v2.0.0-alpha.16) (2021-01-11)
7+
8+
9+
### Bug Fixes
10+
11+
* **core:** support special characters in filename and permalink ([c3e68ef](https://github.com/vuepress/vuepress-next/commit/c3e68ef6a4aa3f6722d5bc4079bafe5d3b176e5e))
12+
13+
14+
15+
16+
617
# [2.0.0-alpha.15](https://github.com/vuepress/vuepress-next/compare/v2.0.0-alpha.14...v2.0.0-alpha.15) (2021-01-04)
718

819

packages/@vuepress/core/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vuepress/core",
3-
"version": "2.0.0-alpha.15",
3+
"version": "2.0.0-alpha.16",
44
"description": "Core package of VuePress",
55
"keywords": [
66
"vuepress",
@@ -26,8 +26,8 @@
2626
"clean": "rimraf lib *.tsbuildinfo"
2727
},
2828
"dependencies": {
29-
"@vuepress/client": "2.0.0-alpha.15",
30-
"@vuepress/markdown": "2.0.0-alpha.15",
29+
"@vuepress/client": "2.0.0-alpha.16",
30+
"@vuepress/markdown": "2.0.0-alpha.16",
3131
"@vuepress/shared": "2.0.0-alpha.15",
3232
"@vuepress/utils": "2.0.0-alpha.15",
3333
"gray-matter": "^4.0.2",

0 commit comments

Comments
 (0)