From c8289cee7e724010bd239b6811e62f919e60660a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BE=90=E5=8B=A4=E6=B0=91?= Date: Sat, 31 May 2025 14:14:30 +0800 Subject: [PATCH] =?UTF-8?q?build(version):=20=E6=9B=B4=E6=96=B0=E7=89=88?= =?UTF-8?q?=E6=9C=AC=E5=8F=B7=E5=B9=B6=E8=B0=83=E6=95=B4=E4=BE=9D=E8=B5=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 将 @szyx/sdk_base 版本从1.0.9 升级到 1.0.10 - 将 @szyx/sdk_ywx 版本从1.0.5 升级到 1.0.6- 更新 HAR_VERSION 常量 - 修改版本号和版本名称 - 更新 CHANGELOG.md 文件 --- BuildProfile.ets | 2 +- CHANGELOG.md | 2 +- oh-package.json5 | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/BuildProfile.ets b/BuildProfile.ets index a0db51a..7b63954 100644 --- a/BuildProfile.ets +++ b/BuildProfile.ets @@ -1,7 +1,7 @@ /** * Use these variables when you tailor your ArkTS code. They must be of the const type. */ -export const HAR_VERSION = '1.0.9'; +export const HAR_VERSION = '1.0.10'; export const BUILD_MODE_NAME = 'debug'; export const DEBUG = true; export const TARGET_NAME = 'default'; diff --git a/CHANGELOG.md b/CHANGELOG.md index cfaee63..9982f7e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -# [v1.0.10] 2025.xx.xx +# [v1.0.10] 2025.50.30 > - `ToolsHelper.showConfirmDialog()`&`ToolsHelper.showAlertDialog()`添加自定义`UI`功能 > - 添加一个`ImageHelper`,处理图片相关 diff --git a/oh-package.json5 b/oh-package.json5 index 99a2b95..82f9d77 100644 --- a/oh-package.json5 +++ b/oh-package.json5 @@ -1,6 +1,6 @@ { "name": "@szyx/sdk_base", - "version": "1.0.9", + "version": "1.0.10", "description": "数字医信公司,鸿蒙app开发基础工具。", "main": "Index.ets", "author": "数字医信",