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/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 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 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": {