From 8547901a4f8555ec14b43b95512d1c83c092b52e Mon Sep 17 00:00:00 2001 From: higuaifan Date: Thu, 25 Jan 2024 01:40:09 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=A6=20[vue/version]=20set=20version=20?= =?UTF-8?q?to=200.3.0-alpha.12=20and=20update=20web-types.json?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- cli/build/config/output/web-types.json | 4 ++-- lib/package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/cli/build/config/output/web-types.json b/cli/build/config/output/web-types.json index 20dc5939..2801270e 100644 --- a/cli/build/config/output/web-types.json +++ b/cli/build/config/output/web-types.json @@ -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.11", + "version": "0.3.0-alpha.12", "js-types-syntax": "typescript", "description-markup": "markdown", "contributions": { @@ -698,7 +698,7 @@ "name": "size", "description": "logo size", "type": "number", - "default": "100" + "default": "1" }, { "name": "mask", diff --git a/lib/package.json b/lib/package.json index ef701a82..59a3add2 100644 --- a/lib/package.json +++ b/lib/package.json @@ -2,7 +2,7 @@ "name": "shuimo-ui", "author": "阿怪 ", "description": "一款粗暴的水墨风UI组件", - "version": "0.3.0-alpha.11", + "version": "0.3.0-alpha.12", "license": "MIT", "files": [ "dist",