@tplc/business 0.4.152 → 0.4.153

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -2,6 +2,27 @@
2
2
 
3
3
  All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
4
4
 
5
+ ### [0.4.153](http://gitlab888.30jia.com.cn/bhBank/zero-code-pro/compare/v0.4.149...v0.4.153) (2025-07-09)
6
+
7
+
8
+ ### 🐛 Bug Fixes | Bug 修复
9
+
10
+ * bag ([5216da7](http://gitlab888.30jia.com.cn/bhBank/zero-code-pro/commit/5216da7f53a0fe6f08e4f4804b638c12c00f8729))
11
+
12
+
13
+ ### 🚀 Chore | 构建/工程依赖/工具
14
+
15
+ * **release:** 0.4.150 ([6f4024b](http://gitlab888.30jia.com.cn/bhBank/zero-code-pro/commit/6f4024bd4ab6b7aac6bffd6cfd38b85a9742aa86))
16
+ * **release:** 0.4.151 ([2b3633e](http://gitlab888.30jia.com.cn/bhBank/zero-code-pro/commit/2b3633e5c4fc68732f2c50fdbb1f53484ac3a09d))
17
+ * **release:** 0.4.152 ([290a509](http://gitlab888.30jia.com.cn/bhBank/zero-code-pro/commit/290a5094ac19c4bc759e6e65a5ffe2fb7464e516))
18
+
19
+
20
+ ### ✨ Features | 新功能
21
+
22
+ * cancel 支持 props ([ba8da2f](http://gitlab888.30jia.com.cn/bhBank/zero-code-pro/commit/ba8da2f066a7a610549400724265184665c816e6))
23
+ * tag ([790e9c0](http://gitlab888.30jia.com.cn/bhBank/zero-code-pro/commit/790e9c00900cafb389fa406eaf9e50acdc9bb9a6))
24
+ * 支持tags ([836acd8](http://gitlab888.30jia.com.cn/bhBank/zero-code-pro/commit/836acd854f30018968b9f39bdd2e1ab8dc5bd2a0))
25
+
5
26
  ### [0.4.152](http://gitlab888.30jia.com.cn/bhBank/zero-code-pro/compare/v0.4.151...v0.4.152) (2025-07-08)
6
27
 
7
28
 
@@ -295,7 +295,7 @@ const onActionClick = async () => {
295
295
  }
296
296
  }
297
297
  const getPhoneNumber = (e) => {
298
- if (e.detail.errMsg === 'getPhoneNurefreshmber:ok') {
298
+ if (e.detail.errMsg === 'getPhoneNumber:ok') {
299
299
  emits('phone', e)
300
300
  }
301
301
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tplc/business",
3
- "version": "0.4.152",
3
+ "version": "0.4.153",
4
4
  "keywords": [
5
5
  "业务组件"
6
6
  ],