From 9a8f8dd7a4792d8dc3bb3c4998a6b300a9ea30b1 Mon Sep 17 00:00:00 2001 From: zyprepare Date: Mon, 4 Sep 2023 02:17:35 +0000 Subject: [PATCH] Generate version and changelog --- .changeset/chilled-wolves-love.md | 5 ----- .changeset/cool-tables-check.md | 5 ----- .changeset/eleven-actors-beg.md | 5 ----- .changeset/fast-ants-bake.md | 5 ----- .changeset/green-peas-deny.md | 5 ----- .changeset/moody-jars-admire.md | 5 ----- .changeset/plenty-tools-prove.md | 5 ----- .changeset/quick-socks-relax.md | 6 ------ .changeset/smooth-phones-build.md | 5 ----- .changeset/tasty-pets-care.md | 5 ----- packages/icons/CHANGELOG.md | 6 ++++++ packages/icons/package.json | 2 +- packages/ui/hiui/CHANGELOG.md | 17 +++++++++++++++++ packages/ui/hiui/package.json | 8 ++++---- packages/ui/menu/CHANGELOG.md | 15 +++++++++++++++ packages/ui/menu/package.json | 8 ++++---- packages/ui/notification/CHANGELOG.md | 12 ++++++++++++ packages/ui/notification/package.json | 5 ++--- packages/ui/popper/CHANGELOG.md | 6 ++++++ packages/ui/popper/package.json | 2 +- packages/ui/table/CHANGELOG.md | 11 +++++++++++ packages/ui/table/package.json | 8 ++++---- packages/utils/tree-utils/CHANGELOG.md | 6 ++++++ packages/utils/tree-utils/package.json | 2 +- 24 files changed, 90 insertions(+), 69 deletions(-) delete mode 100644 .changeset/chilled-wolves-love.md delete mode 100644 .changeset/cool-tables-check.md delete mode 100644 .changeset/eleven-actors-beg.md delete mode 100644 .changeset/fast-ants-bake.md delete mode 100644 .changeset/green-peas-deny.md delete mode 100644 .changeset/moody-jars-admire.md delete mode 100644 .changeset/plenty-tools-prove.md delete mode 100644 .changeset/quick-socks-relax.md delete mode 100644 .changeset/smooth-phones-build.md delete mode 100644 .changeset/tasty-pets-care.md create mode 100644 packages/ui/notification/CHANGELOG.md diff --git a/.changeset/chilled-wolves-love.md b/.changeset/chilled-wolves-love.md deleted file mode 100644 index 8596b4c7e..000000000 --- a/.changeset/chilled-wolves-love.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@hi-ui/notification": minor ---- - -feat: 增加 size API diff --git a/.changeset/cool-tables-check.md b/.changeset/cool-tables-check.md deleted file mode 100644 index 73f7b5d38..000000000 --- a/.changeset/cool-tables-check.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@hi-ui/hiui": patch ---- - -Menu feat: 增加 size API diff --git a/.changeset/eleven-actors-beg.md b/.changeset/eleven-actors-beg.md deleted file mode 100644 index 0f2ea8ab9..000000000 --- a/.changeset/eleven-actors-beg.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@hi-ui/icons": patch ---- - -增加 DragDot 图标 diff --git a/.changeset/fast-ants-bake.md b/.changeset/fast-ants-bake.md deleted file mode 100644 index 0e1e8da4f..000000000 --- a/.changeset/fast-ants-bake.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@hi-ui/hiui": patch ---- - -Notification feat: 增加 size API diff --git a/.changeset/green-peas-deny.md b/.changeset/green-peas-deny.md deleted file mode 100644 index a9677c8e9..000000000 --- a/.changeset/green-peas-deny.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@hi-ui/hiui": patch ---- - -Menu feat: 增加 render 和 extraHeader API diff --git a/.changeset/moody-jars-admire.md b/.changeset/moody-jars-admire.md deleted file mode 100644 index c16fdb7ba..000000000 --- a/.changeset/moody-jars-admire.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@hi-ui/popper": minor ---- - -feat: 增加 animationType API diff --git a/.changeset/plenty-tools-prove.md b/.changeset/plenty-tools-prove.md deleted file mode 100644 index 107a1459d..000000000 --- a/.changeset/plenty-tools-prove.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@hi-ui/hiui": patch ---- - -Table perf: 表格性能优化 diff --git a/.changeset/quick-socks-relax.md b/.changeset/quick-socks-relax.md deleted file mode 100644 index 1bf9929fc..000000000 --- a/.changeset/quick-socks-relax.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@hi-ui/table": patch -"@hi-ui/tree-utils": patch ---- - -perf: 表格性能优化 diff --git a/.changeset/smooth-phones-build.md b/.changeset/smooth-phones-build.md deleted file mode 100644 index d238a9e70..000000000 --- a/.changeset/smooth-phones-build.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@hi-ui/menu": minor ---- - -feat: 增加 render 和 extraHeader API diff --git a/.changeset/tasty-pets-care.md b/.changeset/tasty-pets-care.md deleted file mode 100644 index acc7cae8b..000000000 --- a/.changeset/tasty-pets-care.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@hi-ui/menu": minor ---- - -feat: 增加 size API diff --git a/packages/icons/CHANGELOG.md b/packages/icons/CHANGELOG.md index a09511dba..bae9e59cf 100644 --- a/packages/icons/CHANGELOG.md +++ b/packages/icons/CHANGELOG.md @@ -1,5 +1,11 @@ # @hi-ui/icons +## 4.0.14 + +### Patch Changes + +- [#2573](https://github.com/XiaoMi/hiui/pull/2573) [`937052db3`](https://github.com/XiaoMi/hiui/commit/937052db36ecfa50fef53df13d159bee0d08fa41) Thanks [@zyprepare](https://github.com/zyprepare)! - 增加 DragDot 图标 + ## 4.0.11 ### Patch Changes diff --git a/packages/icons/package.json b/packages/icons/package.json index 94c668a5b..812897b11 100644 --- a/packages/icons/package.json +++ b/packages/icons/package.json @@ -1,6 +1,6 @@ { "name": "@hi-ui/icons", - "version": "4.0.13", + "version": "4.0.14", "description": "A sub-package for @hi-ui/hiui.", "keywords": [], "author": "HiUI ", diff --git a/packages/ui/hiui/CHANGELOG.md b/packages/ui/hiui/CHANGELOG.md index 48f8803c7..1ad8fce94 100644 --- a/packages/ui/hiui/CHANGELOG.md +++ b/packages/ui/hiui/CHANGELOG.md @@ -1,5 +1,22 @@ # @hi-ui/hiui +## 4.2.12 + +### Patch Changes + +- [#2577](https://github.com/XiaoMi/hiui/pull/2577) [`2f094567e`](https://github.com/XiaoMi/hiui/commit/2f094567e678235e75ff5c443dce1ee09c3bd115) Thanks [@zyprepare](https://github.com/zyprepare)! - Menu feat: 增加 size API + +- [#2578](https://github.com/XiaoMi/hiui/pull/2578) [`2df756409`](https://github.com/XiaoMi/hiui/commit/2df75640961d51f269df60e4dde1ee5c8751430d) Thanks [@zyprepare](https://github.com/zyprepare)! - Notification feat: 增加 size API + +- [#2577](https://github.com/XiaoMi/hiui/pull/2577) [`2f094567e`](https://github.com/XiaoMi/hiui/commit/2f094567e678235e75ff5c443dce1ee09c3bd115) Thanks [@zyprepare](https://github.com/zyprepare)! - Menu feat: 增加 render 和 extraHeader API + +- [#2572](https://github.com/XiaoMi/hiui/pull/2572) [`eee5e6d16`](https://github.com/XiaoMi/hiui/commit/eee5e6d1658685a6119b5aa40038c572145b3b4e) Thanks [@zyprepare](https://github.com/zyprepare)! - Table perf: 表格性能优化 + +- Updated dependencies [[`2df756409`](https://github.com/XiaoMi/hiui/commit/2df75640961d51f269df60e4dde1ee5c8751430d), [`eee5e6d16`](https://github.com/XiaoMi/hiui/commit/eee5e6d1658685a6119b5aa40038c572145b3b4e), [`ccb1eec12`](https://github.com/XiaoMi/hiui/commit/ccb1eec122a33466536b365d443f175d1e16dc86), [`2f094567e`](https://github.com/XiaoMi/hiui/commit/2f094567e678235e75ff5c443dce1ee09c3bd115)]: + - @hi-ui/notification@4.1.0 + - @hi-ui/table@4.1.2 + - @hi-ui/menu@4.1.0 + ## 4.2.11 ### Patch Changes diff --git a/packages/ui/hiui/package.json b/packages/ui/hiui/package.json index 67d208977..4ef171a82 100644 --- a/packages/ui/hiui/package.json +++ b/packages/ui/hiui/package.json @@ -1,6 +1,6 @@ { "name": "@hi-ui/hiui", - "version": "4.2.11", + "version": "4.2.12", "description": "The root-package for @hi-ui/hiui.", "keywords": [], "author": "HiUI ", @@ -73,10 +73,10 @@ "@hi-ui/input-group": "^4.0.3", "@hi-ui/list": "^4.0.8", "@hi-ui/loading": "^4.1.0", - "@hi-ui/menu": "^4.0.9", + "@hi-ui/menu": "^4.1.0", "@hi-ui/message": "^4.0.4", "@hi-ui/modal": "^4.0.11", - "@hi-ui/notification": "^4.0.6", + "@hi-ui/notification": "^4.1.0", "@hi-ui/number-input": "^4.1.3", "@hi-ui/pagination": "^4.0.10", "@hi-ui/picker": "^4.1.1", @@ -97,7 +97,7 @@ "@hi-ui/stepper": "^4.0.4", "@hi-ui/svg-icon": "^4.0.4", "@hi-ui/switch": "^4.0.6", - "@hi-ui/table": "^4.1.1", + "@hi-ui/table": "^4.1.2", "@hi-ui/tabs": "^4.1.0", "@hi-ui/tag": "^4.0.7", "@hi-ui/textarea": "^4.1.1", diff --git a/packages/ui/menu/CHANGELOG.md b/packages/ui/menu/CHANGELOG.md index 527420573..082245de2 100644 --- a/packages/ui/menu/CHANGELOG.md +++ b/packages/ui/menu/CHANGELOG.md @@ -1,5 +1,20 @@ # @hi-ui/menu +## 4.1.0 + +### Minor Changes + +- [#2576](https://github.com/XiaoMi/hiui/pull/2576) [`ccb1eec12`](https://github.com/XiaoMi/hiui/commit/ccb1eec122a33466536b365d443f175d1e16dc86) Thanks [@zyprepare](https://github.com/zyprepare)! - feat: 增加 render 和 extraHeader API + +- [#2577](https://github.com/XiaoMi/hiui/pull/2577) [`2f094567e`](https://github.com/XiaoMi/hiui/commit/2f094567e678235e75ff5c443dce1ee09c3bd115) Thanks [@zyprepare](https://github.com/zyprepare)! - feat: 增加 size API + +### Patch Changes + +- Updated dependencies [[`937052db3`](https://github.com/XiaoMi/hiui/commit/937052db36ecfa50fef53df13d159bee0d08fa41), [`ccb1eec12`](https://github.com/XiaoMi/hiui/commit/ccb1eec122a33466536b365d443f175d1e16dc86), [`eee5e6d16`](https://github.com/XiaoMi/hiui/commit/eee5e6d1658685a6119b5aa40038c572145b3b4e)]: + - @hi-ui/icons@4.0.14 + - @hi-ui/popper@4.1.0 + - @hi-ui/tree-utils@4.1.1 + ## 4.0.9 ### Patch Changes diff --git a/packages/ui/menu/package.json b/packages/ui/menu/package.json index ea5ec21f6..cd8869017 100644 --- a/packages/ui/menu/package.json +++ b/packages/ui/menu/package.json @@ -1,6 +1,6 @@ { "name": "@hi-ui/menu", - "version": "4.0.9", + "version": "4.1.0", "description": "A sub-package for @hi-ui/hiui.", "keywords": [], "author": "HiUI ", @@ -46,11 +46,11 @@ "@hi-ui/array-utils": "^4.0.1", "@hi-ui/classname": "^4.0.1", "@hi-ui/env": "^4.0.1", - "@hi-ui/icons": "^4.0.4", - "@hi-ui/popper": "^4.0.4", + "@hi-ui/icons": "^4.0.14", + "@hi-ui/popper": "^4.1.0", "@hi-ui/times": "^4.0.1", "@hi-ui/tooltip": "^4.0.5", - "@hi-ui/tree-utils": "^4.0.2", + "@hi-ui/tree-utils": "^4.1.1", "@hi-ui/type-assertion": "^4.0.1", "@hi-ui/use-id": "^4.0.1", "@hi-ui/use-merge-refs": "^4.0.1", diff --git a/packages/ui/notification/CHANGELOG.md b/packages/ui/notification/CHANGELOG.md new file mode 100644 index 000000000..871f21eb2 --- /dev/null +++ b/packages/ui/notification/CHANGELOG.md @@ -0,0 +1,12 @@ +# @hi-ui/notification + +## 4.1.0 + +### Minor Changes + +- [#2578](https://github.com/XiaoMi/hiui/pull/2578) [`2df756409`](https://github.com/XiaoMi/hiui/commit/2df75640961d51f269df60e4dde1ee5c8751430d) Thanks [@zyprepare](https://github.com/zyprepare)! - feat: 增加 size API + +### Patch Changes + +- Updated dependencies [[`937052db3`](https://github.com/XiaoMi/hiui/commit/937052db36ecfa50fef53df13d159bee0d08fa41)]: + - @hi-ui/icons@4.0.14 diff --git a/packages/ui/notification/package.json b/packages/ui/notification/package.json index cdcc2e68e..135e58583 100644 --- a/packages/ui/notification/package.json +++ b/packages/ui/notification/package.json @@ -1,6 +1,6 @@ { "name": "@hi-ui/notification", - "version": "4.0.6", + "version": "4.1.0", "description": "A sub-package for @hi-ui/hiui.", "keywords": [], "author": "HiUI ", @@ -46,7 +46,7 @@ "@hi-ui/classname": "^4.0.1", "@hi-ui/env": "^4.0.1", "@hi-ui/icon-button": "^4.0.4", - "@hi-ui/icons": "^4.0.4", + "@hi-ui/icons": "^4.0.14", "@hi-ui/react-utils": "^4.0.1", "@hi-ui/toast": "^4.0.4", "react-transition-group": "^4.4.2" @@ -59,7 +59,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/popper/CHANGELOG.md b/packages/ui/popper/CHANGELOG.md index a3498586e..f428458d0 100644 --- a/packages/ui/popper/CHANGELOG.md +++ b/packages/ui/popper/CHANGELOG.md @@ -1,5 +1,11 @@ # @hi-ui/popper +## 4.1.0 + +### Minor Changes + +- [#2576](https://github.com/XiaoMi/hiui/pull/2576) [`ccb1eec12`](https://github.com/XiaoMi/hiui/commit/ccb1eec122a33466536b365d443f175d1e16dc86) Thanks [@zyprepare](https://github.com/zyprepare)! - feat: 增加 animationType API + ## 4.0.5 ### Patch Changes diff --git a/packages/ui/popper/package.json b/packages/ui/popper/package.json index 9908b1c01..953b34819 100644 --- a/packages/ui/popper/package.json +++ b/packages/ui/popper/package.json @@ -1,6 +1,6 @@ { "name": "@hi-ui/popper", - "version": "4.0.5", + "version": "4.1.0", "description": "A sub-package for @hi-ui/hiui.", "keywords": [], "author": "HiUI ", diff --git a/packages/ui/table/CHANGELOG.md b/packages/ui/table/CHANGELOG.md index edeb8d27f..8f1c40f33 100644 --- a/packages/ui/table/CHANGELOG.md +++ b/packages/ui/table/CHANGELOG.md @@ -1,5 +1,16 @@ # @hi-ui/table +## 4.1.2 + +### Patch Changes + +- [#2572](https://github.com/XiaoMi/hiui/pull/2572) [`eee5e6d16`](https://github.com/XiaoMi/hiui/commit/eee5e6d1658685a6119b5aa40038c572145b3b4e) Thanks [@zyprepare](https://github.com/zyprepare)! - perf: 表格性能优化 + +- Updated dependencies [[`937052db3`](https://github.com/XiaoMi/hiui/commit/937052db36ecfa50fef53df13d159bee0d08fa41), [`ccb1eec12`](https://github.com/XiaoMi/hiui/commit/ccb1eec122a33466536b365d443f175d1e16dc86), [`eee5e6d16`](https://github.com/XiaoMi/hiui/commit/eee5e6d1658685a6119b5aa40038c572145b3b4e)]: + - @hi-ui/icons@4.0.14 + - @hi-ui/popper@4.1.0 + - @hi-ui/tree-utils@4.1.1 + ## 4.1.1 ### Patch Changes diff --git a/packages/ui/table/package.json b/packages/ui/table/package.json index ba8790a3b..511bae7cb 100644 --- a/packages/ui/table/package.json +++ b/packages/ui/table/package.json @@ -1,6 +1,6 @@ { "name": "@hi-ui/table", - "version": "4.1.1", + "version": "4.1.2", "description": "A sub-package for @hi-ui/hiui.", "keywords": [], "author": "HiUI ", @@ -53,16 +53,16 @@ "@hi-ui/env": "^4.0.1", "@hi-ui/func-utils": "^4.0.1", "@hi-ui/icon-button": "^4.0.4", - "@hi-ui/icons": "^4.0.4", + "@hi-ui/icons": "^4.0.14", "@hi-ui/loading": "^4.1.0", "@hi-ui/object-utils": "^4.0.1", "@hi-ui/pagination": "^4.0.8", - "@hi-ui/popper": "^4.0.4", + "@hi-ui/popper": "^4.1.0", "@hi-ui/react-utils": "^4.0.1", "@hi-ui/select": "^4.0.8", "@hi-ui/spinner": "^4.0.4", "@hi-ui/times": "^4.0.1", - "@hi-ui/tree-utils": "^4.1.0", + "@hi-ui/tree-utils": "^4.1.1", "@hi-ui/type-assertion": "^4.0.1", "@hi-ui/use-cache": "^4.0.1", "@hi-ui/use-check": "^4.0.2", diff --git a/packages/utils/tree-utils/CHANGELOG.md b/packages/utils/tree-utils/CHANGELOG.md index ab6c147ab..b2653ca1c 100644 --- a/packages/utils/tree-utils/CHANGELOG.md +++ b/packages/utils/tree-utils/CHANGELOG.md @@ -1,5 +1,11 @@ # @hi-ui/tree-utils +## 4.1.1 + +### Patch Changes + +- [#2572](https://github.com/XiaoMi/hiui/pull/2572) [`eee5e6d16`](https://github.com/XiaoMi/hiui/commit/eee5e6d1658685a6119b5aa40038c572145b3b4e) Thanks [@zyprepare](https://github.com/zyprepare)! - perf: 表格性能优化 + ## 4.1.0 ### Minor Changes diff --git a/packages/utils/tree-utils/package.json b/packages/utils/tree-utils/package.json index b5a1df9e4..f310c35b5 100644 --- a/packages/utils/tree-utils/package.json +++ b/packages/utils/tree-utils/package.json @@ -1,6 +1,6 @@ { "name": "@hi-ui/tree-utils", - "version": "4.1.0", + "version": "4.1.1", "description": "A sub-package for @hi-ui/utils.", "keywords": [], "author": "HiUI ",