Skip to content

Commit 7c17928

Browse files
committed
chore(release): publish
1 parent ff5c47c commit 7c17928

File tree

4 files changed

+12
-6
lines changed

4 files changed

+12
-6
lines changed

lerna.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,13 @@
88
"gitTagVersion": false,
99
"gitReset": false,
1010
"allowBranch": ["master"],
11-
"ignoreChanges": ["ignored-file", "*.md", "**/examples/**", "**/test/**"],
11+
"ignoreChanges": [
12+
"**/CHANGELOG.md",
13+
"**/node_modules/**",
14+
"**/package.json",
15+
"**/*.md",
16+
"**/test/**"
17+
],
1218
"message": "chore(release): publish"
1319
}
1420
},

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": "0.2.0-alpha.0",
3+
"version": "1.0.1",
44
"author": "Hubert<yi.xiang@live.com>",
55
"description": "Module Loader.",
66
"main": "index.common.ts",
@@ -38,7 +38,7 @@
3838
"url": "https://github.com/aceHubert/vus-async/issues"
3939
},
4040
"dependencies": {
41-
"@vue-async/utils": "^0.1.4-alpha.0"
41+
"@vue-async/utils": "^1.0.1"
4242
},
4343
"devDependencies": {
4444
"@rollup/plugin-babel": "^5.0.0",

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": "0.1.4-alpha.1",
3+
"version": "1.0.1",
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": "^0.1.4-alpha.0"
41+
"@vue-async/utils": "^1.0.1"
4242
},
4343
"devDependencies": {
4444
"@rollup/plugin-babel": "^5.0.0",

packages/utils/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/utils",
3-
"version": "0.2.0-alpha.0",
3+
"version": "1.0.1",
44
"author": "Hubert<yi.xiang@live.com>",
55
"description": "Module Loader.",
66
"main": "dist/index.common.ts",

0 commit comments

Comments
 (0)