Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release #2781

Merged
merged 1 commit into from
Mar 29, 2024
Merged

Release #2781

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
5 changes: 0 additions & 5 deletions .changeset/chilled-jokes-hope.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/giant-gorillas-itch.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/khaki-parrots-yell.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/mighty-tips-flow.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/olive-colts-watch.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/popular-games-complain.md

This file was deleted.

15 changes: 15 additions & 0 deletions packages/ui/hiui/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
8 changes: 4 additions & 4 deletions packages/ui/hiui/package.json
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>",
Expand Down Expand Up @@ -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",
Expand All @@ -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",
Expand Down
6 changes: 6 additions & 0 deletions packages/ui/list/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion packages/ui/list/package.json
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>",
Expand Down
6 changes: 6 additions & 0 deletions packages/ui/search/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion packages/ui/search/package.json
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>",
Expand Down
6 changes: 6 additions & 0 deletions packages/ui/space/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion packages/ui/space/package.json
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>",
Expand Down