Skip to content

Commit d1f1502

Browse files
committed
v0.4.1
1 parent be1ef31 commit d1f1502

File tree

4 files changed

+13
-8
lines changed

4 files changed

+13
-8
lines changed

docs/src/guide/update-log.md

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,17 @@
1-
21
# 更新日志
32

43
TinyRobot 遵循语义化版本规范,每个版本的更新内容如下。
54

65
在此页面上,您可以查看最新的更新日志。如需查看完整的变更历史,请访问 [GitHub Release](https://github.com/opentiny/tiny-robot/releases)
76

7+
## v0.4.1
8+
9+
`2026-03-02`
10+
11+
### 📝 文档
12+
13+
- 新增 Issue 模板与贡献指南,更新 README 文档与包元数据。 by @Gene in [#307](https://github.com/opentiny/tiny-robot/pull/307) [#309](https://github.com/opentiny/tiny-robot/pull/309)
14+
815
## v0.4.0
916

1017
`2026-02-12`
@@ -81,9 +88,6 @@ TinyRobot 遵循语义化版本规范,每个版本的更新内容如下。
8188

8289
- **useConversation**: 修复保存会话时响应式对象转换问题 by @SonyLeo in [#271](https://github.com/opentiny/tiny-robot/pull/271)
8390

84-
85-
86-
8791
## v0.3.0
8892

8993
`2025-11-24`
@@ -418,4 +422,5 @@ TinyRobot 遵循语义化版本规范,每个版本的更新内容如下。
418422
- **Style**: 修复一些样式问题并添加全局根 CSS by @Gene in [#72](https://github.com/opentiny/tiny-robot/pull/72)
419423
- **AIModelConfig**: 添加可选属性以扩展 provider 并修复 handleSSEStream 相关问题 by @shenjunjian [#75](https://github.com/opentiny/tiny-robot/pull/75)
420424
- **Compatibility**: 使用 ref 替换 useTemplateRef 以兼容 Vue 3.4 by @Gene in [#66](https://github.com/opentiny/tiny-robot/pull/66)
421-
- **Docs**: 更新 vitepress-demo-plugin 以修复构建文档错误 by @Gene in [#45](https://github.com/opentiny/tiny-robot/pull/45)
425+
- **Docs**: 更新 vitepress-demo-plugin 以修复构建文档错误 by @Gene in [#45](https://github.com/opentiny/tiny-robot/pull/45)
426+

packages/components/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@opentiny/tiny-robot",
3-
"version": "0.4.0",
3+
"version": "0.4.1",
44
"license": "MIT",
55
"description": "TinyRobot 是一个 AI 对话组件库,提供了丰富的 AI 交互组件,助力开发者快速构建企业级 AI 应用;同时也是一个智能助手,支持普通 AI 问答、也支持集成 MCP Server,让 AI 真正帮人“干活”。",
66
"homepage": "https://docs.opentiny.design/tiny-robot/",

packages/kit/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@opentiny/tiny-robot-kit",
3-
"version": "0.4.0",
3+
"version": "0.4.1",
44
"homepage": "https://docs.opentiny.design/tiny-robot/",
55
"repository": {
66
"type": "git",

packages/svgs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@opentiny/tiny-robot-svgs",
3-
"version": "0.4.0",
3+
"version": "0.4.1",
44
"license": "MIT",
55
"homepage": "https://docs.opentiny.design/tiny-robot/",
66
"repository": {

0 commit comments

Comments
 (0)