Skip to content

Commit 883254a

Browse files
committed
v0.2.14
1 parent 43edc4f commit 883254a

File tree

4 files changed

+8
-3
lines changed

4 files changed

+8
-3
lines changed

docs/src/releases/update-log.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11

22
# 版本更新日志
33

4+
## 0.2.14 (25.7.7)
5+
6+
1.【优化】【Sender 组件】优化编辑器仅输入空格时的异常换行
7+
2.【移除】 Question 组件和 Suggestion 组件
8+
49
## 0.2.13 (25.7.3)
510

611
1.【特性】【DropdownMenu 下拉菜单】新增 `appendTo` prop,设置菜单挂载的目标容器

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

0 commit comments

Comments
 (0)