소스 검색

build(version): 更新版本号并调整依赖

- 将 @szyx/sdk_base 版本从1.0.9 升级到 1.0.10
- 将 @szyx/sdk_ywx 版本从1.0.5 升级到 1.0.6- 更新 HAR_VERSION 常量
- 修改版本号和版本名称
- 更新 CHANGELOG.md 文件
徐勤民 2 주 전
부모
커밋
c8289cee7e
3개의 변경된 파일3개의 추가작업 그리고 3개의 파일을 삭제
  1. 1 1
      BuildProfile.ets
  2. 1 1
      CHANGELOG.md
  3. 1 1
      oh-package.json5

+ 1 - 1
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';

+ 1 - 1
CHANGELOG.md

@@ -1,4 +1,4 @@
-# [v1.0.10] 2025.xx.xx
+# [v1.0.10] 2025.50.30
 
 > - `ToolsHelper.showConfirmDialog()`&`ToolsHelper.showAlertDialog()`添加自定义`UI`功能
 > - 添加一个`ImageHelper`,处理图片相关

+ 1 - 1
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": "数字医信",