diff --git a/docs/src/guide/update-log.md b/docs/src/guide/update-log.md index 5466a5cc..1716eb71 100644 --- a/docs/src/guide/update-log.md +++ b/docs/src/guide/update-log.md @@ -1,10 +1,17 @@ - # 更新日志 TinyRobot 遵循语义化版本规范,每个版本的更新内容如下。 在此页面上,您可以查看最新的更新日志。如需查看完整的变更历史,请访问 [GitHub Release](https://github.com/opentiny/tiny-robot/releases)。 +## v0.4.1 + +`2026-03-02` + +### 📝 文档 + +- 新增 Issue 模板与贡献指南,更新 README 文档与包元数据。 by @Gene in [#307](https://github.com/opentiny/tiny-robot/pull/307) [#309](https://github.com/opentiny/tiny-robot/pull/309) + ## v0.4.0 `2026-02-12` @@ -81,9 +88,6 @@ TinyRobot 遵循语义化版本规范,每个版本的更新内容如下。 - **useConversation**: 修复保存会话时响应式对象转换问题 by @SonyLeo in [#271](https://github.com/opentiny/tiny-robot/pull/271) - - - ## v0.3.0 `2025-11-24` @@ -418,4 +422,5 @@ TinyRobot 遵循语义化版本规范,每个版本的更新内容如下。 - **Style**: 修复一些样式问题并添加全局根 CSS by @Gene in [#72](https://github.com/opentiny/tiny-robot/pull/72) - **AIModelConfig**: 添加可选属性以扩展 provider 并修复 handleSSEStream 相关问题 by @shenjunjian [#75](https://github.com/opentiny/tiny-robot/pull/75) - **Compatibility**: 使用 ref 替换 useTemplateRef 以兼容 Vue 3.4 by @Gene in [#66](https://github.com/opentiny/tiny-robot/pull/66) -- **Docs**: 更新 vitepress-demo-plugin 以修复构建文档错误 by @Gene in [#45](https://github.com/opentiny/tiny-robot/pull/45) \ No newline at end of file +- **Docs**: 更新 vitepress-demo-plugin 以修复构建文档错误 by @Gene in [#45](https://github.com/opentiny/tiny-robot/pull/45) + diff --git a/packages/components/package.json b/packages/components/package.json index 56e185fa..cea83cf3 100644 --- a/packages/components/package.json +++ b/packages/components/package.json @@ -1,6 +1,6 @@ { "name": "@opentiny/tiny-robot", - "version": "0.4.0", + "version": "0.4.1", "license": "MIT", "description": "TinyRobot 是一个 AI 对话组件库,提供了丰富的 AI 交互组件,助力开发者快速构建企业级 AI 应用;同时也是一个智能助手,支持普通 AI 问答、也支持集成 MCP Server,让 AI 真正帮人“干活”。", "homepage": "https://docs.opentiny.design/tiny-robot/", diff --git a/packages/kit/package.json b/packages/kit/package.json index 9d58d2b4..459e755b 100644 --- a/packages/kit/package.json +++ b/packages/kit/package.json @@ -1,6 +1,6 @@ { "name": "@opentiny/tiny-robot-kit", - "version": "0.4.0", + "version": "0.4.1", "homepage": "https://docs.opentiny.design/tiny-robot/", "repository": { "type": "git", diff --git a/packages/svgs/package.json b/packages/svgs/package.json index e1a0fc44..212cd4e5 100644 --- a/packages/svgs/package.json +++ b/packages/svgs/package.json @@ -1,6 +1,6 @@ { "name": "@opentiny/tiny-robot-svgs", - "version": "0.4.0", + "version": "0.4.1", "license": "MIT", "homepage": "https://docs.opentiny.design/tiny-robot/", "repository": {