Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions docs/src/releases/update-log.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@

# 版本更新日志

## 0.2.9 (25.6.16)

1.【问题】【SuggestionPills 建议按钮组】修复 ios safari 两次点击才能打开弹出框的问题

## 0.2.8 (25.6.13)

1.【问题】【Sender 消息输入框】修复宽松和紧凑模式切换时,输入框出现滚动条的问题
Expand Down
2 changes: 1 addition & 1 deletion packages/components/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@opentiny/tiny-robot",
"version": "0.2.8",
"version": "0.2.9",
"publishConfig": {
"access": "public"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/kit/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@opentiny/tiny-robot-kit",
"version": "0.2.8",
"version": "0.2.9",
"publishConfig": {
"access": "public"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/svgs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@opentiny/tiny-robot-svgs",
"version": "0.2.8",
"version": "0.2.9",
"publishConfig": {
"access": "public"
},
Expand Down