From 4d359ad4ceffea6bdc9c3cea3958e6b15134ab88 Mon Sep 17 00:00:00 2001 From: zhouyun Date: Fri, 20 Dec 2024 15:27:03 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E4=BF=AE=E6=94=B9changesets=E5=8F=98?= =?UTF-8?q?=E6=9B=B4=E8=AE=B0=E5=BD=95=E6=96=87=E4=BB=B6=20(#3064)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .changeset/little-rabbits-change.md | 4 ++-- .changeset/neat-crabs-buy.md | 5 +++++ packages/ui/portal-context/package.json | 2 +- 3 files changed, 8 insertions(+), 3 deletions(-) create mode 100644 .changeset/neat-crabs-buy.md diff --git a/.changeset/little-rabbits-change.md b/.changeset/little-rabbits-change.md index 63083e1ed..c623fa5ce 100644 --- a/.changeset/little-rabbits-change.md +++ b/.changeset/little-rabbits-change.md @@ -1,6 +1,6 @@ --- -"@hi-ui/core": minor -"@hi-ui/container-context": minor +"@hi-ui/core": patch +"@hi-ui/portal-context": minor "@hi-ui/drawer": minor "@hi-ui/hiui": minor "@hi-ui/loading": minor diff --git a/.changeset/neat-crabs-buy.md b/.changeset/neat-crabs-buy.md new file mode 100644 index 000000000..b738656b6 --- /dev/null +++ b/.changeset/neat-crabs-buy.md @@ -0,0 +1,5 @@ +--- +"@hi-ui/picker": patch +--- + +feat(picker): 对外暴露 resetSearch 方法 diff --git a/packages/ui/portal-context/package.json b/packages/ui/portal-context/package.json index 031673f4a..a1f7d0041 100644 --- a/packages/ui/portal-context/package.json +++ b/packages/ui/portal-context/package.json @@ -1,6 +1,6 @@ { "name": "@hi-ui/portal-context", - "version": "4.0.0", + "version": "4.0.0-alpha.0", "description": "A sub-package for @hi-ui/hiui.", "keywords": [], "author": "HiUI ",