Skip to content

Commit b5506ab

Browse files
committed
📦 [vue/version] set version to 0.3.0-alpha.4 and update web-types.json
1 parent 991f918 commit b5506ab

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

cli/build/config/output/web-types.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"$schema": "https://raw.githubusercontent.com/JetBrains/web-types/master/schema/web-types.json",
33
"name": "shuimo-ui",
4-
"version": "0.3.0-alpha.3",
4+
"version": "0.3.0-alpha.4",
55
"js-types-syntax": "typescript",
66
"description-markup": "markdown",
77
"contributions": {
@@ -1297,7 +1297,7 @@
12971297
"name": "checkStrictly",
12981298
"description": "the selected status of the parent and child nodes is no longer associated,\nand can be selected or canceled separately\n父子节点选中状态不再关联,可各自选中或取消",
12991299
"type": "boolean",
1300-
"default": "false"
1300+
"default": "true"
13011301
}
13021302
]
13031303
},
@@ -1354,4 +1354,4 @@
13541354
},
13551355
"framework": "vue",
13561356
"default-icon": "./icons/logo.svg"
1357-
}
1357+
}

packages/vue/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "shuimo-ui",
33
"author": "阿怪 <higuaifan@higuaifan.com>",
44
"description": "一款粗暴的水墨风UI组件",
5-
"version": "0.3.0-alpha.3",
5+
"version": "0.3.0-alpha.4",
66
"files": [
77
"dist",
88
"icons",

0 commit comments

Comments
 (0)