Skip to content

Commit af092c4

Browse files
committed
v1.3.0
1 parent aa0dd20 commit af092c4

File tree

19 files changed

+280
-280
lines changed

19 files changed

+280
-280
lines changed

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"npmClient": "yarn",
33
"useWorkspaces": true,
4-
"version": "1.2.0"
4+
"version": "1.3.0"
55
}

packages/@vuepress/core/package.json

Lines changed: 27 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -1,41 +1,35 @@
11
{
22
"name": "@vuepress/core",
3-
"version": "1.2.0",
3+
"version": "1.3.0",
44
"description": "Minimalistic doc generator with Vue component based layout system",
5-
"main": "lib/index.js",
5+
"keywords": [
6+
"documentation",
7+
"generator",
8+
"vue"
9+
],
10+
"homepage": "https://github.com/vuejs/vuepress#readme",
11+
"bugs": {
12+
"url": "https://github.com/vuejs/vuepress/issues"
13+
},
614
"repository": {
715
"type": "git",
816
"url": "git+https://github.com/vuejs/vuepress.git",
917
"directory": "packages/@vuepress/core"
1018
},
11-
"publishConfig": {
12-
"access": "public"
13-
},
14-
"keywords": [
15-
"documentation",
16-
"vue",
17-
"generator"
18-
],
19+
"license": "MIT",
1920
"author": "Evan You",
20-
"maintainers": [
21-
{
22-
"name": "ULIVZ",
23-
"email": "chl814@foxmail.com"
24-
}
21+
"main": "lib/index.js",
22+
"browserslist": [
23+
">1%"
2524
],
26-
"license": "MIT",
27-
"bugs": {
28-
"url": "https://github.com/vuejs/vuepress/issues"
29-
},
30-
"homepage": "https://github.com/vuejs/vuepress#readme",
3125
"dependencies": {
3226
"@babel/core": "^7.0.0",
3327
"@vue/babel-preset-app": "^3.1.1",
34-
"@vuepress/markdown": "^1.2.0",
35-
"@vuepress/markdown-loader": "^1.2.0",
36-
"@vuepress/plugin-last-updated": "^1.2.0",
37-
"@vuepress/plugin-register-components": "^1.2.0",
38-
"@vuepress/shared-utils": "^1.2.0",
28+
"@vuepress/markdown": "^1.3.0",
29+
"@vuepress/markdown-loader": "^1.3.0",
30+
"@vuepress/plugin-last-updated": "^1.3.0",
31+
"@vuepress/plugin-register-components": "^1.3.0",
32+
"@vuepress/shared-utils": "^1.3.0",
3933
"autoprefixer": "^9.5.1",
4034
"babel-loader": "^8.0.4",
4135
"cache-loader": "^3.0.0",
@@ -70,7 +64,13 @@
7064
"engines": {
7165
"node": ">=8.6"
7266
},
73-
"browserslist": [
74-
">1%"
67+
"publishConfig": {
68+
"access": "public"
69+
},
70+
"maintainers": [
71+
{
72+
"name": "ULIVZ",
73+
"email": "chl814@foxmail.com"
74+
}
7575
]
7676
}
Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,37 +1,37 @@
11
{
22
"name": "@vuepress/markdown-loader",
3-
"version": "1.2.0",
3+
"version": "1.3.0",
44
"description": "markdown-loader for vuepress",
5-
"main": "index.js",
6-
"publishConfig": {
7-
"access": "public"
5+
"keywords": [
6+
"documentation",
7+
"generator",
8+
"vue",
9+
"vuepress"
10+
],
11+
"homepage": "https://github.com/vuejs/vuepress/packages/@vuepress/markdown-loader#readme",
12+
"bugs": {
13+
"url": "https://github.com/vuejs/vuepress/issues"
814
},
915
"repository": {
1016
"type": "git",
1117
"url": "git+https://github.com/vuejs/vuepress.git",
1218
"directory": "packages/@vuepress/markdown-loader"
1319
},
14-
"keywords": [
15-
"documentation",
16-
"vue",
17-
"vuepress",
18-
"generator"
19-
],
20+
"license": "MIT",
21+
"author": "Evan You",
22+
"main": "index.js",
2023
"dependencies": {
21-
"@vuepress/markdown": "^1.2.0",
24+
"@vuepress/markdown": "^1.3.0",
2225
"loader-utils": "^1.1.0",
2326
"lru-cache": "^5.1.1"
2427
},
25-
"author": "Evan You",
28+
"publishConfig": {
29+
"access": "public"
30+
},
2631
"maintainers": [
2732
{
2833
"name": "ULIVZ",
2934
"email": "chl814@foxmail.com"
3035
}
31-
],
32-
"license": "MIT",
33-
"bugs": {
34-
"url": "https://github.com/vuejs/vuepress/issues"
35-
},
36-
"homepage": "https://github.com/vuejs/vuepress/packages/@vuepress/markdown-loader#readme"
36+
]
3737
}
Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,28 @@
11
{
22
"name": "@vuepress/markdown",
3-
"version": "1.2.0",
3+
"version": "1.3.0",
44
"description": "markdown for vuepress",
5-
"main": "index.js",
6-
"publishConfig": {
7-
"access": "public"
5+
"keywords": [
6+
"documentation",
7+
"generator",
8+
"markdown",
9+
"vue",
10+
"vuepress"
11+
],
12+
"homepage": "https://github.com/vuejs/vuepress/packages/@vuepress/markdown#readme",
13+
"bugs": {
14+
"url": "https://github.com/vuejs/vuepress/issues"
815
},
916
"repository": {
1017
"type": "git",
1118
"url": "git+https://github.com/vuejs/vuepress.git",
1219
"directory": "packages/@vuepress/markdown"
1320
},
14-
"keywords": [
15-
"documentation",
16-
"vue",
17-
"vuepress",
18-
"generator",
19-
"markdown"
20-
],
21+
"license": "MIT",
22+
"author": "Evan You",
23+
"main": "index.js",
2124
"dependencies": {
22-
"@vuepress/shared-utils": "^1.2.0",
25+
"@vuepress/shared-utils": "^1.3.0",
2326
"markdown-it": "^8.4.1",
2427
"markdown-it-anchor": "^5.0.2",
2528
"markdown-it-chain": "^1.3.0",
@@ -28,18 +31,15 @@
2831
"prismjs": "^1.13.0"
2932
},
3033
"devDependencies": {
31-
"@vuepress/test-utils": "^1.2.0"
34+
"@vuepress/test-utils": "^1.3.0"
35+
},
36+
"publishConfig": {
37+
"access": "public"
3238
},
33-
"author": "Evan You",
3439
"maintainers": [
3540
{
3641
"name": "ULIVZ",
3742
"email": "chl814@foxmail.com"
3843
}
39-
],
40-
"license": "MIT",
41-
"bugs": {
42-
"url": "https://github.com/vuejs/vuepress/issues"
43-
},
44-
"homepage": "https://github.com/vuejs/vuepress/packages/@vuepress/markdown#readme"
44+
]
4545
}
Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,29 @@
11
{
22
"name": "@vuepress/plugin-active-header-links",
3-
"version": "1.2.0",
3+
"version": "1.3.0",
44
"description": "active-header-links plugin for vuepress",
5-
"main": "index.js",
6-
"publishConfig": {
7-
"access": "public"
5+
"keywords": [
6+
"documentation",
7+
"generator",
8+
"vue",
9+
"vuepress"
10+
],
11+
"homepage": "https://github.com/vuejs/vuepress/packages/@vuepress/plugin-active-header-links#readme",
12+
"bugs": {
13+
"url": "https://github.com/vuejs/vuepress/issues"
814
},
915
"repository": {
1016
"type": "git",
1117
"url": "git+https://github.com/vuejs/vuepress.git",
1218
"directory": "packages/@vuepress/plugin-active-header-links"
1319
},
14-
"keywords": [
15-
"documentation",
16-
"vue",
17-
"vuepress",
18-
"generator"
19-
],
20+
"license": "MIT",
21+
"author": "ULIVZ <chl814@foxmail.com>",
22+
"main": "index.js",
2023
"dependencies": {
2124
"lodash.debounce": "^4.0.8"
2225
},
23-
"author": "ULIVZ <chl814@foxmail.com>",
24-
"license": "MIT",
25-
"bugs": {
26-
"url": "https://github.com/vuejs/vuepress/issues"
27-
},
28-
"homepage": "https://github.com/vuejs/vuepress/packages/@vuepress/plugin-active-header-links#readme"
26+
"publishConfig": {
27+
"access": "public"
28+
}
2929
}
Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,29 @@
11
{
22
"name": "@vuepress/plugin-back-to-top",
3-
"version": "1.2.0",
3+
"version": "1.3.0",
44
"description": "back-to-top plugin for vuepress",
5-
"main": "index.js",
6-
"publishConfig": {
7-
"access": "public"
8-
},
9-
"repository": {
10-
"type": "git",
11-
"url": "git+https://github.com/vuejs/vuepress.git",
12-
"directory": "packages/@vuepress/plugin-back-to-top"
13-
},
145
"keywords": [
156
"documentation",
7+
"generator",
168
"vue",
17-
"vuepress",
18-
"generator"
9+
"vuepress"
1910
],
20-
"author": "ULIVZ <chl814@foxmail.com>",
21-
"license": "MIT",
11+
"homepage": "https://github.com/vuejs/vuepress/packages/@vuepress/back-to-top#readme",
2212
"bugs": {
2313
"url": "https://github.com/vuejs/vuepress/issues"
2414
},
25-
"homepage": "https://github.com/vuejs/vuepress/packages/@vuepress/back-to-top#readme",
15+
"repository": {
16+
"type": "git",
17+
"url": "git+https://github.com/vuejs/vuepress.git",
18+
"directory": "packages/@vuepress/plugin-back-to-top"
19+
},
20+
"license": "MIT",
21+
"author": "ULIVZ <chl814@foxmail.com>",
22+
"main": "index.js",
2623
"dependencies": {
2724
"lodash.debounce": "^4.0.8"
25+
},
26+
"publishConfig": {
27+
"access": "public"
2828
}
2929
}
Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,26 @@
11
{
22
"name": "@vuepress/plugin-google-analytics",
3-
"version": "1.2.0",
3+
"version": "1.3.0",
44
"description": "google-analytics plugin for vuepress",
5-
"main": "index.js",
6-
"publishConfig": {
7-
"access": "public"
8-
},
9-
"repository": {
10-
"type": "git",
11-
"url": "git+https://github.com/vuejs/vuepress.git",
12-
"directory": "packages/@vuepress/plugin-google-analytics"
13-
},
145
"keywords": [
156
"documentation",
7+
"generator",
168
"vue",
17-
"vuepress",
18-
"generator"
9+
"vuepress"
1910
],
20-
"author": "ULIVZ <chl814@foxmail.com>",
21-
"license": "MIT",
11+
"homepage": "https://github.com/vuejs/vuepress/packages/@vuepress/plugin-google-analytics#readme",
2212
"bugs": {
2313
"url": "https://github.com/vuejs/vuepress/issues"
2414
},
25-
"homepage": "https://github.com/vuejs/vuepress/packages/@vuepress/plugin-google-analytics#readme"
15+
"repository": {
16+
"type": "git",
17+
"url": "git+https://github.com/vuejs/vuepress.git",
18+
"directory": "packages/@vuepress/plugin-google-analytics"
19+
},
20+
"license": "MIT",
21+
"author": "ULIVZ <chl814@foxmail.com>",
22+
"main": "index.js",
23+
"publishConfig": {
24+
"access": "public"
25+
}
2626
}
Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,29 @@
11
{
22
"name": "@vuepress/plugin-last-updated",
3-
"version": "1.2.0",
3+
"version": "1.3.0",
44
"description": "last-updated plugin for vuepress",
5-
"main": "index.js",
6-
"publishConfig": {
7-
"access": "public"
8-
},
9-
"repository": {
10-
"type": "git",
11-
"url": "git+https://github.com/vuejs/vuepress.git",
12-
"directory": "packages/@vuepress/plugin-last-updated"
13-
},
145
"keywords": [
156
"documentation",
7+
"generator",
168
"vue",
17-
"vuepress",
18-
"generator"
9+
"vuepress"
1910
],
20-
"author": "ULIVZ <chl814@foxmail.com>",
21-
"license": "MIT",
11+
"homepage": "https://github.com/vuejs/vuepress/packages/@vuepress/plugin-last-updated#readme",
2212
"bugs": {
2313
"url": "https://github.com/vuejs/vuepress/issues"
2414
},
25-
"homepage": "https://github.com/vuejs/vuepress/packages/@vuepress/plugin-last-updated#readme",
15+
"repository": {
16+
"type": "git",
17+
"url": "git+https://github.com/vuejs/vuepress.git",
18+
"directory": "packages/@vuepress/plugin-last-updated"
19+
},
20+
"license": "MIT",
21+
"author": "ULIVZ <chl814@foxmail.com>",
22+
"main": "index.js",
2623
"dependencies": {
2724
"cross-spawn": "^6.0.5"
25+
},
26+
"publishConfig": {
27+
"access": "public"
2828
}
2929
}

0 commit comments

Comments
 (0)