Skip to content

Commit 308c092

Browse files
authored
v0.3.3 (#294)
1 parent bda6f4a commit 308c092

File tree

4 files changed

+12
-3
lines changed

4 files changed

+12
-3
lines changed

docs/src/guide/update-log.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,15 @@ TinyRobot 遵循语义化版本规范,每个版本的更新内容如下。
66
在此页面上,您可以查看最新的更新日志。如需查看完整的变更历史,请访问 [GitHub Release](https://github.com/opentiny/tiny-robot/releases)
77

88

9+
10+
## v0.3.3
11+
12+
`2026-01-30`
13+
14+
### 🐛 问题修复
15+
16+
- **Sender**: 修复提交事件和模板数据清理逻辑,确保非模板模式下不发送空数组和不触发退出模板模式 by @lisong in [#293](https://github.com/opentiny/tiny-robot/pull/293)
17+
918
## v0.3.2
1019

1120
`2026-01-28`

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.3.2",
3+
"version": "0.3.3",
44
"publishConfig": {
55
"access": "public"
66
},

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.3.2",
3+
"version": "0.3.3",
44
"publishConfig": {
55
"access": "public"
66
},

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.3.2",
3+
"version": "0.3.3",
44
"publishConfig": {
55
"access": "public"
66
},

0 commit comments

Comments
 (0)