Skip to content

Commit

Permalink
Merge pull request #2551 from XiaoMi/release/2023-07-24
Browse files Browse the repository at this point in the history
Release
  • Loading branch information
solarjoker authored Jul 24, 2023
2 parents 30e334e + c675417 commit 09ab6e0
Show file tree
Hide file tree
Showing 23 changed files with 78 additions and 67 deletions.
5 changes: 0 additions & 5 deletions .changeset/little-masks-argue.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/lovely-ladybugs-bake.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/nice-moose-sing.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/olive-dancers-invent.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/pink-snakes-lay.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/rude-crews-watch.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/short-mice-move.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/strange-flies-switch.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/ten-toys-wonder.md

This file was deleted.

7 changes: 7 additions & 0 deletions packages/hooks/use-search-mode/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# @hi-ui/use-search-mode

## 4.1.0

### Minor Changes

- [#2542](https://github.com/XiaoMi/hiui/pull/2542) [`4b40f173a`](https://github.com/XiaoMi/hiui/commit/4b40f173a3c6125958392185c48756a07b1adb2f) Thanks [@zyprepare](https://github.com/zyprepare)! - feat: 增加 keyword API
3 changes: 1 addition & 2 deletions packages/hooks/use-search-mode/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hi-ui/use-search-mode",
"version": "4.0.6",
"version": "4.1.0",
"description": "A sub-package for @hi-ui/hooks.",
"keywords": [],
"author": "HiUI <[email protected]>",
Expand Down Expand Up @@ -46,7 +46,6 @@
"react": ">=16.8.6"
},
"devDependencies": {

"react": "^17.0.1"
},
"dependencies": {
Expand Down
6 changes: 6 additions & 0 deletions packages/ui/collapse/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @hi-ui/collapse

## 4.1.1

### Patch Changes

- [#2547](https://github.com/XiaoMi/hiui/pull/2547) [`e5040e00d`](https://github.com/XiaoMi/hiui/commit/e5040e00d71b8cb77cdaa91c8bc1c00aa94732d5) Thanks [@zyprepare](https://github.com/zyprepare)! - fix: 修复嵌套折叠面板样式问题

## 4.1.0

### Minor Changes
Expand Down
3 changes: 1 addition & 2 deletions packages/ui/collapse/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hi-ui/collapse",
"version": "4.1.0",
"version": "4.1.1",
"description": "A sub-package for @hi-ui/hiui.",
"keywords": [],
"author": "HiUI <[email protected]>",
Expand Down Expand Up @@ -57,7 +57,6 @@
"devDependencies": {
"@hi-ui/core": "^4.0.4",
"@hi-ui/core-css": "^4.0.1",

"react": "^17.0.1",
"react-dom": "^17.0.1"
}
Expand Down
6 changes: 6 additions & 0 deletions packages/ui/descriptions/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @hi-ui/descriptions

## 4.1.2

### Patch Changes

- [#2550](https://github.com/XiaoMi/hiui/pull/2550) [`521ad72ed`](https://github.com/XiaoMi/hiui/commit/521ad72ed7eda1104e240320e0f9898fcfc4255b) Thanks [@zyprepare](https://github.com/zyprepare)! - fix: 修复只有一条数据时显示问题

## 4.1.1

### Patch Changes
Expand Down
3 changes: 1 addition & 2 deletions packages/ui/descriptions/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hi-ui/descriptions",
"version": "4.1.1",
"version": "4.1.2",
"description": "A sub-package for @hi-ui/hiui.",
"keywords": [],
"author": "HiUI <[email protected]>",
Expand Down Expand Up @@ -55,7 +55,6 @@
"devDependencies": {
"@hi-ui/core": "^4.0.5",
"@hi-ui/core-css": "^4.0.1",

"react": "^17.0.1",
"react-dom": "^17.0.1"
}
Expand Down
20 changes: 20 additions & 0 deletions packages/ui/hiui/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,25 @@
# @hi-ui/hiui

## 4.2.9

### Patch Changes

- [#2547](https://github.com/XiaoMi/hiui/pull/2547) [`e5040e00d`](https://github.com/XiaoMi/hiui/commit/e5040e00d71b8cb77cdaa91c8bc1c00aa94732d5) Thanks [@zyprepare](https://github.com/zyprepare)! - Collapse fix: 修复嵌套折叠面板样式问题

- [#2542](https://github.com/XiaoMi/hiui/pull/2542) [`4b40f173a`](https://github.com/XiaoMi/hiui/commit/4b40f173a3c6125958392185c48756a07b1adb2f) Thanks [@zyprepare](https://github.com/zyprepare)! - Select feat: 增加 keyword API
useSearchMode: 增加 keyword API

- [#2550](https://github.com/XiaoMi/hiui/pull/2550) [`521ad72ed`](https://github.com/XiaoMi/hiui/commit/521ad72ed7eda1104e240320e0f9898fcfc4255b) Thanks [@zyprepare](https://github.com/zyprepare)! - Descriptions fix: 修复只有一条数据时显示问题

- [#2545](https://github.com/XiaoMi/hiui/pull/2545) [`a2f9f569a`](https://github.com/XiaoMi/hiui/commit/a2f9f569aefad8d4956db021510163ed8993887c) Thanks [@zyprepare](https://github.com/zyprepare)! - Menu fix: 体验优化

- Updated dependencies [[`521ad72ed`](https://github.com/XiaoMi/hiui/commit/521ad72ed7eda1104e240320e0f9898fcfc4255b), [`4b40f173a`](https://github.com/XiaoMi/hiui/commit/4b40f173a3c6125958392185c48756a07b1adb2f), [`e5040e00d`](https://github.com/XiaoMi/hiui/commit/e5040e00d71b8cb77cdaa91c8bc1c00aa94732d5), [`a2f9f569a`](https://github.com/XiaoMi/hiui/commit/a2f9f569aefad8d4956db021510163ed8993887c)]:
- @hi-ui/descriptions@4.1.2
- @hi-ui/picker@4.1.0
- @hi-ui/select@4.1.0
- @hi-ui/collapse@4.1.1
- @hi-ui/menu@4.0.9

## 4.2.8

### Patch Changes
Expand Down
12 changes: 6 additions & 6 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.2.8",
"version": "4.2.9",
"description": "The root-package for @hi-ui/hiui.",
"keywords": [],
"author": "HiUI <[email protected]>",
Expand Down Expand Up @@ -57,10 +57,10 @@
"@hi-ui/check-select": "^4.1.3",
"@hi-ui/check-tree-select": "^4.1.0",
"@hi-ui/checkbox": "^4.0.5",
"@hi-ui/collapse": "^4.1.0",
"@hi-ui/collapse": "^4.1.1",
"@hi-ui/counter": "^4.1.4",
"@hi-ui/date-picker": "^4.0.18",
"@hi-ui/descriptions": "^4.1.1",
"@hi-ui/descriptions": "^4.1.2",
"@hi-ui/drawer": "^4.0.9",
"@hi-ui/dropdown": "^4.0.6",
"@hi-ui/ellipsis-tooltip": "^4.1.2",
Expand All @@ -73,13 +73,13 @@
"@hi-ui/input-group": "^4.0.3",
"@hi-ui/list": "^4.0.8",
"@hi-ui/loading": "^4.1.0",
"@hi-ui/menu": "^4.0.8",
"@hi-ui/menu": "^4.0.9",
"@hi-ui/message": "^4.0.4",
"@hi-ui/modal": "^4.0.10",
"@hi-ui/notification": "^4.0.6",
"@hi-ui/number-input": "^4.1.3",
"@hi-ui/pagination": "^4.0.10",
"@hi-ui/picker": "^4.0.6",
"@hi-ui/picker": "^4.1.0",
"@hi-ui/pop-confirm": "^4.0.6",
"@hi-ui/popover": "^4.0.5",
"@hi-ui/preview": "^4.0.4",
Expand All @@ -90,7 +90,7 @@
"@hi-ui/result": "^4.0.4",
"@hi-ui/scrollbar": "^4.0.1",
"@hi-ui/search": "^4.0.8",
"@hi-ui/select": "^4.0.11",
"@hi-ui/select": "^4.1.0",
"@hi-ui/slider": "^4.0.7",
"@hi-ui/space": "^4.0.6",
"@hi-ui/spinner": "^4.0.5",
Expand Down
6 changes: 6 additions & 0 deletions packages/ui/menu/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @hi-ui/menu

## 4.0.9

### Patch Changes

- [#2545](https://github.com/XiaoMi/hiui/pull/2545) [`a2f9f569a`](https://github.com/XiaoMi/hiui/commit/a2f9f569aefad8d4956db021510163ed8993887c) Thanks [@zyprepare](https://github.com/zyprepare)! - fix: 体验优化

## 4.0.8

### Patch Changes
Expand Down
3 changes: 1 addition & 2 deletions packages/ui/menu/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hi-ui/menu",
"version": "4.0.8",
"version": "4.0.9",
"description": "A sub-package for @hi-ui/hiui.",
"keywords": [],
"author": "HiUI <[email protected]>",
Expand Down Expand Up @@ -67,7 +67,6 @@
"devDependencies": {
"@hi-ui/core": "^4.0.4",
"@hi-ui/core-css": "^4.0.1",

"react": "^17.0.1",
"react-dom": "^17.0.1"
}
Expand Down
7 changes: 7 additions & 0 deletions packages/ui/picker/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# @hi-ui/picker

## 4.1.0

### Minor Changes

- [#2542](https://github.com/XiaoMi/hiui/pull/2542) [`4b40f173a`](https://github.com/XiaoMi/hiui/commit/4b40f173a3c6125958392185c48756a07b1adb2f) Thanks [@zyprepare](https://github.com/zyprepare)! - feat: 增加 keyword API
3 changes: 1 addition & 2 deletions packages/ui/picker/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hi-ui/picker",
"version": "4.0.6",
"version": "4.1.0",
"description": "A sub-package for @hi-ui/hiui.",
"keywords": [],
"author": "HiUI <[email protected]>",
Expand Down Expand Up @@ -63,7 +63,6 @@
"devDependencies": {
"@hi-ui/core": "^4.0.4",
"@hi-ui/core-css": "^4.0.1",

"react": "^17.0.1",
"react-dom": "^17.0.1"
}
Expand Down
12 changes: 12 additions & 0 deletions packages/ui/select/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @hi-ui/select

## 4.1.0

### Minor Changes

- [#2542](https://github.com/XiaoMi/hiui/pull/2542) [`4b40f173a`](https://github.com/XiaoMi/hiui/commit/4b40f173a3c6125958392185c48756a07b1adb2f) Thanks [@zyprepare](https://github.com/zyprepare)! - feat: 增加 keyword API

### Patch Changes

- Updated dependencies [[`4b40f173a`](https://github.com/XiaoMi/hiui/commit/4b40f173a3c6125958392185c48756a07b1adb2f), [`4b40f173a`](https://github.com/XiaoMi/hiui/commit/4b40f173a3c6125958392185c48756a07b1adb2f)]:
- @hi-ui/use-search-mode@4.1.0
- @hi-ui/picker@4.1.0

## 4.0.11

### Patch Changes
Expand Down
7 changes: 3 additions & 4 deletions packages/ui/select/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hi-ui/select",
"version": "4.0.11",
"version": "4.1.0",
"description": "A sub-package for @hi-ui/hiui.",
"keywords": [],
"author": "HiUI <[email protected]>",
Expand Down Expand Up @@ -50,7 +50,7 @@
"@hi-ui/highlighter": "^4.0.5",
"@hi-ui/icons": "^4.0.6",
"@hi-ui/input": "^4.0.9",
"@hi-ui/picker": "^4.0.6",
"@hi-ui/picker": "^4.1.0",
"@hi-ui/popper": "^4.0.4",
"@hi-ui/times": "^4.0.1",
"@hi-ui/tree-utils": "^4.0.2",
Expand All @@ -59,7 +59,7 @@
"@hi-ui/use-children": "^4.0.1",
"@hi-ui/use-data-source": "^4.0.1",
"@hi-ui/use-latest": "^4.0.1",
"@hi-ui/use-search-mode": "^4.0.6",
"@hi-ui/use-search-mode": "^4.1.0",
"@hi-ui/use-toggle": "^4.0.1",
"@hi-ui/use-uncontrolled-state": "^4.0.1",
"@hi-ui/virtual-list": "^4.0.4"
Expand All @@ -72,7 +72,6 @@
"devDependencies": {
"@hi-ui/core": "^4.0.4",
"@hi-ui/core-css": "^4.0.1",

"react": "^17.0.1",
"react-dom": "^17.0.1"
}
Expand Down

0 comments on commit 09ab6e0

Please sign in to comment.