Skip to content

Commit 1f75b6d

Browse files
authored
v0.2.13 (#138)
1 parent f156656 commit 1f75b6d

File tree

4 files changed

+7
-3
lines changed

4 files changed

+7
-3
lines changed

docs/src/releases/update-log.md

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

22
# 版本更新日志
33

4+
## 0.2.13 (25.7.3)
5+
6+
1.【特性】【DropdownMenu 下拉菜单】新增 `appendTo` prop,设置菜单挂载的目标容器
7+
48
## 0.2.12 (25.7.3)
59

610
> [!IMPORTANT]

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

0 commit comments

Comments
 (0)