diff --git a/.changeset/chilled-jokes-hope.md b/.changeset/chilled-jokes-hope.md deleted file mode 100644 index 99a188d0a..000000000 --- a/.changeset/chilled-jokes-hope.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@hi-ui/list": patch ---- - -fix: emptyContent 只能修改文字无法修改图标 diff --git a/.changeset/giant-gorillas-itch.md b/.changeset/giant-gorillas-itch.md deleted file mode 100644 index 28cdc0e48..000000000 --- a/.changeset/giant-gorillas-itch.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@hi-ui/hiui": patch ---- - -fix(space): 处理子节点为 null 情况 diff --git a/.changeset/khaki-parrots-yell.md b/.changeset/khaki-parrots-yell.md deleted file mode 100644 index 3f315d19a..000000000 --- a/.changeset/khaki-parrots-yell.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@hi-ui/space": patch ---- - -fix: 处理子节点为 null 情况 diff --git a/.changeset/mighty-tips-flow.md b/.changeset/mighty-tips-flow.md deleted file mode 100644 index 875ce82b8..000000000 --- a/.changeset/mighty-tips-flow.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@hi-ui/hiui": patch ---- - -fix(list): emptyContent 只能修改文字无法修改图标 diff --git a/.changeset/olive-colts-watch.md b/.changeset/olive-colts-watch.md deleted file mode 100644 index 31ea1bc33..000000000 --- a/.changeset/olive-colts-watch.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@hi-ui/search": patch ---- - -fix: 修复分组不支持 2 级以上数据的问题 diff --git a/.changeset/popular-games-complain.md b/.changeset/popular-games-complain.md deleted file mode 100644 index 3f14ce57c..000000000 --- a/.changeset/popular-games-complain.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@hi-ui/hiui": patch ---- - -fix(search): 修复分组不支持 2 级以上数据的问题 diff --git a/packages/ui/hiui/CHANGELOG.md b/packages/ui/hiui/CHANGELOG.md index a320c1e15..99f7e9e96 100644 --- a/packages/ui/hiui/CHANGELOG.md +++ b/packages/ui/hiui/CHANGELOG.md @@ -1,5 +1,20 @@ # @hi-ui/hiui +## 4.5.6 + +### Patch Changes + +- [#2778](https://github.com/XiaoMi/hiui/pull/2778) [`14b7c4bd1`](https://github.com/XiaoMi/hiui/commit/14b7c4bd1a523391915b3967d0b8a57be8f6fa0b) Thanks [@zyprepare](https://github.com/zyprepare)! - fix(space): 处理子节点为 null 情况 + +- [#2779](https://github.com/XiaoMi/hiui/pull/2779) [`ba68eddbc`](https://github.com/XiaoMi/hiui/commit/ba68eddbc167be2eee90d1151bd1970128c60845) Thanks [@zyprepare](https://github.com/zyprepare)! - fix(list): emptyContent 只能修改文字无法修改图标 + +- [#2780](https://github.com/XiaoMi/hiui/pull/2780) [`9572afccb`](https://github.com/XiaoMi/hiui/commit/9572afccba9310945782d55d9a75df0fbbe6914e) Thanks [@zyprepare](https://github.com/zyprepare)! - fix(search): 修复分组不支持 2 级以上数据的问题 + +- Updated dependencies [[`ba68eddbc`](https://github.com/XiaoMi/hiui/commit/ba68eddbc167be2eee90d1151bd1970128c60845), [`14b7c4bd1`](https://github.com/XiaoMi/hiui/commit/14b7c4bd1a523391915b3967d0b8a57be8f6fa0b), [`9572afccb`](https://github.com/XiaoMi/hiui/commit/9572afccba9310945782d55d9a75df0fbbe6914e)]: + - @hi-ui/list@4.0.13 + - @hi-ui/space@4.0.10 + - @hi-ui/search@4.0.13 + ## 4.5.5 ### Patch Changes diff --git a/packages/ui/hiui/package.json b/packages/ui/hiui/package.json index 182546b6f..bc9a0b9cb 100644 --- a/packages/ui/hiui/package.json +++ b/packages/ui/hiui/package.json @@ -1,6 +1,6 @@ { "name": "@hi-ui/hiui", - "version": "4.5.5", + "version": "4.5.6", "description": "The root-package for @hi-ui/hiui.", "keywords": [], "author": "HiUI ", @@ -71,7 +71,7 @@ "@hi-ui/highlighter": "^4.0.8", "@hi-ui/input": "^4.1.0", "@hi-ui/input-group": "^4.0.6", - "@hi-ui/list": "^4.0.12", + "@hi-ui/list": "^4.0.13", "@hi-ui/loading": "^4.2.0", "@hi-ui/menu": "^4.2.0", "@hi-ui/message": "^4.0.7", @@ -89,10 +89,10 @@ "@hi-ui/rating": "^4.0.9", "@hi-ui/result": "^4.0.7", "@hi-ui/scrollbar": "^4.1.0", - "@hi-ui/search": "^4.0.12", + "@hi-ui/search": "^4.0.13", "@hi-ui/select": "^4.4.0", "@hi-ui/slider": "^4.0.10", - "@hi-ui/space": "^4.0.9", + "@hi-ui/space": "^4.0.10", "@hi-ui/spinner": "^4.0.8", "@hi-ui/stepper": "^4.0.7", "@hi-ui/svg-icon": "^4.0.7", diff --git a/packages/ui/list/CHANGELOG.md b/packages/ui/list/CHANGELOG.md index 25b5c35f3..90ebbd20a 100644 --- a/packages/ui/list/CHANGELOG.md +++ b/packages/ui/list/CHANGELOG.md @@ -1,5 +1,11 @@ # @hi-ui/list +## 4.0.13 + +### Patch Changes + +- [#2779](https://github.com/XiaoMi/hiui/pull/2779) [`ba68eddbc`](https://github.com/XiaoMi/hiui/commit/ba68eddbc167be2eee90d1151bd1970128c60845) Thanks [@zyprepare](https://github.com/zyprepare)! - fix: emptyContent 只能修改文字无法修改图标 + ## 4.0.12 ### Patch Changes diff --git a/packages/ui/list/package.json b/packages/ui/list/package.json index 6cd980cc1..9ac4bc262 100644 --- a/packages/ui/list/package.json +++ b/packages/ui/list/package.json @@ -1,6 +1,6 @@ { "name": "@hi-ui/list", - "version": "4.0.12", + "version": "4.0.13", "description": "A sub-package for @hi-ui/hiui.", "keywords": [], "author": "HiUI ", diff --git a/packages/ui/search/CHANGELOG.md b/packages/ui/search/CHANGELOG.md index 549c903b2..a0ae3262d 100644 --- a/packages/ui/search/CHANGELOG.md +++ b/packages/ui/search/CHANGELOG.md @@ -1,5 +1,11 @@ # @hi-ui/search +## 4.0.13 + +### Patch Changes + +- [#2780](https://github.com/XiaoMi/hiui/pull/2780) [`9572afccb`](https://github.com/XiaoMi/hiui/commit/9572afccba9310945782d55d9a75df0fbbe6914e) Thanks [@zyprepare](https://github.com/zyprepare)! - fix: 修复分组不支持 2 级以上数据的问题 + ## 4.0.12 ### Patch Changes diff --git a/packages/ui/search/package.json b/packages/ui/search/package.json index 2f579eab1..aba7a7755 100644 --- a/packages/ui/search/package.json +++ b/packages/ui/search/package.json @@ -1,6 +1,6 @@ { "name": "@hi-ui/search", - "version": "4.0.12", + "version": "4.0.13", "description": "A sub-package for @hi-ui/hiui.", "keywords": [], "author": "HiUI ", diff --git a/packages/ui/space/CHANGELOG.md b/packages/ui/space/CHANGELOG.md index 03d3bef26..a91e7fffc 100644 --- a/packages/ui/space/CHANGELOG.md +++ b/packages/ui/space/CHANGELOG.md @@ -1,5 +1,11 @@ # @hi-ui/space +## 4.0.10 + +### Patch Changes + +- [#2778](https://github.com/XiaoMi/hiui/pull/2778) [`14b7c4bd1`](https://github.com/XiaoMi/hiui/commit/14b7c4bd1a523391915b3967d0b8a57be8f6fa0b) Thanks [@zyprepare](https://github.com/zyprepare)! - fix: 处理子节点为 null 情况 + ## 4.0.9 ### Patch Changes diff --git a/packages/ui/space/package.json b/packages/ui/space/package.json index 36bf6704a..67adb4ee6 100644 --- a/packages/ui/space/package.json +++ b/packages/ui/space/package.json @@ -1,6 +1,6 @@ { "name": "@hi-ui/space", - "version": "4.0.9", + "version": "4.0.10", "description": "A sub-package for @hi-ui/hiui.", "keywords": [], "author": "HiUI ",