Skip to content

Commit c2edbfc

Browse files
committed
chore(release): publish
1 parent 867b2ca commit c2edbfc

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

packages/module-loader-typing/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vue-async/module-loader-typing",
3-
"version": "0.0.1",
3+
"version": "0.0.2",
44
"description": "TypeScript definitions for @vue-async/module-loader but using in the child modules",
55
"main": "",
66
"typings": "index.d.ts",

packages/module-loader/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"name": "@vue-async/module-loader",
3-
"version": "1.0.4",
3+
"version": "1.0.5",
44
"author": "Hubert<yi.xiang@live.com>",
5-
"description": "Module Loader.",
5+
"description": "Module Loader Core.",
66
"main": "module-loader.common.ts",
77
"umd:main": "dist/module-loader.umd.js",
88
"module": "dist/module-loader.esm.js",

packages/utils/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@vue-async/utils",
33
"version": "1.0.4",
44
"author": "Hubert<yi.xiang@live.com>",
5-
"description": "Module Loader.",
5+
"description": "Utils.",
66
"main": "dist/index.common.ts",
77
"umd:main": "dist/index.umd.js",
88
"module": "dist/index.esm.js",

0 commit comments

Comments
 (0)