Skip to content

Commit 5c9c479

Browse files
committed
chore(release): publish
1 parent b60f86b commit 5c9c479

File tree

3 files changed

+5
-6
lines changed

3 files changed

+5
-6
lines changed

packages/module-loader/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vue-async/module-loader",
3-
"version": "1.0.1",
3+
"version": "1.0.2",
44
"author": "Hubert<yi.xiang@live.com>",
55
"description": "Module Loader.",
66
"main": "index.common.ts",
@@ -39,7 +39,7 @@
3939
"url": "https://github.com/aceHubert/vus-async/issues"
4040
},
4141
"dependencies": {
42-
"@vue-async/utils": "^1.0.1"
42+
"@vue-async/utils": "^1.0.2"
4343
},
4444
"devDependencies": {
4545
"vue-router": "^3.1.6",

packages/resource-manager/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vue-async/resource-manager",
3-
"version": "1.0.1",
3+
"version": "1.0.2",
44
"author": "Hubert<yi.xiang@live.com>",
55
"description": "Resource Manager.",
66
"main": "dist/index.common.js",
@@ -38,7 +38,7 @@
3838
"url": "https://github.com/aceHubert/vue-async/issues"
3939
},
4040
"dependencies": {
41-
"@vue-async/utils": "^1.0.1"
41+
"@vue-async/utils": "^1.0.2"
4242
},
4343
"peerDependencies": {
4444
"vue": "^2.6.0"

packages/utils/package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vue-async/utils",
3-
"version": "1.0.1",
3+
"version": "1.0.2",
44
"author": "Hubert<yi.xiang@live.com>",
55
"description": "Module Loader.",
66
"main": "dist/index.common.ts",
@@ -37,7 +37,6 @@
3737
"bugs": {
3838
"url": "https://github.com/aceHubert/vus-async/issues"
3939
},
40-
"dependencies": {},
4140
"peerDependencies": {
4241
"vue": "^2.6.0"
4342
},

0 commit comments

Comments
 (0)