From 861392d690253e923d6f639789e88841312d07db Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E9=BB=84=E9=9D=99=E8=BF=9C?= <837317210@qq.com>
Date: Wed, 7 May 2025 11:44:35 +0800
Subject: [PATCH 1/2] chore: sync agent-ui component before release
---
.../miniprogram/components/agent-ui/index.wxml | 4 ++--
components/agent-ui/index.wxml | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/apps/miniprogram-agent-ui/miniprogram/components/agent-ui/index.wxml b/apps/miniprogram-agent-ui/miniprogram/components/agent-ui/index.wxml
index a92187f..592887e 100644
--- a/apps/miniprogram-agent-ui/miniprogram/components/agent-ui/index.wxml
+++ b/apps/miniprogram-agent-ui/miniprogram/components/agent-ui/index.wxml
@@ -236,9 +236,9 @@
{{sendStatus === 1 ? "松开发送,上滑取消" : (sendStatus === 2 ? "松开取消" : "")}}
-
+
- {{voiceRecognizing ? '识别中' : '按住 说话'}}
+ {{voiceRecognizing ? '识别中' : '按住 说话'}}
diff --git a/components/agent-ui/index.wxml b/components/agent-ui/index.wxml
index a92187f..592887e 100644
--- a/components/agent-ui/index.wxml
+++ b/components/agent-ui/index.wxml
@@ -236,9 +236,9 @@
{{sendStatus === 1 ? "松开发送,上滑取消" : (sendStatus === 2 ? "松开取消" : "")}}
-
+
- {{voiceRecognizing ? '识别中' : '按住 说话'}}
+ {{voiceRecognizing ? '识别中' : '按住 说话'}}
From 3acb1271f4a46104ac2d3b02d2e17885a7e19efc Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E9=BB=84=E9=9D=99=E8=BF=9C?= <837317210@qq.com>
Date: Wed, 7 May 2025 11:44:50 +0800
Subject: [PATCH 2/2] chore(release): 1.12.1
---
CHANGELOG.md | 2 ++
package-lock.json | 4 ++--
package.json | 2 +-
3 files changed, 5 insertions(+), 3 deletions(-)
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 81957ba..9dd73f4 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,6 +2,8 @@
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.
+### [1.12.1](https://github.com/TencentCloudBase/cloudbase-agent-ui/compare/v1.12.0...v1.12.1) (2025-05-07)
+
## [1.12.0](https://github.com/TencentCloudBase/cloudbase-agent-ui/compare/v1.11.0...v1.12.0) (2025-05-06)
diff --git a/package-lock.json b/package-lock.json
index 28f59c6..e1c2d7c 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,12 +1,12 @@
{
"name": "cloudbase-agent-ui",
- "version": "1.12.0",
+ "version": "1.12.1",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "cloudbase-agent-ui",
- "version": "1.12.0",
+ "version": "1.12.1",
"license": "MIT",
"dependencies": {
"standard-version": "^9.5.0"
diff --git a/package.json b/package.json
index 6b12845..61d5953 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "cloudbase-agent-ui",
- "version": "1.12.0",
+ "version": "1.12.1",
"description": "微信小程序 Agent UI组件",
"main": "index.js",
"directories": {