Skip to content

Commit ff463eb

Browse files
committed
chore($core): fix the packages version in alpha stage (close: #1379)
1 parent de37e95 commit ff463eb

File tree

12 files changed

+31
-31
lines changed

12 files changed

+31
-31
lines changed

Diff for: packages/@vuepress/core/package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -31,11 +31,11 @@
3131
"dependencies": {
3232
"@babel/core": "^7.0.0",
3333
"@vue/babel-preset-app": "^3.1.1",
34-
"@vuepress/markdown": "^1.0.0-alpha.40",
35-
"@vuepress/markdown-loader": "^1.0.0-alpha.40",
36-
"@vuepress/plugin-last-updated": "^1.0.0-alpha.40",
37-
"@vuepress/plugin-register-components": "^1.0.0-alpha.40",
38-
"@vuepress/shared-utils": "^1.0.0-alpha.40",
34+
"@vuepress/markdown": "1.0.0-alpha.40",
35+
"@vuepress/markdown-loader": "1.0.0-alpha.40",
36+
"@vuepress/plugin-last-updated": "1.0.0-alpha.40",
37+
"@vuepress/plugin-register-components": "1.0.0-alpha.40",
38+
"@vuepress/shared-utils": "1.0.0-alpha.40",
3939
"autoprefixer": "^7.1.2",
4040
"babel-loader": "^8.0.4",
4141
"cache-loader": "^1.2.2",

Diff for: packages/@vuepress/markdown-loader/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"generator"
1919
],
2020
"dependencies": {
21-
"@vuepress/markdown": "^1.0.0-alpha.40",
21+
"@vuepress/markdown": "1.0.0-alpha.40",
2222
"loader-utils": "^1.1.0",
2323
"lru-cache": "^5.1.1"
2424
},

Diff for: packages/@vuepress/markdown/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"markdown"
2020
],
2121
"dependencies": {
22-
"@vuepress/shared-utils": "^1.0.0-alpha.40",
22+
"@vuepress/shared-utils": "1.0.0-alpha.40",
2323
"lru-cache": "^5.1.1",
2424
"markdown-it": "^8.4.1",
2525
"markdown-it-anchor": "^5.0.2",

Diff for: packages/@vuepress/plugin-pwa/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"generator"
1919
],
2020
"dependencies": {
21-
"@vuepress/shared-utils": "^1.0.0-alpha.40",
21+
"@vuepress/shared-utils": "1.0.0-alpha.40",
2222
"register-service-worker": "^1.5.2",
2323
"workbox-build": "^3.1.0"
2424
},

Diff for: packages/@vuepress/plugin-register-components/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -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.40"
27+
"@vuepress/shared-utils": "1.0.0-alpha.40"
2828
}
2929
}

Diff for: packages/@vuepress/test-utils/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@
2121
"@babel/preset-env": "^7.0.0",
2222
"@types/jest": "^23.3.10",
2323
"@vue/test-utils": "^1.0.0-beta.16",
24-
"@vuepress/core": "^1.0.0-alpha.40",
25-
"@vuepress/shared-utils": "^1.0.0-alpha.40",
24+
"@vuepress/core": "1.0.0-alpha.40",
25+
"@vuepress/shared-utils": "1.0.0-alpha.40",
2626
"babel-core": "^7.0.0-0",
2727
"babel-jest": "^23.4.0",
2828
"execa": "^0.10.0",

Diff for: packages/@vuepress/theme-blog/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,10 @@
1919
"generator"
2020
],
2121
"dependencies": {
22-
"@vuepress/plugin-blog": "^1.0.0-alpha.40",
23-
"@vuepress/plugin-medium-zoom": "^1.0.0-alpha.40",
24-
"@vuepress/plugin-pagination": "^1.0.0-alpha.40",
25-
"@vuepress/plugin-search": "^1.0.0-alpha.40"
22+
"@vuepress/plugin-blog": "1.0.0-alpha.40",
23+
"@vuepress/plugin-medium-zoom": "1.0.0-alpha.40",
24+
"@vuepress/plugin-pagination": "1.0.0-alpha.40",
25+
"@vuepress/plugin-search": "1.0.0-alpha.40"
2626
},
2727
"author": "ULIVZ <[email protected]>",
2828
"license": "MIT",

