Skip to content

Commit

Permalink
Merge pull request #2773 from XiaoMi/release/2024-03-22
Browse files Browse the repository at this point in the history
Release
  • Loading branch information
solarjoker authored Mar 22, 2024
2 parents b3d0c29 + 069d6f3 commit 814fb5e
Show file tree
Hide file tree
Showing 10 changed files with 29 additions and 25 deletions.
5 changes: 0 additions & 5 deletions .changeset/calm-chairs-clean.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/lemon-buses-peel.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/shaggy-swans-doubt.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/spotty-crabs-crash.md

This file was deleted.

6 changes: 6 additions & 0 deletions packages/ui/check-select/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @hi-ui/check-select

## 4.4.1

### Patch Changes

- [#2771](https://github.com/XiaoMi/hiui/pull/2771) [`eee27bd5f`](https://github.com/XiaoMi/hiui/commit/eee27bd5f81a89169c1c2dc993b9100731cafcbd) Thanks [@zyprepare](https://github.com/zyprepare)! - fix: 修复 keyword 受控时搜索结果有误的问题

## 4.4.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/ui/check-select/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hi-ui/check-select",
"version": "4.4.0",
"version": "4.4.1",
"description": "A sub-package for @hi-ui/hiui.",
"keywords": [],
"author": "HiUI <[email protected]>",
Expand Down
6 changes: 6 additions & 0 deletions packages/ui/ellipsis-tooltip/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @hi-ui/ellipsis-tooltip

## 4.1.7

### Patch Changes

- [#2772](https://github.com/XiaoMi/hiui/pull/2772) [`bd08ec23f`](https://github.com/XiaoMi/hiui/commit/bd08ec23ff0b3ba6c8c4e26c7655d0770397aa90) Thanks [@zyprepare](https://github.com/zyprepare)! - fix: 修复在 Table 中 resizable 模式下不显示气泡问题

## 4.1.6

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/ui/ellipsis-tooltip/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hi-ui/ellipsis-tooltip",
"version": "4.1.6",
"version": "4.1.7",
"description": "A sub-package for @hi-ui/hiui.",
"keywords": [],
"author": "HiUI <[email protected]>",
Expand Down
12 changes: 12 additions & 0 deletions packages/ui/hiui/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @hi-ui/hiui

## 4.5.5

### Patch Changes

- [#2771](https://github.com/XiaoMi/hiui/pull/2771) [`eee27bd5f`](https://github.com/XiaoMi/hiui/commit/eee27bd5f81a89169c1c2dc993b9100731cafcbd) Thanks [@zyprepare](https://github.com/zyprepare)! - fix(check-select): 修复 keyword 受控时搜索结果有误的问题

- [#2772](https://github.com/XiaoMi/hiui/pull/2772) [`bd08ec23f`](https://github.com/XiaoMi/hiui/commit/bd08ec23ff0b3ba6c8c4e26c7655d0770397aa90) Thanks [@zyprepare](https://github.com/zyprepare)! - fix(ellipsis-tooltip): 修复在 Table 中 resizable 模式下不显示气泡问题

- Updated dependencies [[`bd08ec23f`](https://github.com/XiaoMi/hiui/commit/bd08ec23ff0b3ba6c8c4e26c7655d0770397aa90), [`eee27bd5f`](https://github.com/XiaoMi/hiui/commit/eee27bd5f81a89169c1c2dc993b9100731cafcbd)]:
- @hi-ui/ellipsis-tooltip@4.1.7
- @hi-ui/check-select@4.4.1

## 4.5.4

### Patch Changes
Expand Down
6 changes: 3 additions & 3 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.4",
"version": "4.5.5",
"description": "The root-package for @hi-ui/hiui.",
"keywords": [],
"author": "HiUI <[email protected]>",
Expand Down Expand Up @@ -54,7 +54,7 @@
"@hi-ui/carousel": "^4.1.0",
"@hi-ui/cascader": "^4.1.5",
"@hi-ui/check-cascader": "^4.2.6",
"@hi-ui/check-select": "^4.4.0",
"@hi-ui/check-select": "^4.4.1",
"@hi-ui/check-tree-select": "^4.4.0",
"@hi-ui/checkbox": "^4.0.9",
"@hi-ui/collapse": "^4.1.5",
Expand All @@ -63,7 +63,7 @@
"@hi-ui/descriptions": "^4.2.4",
"@hi-ui/drawer": "^4.1.3",
"@hi-ui/dropdown": "^4.1.4",
"@hi-ui/ellipsis-tooltip": "^4.1.6",
"@hi-ui/ellipsis-tooltip": "^4.1.7",
"@hi-ui/empty-state": "^4.1.0",
"@hi-ui/filter": "^4.1.4",
"@hi-ui/form": "^4.1.6",
Expand Down

0 comments on commit 814fb5e

Please sign in to comment.