Skip to content

Commit

Permalink
📦 [vue/version] set version to 0.3.0-alpha.10 and update web-types.json
Browse files Browse the repository at this point in the history
  • Loading branch information
higuaifan committed Jan 9, 2024
1 parent f1a3360 commit e926c1c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion cli/build/config/output/web-types.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"$schema": "https://raw.githubusercontent.com/JetBrains/web-types/master/schema/web-types.json",
"name": "shuimo-ui",
"version": "0.3.0-alpha.9",
"version": "0.3.0-alpha.10",
"js-types-syntax": "typescript",
"description-markup": "markdown",
"contributions": {
Expand Down Expand Up @@ -638,6 +638,12 @@
"props": [
{
"name": "active",
"description": "is active style or not",
"type": "boolean"
},
{
"name": "icon",
"description": "show icon or not",
"type": "boolean"
}
]
Expand Down
2 changes: 1 addition & 1 deletion packages/vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "shuimo-ui",
"author": "阿怪 <[email protected]>",
"description": "一款粗暴的水墨风UI组件",
"version": "0.3.0-alpha.9",
"version": "0.3.0-alpha.10",
"license": "MIT",
"files": [
"dist",
Expand Down

0 comments on commit e926c1c

Please sign in to comment.