Diff for: packages/@vuepress/theme-default/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,9 @@
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.40",
34-
"@vuepress/plugin-nprogress": "^1.0.0-alpha.40",
35-
"@vuepress/plugin-search": "^1.0.0-alpha.40",
33+
"@vuepress/plugin-active-header-links": "1.0.0-alpha.40",
34+
"@vuepress/plugin-nprogress": "1.0.0-alpha.40",
35+
"@vuepress/plugin-search": "1.0.0-alpha.40",
3636
"docsearch.js": "^2.5.2",
3737
"stylus": "^0.54.5",
3838
"stylus-loader": "^3.0.2"

Diff for: packages/@vuepress/theme-vue/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,6 @@
3131
},
3232
"homepage": "https://github.com/vuejs/vuepress/packages/@vuepress/theme-vue#readme",
3333
"dependencies": {
34-
"@vuepress/theme-default": "^1.0.0-alpha.40"
34+
"@vuepress/theme-default": "1.0.0-alpha.40"
3535
}
3636
}

Diff for: packages/blog/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"build": "vuepress build source --temp .temp"
99
},
1010
"dependencies": {
11-
"@vuepress/theme-blog": "^1.0.0-alpha.40",
12-
"vuepress": "^1.0.0-alpha.40"
11+
"@vuepress/theme-blog": "1.0.0-alpha.40",
12+
"vuepress": "1.0.0-alpha.40"
1313
}
1414
}

Diff for: packages/docs/package.json

+8-8
Original file line numberDiff line numberDiff line change
@@ -24,14 +24,14 @@
2424
},
2525
"homepage": "https://github.com/vuejs/vuepress#readme",
2626
"devDependencies": {
27-
"@vuepress/plugin-back-to-top": "^1.0.0-alpha.40",
28-
"@vuepress/plugin-google-analytics": "^1.0.0-alpha.40",
29-
"@vuepress/plugin-i18n-ui": "^1.0.0-alpha.40",
30-
"@vuepress/plugin-medium-zoom": "^1.0.0-alpha.40",
31-
"@vuepress/plugin-notification": "^1.0.0-alpha.40",
32-
"@vuepress/plugin-pwa": "^1.0.0-alpha.40",
33-
"@vuepress/theme-vue": "^1.0.0-alpha.40",
34-
"vuepress": "^1.0.0-alpha.40",
27+
"@vuepress/plugin-back-to-top": "1.0.0-alpha.40",
28+
"@vuepress/plugin-google-analytics": "1.0.0-alpha.40",
29+
"@vuepress/plugin-i18n-ui": "1.0.0-alpha.40",
30+
"@vuepress/plugin-medium-zoom": "1.0.0-alpha.40",
31+
"@vuepress/plugin-notification": "1.0.0-alpha.40",
32+
"@vuepress/plugin-pwa": "1.0.0-alpha.40",
33+
"@vuepress/theme-vue": "1.0.0-alpha.40",
34+
"vuepress": "1.0.0-alpha.40",
3535
"vuepress-plugin-flowchart": "^1.4.2"
3636
}
3737
}

Diff for: packages/vuepress/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@
2929
},
3030
"homepage": "https://github.com/vuejs/vuepress#readme",
3131
"dependencies": {
32-
"@vuepress/core": "^1.0.0-alpha.40",
33-
"@vuepress/theme-default": "^1.0.0-alpha.40",
32+
"@vuepress/core": "1.0.0-alpha.40",
33+
"@vuepress/theme-default": "1.0.0-alpha.40",
3434
"cac": "^6.3.9"
3535
},
3636
"engines": {

0 commit comments

Comments
 (0)