Skip to content

Commit e727f7e

Browse files
committed
v1.0.0-alpha.44
1 parent 677df6b commit e727f7e

File tree

26 files changed

+60
-60
lines changed

26 files changed

+60
-60
lines changed

lerna.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
"lerna": "2.5.1",
33
"npmClient": "yarn",
44
"useWorkspaces": true,
5-
"version": "1.0.0-alpha.43"
5+
"version": "1.0.0-alpha.44"
66
}

packages/@vuepress/core/package.json

+7-7
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vuepress/core",
3-
"version": "1.0.0-alpha.43",
3+
"version": "1.0.0-alpha.44",
44
"description": "Minimalistic doc generator with Vue component based layout system",
55
"main": "lib/index.js",
66
"repository": {
@@ -31,12 +31,12 @@
3131
"dependencies": {
3232
"@babel/core": "^7.0.0",
3333
"@vue/babel-preset-app": "^3.1.1",
34-
"@vuepress/markdown": "^1.0.0-alpha.43",
35-
"@vuepress/markdown-loader": "^1.0.0-alpha.43",
36-
"@vuepress/plugin-container": "^1.0.0-alpha.43",
37-
"@vuepress/plugin-last-updated": "^1.0.0-alpha.43",
38-
"@vuepress/plugin-register-components": "^1.0.0-alpha.43",
39-
"@vuepress/shared-utils": "^1.0.0-alpha.43",
34+
"@vuepress/markdown": "^1.0.0-alpha.44",
35+
"@vuepress/markdown-loader": "^1.0.0-alpha.44",
36+
"@vuepress/plugin-container": "^1.0.0-alpha.44",
37+
"@vuepress/plugin-last-updated": "^1.0.0-alpha.44",
38+
"@vuepress/plugin-register-components": "^1.0.0-alpha.44",
39+
"@vuepress/shared-utils": "^1.0.0-alpha.44",
4040
"autoprefixer": "^7.1.2",
4141
"babel-loader": "^8.0.4",
4242
"cache-loader": "^1.2.2",

packages/@vuepress/markdown-loader/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vuepress/markdown-loader",
3-
"version": "1.0.0-alpha.43",
3+
"version": "1.0.0-alpha.44",
44
"description": "markdown-loader for vuepress",
55
"main": "index.js",
66
"publishConfig": {
@@ -18,7 +18,7 @@
1818
"generator"
1919
],
2020
"dependencies": {
21-
"@vuepress/markdown": "^1.0.0-alpha.43",
21+
"@vuepress/markdown": "^1.0.0-alpha.44",
2222
"loader-utils": "^1.1.0",
2323
"lru-cache": "^5.1.1"
2424
},

packages/@vuepress/markdown/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vuepress/markdown",
3-
"version": "1.0.0-alpha.43",
3+
"version": "1.0.0-alpha.44",
44
"description": "markdown for vuepress",
55
"main": "index.js",
66
"publishConfig": {
@@ -19,7 +19,7 @@
1919
"markdown"
2020
],
2121
"dependencies": {
22-
"@vuepress/shared-utils": "^1.0.0-alpha.43",
22+
"@vuepress/shared-utils": "^1.0.0-alpha.44",
2323
"lru-cache": "^5.1.1",
2424
"markdown-it": "^8.4.1",
2525
"markdown-it-anchor": "^5.0.2",
@@ -28,7 +28,7 @@
2828
"prismjs": "^1.13.0"
2929
},
3030
"devDependencies": {
31-
"@vuepress/test-utils": "^1.0.0-alpha.43"
31+
"@vuepress/test-utils": "^1.0.0-alpha.44"
3232
},
3333
"author": "Evan You",
3434
"maintainers": [

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vuepress/plugin-active-header-links",
3-
"version": "1.0.0-alpha.43",
3+
"version": "1.0.0-alpha.44",
44
"description": "active-header-links plugin for vuepress",
55
"main": "index.js",
66
"publishConfig": {

packages/@vuepress/plugin-back-to-top/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vuepress/plugin-back-to-top",
3-
"version": "1.0.0-alpha.43",
3+
"version": "1.0.0-alpha.44",
44
"description": "back-to-top plugin for vuepress",
55
"main": "index.js",
66
"publishConfig": {

packages/@vuepress/plugin-blog/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vuepress/plugin-blog",
3-
"version": "1.0.0-alpha.43",
3+
"version": "1.0.0-alpha.44",
44
"description": "blog plugin for vuepress",
55
"main": "index.js",
66
"publishConfig": {

packages/@vuepress/plugin-clean-urls/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vuepress/plugin-clean-urls",
3-
"version": "1.0.0-alpha.43",
3+
"version": "1.0.0-alpha.44",
44
"description": "clean urls plugin for vuepress",
55
"main": "index.js",
66
"publishConfig": {

packages/@vuepress/plugin-container/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vuepress/plugin-container",
3-
"version": "1.0.0-alpha.43",
3+
"version": "1.0.0-alpha.44",
44
"description": "markdown container plugin for vuepress",
55
"main": "index.js",
66
"publishConfig": {
@@ -21,7 +21,7 @@
2121
"markdown-it-container": "^2.0.0"
2222
},
2323
"devDependencies": {
24-
"@vuepress/test-utils": "^1.0.0-alpha.43"
24+
"@vuepress/test-utils": "^1.0.0-alpha.44"
2525
},
2626
"author": "Shigma <[email protected]>",
2727
"license": "MIT",

packages/@vuepress/plugin-google-analytics/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vuepress/plugin-google-analytics",
3-
"version": "1.0.0-alpha.43",
3+
"version": "1.0.0-alpha.44",
44
"description": "google-analytics plugin for vuepress",
55
"main": "index.js",
66
"publishConfig": {

packages/@vuepress/plugin-i18n-ui/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vuepress/plugin-i18n-ui",
3-
"version": "1.0.0-alpha.43",
3+
"version": "1.0.0-alpha.44",
44
"description": "i18n-ui plugin for vuepress",
55
"main": "index.js",
66
"publishConfig": {

packages/@vuepress/plugin-last-updated/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vuepress/plugin-last-updated",
3-
"version": "1.0.0-alpha.43",
3+
"version": "1.0.0-alpha.44",
44
"description": "last-updated plugin for vuepress",
55
"main": "index.js",
66
"publishConfig": {

packages/@vuepress/plugin-medium-zoom/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vuepress/plugin-medium-zoom",
3-
"version": "1.0.0-alpha.43",
3+
"version": "1.0.0-alpha.44",
44
"description": "medium-zoom plugin for vuepress",
55
"main": "index.js",
66
"publishConfig": {

packages/@vuepress/plugin-nprogress/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vuepress/plugin-nprogress",
3-
"version": "1.0.0-alpha.43",
3+
"version": "1.0.0-alpha.44",
44
"description": "nprogress plugin for vuepress",
55
"main": "index.js",
66
"publishConfig": {

packages/@vuepress/plugin-pagination/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vuepress/plugin-pagination",
3-
"version": "1.0.0-alpha.43",
3+
"version": "1.0.0-alpha.44",
44
"description": "pagination plugin for vuepress",
55
"main": "index.js",
66
"publishConfig": {

packages/@vuepress/plugin-pwa/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vuepress/plugin-pwa",
3-
"version": "1.0.0-alpha.43",
3+
"version": "1.0.0-alpha.44",
44
"description": "pwa plugin for vuepress",
55
"main": "index.js",
66
"publishConfig": {
@@ -18,7 +18,7 @@
1818
"generator"
1919
],
2020
"dependencies": {
21-
"@vuepress/shared-utils": "^1.0.0-alpha.43",
21+
"@vuepress/shared-utils": "^1.0.0-alpha.44",
2222
"register-service-worker": "^1.5.2",
2323
"workbox-build": "^3.1.0"
2424
},

packages/@vuepress/plugin-register-components/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vuepress/plugin-register-components",
3-
"version": "1.0.0-alpha.43",
3+
"version": "1.0.0-alpha.44",
44
"description": "register-global-components plugin for vuepress",
55
"main": "index.js",
66
"publishConfig": {
@@ -24,6 +24,6 @@
2424
},
2525
"homepage": "https://github.com/vuejs/vuepress/packages/@vuepress/plugin-register-components#readme",
2626
"dependencies": {
27-
"@vuepress/shared-utils": "^1.0.0-alpha.43"
27+
"@vuepress/shared-utils": "^1.0.0-alpha.44"
2828
}
2929
}

packages/@vuepress/plugin-search/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vuepress/plugin-search",
3-
"version": "1.0.0-alpha.43",
3+
"version": "1.0.0-alpha.44",
44
"description": "search plugin for vuepress",
55
"main": "index.js",
66
"publishConfig": {

packages/@vuepress/shared-utils/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vuepress/shared-utils",
3-
"version": "1.0.0-alpha.43",
3+
"version": "1.0.0-alpha.44",
44
"description": "shared-utils for vuepress",
55
"main": "lib/index.js",
66
"types": "types/index.d.ts",

packages/@vuepress/test-utils/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vuepress/test-utils",
3-
"version": "1.0.0-alpha.43",
3+
"version": "1.0.0-alpha.44",
44
"description": "test-utils for vuepress",
55
"main": "index.js",
66
"publishConfig": {
@@ -22,8 +22,8 @@
2222
"@babel/preset-env": "^7.0.0",
2323
"@types/jest": "^24.0.9",
2424
"@vue/test-utils": "^1.0.0-beta.29",
25-
"@vuepress/core": "^1.0.0-alpha.43",
26-
"@vuepress/shared-utils": "^1.0.0-alpha.43",
25+
"@vuepress/core": "^1.0.0-alpha.44",
26+
"@vuepress/shared-utils": "^1.0.0-alpha.44",
2727
"babel-jest": "^24.1.0",
2828
"execa": "^0.10.0",
2929
"jest": "^24.1.0",

packages/@vuepress/theme-blog/package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"private": true,
33
"name": "@vuepress/theme-blog",
4-
"version": "1.0.0-alpha.43",
4+
"version": "1.0.0-alpha.44",
55
"description": "theme-blog for vuepress",
66
"main": "index.js",
77
"publishConfig": {
@@ -19,10 +19,10 @@
1919
"generator"
2020
],
2121
"dependencies": {
22-
"@vuepress/plugin-blog": "^1.0.0-alpha.43",
23-
"@vuepress/plugin-medium-zoom": "^1.0.0-alpha.43",
24-
"@vuepress/plugin-pagination": "^1.0.0-alpha.43",
25-
"@vuepress/plugin-search": "^1.0.0-alpha.43"
22+
"@vuepress/plugin-blog": "^1.0.0-alpha.44",
23+
"@vuepress/plugin-medium-zoom": "^1.0.0-alpha.44",
24+
"@vuepress/plugin-pagination": "^1.0.0-alpha.44",
25+
"@vuepress/plugin-search": "^1.0.0-alpha.44"
2626
},
2727
"author": "ULIVZ <[email protected]>",
2828
"license": "MIT",

packages/@vuepress/theme-default/package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vuepress/theme-default",
3-
"version": "1.0.0-alpha.43",
3+
"version": "1.0.0-alpha.44",
44
"description": "Default theme for VuePress",
55
"main": "index.js",
66
"publishConfig": {
@@ -30,10 +30,10 @@
3030
},
3131
"homepage": "https://github.com/vuejs/vuepress/packages/@vuepress/theme-default#readme",
3232
"dependencies": {
33-
"@vuepress/plugin-active-header-links": "^1.0.0-alpha.43",
34-
"@vuepress/plugin-container": "^1.0.0-alpha.43",
35-
"@vuepress/plugin-nprogress": "^1.0.0-alpha.43",
36-
"@vuepress/plugin-search": "^1.0.0-alpha.43",
33+
"@vuepress/plugin-active-header-links": "^1.0.0-alpha.44",
34+
"@vuepress/plugin-container": "^1.0.0-alpha.44",
35+
"@vuepress/plugin-nprogress": "^1.0.0-alpha.44",
36+
"@vuepress/plugin-search": "^1.0.0-alpha.44",
3737
"docsearch.js": "^2.5.2",
3838
"stylus": "^0.54.5",
3939
"stylus-loader": "^3.0.2"

packages/@vuepress/theme-vue/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vuepress/theme-vue",
3-
"version": "1.0.0-alpha.43",
3+
"version": "1.0.0-alpha.44",
44
"description": "VuePress theme for official Vue projects",
55
"main": "index.js",
66
"publishConfig": {
@@ -30,6 +30,6 @@
3030
},
3131
"homepage": "https://github.com/vuejs/vuepress/packages/@vuepress/theme-vue#readme",
3232
"dependencies": {
33-
"@vuepress/theme-default": "^1.0.0-alpha.43"
33+
"@vuepress/theme-default": "^1.0.0-alpha.44"
3434
}
3535
}

packages/blog/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@
22
"private": true,
33
"name": "blog",
44
"description": "blog of VuePress",
5-
"version": "1.0.0-alpha.43",
5+
"version": "1.0.0-alpha.44",
66
"scripts": {
77
"dev": "vuepress dev source --temp .temp",
88
"build": "vuepress build source --temp .temp"
99
},
1010
"dependencies": {
11-
"@vuepress/theme-blog": "^1.0.0-alpha.43",
12-
"vuepress": "^1.0.0-alpha.43"
11+
"@vuepress/theme-blog": "^1.0.0-alpha.44",
12+
"vuepress": "^1.0.0-alpha.44"
1313
}
1414
}

packages/docs/package.json

+8-8
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"private": true,
3-
"version": "1.0.0-alpha.43",
3+
"version": "1.0.0-alpha.44",
44
"name": "docs",
55
"description": "docs of VuePress",
66
"scripts": {
@@ -25,14 +25,14 @@
2525
},
2626
"homepage": "https://github.com/vuejs/vuepress#readme",
2727
"devDependencies": {
28-
"@vuepress/plugin-back-to-top": "^1.0.0-alpha.43",
29-
"@vuepress/plugin-google-analytics": "^1.0.0-alpha.43",
30-
"@vuepress/plugin-i18n-ui": "^1.0.0-alpha.43",
31-
"@vuepress/plugin-medium-zoom": "^1.0.0-alpha.43",
32-
"@vuepress/plugin-pwa": "^1.0.0-alpha.43",
33-
"@vuepress/theme-vue": "^1.0.0-alpha.43",
28+
"@vuepress/plugin-back-to-top": "^1.0.0-alpha.44",
29+
"@vuepress/plugin-google-analytics": "^1.0.0-alpha.44",
30+
"@vuepress/plugin-i18n-ui": "^1.0.0-alpha.44",
31+
"@vuepress/plugin-medium-zoom": "^1.0.0-alpha.44",
32+
"@vuepress/plugin-pwa": "^1.0.0-alpha.44",
33+
"@vuepress/theme-vue": "^1.0.0-alpha.44",
3434
"vue-toasted": "^1.1.25",
35-
"vuepress": "^1.0.0-alpha.43",
35+
"vuepress": "^1.0.0-alpha.44",
3636
"vuepress-plugin-flowchart": "^1.4.2"
3737
}
3838
}

packages/vuepress/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vuepress",
3-
"version": "1.0.0-alpha.43",
3+
"version": "1.0.0-alpha.44",
44
"description": "Minimalistic doc generator with Vue component based layout system",
55
"main": "index.js",
66
"repository": {
@@ -29,8 +29,8 @@
2929
},
3030
"homepage": "https://github.com/vuejs/vuepress#readme",
3131
"dependencies": {
32-
"@vuepress/core": "^1.0.0-alpha.43",
33-
"@vuepress/theme-default": "^1.0.0-alpha.43",
32+
"@vuepress/core": "^1.0.0-alpha.44",
33+
"@vuepress/theme-default": "^1.0.0-alpha.44",
3434
"cac": "^6.3.9"
3535
},
3636
"engines": {

0 commit comments

Comments
 (0)