From 1465317871786a0dc13089c428aee4c1e1893016 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E9=BB=84=E9=9D=99=E8=BF=9C?= <837317210@qq.com>
Date: Mon, 19 May 2025 16:59:20 +0800
Subject: [PATCH 1/3] fix: fix copy image bug
---
.../miniprogram/components/agent-ui/wd-markdown/copy/index.wxml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/apps/miniprogram-agent-ui/miniprogram/components/agent-ui/wd-markdown/copy/index.wxml b/apps/miniprogram-agent-ui/miniprogram/components/agent-ui/wd-markdown/copy/index.wxml
index 98c2ae2..0d559e0 100644
--- a/apps/miniprogram-agent-ui/miniprogram/components/agent-ui/wd-markdown/copy/index.wxml
+++ b/apps/miniprogram-agent-ui/miniprogram/components/agent-ui/wd-markdown/copy/index.wxml
@@ -1,3 +1,3 @@
-
+
\ No newline at end of file
From 432e27c977c35ac143797ac5eb5fbc45b0b27d48 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E9=BB=84=E9=9D=99=E8=BF=9C?= <837317210@qq.com>
Date: Mon, 19 May 2025 17:01:07 +0800
Subject: [PATCH 2/3] chore: sync agent-ui component before release
---
components/agent-ui/wd-markdown/copy/index.wxml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/components/agent-ui/wd-markdown/copy/index.wxml b/components/agent-ui/wd-markdown/copy/index.wxml
index 98c2ae2..0d559e0 100644
--- a/components/agent-ui/wd-markdown/copy/index.wxml
+++ b/components/agent-ui/wd-markdown/copy/index.wxml
@@ -1,3 +1,3 @@
-
+
\ No newline at end of file
From e4e29380c4fe2278881f9e9624dd299b0cdfeca9 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E9=BB=84=E9=9D=99=E8=BF=9C?= <837317210@qq.com>
Date: Mon, 19 May 2025 17:01:44 +0800
Subject: [PATCH 3/3] chore(release): 1.13.0
---
CHANGELOG.md | 13 +++++++++++++
package-lock.json | 4 ++--
package.json | 2 +-
3 files changed, 16 insertions(+), 3 deletions(-)
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 1d6288d..57a4e90 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,6 +2,19 @@
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.13.0](https://github.com/TencentCloudBase/cloudbase-agent-ui/compare/v1.12.5...v1.13.0) (2025-05-19)
+
+
+### Features
+
+* support web agent ui example ([f483d88](https://github.com/TencentCloudBase/cloudbase-agent-ui/commit/f483d882e3db1b91de348c01f3b1ae9737246c8c))
+
+
+### Bug Fixes
+
+* fix copy image bug ([1465317](https://github.com/TencentCloudBase/cloudbase-agent-ui/commit/1465317871786a0dc13089c428aee4c1e1893016))
+* fix readme ([8ff13ee](https://github.com/TencentCloudBase/cloudbase-agent-ui/commit/8ff13eed28c9292b375158de6171c7de745897ef))
+
### [1.12.5](https://github.com/TencentCloudBase/cloudbase-agent-ui/compare/v1.12.4...v1.12.5) (2025-05-16)
diff --git a/package-lock.json b/package-lock.json
index ef5f8fc..665173d 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,12 +1,12 @@
{
"name": "cloudbase-agent-ui",
- "version": "1.12.5",
+ "version": "1.13.0",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "cloudbase-agent-ui",
- "version": "1.12.5",
+ "version": "1.13.0",
"license": "MIT",
"dependencies": {
"standard-version": "^9.5.0"
diff --git a/package.json b/package.json
index dd8bd56..b0ac9f1 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "cloudbase-agent-ui",
- "version": "1.12.5",
+ "version": "1.13.0",
"description": "微信小程序 Agent UI组件",
"main": "index.js",
"directories": {