From c6754175c9e5970e6d09e832e23d10ec1115d0b1 Mon Sep 17 00:00:00 2001 From: zyprepare Date: Mon, 24 Jul 2023 06:31:30 +0000 Subject: [PATCH] Generate version and changelog --- .changeset/little-masks-argue.md | 5 ----- .changeset/lovely-ladybugs-bake.md | 6 ------ .changeset/nice-moose-sing.md | 5 ----- .changeset/olive-dancers-invent.md | 5 ----- .changeset/pink-snakes-lay.md | 5 ----- .changeset/rude-crews-watch.md | 6 ------ .changeset/short-mice-move.md | 5 ----- .changeset/strange-flies-switch.md | 5 ----- .changeset/ten-toys-wonder.md | 5 ----- packages/hooks/use-search-mode/CHANGELOG.md | 7 +++++++ packages/hooks/use-search-mode/package.json | 3 +-- packages/ui/collapse/CHANGELOG.md | 6 ++++++ packages/ui/collapse/package.json | 3 +-- packages/ui/descriptions/CHANGELOG.md | 6 ++++++ packages/ui/descriptions/package.json | 3 +-- packages/ui/hiui/CHANGELOG.md | 20 ++++++++++++++++++++ packages/ui/hiui/package.json | 12 ++++++------ packages/ui/menu/CHANGELOG.md | 6 ++++++ packages/ui/menu/package.json | 3 +-- packages/ui/picker/CHANGELOG.md | 7 +++++++ packages/ui/picker/package.json | 3 +-- packages/ui/select/CHANGELOG.md | 12 ++++++++++++ packages/ui/select/package.json | 7 +++---- 23 files changed, 78 insertions(+), 67 deletions(-) delete mode 100644 .changeset/little-masks-argue.md delete mode 100644 .changeset/lovely-ladybugs-bake.md delete mode 100644 .changeset/nice-moose-sing.md delete mode 100644 .changeset/olive-dancers-invent.md delete mode 100644 .changeset/pink-snakes-lay.md delete mode 100644 .changeset/rude-crews-watch.md delete mode 100644 .changeset/short-mice-move.md delete mode 100644 .changeset/strange-flies-switch.md delete mode 100644 .changeset/ten-toys-wonder.md create mode 100644 packages/hooks/use-search-mode/CHANGELOG.md create mode 100644 packages/ui/picker/CHANGELOG.md diff --git a/.changeset/little-masks-argue.md b/.changeset/little-masks-argue.md deleted file mode 100644 index 7cd277282..000000000 --- a/.changeset/little-masks-argue.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@hi-ui/hiui": patch ---- - -Collapse fix: 修复嵌套折叠面板样式问题 diff --git a/.changeset/lovely-ladybugs-bake.md b/.changeset/lovely-ladybugs-bake.md deleted file mode 100644 index 943292299..000000000 --- a/.changeset/lovely-ladybugs-bake.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@hi-ui/hiui": patch ---- - -Select feat: 增加 keyword API -useSearchMode: 增加 keyword API diff --git a/.changeset/nice-moose-sing.md b/.changeset/nice-moose-sing.md deleted file mode 100644 index 34ebee06c..000000000 --- a/.changeset/nice-moose-sing.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@hi-ui/use-search-mode": minor ---- - -feat: 增加 keyword API diff --git a/.changeset/olive-dancers-invent.md b/.changeset/olive-dancers-invent.md deleted file mode 100644 index 2d71cac9e..000000000 --- a/.changeset/olive-dancers-invent.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@hi-ui/hiui": patch ---- - -Descriptions fix: 修复只有一条数据时显示问题 diff --git a/.changeset/pink-snakes-lay.md b/.changeset/pink-snakes-lay.md deleted file mode 100644 index 992727c96..000000000 --- a/.changeset/pink-snakes-lay.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@hi-ui/descriptions": patch ---- - -fix: 修复只有一条数据时显示问题 diff --git a/.changeset/rude-crews-watch.md b/.changeset/rude-crews-watch.md deleted file mode 100644 index 544d99223..000000000 --- a/.changeset/rude-crews-watch.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@hi-ui/picker": minor -"@hi-ui/select": minor ---- - -feat: 增加 keyword API diff --git a/.changeset/short-mice-move.md b/.changeset/short-mice-move.md deleted file mode 100644 index 5b5be0d4b..000000000 --- a/.changeset/short-mice-move.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@hi-ui/hiui": patch ---- - -Menu fix: 体验优化 diff --git a/.changeset/strange-flies-switch.md b/.changeset/strange-flies-switch.md deleted file mode 100644 index 45ca47a46..000000000 --- a/.changeset/strange-flies-switch.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@hi-ui/collapse": patch ---- - -fix: 修复嵌套折叠面板样式问题 diff --git a/.changeset/ten-toys-wonder.md b/.changeset/ten-toys-wonder.md deleted file mode 100644 index 0aa850f9d..000000000 --- a/.changeset/ten-toys-wonder.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@hi-ui/menu": patch ---- - -fix: 体验优化 diff --git a/packages/hooks/use-search-mode/CHANGELOG.md b/packages/hooks/use-search-mode/CHANGELOG.md new file mode 100644 index 000000000..37698f4af --- /dev/null +++ b/packages/hooks/use-search-mode/CHANGELOG.md @@ -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 diff --git a/packages/hooks/use-search-mode/package.json b/packages/hooks/use-search-mode/package.json index 6225cd9ee..4adcde8d1 100644 --- a/packages/hooks/use-search-mode/package.json +++ b/packages/hooks/use-search-mode/package.json @@ -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 ", @@ -46,7 +46,6 @@ "react": ">=16.8.6" }, "devDependencies": { - "react": "^17.0.1" }, "dependencies": { diff --git a/packages/ui/collapse/CHANGELOG.md b/packages/ui/collapse/CHANGELOG.md index 90a969f96..b6fa6289d 100644 --- a/packages/ui/collapse/CHANGELOG.md +++ b/packages/ui/collapse/CHANGELOG.md @@ -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 diff --git a/packages/ui/collapse/package.json b/packages/ui/collapse/package.json index 4cf699cba..4b750dc97 100644 --- a/packages/ui/collapse/package.json +++ b/packages/ui/collapse/package.json @@ -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 ", @@ -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" } diff --git a/packages/ui/descriptions/CHANGELOG.md b/packages/ui/descriptions/CHANGELOG.md index 4bcd8a642..cc09a1900 100644 --- a/packages/ui/descriptions/CHANGELOG.md +++ b/packages/ui/descriptions/CHANGELOG.md @@ -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 diff --git a/packages/ui/descriptions/package.json b/packages/ui/descriptions/package.json index da95bcf49..7acf90f6b 100644 --- a/packages/ui/descriptions/package.json +++ b/packages/ui/descriptions/package.json @@ -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 ", @@ -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" } diff --git a/packages/ui/hiui/CHANGELOG.md b/packages/ui/hiui/CHANGELOG.md index e22fd9d98..856dd7a49 100644 --- a/packages/ui/hiui/CHANGELOG.md +++ b/packages/ui/hiui/CHANGELOG.md @@ -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 diff --git a/packages/ui/hiui/package.json b/packages/ui/hiui/package.json index 2a4fa9206..e95d25edb 100644 --- a/packages/ui/hiui/package.json +++ b/packages/ui/hiui/package.json @@ -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 ", @@ -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", @@ -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", @@ -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", diff --git a/packages/ui/menu/CHANGELOG.md b/packages/ui/menu/CHANGELOG.md index 543ae1f4c..527420573 100644 --- a/packages/ui/menu/CHANGELOG.md +++ b/packages/ui/menu/CHANGELOG.md @@ -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 diff --git a/packages/ui/menu/package.json b/packages/ui/menu/package.json index 8a7dac93c..ea5ec21f6 100644 --- a/packages/ui/menu/package.json +++ b/packages/ui/menu/package.json @@ -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 ", @@ -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" } diff --git a/packages/ui/picker/CHANGELOG.md b/packages/ui/picker/CHANGELOG.md new file mode 100644 index 000000000..39cf4cfb4 --- /dev/null +++ b/packages/ui/picker/CHANGELOG.md @@ -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 diff --git a/packages/ui/picker/package.json b/packages/ui/picker/package.json index ec74ab77b..f6e1db916 100644 --- a/packages/ui/picker/package.json +++ b/packages/ui/picker/package.json @@ -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 ", @@ -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" } diff --git a/packages/ui/select/CHANGELOG.md b/packages/ui/select/CHANGELOG.md index d867707fe..41e1f1af5 100644 --- a/packages/ui/select/CHANGELOG.md +++ b/packages/ui/select/CHANGELOG.md @@ -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 diff --git a/packages/ui/select/package.json b/packages/ui/select/package.json index 27a6e7e33..75b69b7cd 100644 --- a/packages/ui/select/package.json +++ b/packages/ui/select/package.json @@ -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 ", @@ -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", @@ -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" @@ -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" }