From fe9a820ab637f8ed90f20a27832ad7a09abf1631 Mon Sep 17 00:00:00 2001 From: zyprepare Date: Tue, 21 Nov 2023 03:24:30 +0000 Subject: [PATCH] Generate version and changelog --- .changeset/itchy-sheep-add.md | 125 --------------- .changeset/metal-onions-unite.md | 7 - .changeset/young-flowers-matter.md | 5 - packages/core/core-css/CHANGELOG.md | 6 + packages/core/core-css/package.json | 2 +- packages/core/core/CHANGELOG.md | 10 ++ packages/core/core/package.json | 10 +- packages/hooks/hooks/CHANGELOG.md | 32 ++++ packages/hooks/hooks/package.json | 49 +++--- packages/hooks/use-async-data/CHANGELOG.md | 11 ++ packages/hooks/use-async-data/package.json | 7 +- packages/hooks/use-cache/CHANGELOG.md | 7 + packages/hooks/use-cache/package.json | 3 +- packages/hooks/use-check-state/CHANGELOG.md | 7 + packages/hooks/use-check-state/package.json | 3 +- packages/hooks/use-check/CHANGELOG.md | 12 ++ packages/hooks/use-check/package.json | 9 +- packages/hooks/use-children/CHANGELOG.md | 7 + packages/hooks/use-children/package.json | 3 +- packages/hooks/use-data-source/CHANGELOG.md | 11 ++ packages/hooks/use-data-source/package.json | 7 +- .../hooks/use-deep-equal-deps/CHANGELOG.md | 7 + .../hooks/use-deep-equal-deps/package.json | 6 +- packages/hooks/use-did-mount/CHANGELOG.md | 7 + packages/hooks/use-did-mount/package.json | 3 +- packages/hooks/use-drag-sorter/CHANGELOG.md | 11 ++ packages/hooks/use-drag-sorter/package.json | 7 +- packages/hooks/use-force-update/CHANGELOG.md | 10 ++ packages/hooks/use-force-update/package.json | 5 +- packages/hooks/use-id/CHANGELOG.md | 7 + packages/hooks/use-id/package.json | 3 +- packages/hooks/use-latest/CHANGELOG.md | 7 + packages/hooks/use-latest/package.json | 6 +- packages/hooks/use-lazy-render/CHANGELOG.md | 7 + packages/hooks/use-lazy-render/package.json | 3 +- packages/hooks/use-merge-refs/CHANGELOG.md | 7 + packages/hooks/use-merge-refs/package.json | 6 +- packages/hooks/use-outside-click/CHANGELOG.md | 10 ++ packages/hooks/use-outside-click/package.json | 8 +- packages/hooks/use-registry/CHANGELOG.md | 7 + packages/hooks/use-registry/package.json | 2 +- .../hooks/use-resize-observer/CHANGELOG.md | 11 ++ .../hooks/use-resize-observer/package.json | 7 +- packages/hooks/use-scroll-lock/CHANGELOG.md | 11 ++ packages/hooks/use-scroll-lock/package.json | 7 +- packages/hooks/use-scroll/CHANGELOG.md | 12 ++ packages/hooks/use-scroll/package.json | 8 +- packages/hooks/use-search-mode/CHANGELOG.md | 16 ++ packages/hooks/use-search-mode/package.json | 18 +-- packages/hooks/use-timeout/CHANGELOG.md | 10 ++ packages/hooks/use-timeout/package.json | 5 +- packages/hooks/use-toggle/CHANGELOG.md | 11 ++ packages/hooks/use-toggle/package.json | 10 +- .../hooks/use-uncontrolled-state/CHANGELOG.md | 11 ++ .../hooks/use-uncontrolled-state/package.json | 7 +- .../hooks/use-unmount-effect/CHANGELOG.md | 10 ++ .../hooks/use-unmount-effect/package.json | 5 +- packages/hooks/use-update-effect/CHANGELOG.md | 7 + packages/hooks/use-update-effect/package.json | 3 +- packages/icons/CHANGELOG.md | 11 ++ packages/icons/package.json | 12 +- packages/patches/patches/CHANGELOG.md | 7 + packages/patches/patches/package.json | 2 +- packages/ui/alert/CHANGELOG.md | 15 ++ packages/ui/alert/package.json | 20 +-- packages/ui/anchor/CHANGELOG.md | 16 ++ packages/ui/anchor/package.json | 23 ++- packages/ui/avatar/CHANGELOG.md | 19 ++- packages/ui/avatar/package.json | 17 +-- packages/ui/back-top/CHANGELOG.md | 22 ++- packages/ui/back-top/package.json | 23 ++- packages/ui/badge/CHANGELOG.md | 12 ++ packages/ui/badge/package.json | 14 +- packages/ui/breadcrumb/CHANGELOG.md | 17 ++- packages/ui/breadcrumb/package.json | 13 +- packages/ui/button/CHANGELOG.md | 11 ++ packages/ui/button/package.json | 12 +- packages/ui/card/CHANGELOG.md | 19 ++- packages/ui/card/package.json | 17 +-- packages/ui/carousel/CHANGELOG.md | 18 ++- packages/ui/carousel/package.json | 15 +- packages/ui/cascader/CHANGELOG.md | 27 ++++ packages/ui/cascader/package.json | 44 +++--- packages/ui/check-cascader/CHANGELOG.md | 31 ++++ packages/ui/check-cascader/package.json | 52 +++---- packages/ui/check-select/CHANGELOG.md | 32 ++++ packages/ui/check-select/package.json | 54 +++---- packages/ui/check-tree-select/CHANGELOG.md | 27 ++++ packages/ui/check-tree-select/package.json | 44 +++--- packages/ui/checkbox/CHANGELOG.md | 22 ++- packages/ui/checkbox/package.json | 23 ++- packages/ui/collapse/CHANGELOG.md | 14 ++ packages/ui/collapse/package.json | 18 +-- packages/ui/counter/CHANGELOG.md | 16 ++ packages/ui/counter/package.json | 22 +-- packages/ui/date-picker/CHANGELOG.md | 16 ++ packages/ui/date-picker/package.json | 22 +-- packages/ui/descriptions/CHANGELOG.md | 12 ++ packages/ui/descriptions/package.json | 14 +- packages/ui/drawer/CHANGELOG.md | 20 +++ packages/ui/drawer/package.json | 30 ++-- packages/ui/dropdown/CHANGELOG.md | 21 +++ packages/ui/dropdown/package.json | 32 ++-- packages/ui/ellipsis-tooltip/CHANGELOG.md | 12 ++ packages/ui/ellipsis-tooltip/package.json | 15 +- packages/ui/empty-state/CHANGELOG.md | 18 ++- packages/ui/empty-state/package.json | 15 +- packages/ui/file-select/CHANGELOG.md | 17 ++- packages/ui/file-select/package.json | 13 +- packages/ui/filter/CHANGELOG.md | 14 ++ packages/ui/filter/package.json | 18 +-- packages/ui/form/CHANGELOG.md | 18 +++ packages/ui/form/package.json | 27 ++-- packages/ui/grid/CHANGELOG.md | 18 ++- packages/ui/grid/package.json | 15 +- packages/ui/highlighter/CHANGELOG.md | 17 ++- packages/ui/highlighter/package.json | 13 +- packages/ui/hiui/CHANGELOG.md | 80 ++++++++++ packages/ui/hiui/package.json | 142 +++++++++--------- packages/ui/icon-button/CHANGELOG.md | 12 ++ packages/ui/icon-button/package.json | 14 +- packages/ui/input-group/CHANGELOG.md | 17 ++- packages/ui/input-group/package.json | 13 +- packages/ui/input/CHANGELOG.md | 18 +++ packages/ui/input/package.json | 26 ++-- packages/ui/list/CHANGELOG.md | 13 ++ packages/ui/list/package.json | 16 +- packages/ui/loading/CHANGELOG.md | 18 +++ packages/ui/loading/package.json | 27 ++-- packages/ui/locale-context/CHANGELOG.md | 13 ++ packages/ui/locale-context/package.json | 13 +- packages/ui/menu/CHANGELOG.md | 23 +++ packages/ui/menu/package.json | 36 ++--- packages/ui/message/CHANGELOG.md | 20 ++- packages/ui/message/package.json | 19 ++- packages/ui/modal/CHANGELOG.md | 25 +++ packages/ui/modal/package.json | 40 ++--- packages/ui/notification/CHANGELOG.md | 15 ++ packages/ui/notification/package.json | 20 +-- packages/ui/number-input/CHANGELOG.md | 13 ++ packages/ui/number-input/package.json | 16 +- packages/ui/pagination/CHANGELOG.md | 18 +++ packages/ui/pagination/package.json | 26 ++-- packages/ui/picker/CHANGELOG.md | 20 +++ packages/ui/picker/package.json | 30 ++-- packages/ui/pop-confirm/CHANGELOG.md | 22 +++ packages/ui/pop-confirm/package.json | 30 ++-- packages/ui/popover/CHANGELOG.md | 27 +++- packages/ui/popover/package.json | 33 ++-- packages/ui/popper/CHANGELOG.md | 19 +++ packages/ui/popper/package.json | 28 ++-- packages/ui/portal/CHANGELOG.md | 19 ++- packages/ui/portal/package.json | 17 +-- packages/ui/preview/CHANGELOG.md | 15 ++ packages/ui/preview/package.json | 20 +-- packages/ui/progress/CHANGELOG.md | 17 ++- packages/ui/progress/package.json | 13 +- packages/ui/provider/CHANGELOG.md | 19 ++- packages/ui/provider/package.json | 17 +-- packages/ui/radio/CHANGELOG.md | 15 ++ packages/ui/radio/package.json | 20 +-- packages/ui/rating/CHANGELOG.md | 21 ++- packages/ui/rating/package.json | 21 ++- packages/ui/resize-box/CHANGELOG.md | 19 ++- packages/ui/resize-box/package.json | 16 +- packages/ui/result/CHANGELOG.md | 19 ++- packages/ui/result/package.json | 17 +-- packages/ui/scrollbar/CHANGELOG.md | 12 ++ packages/ui/scrollbar/package.json | 14 +- packages/ui/search/CHANGELOG.md | 27 +++- packages/ui/search/package.json | 33 ++-- packages/ui/select/CHANGELOG.md | 30 ++++ packages/ui/select/package.json | 50 +++--- packages/ui/slider/CHANGELOG.md | 18 +++ packages/ui/slider/package.json | 27 ++-- packages/ui/space/CHANGELOG.md | 18 ++- packages/ui/space/package.json | 15 +- packages/ui/spinner/CHANGELOG.md | 11 ++ packages/ui/spinner/package.json | 13 +- packages/ui/stepper/CHANGELOG.md | 20 ++- packages/ui/stepper/package.json | 19 ++- packages/ui/svg-icon/CHANGELOG.md | 17 ++- packages/ui/svg-icon/package.json | 13 +- packages/ui/switch/CHANGELOG.md | 13 ++ packages/ui/switch/package.json | 16 +- packages/ui/table/CHANGELOG.md | 40 +++++ packages/ui/table/package.json | 66 ++++---- packages/ui/tabs/CHANGELOG.md | 18 +++ packages/ui/tabs/package.json | 26 ++-- packages/ui/tag-input/CHANGELOG.md | 18 +++ packages/ui/tag-input/package.json | 26 ++-- packages/ui/tag/CHANGELOG.md | 15 ++ packages/ui/tag/package.json | 20 +-- packages/ui/textarea/CHANGELOG.md | 14 ++ packages/ui/textarea/package.json | 18 +-- packages/ui/time-picker/CHANGELOG.md | 15 ++ packages/ui/time-picker/package.json | 20 +-- packages/ui/timeline/CHANGELOG.md | 18 ++- packages/ui/timeline/package.json | 15 +- packages/ui/toast/CHANGELOG.md | 21 ++- packages/ui/toast/package.json | 21 ++- packages/ui/tooltip/CHANGELOG.md | 25 +++ packages/ui/tooltip/package.json | 41 +++-- packages/ui/transfer/CHANGELOG.md | 19 +++ packages/ui/transfer/package.json | 28 ++-- packages/ui/tree-select/CHANGELOG.md | 25 +++ packages/ui/tree-select/package.json | 40 ++--- packages/ui/tree/CHANGELOG.md | 27 ++++ packages/ui/tree/package.json | 44 +++--- packages/ui/upload/CHANGELOG.md | 17 +++ packages/ui/upload/package.json | 24 +-- packages/ui/virtual-list/CHANGELOG.md | 15 +- packages/ui/virtual-list/package.json | 9 +- packages/ui/watermark/CHANGELOG.md | 21 ++- packages/ui/watermark/package.json | 21 ++- packages/ui/zen-mode/CHANGELOG.md | 18 ++- packages/ui/zen-mode/package.json | 15 +- packages/utils/array-utils/CHANGELOG.md | 10 ++ packages/utils/array-utils/package.json | 8 +- packages/utils/classname/CHANGELOG.md | 7 + packages/utils/classname/package.json | 2 +- packages/utils/container/CHANGELOG.md | 7 + packages/utils/container/package.json | 6 +- packages/utils/dom-utils/CHANGELOG.md | 10 ++ packages/utils/dom-utils/package.json | 5 +- packages/utils/env/CHANGELOG.md | 7 + packages/utils/env/package.json | 2 +- packages/utils/func-utils/CHANGELOG.md | 11 ++ packages/utils/func-utils/package.json | 10 +- packages/utils/object-utils/CHANGELOG.md | 11 ++ packages/utils/object-utils/package.json | 10 +- packages/utils/raf/CHANGELOG.md | 7 + packages/utils/raf/package.json | 5 +- packages/utils/react-utils/CHANGELOG.md | 11 ++ packages/utils/react-utils/package.json | 7 +- packages/utils/request/CHANGELOG.md | 6 + packages/utils/request/package.json | 2 +- packages/utils/throttle-by-raf/CHANGELOG.md | 10 ++ packages/utils/throttle-by-raf/package.json | 7 +- packages/utils/times/CHANGELOG.md | 7 + packages/utils/times/package.json | 6 +- packages/utils/tree-utils/CHANGELOG.md | 6 + packages/utils/tree-utils/package.json | 2 +- packages/utils/type-assertion/CHANGELOG.md | 7 + packages/utils/type-assertion/package.json | 6 +- packages/utils/utils/CHANGELOG.md | 21 +++ packages/utils/utils/package.json | 30 ++-- 247 files changed, 2982 insertions(+), 1366 deletions(-) delete mode 100644 .changeset/itchy-sheep-add.md delete mode 100644 .changeset/metal-onions-unite.md delete mode 100644 .changeset/young-flowers-matter.md create mode 100644 packages/hooks/hooks/CHANGELOG.md create mode 100644 packages/hooks/use-async-data/CHANGELOG.md create mode 100644 packages/hooks/use-cache/CHANGELOG.md create mode 100644 packages/hooks/use-check-state/CHANGELOG.md create mode 100644 packages/hooks/use-check/CHANGELOG.md create mode 100644 packages/hooks/use-children/CHANGELOG.md create mode 100644 packages/hooks/use-data-source/CHANGELOG.md create mode 100644 packages/hooks/use-deep-equal-deps/CHANGELOG.md create mode 100644 packages/hooks/use-did-mount/CHANGELOG.md create mode 100644 packages/hooks/use-drag-sorter/CHANGELOG.md create mode 100644 packages/hooks/use-force-update/CHANGELOG.md create mode 100644 packages/hooks/use-id/CHANGELOG.md create mode 100644 packages/hooks/use-latest/CHANGELOG.md create mode 100644 packages/hooks/use-lazy-render/CHANGELOG.md create mode 100644 packages/hooks/use-merge-refs/CHANGELOG.md create mode 100644 packages/hooks/use-outside-click/CHANGELOG.md create mode 100644 packages/hooks/use-registry/CHANGELOG.md create mode 100644 packages/hooks/use-resize-observer/CHANGELOG.md create mode 100644 packages/hooks/use-scroll-lock/CHANGELOG.md create mode 100644 packages/hooks/use-scroll/CHANGELOG.md create mode 100644 packages/hooks/use-timeout/CHANGELOG.md create mode 100644 packages/hooks/use-toggle/CHANGELOG.md create mode 100644 packages/hooks/use-uncontrolled-state/CHANGELOG.md create mode 100644 packages/hooks/use-unmount-effect/CHANGELOG.md create mode 100644 packages/hooks/use-update-effect/CHANGELOG.md create mode 100644 packages/patches/patches/CHANGELOG.md create mode 100644 packages/utils/array-utils/CHANGELOG.md create mode 100644 packages/utils/classname/CHANGELOG.md create mode 100644 packages/utils/container/CHANGELOG.md create mode 100644 packages/utils/dom-utils/CHANGELOG.md create mode 100644 packages/utils/env/CHANGELOG.md create mode 100644 packages/utils/func-utils/CHANGELOG.md create mode 100644 packages/utils/object-utils/CHANGELOG.md create mode 100644 packages/utils/raf/CHANGELOG.md create mode 100644 packages/utils/react-utils/CHANGELOG.md create mode 100644 packages/utils/throttle-by-raf/CHANGELOG.md create mode 100644 packages/utils/times/CHANGELOG.md create mode 100644 packages/utils/type-assertion/CHANGELOG.md create mode 100644 packages/utils/utils/CHANGELOG.md diff --git a/.changeset/itchy-sheep-add.md b/.changeset/itchy-sheep-add.md deleted file mode 100644 index e73395996..000000000 --- a/.changeset/itchy-sheep-add.md +++ /dev/null @@ -1,125 +0,0 @@ ---- -"@hi-ui/core": patch -"@hi-ui/core-css": patch -"@hi-ui/hooks": patch -"@hi-ui/use-async-data": patch -"@hi-ui/use-cache": patch -"@hi-ui/use-check": patch -"@hi-ui/use-check-state": patch -"@hi-ui/use-children": patch -"@hi-ui/use-data-source": patch -"@hi-ui/use-deep-equal-deps": patch -"@hi-ui/use-did-mount": patch -"@hi-ui/use-drag-sorter": patch -"@hi-ui/use-force-update": patch -"@hi-ui/use-id": patch -"@hi-ui/use-latest": patch -"@hi-ui/use-lazy-render": patch -"@hi-ui/use-merge-refs": patch -"@hi-ui/use-outside-click": patch -"@hi-ui/use-registry": patch -"@hi-ui/use-resize-observer": patch -"@hi-ui/use-scroll": patch -"@hi-ui/use-scroll-lock": patch -"@hi-ui/use-search-mode": patch -"@hi-ui/use-timeout": patch -"@hi-ui/use-toggle": patch -"@hi-ui/use-uncontrolled-state": patch -"@hi-ui/use-unmount-effect": patch -"@hi-ui/use-update-effect": patch -"@hi-ui/icons": patch -"@hi-ui/patches": patch -"@hi-ui/alert": patch -"@hi-ui/anchor": patch -"@hi-ui/avatar": patch -"@hi-ui/back-top": patch -"@hi-ui/badge": patch -"@hi-ui/breadcrumb": patch -"@hi-ui/button": patch -"@hi-ui/card": patch -"@hi-ui/carousel": patch -"@hi-ui/cascader": patch -"@hi-ui/check-cascader": patch -"@hi-ui/check-select": patch -"@hi-ui/check-tree-select": patch -"@hi-ui/checkbox": patch -"@hi-ui/collapse": patch -"@hi-ui/counter": patch -"@hi-ui/date-picker": patch -"@hi-ui/descriptions": patch -"@hi-ui/drawer": patch -"@hi-ui/dropdown": patch -"@hi-ui/ellipsis-tooltip": patch -"@hi-ui/empty-state": patch -"@hi-ui/file-select": patch -"@hi-ui/filter": patch -"@hi-ui/form": patch -"@hi-ui/grid": patch -"@hi-ui/highlighter": patch -"@hi-ui/icon-button": patch -"@hi-ui/input": patch -"@hi-ui/input-group": patch -"@hi-ui/list": patch -"@hi-ui/loading": patch -"@hi-ui/locale-context": patch -"@hi-ui/menu": patch -"@hi-ui/message": patch -"@hi-ui/modal": patch -"@hi-ui/notification": patch -"@hi-ui/number-input": patch -"@hi-ui/pagination": patch -"@hi-ui/picker": patch -"@hi-ui/pop-confirm": patch -"@hi-ui/popover": patch -"@hi-ui/popper": patch -"@hi-ui/portal": patch -"@hi-ui/preview": patch -"@hi-ui/progress": patch -"@hi-ui/provider": patch -"@hi-ui/radio": patch -"@hi-ui/rating": patch -"@hi-ui/resize-box": patch -"@hi-ui/result": patch -"@hi-ui/scrollbar": patch -"@hi-ui/search": patch -"@hi-ui/select": patch -"@hi-ui/slider": patch -"@hi-ui/space": patch -"@hi-ui/spinner": patch -"@hi-ui/stepper": patch -"@hi-ui/svg-icon": patch -"@hi-ui/switch": patch -"@hi-ui/table": patch -"@hi-ui/tabs": patch -"@hi-ui/tag": patch -"@hi-ui/tag-input": patch -"@hi-ui/textarea": patch -"@hi-ui/time-picker": patch -"@hi-ui/timeline": patch -"@hi-ui/toast": patch -"@hi-ui/tooltip": patch -"@hi-ui/transfer": patch -"@hi-ui/tree": patch -"@hi-ui/tree-select": patch -"@hi-ui/upload": patch -"@hi-ui/virtual-list": patch -"@hi-ui/watermark": patch -"@hi-ui/zen-mode": patch -"@hi-ui/array-utils": patch -"@hi-ui/classname": patch -"@hi-ui/container": patch -"@hi-ui/dom-utils": patch -"@hi-ui/env": patch -"@hi-ui/func-utils": patch -"@hi-ui/object-utils": patch -"@hi-ui/raf": patch -"@hi-ui/react-utils": patch -"@hi-ui/request": patch -"@hi-ui/throttle-by-raf": patch -"@hi-ui/times": patch -"@hi-ui/tree-utils": patch -"@hi-ui/type-assertion": patch -"@hi-ui/utils": patch ---- - -build: 升级到 rollup3,重新构建发布组件 diff --git a/.changeset/metal-onions-unite.md b/.changeset/metal-onions-unite.md deleted file mode 100644 index 9b701110b..000000000 --- a/.changeset/metal-onions-unite.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -"@hi-ui/pop-confirm": patch -"@hi-ui/table": patch -"@hi-ui/hiui": patch ---- - -fix: 修复组件参数类型错误 diff --git a/.changeset/young-flowers-matter.md b/.changeset/young-flowers-matter.md deleted file mode 100644 index db8ce96b5..000000000 --- a/.changeset/young-flowers-matter.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@hi-ui/hiui": minor ---- - -build: 升级到 rollup3,重新构建发布组件,4.4.0 diff --git a/packages/core/core-css/CHANGELOG.md b/packages/core/core-css/CHANGELOG.md index 2dee4fcb1..a56cb2951 100644 --- a/packages/core/core-css/CHANGELOG.md +++ b/packages/core/core-css/CHANGELOG.md @@ -1,5 +1,11 @@ # @hi-ui/core-css +## 4.1.3 + +### Patch Changes + +- [#2672](https://github.com/XiaoMi/hiui/pull/2672) [`1ebe27830`](https://github.com/XiaoMi/hiui/commit/1ebe2783098b3a8cd980bd10076d67635463800e) Thanks [@zyprepare](https://github.com/zyprepare)! - build: 升级到 rollup3,重新构建发布组件 + ## 4.1.2 ### Patch Changes diff --git a/packages/core/core-css/package.json b/packages/core/core-css/package.json index 4bc469965..07da50850 100644 --- a/packages/core/core-css/package.json +++ b/packages/core/core-css/package.json @@ -1,6 +1,6 @@ { "name": "@hi-ui/core-css", - "version": "4.1.2", + "version": "4.1.3", "description": "A sub-package for @hi-ui/core.", "keywords": [], "author": "HiUI ", diff --git a/packages/core/core/CHANGELOG.md b/packages/core/core/CHANGELOG.md index 0a04d670a..af611f303 100644 --- a/packages/core/core/CHANGELOG.md +++ b/packages/core/core/CHANGELOG.md @@ -1,5 +1,15 @@ # @hi-ui/core +## 4.0.6 + +### Patch Changes + +- [#2672](https://github.com/XiaoMi/hiui/pull/2672) [`1ebe27830`](https://github.com/XiaoMi/hiui/commit/1ebe2783098b3a8cd980bd10076d67635463800e) Thanks [@zyprepare](https://github.com/zyprepare)! - build: 升级到 rollup3,重新构建发布组件 + +- Updated dependencies [[`1ebe27830`](https://github.com/XiaoMi/hiui/commit/1ebe2783098b3a8cd980bd10076d67635463800e)]: + - @hi-ui/core-css@4.1.3 + - @hi-ui/locale-context@4.0.6 + ## 4.0.5 ### Patch Changes diff --git a/packages/core/core/package.json b/packages/core/core/package.json index 4da868f1c..5409c3c2f 100644 --- a/packages/core/core/package.json +++ b/packages/core/core/package.json @@ -1,6 +1,6 @@ { "name": "@hi-ui/core", - "version": "4.0.5", + "version": "4.0.6", "description": "A sub-package for @hi-ui/utils.", "keywords": [], "author": "HiUI ", @@ -42,11 +42,9 @@ "bugs": { "url": "https://github.com/XiaoMi/hiui/issues" }, - "devDependencies": { - - }, + "devDependencies": {}, "dependencies": { - "@hi-ui/core-css": "^4.0.1", - "@hi-ui/locale-context": "^4.0.5" + "@hi-ui/core-css": "^4.1.3", + "@hi-ui/locale-context": "^4.0.6" } } diff --git a/packages/hooks/hooks/CHANGELOG.md b/packages/hooks/hooks/CHANGELOG.md new file mode 100644 index 000000000..1fcb207dd --- /dev/null +++ b/packages/hooks/hooks/CHANGELOG.md @@ -0,0 +1,32 @@ +# @hi-ui/hooks + +## 4.0.7 + +### Patch Changes + +- [#2672](https://github.com/XiaoMi/hiui/pull/2672) [`1ebe27830`](https://github.com/XiaoMi/hiui/commit/1ebe2783098b3a8cd980bd10076d67635463800e) Thanks [@zyprepare](https://github.com/zyprepare)! - build: 升级到 rollup3,重新构建发布组件 + +- Updated dependencies [[`1ebe27830`](https://github.com/XiaoMi/hiui/commit/1ebe2783098b3a8cd980bd10076d67635463800e)]: + - @hi-ui/use-async-data@4.0.2 + - @hi-ui/use-cache@4.0.2 + - @hi-ui/use-check@4.0.3 + - @hi-ui/use-check-state@4.0.2 + - @hi-ui/use-children@4.0.2 + - @hi-ui/use-data-source@4.0.2 + - @hi-ui/use-deep-equal-deps@4.0.2 + - @hi-ui/use-did-mount@4.0.2 + - @hi-ui/use-drag-sorter@4.0.2 + - @hi-ui/use-force-update@4.0.2 + - @hi-ui/use-id@4.0.2 + - @hi-ui/use-latest@4.0.2 + - @hi-ui/use-lazy-render@4.0.2 + - @hi-ui/use-merge-refs@4.0.2 + - @hi-ui/use-outside-click@4.0.2 + - @hi-ui/use-scroll@4.0.3 + - @hi-ui/use-scroll-lock@4.0.2 + - @hi-ui/use-search-mode@4.1.2 + - @hi-ui/use-timeout@4.0.2 + - @hi-ui/use-toggle@4.0.2 + - @hi-ui/use-uncontrolled-state@4.0.2 + - @hi-ui/use-unmount-effect@4.0.2 + - @hi-ui/use-update-effect@4.0.2 diff --git a/packages/hooks/hooks/package.json b/packages/hooks/hooks/package.json index 829a3804c..35d4f8613 100644 --- a/packages/hooks/hooks/package.json +++ b/packages/hooks/hooks/package.json @@ -1,6 +1,6 @@ { "name": "@hi-ui/hooks", - "version": "4.0.6", + "version": "4.0.7", "description": "A sub-package for @hi-ui/hooks.", "keywords": [], "author": "HiUI ", @@ -46,32 +46,31 @@ "react": ">=16.8.6" }, "devDependencies": { - "react": "^17.0.1" }, "dependencies": { - "@hi-ui/use-async-data": "^4.0.1", - "@hi-ui/use-cache": "^4.0.1", - "@hi-ui/use-check": "^4.0.2", - "@hi-ui/use-check-state": "^4.0.1", - "@hi-ui/use-children": "^4.0.1", - "@hi-ui/use-data-source": "^4.0.1", - "@hi-ui/use-deep-equal-deps": "^4.0.1", - "@hi-ui/use-did-mount": "^4.0.1", - "@hi-ui/use-drag-sorter": "^4.0.1", - "@hi-ui/use-force-update": "^4.0.1", - "@hi-ui/use-id": "^4.0.1", - "@hi-ui/use-latest": "^4.0.1", - "@hi-ui/use-lazy-render": "^4.0.1", - "@hi-ui/use-merge-refs": "^4.0.1", - "@hi-ui/use-outside-click": "^4.0.1", - "@hi-ui/use-scroll": "^4.0.2", - "@hi-ui/use-scroll-lock": "^4.0.1", - "@hi-ui/use-search-mode": "^4.0.6", - "@hi-ui/use-timeout": "^4.0.1", - "@hi-ui/use-toggle": "^4.0.1", - "@hi-ui/use-uncontrolled-state": "^4.0.1", - "@hi-ui/use-unmount-effect": "^4.0.1", - "@hi-ui/use-update-effect": "^4.0.1" + "@hi-ui/use-async-data": "^4.0.2", + "@hi-ui/use-cache": "^4.0.2", + "@hi-ui/use-check": "^4.0.3", + "@hi-ui/use-check-state": "^4.0.2", + "@hi-ui/use-children": "^4.0.2", + "@hi-ui/use-data-source": "^4.0.2", + "@hi-ui/use-deep-equal-deps": "^4.0.2", + "@hi-ui/use-did-mount": "^4.0.2", + "@hi-ui/use-drag-sorter": "^4.0.2", + "@hi-ui/use-force-update": "^4.0.2", + "@hi-ui/use-id": "^4.0.2", + "@hi-ui/use-latest": "^4.0.2", + "@hi-ui/use-lazy-render": "^4.0.2", + "@hi-ui/use-merge-refs": "^4.0.2", + "@hi-ui/use-outside-click": "^4.0.2", + "@hi-ui/use-scroll": "^4.0.3", + "@hi-ui/use-scroll-lock": "^4.0.2", + "@hi-ui/use-search-mode": "^4.1.2", + "@hi-ui/use-timeout": "^4.0.2", + "@hi-ui/use-toggle": "^4.0.2", + "@hi-ui/use-uncontrolled-state": "^4.0.2", + "@hi-ui/use-unmount-effect": "^4.0.2", + "@hi-ui/use-update-effect": "^4.0.2" } } diff --git a/packages/hooks/use-async-data/CHANGELOG.md b/packages/hooks/use-async-data/CHANGELOG.md new file mode 100644 index 000000000..efe8f7a40 --- /dev/null +++ b/packages/hooks/use-async-data/CHANGELOG.md @@ -0,0 +1,11 @@ +# @hi-ui/use-async-data + +## 4.0.2 + +### Patch Changes + +- [#2672](https://github.com/XiaoMi/hiui/pull/2672) [`1ebe27830`](https://github.com/XiaoMi/hiui/commit/1ebe2783098b3a8cd980bd10076d67635463800e) Thanks [@zyprepare](https://github.com/zyprepare)! - build: 升级到 rollup3,重新构建发布组件 + +- Updated dependencies [[`1ebe27830`](https://github.com/XiaoMi/hiui/commit/1ebe2783098b3a8cd980bd10076d67635463800e)]: + - @hi-ui/use-latest@4.0.2 + - @hi-ui/type-assertion@4.0.2 diff --git a/packages/hooks/use-async-data/package.json b/packages/hooks/use-async-data/package.json index b4f62998a..f3ccad6c8 100644 --- a/packages/hooks/use-async-data/package.json +++ b/packages/hooks/use-async-data/package.json @@ -1,6 +1,6 @@ { "name": "@hi-ui/use-async-data", - "version": "4.0.1", + "version": "4.0.2", "description": "A sub-package for @hi-ui/hooks.", "keywords": [], "author": "HiUI ", @@ -46,11 +46,10 @@ "react": ">=16.8.6" }, "devDependencies": { - "react": "^17.0.1" }, "dependencies": { - "@hi-ui/type-assertion": "^4.0.1", - "@hi-ui/use-latest": "^4.0.1" + "@hi-ui/type-assertion": "^4.0.2", + "@hi-ui/use-latest": "^4.0.2" } } diff --git a/packages/hooks/use-cache/CHANGELOG.md b/packages/hooks/use-cache/CHANGELOG.md new file mode 100644 index 000000000..ea4d1f92f --- /dev/null +++ b/packages/hooks/use-cache/CHANGELOG.md @@ -0,0 +1,7 @@ +# @hi-ui/use-cache + +## 4.0.2 + +### Patch Changes + +- [#2672](https://github.com/XiaoMi/hiui/pull/2672) [`1ebe27830`](https://github.com/XiaoMi/hiui/commit/1ebe2783098b3a8cd980bd10076d67635463800e) Thanks [@zyprepare](https://github.com/zyprepare)! - build: 升级到 rollup3,重新构建发布组件 diff --git a/packages/hooks/use-cache/package.json b/packages/hooks/use-cache/package.json index 94910ad31..24b7c05fd 100644 --- a/packages/hooks/use-cache/package.json +++ b/packages/hooks/use-cache/package.json @@ -1,6 +1,6 @@ { "name": "@hi-ui/use-cache", - "version": "4.0.1", + "version": "4.0.2", "description": "A sub-package for @hi-ui/hooks.", "keywords": [], "author": "HiUI ", @@ -46,7 +46,6 @@ "react": ">=16.8.6" }, "devDependencies": { - "react": "^17.0.1" } } diff --git a/packages/hooks/use-check-state/CHANGELOG.md b/packages/hooks/use-check-state/CHANGELOG.md new file mode 100644 index 000000000..2a623386e --- /dev/null +++ b/packages/hooks/use-check-state/CHANGELOG.md @@ -0,0 +1,7 @@ +# @hi-ui/use-check-state + +## 4.0.2 + +### Patch Changes + +- [#2672](https://github.com/XiaoMi/hiui/pull/2672) [`1ebe27830`](https://github.com/XiaoMi/hiui/commit/1ebe2783098b3a8cd980bd10076d67635463800e) Thanks [@zyprepare](https://github.com/zyprepare)! - build: 升级到 rollup3,重新构建发布组件 diff --git a/packages/hooks/use-check-state/package.json b/packages/hooks/use-check-state/package.json index 0d8db8426..b4b62b8d6 100644 --- a/packages/hooks/use-check-state/package.json +++ b/packages/hooks/use-check-state/package.json @@ -1,6 +1,6 @@ { "name": "@hi-ui/use-check-state", - "version": "4.0.1", + "version": "4.0.2", "description": "A sub-package for @hi-ui/hooks.", "keywords": [], "author": "HiUI ", @@ -46,7 +46,6 @@ "react": ">=16.8.6" }, "devDependencies": { - "react": "^17.0.1" } } diff --git a/packages/hooks/use-check/CHANGELOG.md b/packages/hooks/use-check/CHANGELOG.md new file mode 100644 index 000000000..23208ce55 --- /dev/null +++ b/packages/hooks/use-check/CHANGELOG.md @@ -0,0 +1,12 @@ +# @hi-ui/use-check + +## 4.0.3 + +### Patch Changes + +- [#2672](https://github.com/XiaoMi/hiui/pull/2672) [`1ebe27830`](https://github.com/XiaoMi/hiui/commit/1ebe2783098b3a8cd980bd10076d67635463800e) Thanks [@zyprepare](https://github.com/zyprepare)! - build: 升级到 rollup3,重新构建发布组件 + +- Updated dependencies [[`1ebe27830`](https://github.com/XiaoMi/hiui/commit/1ebe2783098b3a8cd980bd10076d67635463800e)]: + - @hi-ui/use-latest@4.0.2 + - @hi-ui/use-uncontrolled-state@4.0.2 + - @hi-ui/tree-utils@4.1.2 diff --git a/packages/hooks/use-check/package.json b/packages/hooks/use-check/package.json index 993e1836f..717fe8cf6 100644 --- a/packages/hooks/use-check/package.json +++ b/packages/hooks/use-check/package.json @@ -1,6 +1,6 @@ { "name": "@hi-ui/use-check", - "version": "4.0.2", + "version": "4.0.3", "description": "A sub-package for @hi-ui/hooks.", "keywords": [], "author": "HiUI ", @@ -47,12 +47,11 @@ "react": ">=16.8.6" }, "devDependencies": { - "react": "^17.0.1" }, "dependencies": { - "@hi-ui/tree-utils": "^4.0.2", - "@hi-ui/use-latest": "^4.0.1", - "@hi-ui/use-uncontrolled-state": "^4.0.1" + "@hi-ui/tree-utils": "^4.1.2", + "@hi-ui/use-latest": "^4.0.2", + "@hi-ui/use-uncontrolled-state": "^4.0.2" } } diff --git a/packages/hooks/use-children/CHANGELOG.md b/packages/hooks/use-children/CHANGELOG.md new file mode 100644 index 000000000..cb336465c --- /dev/null +++ b/packages/hooks/use-children/CHANGELOG.md @@ -0,0 +1,7 @@ +# @hi-ui/use-children + +## 4.0.2 + +### Patch Changes + +- [#2672](https://github.com/XiaoMi/hiui/pull/2672) [`1ebe27830`](https://github.com/XiaoMi/hiui/commit/1ebe2783098b3a8cd980bd10076d67635463800e) Thanks [@zyprepare](https://github.com/zyprepare)! - build: 升级到 rollup3,重新构建发布组件 diff --git a/packages/hooks/use-children/package.json b/packages/hooks/use-children/package.json index 31dcc0470..06f87a2f8 100644 --- a/packages/hooks/use-children/package.json +++ b/packages/hooks/use-children/package.json @@ -1,6 +1,6 @@ { "name": "@hi-ui/use-children", - "version": "4.0.1", + "version": "4.0.2", "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/hooks/use-data-source/CHANGELOG.md b/packages/hooks/use-data-source/CHANGELOG.md new file mode 100644 index 000000000..10df4b79f --- /dev/null +++ b/packages/hooks/use-data-source/CHANGELOG.md @@ -0,0 +1,11 @@ +# @hi-ui/use-data-source + +## 4.0.2 + +### Patch Changes + +- [#2672](https://github.com/XiaoMi/hiui/pull/2672) [`1ebe27830`](https://github.com/XiaoMi/hiui/commit/1ebe2783098b3a8cd980bd10076d67635463800e) Thanks [@zyprepare](https://github.com/zyprepare)! - build: 升级到 rollup3,重新构建发布组件 + +- Updated dependencies [[`1ebe27830`](https://github.com/XiaoMi/hiui/commit/1ebe2783098b3a8cd980bd10076d67635463800e)]: + - @hi-ui/use-latest@4.0.2 + - @hi-ui/type-assertion@4.0.2 diff --git a/packages/hooks/use-data-source/package.json b/packages/hooks/use-data-source/package.json index c0fb6a6c6..1eb068aa1 100644 --- a/packages/hooks/use-data-source/package.json +++ b/packages/hooks/use-data-source/package.json @@ -1,6 +1,6 @@ { "name": "@hi-ui/use-data-source", - "version": "4.0.1", + "version": "4.0.2", "description": "A sub-package for @hi-ui/hooks.", "keywords": [], "author": "HiUI ", @@ -46,11 +46,10 @@ "react": ">=16.8.6" }, "devDependencies": { - "react": "^17.0.1" }, "dependencies": { - "@hi-ui/type-assertion": "^4.0.1", - "@hi-ui/use-latest": "^4.0.1" + "@hi-ui/type-assertion": "^4.0.2", + "@hi-ui/use-latest": "^4.0.2" } } diff --git a/packages/hooks/use-deep-equal-deps/CHANGELOG.md b/packages/hooks/use-deep-equal-deps/CHANGELOG.md new file mode 100644 index 000000000..5358ecc06 --- /dev/null +++ b/packages/hooks/use-deep-equal-deps/CHANGELOG.md @@ -0,0 +1,7 @@ +# @hi-ui/use-deep-equal-deps + +## 4.0.2 + +### Patch Changes + +- [#2672](https://github.com/XiaoMi/hiui/pull/2672) [`1ebe27830`](https://github.com/XiaoMi/hiui/commit/1ebe2783098b3a8cd980bd10076d67635463800e) Thanks [@zyprepare](https://github.com/zyprepare)! - build: 升级到 rollup3,重新构建发布组件 diff --git a/packages/hooks/use-deep-equal-deps/package.json b/packages/hooks/use-deep-equal-deps/package.json index 88078aa8e..af4ce54d2 100644 --- a/packages/hooks/use-deep-equal-deps/package.json +++ b/packages/hooks/use-deep-equal-deps/package.json @@ -1,6 +1,6 @@ { "name": "@hi-ui/use-deep-equal-deps", - "version": "4.0.1", + "version": "4.0.2", "description": "A sub-package for @hi-ui/hooks.", "keywords": [], "author": "HiUI ", @@ -45,7 +45,5 @@ "peerDependencies": { "react": ">=16.8.6" }, - "devDependencies": { - - } + "devDependencies": {} } diff --git a/packages/hooks/use-did-mount/CHANGELOG.md b/packages/hooks/use-did-mount/CHANGELOG.md new file mode 100644 index 000000000..fae444094 --- /dev/null +++ b/packages/hooks/use-did-mount/CHANGELOG.md @@ -0,0 +1,7 @@ +# @hi-ui/use-did-mount + +## 4.0.2 + +### Patch Changes + +- [#2672](https://github.com/XiaoMi/hiui/pull/2672) [`1ebe27830`](https://github.com/XiaoMi/hiui/commit/1ebe2783098b3a8cd980bd10076d67635463800e) Thanks [@zyprepare](https://github.com/zyprepare)! - build: 升级到 rollup3,重新构建发布组件 diff --git a/packages/hooks/use-did-mount/package.json b/packages/hooks/use-did-mount/package.json index a86f888fc..8ba260e9c 100644 --- a/packages/hooks/use-did-mount/package.json +++ b/packages/hooks/use-did-mount/package.json @@ -1,6 +1,6 @@ { "name": "@hi-ui/use-did-mount", - "version": "4.0.1", + "version": "4.0.2", "description": "A sub-package for @hi-ui/hooks.", "keywords": [], "author": "HiUI ", @@ -46,7 +46,6 @@ "react": ">=16.8.6" }, "devDependencies": { - "react": "^17.0.1" } } diff --git a/packages/hooks/use-drag-sorter/CHANGELOG.md b/packages/hooks/use-drag-sorter/CHANGELOG.md new file mode 100644 index 000000000..b83963b93 --- /dev/null +++ b/packages/hooks/use-drag-sorter/CHANGELOG.md @@ -0,0 +1,11 @@ +# @hi-ui/use-drag-sorter + +## 4.0.2 + +### Patch Changes + +- [#2672](https://github.com/XiaoMi/hiui/pull/2672) [`1ebe27830`](https://github.com/XiaoMi/hiui/commit/1ebe2783098b3a8cd980bd10076d67635463800e) Thanks [@zyprepare](https://github.com/zyprepare)! - build: 升级到 rollup3,重新构建发布组件 + +- Updated dependencies [[`1ebe27830`](https://github.com/XiaoMi/hiui/commit/1ebe2783098b3a8cd980bd10076d67635463800e)]: + - @hi-ui/use-latest@4.0.2 + - @hi-ui/type-assertion@4.0.2 diff --git a/packages/hooks/use-drag-sorter/package.json b/packages/hooks/use-drag-sorter/package.json index d75be426b..5a357bcdb 100644 --- a/packages/hooks/use-drag-sorter/package.json +++ b/packages/hooks/use-drag-sorter/package.json @@ -1,6 +1,6 @@ { "name": "@hi-ui/use-drag-sorter", - "version": "4.0.1", + "version": "4.0.2", "description": "A sub-package for @hi-ui/hooks.", "keywords": [], "author": "HiUI ", @@ -46,11 +46,10 @@ "react": ">=16.8.6" }, "devDependencies": { - "react": "^17.0.1" }, "dependencies": { - "@hi-ui/type-assertion": "^4.0.1", - "@hi-ui/use-latest": "^4.0.1" + "@hi-ui/type-assertion": "^4.0.2", + "@hi-ui/use-latest": "^4.0.2" } } diff --git a/packages/hooks/use-force-update/CHANGELOG.md b/packages/hooks/use-force-update/CHANGELOG.md new file mode 100644 index 000000000..354c57af4 --- /dev/null +++ b/packages/hooks/use-force-update/CHANGELOG.md @@ -0,0 +1,10 @@ +# @hi-ui/use-force-update + +## 4.0.2 + +### Patch Changes + +- [#2672](https://github.com/XiaoMi/hiui/pull/2672) [`1ebe27830`](https://github.com/XiaoMi/hiui/commit/1ebe2783098b3a8cd980bd10076d67635463800e) Thanks [@zyprepare](https://github.com/zyprepare)! - build: 升级到 rollup3,重新构建发布组件 + +- Updated dependencies [[`1ebe27830`](https://github.com/XiaoMi/hiui/commit/1ebe2783098b3a8cd980bd10076d67635463800e)]: + - @hi-ui/use-unmount-effect@4.0.2 diff --git a/packages/hooks/use-force-update/package.json b/packages/hooks/use-force-update/package.json index 3732835b4..0d57d9a00 100644 --- a/packages/hooks/use-force-update/package.json +++ b/packages/hooks/use-force-update/package.json @@ -1,6 +1,6 @@ { "name": "@hi-ui/use-force-update", - "version": "4.0.1", + "version": "4.0.2", "description": "A sub-package for @hi-ui/hooks.", "keywords": [], "author": "HiUI ", @@ -46,10 +46,9 @@ "react": ">=16.8.6" }, "devDependencies": { - "react": "^17.0.1" }, "dependencies": { - "@hi-ui/use-unmount-effect": "^4.0.1" + "@hi-ui/use-unmount-effect": "^4.0.2" } } diff --git a/packages/hooks/use-id/CHANGELOG.md b/packages/hooks/use-id/CHANGELOG.md new file mode 100644 index 000000000..86d7459fc --- /dev/null +++ b/packages/hooks/use-id/CHANGELOG.md @@ -0,0 +1,7 @@ +# @hi-ui/use-id + +## 4.0.2 + +### Patch Changes + +- [#2672](https://github.com/XiaoMi/hiui/pull/2672) [`1ebe27830`](https://github.com/XiaoMi/hiui/commit/1ebe2783098b3a8cd980bd10076d67635463800e) Thanks [@zyprepare](https://github.com/zyprepare)! - build: 升级到 rollup3,重新构建发布组件 diff --git a/packages/hooks/use-id/package.json b/packages/hooks/use-id/package.json index 77a800ec7..e0ce684f9 100644 --- a/packages/hooks/use-id/package.json +++ b/packages/hooks/use-id/package.json @@ -1,6 +1,6 @@ { "name": "@hi-ui/use-id", - "version": "4.0.1", + "version": "4.0.2", "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/hooks/use-latest/CHANGELOG.md b/packages/hooks/use-latest/CHANGELOG.md new file mode 100644 index 000000000..da42f2d25 --- /dev/null +++ b/packages/hooks/use-latest/CHANGELOG.md @@ -0,0 +1,7 @@ +# @hi-ui/use-latest + +## 4.0.2 + +### Patch Changes + +- [#2672](https://github.com/XiaoMi/hiui/pull/2672) [`1ebe27830`](https://github.com/XiaoMi/hiui/commit/1ebe2783098b3a8cd980bd10076d67635463800e) Thanks [@zyprepare](https://github.com/zyprepare)! - build: 升级到 rollup3,重新构建发布组件 diff --git a/packages/hooks/use-latest/package.json b/packages/hooks/use-latest/package.json index 0336e6450..6de09cb12 100644 --- a/packages/hooks/use-latest/package.json +++ b/packages/hooks/use-latest/package.json @@ -1,6 +1,6 @@ { "name": "@hi-ui/use-latest", - "version": "4.0.1", + "version": "4.0.2", "description": "A sub-package for @hi-ui/hooks.", "keywords": [], "author": "HiUI ", @@ -45,7 +45,5 @@ "peerDependencies": { "react": ">=16.8.6" }, - "devDependencies": { - - } + "devDependencies": {} } diff --git a/packages/hooks/use-lazy-render/CHANGELOG.md b/packages/hooks/use-lazy-render/CHANGELOG.md new file mode 100644 index 000000000..694cada9d --- /dev/null +++ b/packages/hooks/use-lazy-render/CHANGELOG.md @@ -0,0 +1,7 @@ +# @hi-ui/use-lazy-render + +## 4.0.2 + +### Patch Changes + +- [#2672](https://github.com/XiaoMi/hiui/pull/2672) [`1ebe27830`](https://github.com/XiaoMi/hiui/commit/1ebe2783098b3a8cd980bd10076d67635463800e) Thanks [@zyprepare](https://github.com/zyprepare)! - build: 升级到 rollup3,重新构建发布组件 diff --git a/packages/hooks/use-lazy-render/package.json b/packages/hooks/use-lazy-render/package.json index b3897ec0c..ca579af62 100644 --- a/packages/hooks/use-lazy-render/package.json +++ b/packages/hooks/use-lazy-render/package.json @@ -1,6 +1,6 @@ { "name": "@hi-ui/use-lazy-render", - "version": "4.0.1", + "version": "4.0.2", "description": "A sub-package for @hi-ui/hooks.", "keywords": [], "author": "HiUI ", @@ -46,7 +46,6 @@ "react": ">=16.8.6" }, "devDependencies": { - "react": "^17.0.1" } } diff --git a/packages/hooks/use-merge-refs/CHANGELOG.md b/packages/hooks/use-merge-refs/CHANGELOG.md new file mode 100644 index 000000000..ba6dd26e9 --- /dev/null +++ b/packages/hooks/use-merge-refs/CHANGELOG.md @@ -0,0 +1,7 @@ +# @hi-ui/use-merge-refs + +## 4.0.2 + +### Patch Changes + +- [#2672](https://github.com/XiaoMi/hiui/pull/2672) [`1ebe27830`](https://github.com/XiaoMi/hiui/commit/1ebe2783098b3a8cd980bd10076d67635463800e) Thanks [@zyprepare](https://github.com/zyprepare)! - build: 升级到 rollup3,重新构建发布组件 diff --git a/packages/hooks/use-merge-refs/package.json b/packages/hooks/use-merge-refs/package.json index 3872c61ae..fd5453a21 100644 --- a/packages/hooks/use-merge-refs/package.json +++ b/packages/hooks/use-merge-refs/package.json @@ -1,6 +1,6 @@ { "name": "@hi-ui/use-merge-refs", - "version": "4.0.1", + "version": "4.0.2", "description": "A sub-package for @hi-ui/hooks.", "keywords": [], "author": "HiUI ", @@ -45,7 +45,5 @@ "peerDependencies": { "react": ">=16.8.6" }, - "devDependencies": { - - } + "devDependencies": {} } diff --git a/packages/hooks/use-outside-click/CHANGELOG.md b/packages/hooks/use-outside-click/CHANGELOG.md new file mode 100644 index 000000000..be6560ca6 --- /dev/null +++ b/packages/hooks/use-outside-click/CHANGELOG.md @@ -0,0 +1,10 @@ +# @hi-ui/use-outside-click + +## 4.0.2 + +### Patch Changes + +- [#2672](https://github.com/XiaoMi/hiui/pull/2672) [`1ebe27830`](https://github.com/XiaoMi/hiui/commit/1ebe2783098b3a8cd980bd10076d67635463800e) Thanks [@zyprepare](https://github.com/zyprepare)! - build: 升级到 rollup3,重新构建发布组件 + +- Updated dependencies [[`1ebe27830`](https://github.com/XiaoMi/hiui/commit/1ebe2783098b3a8cd980bd10076d67635463800e)]: + - @hi-ui/use-latest@4.0.2 diff --git a/packages/hooks/use-outside-click/package.json b/packages/hooks/use-outside-click/package.json index d45cd96c7..b88b6c6db 100644 --- a/packages/hooks/use-outside-click/package.json +++ b/packages/hooks/use-outside-click/package.json @@ -1,6 +1,6 @@ { "name": "@hi-ui/use-outside-click", - "version": "4.0.1", + "version": "4.0.2", "description": "A sub-package for @hi-ui/hooks.", "keywords": [], "author": "HiUI ", @@ -45,10 +45,8 @@ "peerDependencies": { "react": ">=16.8.6" }, - "devDependencies": { - - }, + "devDependencies": {}, "dependencies": { - "@hi-ui/use-latest": "^4.0.1" + "@hi-ui/use-latest": "^4.0.2" } } diff --git a/packages/hooks/use-registry/CHANGELOG.md b/packages/hooks/use-registry/CHANGELOG.md new file mode 100644 index 000000000..d453b8687 --- /dev/null +++ b/packages/hooks/use-registry/CHANGELOG.md @@ -0,0 +1,7 @@ +# @hi-ui/use-registry + +## 4.0.3 + +### Patch Changes + +- [#2672](https://github.com/XiaoMi/hiui/pull/2672) [`1ebe27830`](https://github.com/XiaoMi/hiui/commit/1ebe2783098b3a8cd980bd10076d67635463800e) Thanks [@zyprepare](https://github.com/zyprepare)! - build: 升级到 rollup3,重新构建发布组件 diff --git a/packages/hooks/use-registry/package.json b/packages/hooks/use-registry/package.json index 0ab2c597c..c7337349e 100644 --- a/packages/hooks/use-registry/package.json +++ b/packages/hooks/use-registry/package.json @@ -1,6 +1,6 @@ { "name": "@hi-ui/use-registry", - "version": "4.0.2", + "version": "4.0.3", "description": "A sub-package for @hi-ui/hooks.", "keywords": [], "author": "HiUI ", diff --git a/packages/hooks/use-resize-observer/CHANGELOG.md b/packages/hooks/use-resize-observer/CHANGELOG.md new file mode 100644 index 000000000..bd6833d16 --- /dev/null +++ b/packages/hooks/use-resize-observer/CHANGELOG.md @@ -0,0 +1,11 @@ +# @hi-ui/use-resize-observer + +## 4.0.2 + +### Patch Changes + +- [#2672](https://github.com/XiaoMi/hiui/pull/2672) [`1ebe27830`](https://github.com/XiaoMi/hiui/commit/1ebe2783098b3a8cd980bd10076d67635463800e) Thanks [@zyprepare](https://github.com/zyprepare)! - build: 升级到 rollup3,重新构建发布组件 + +- Updated dependencies [[`1ebe27830`](https://github.com/XiaoMi/hiui/commit/1ebe2783098b3a8cd980bd10076d67635463800e)]: + - @hi-ui/use-latest@4.0.2 + - @hi-ui/use-unmount-effect@4.0.2 diff --git a/packages/hooks/use-resize-observer/package.json b/packages/hooks/use-resize-observer/package.json index e008b838b..72e62b66c 100644 --- a/packages/hooks/use-resize-observer/package.json +++ b/packages/hooks/use-resize-observer/package.json @@ -1,6 +1,6 @@ { "name": "@hi-ui/use-resize-observer", - "version": "4.0.1", + "version": "4.0.2", "description": "A sub-package for @hi-ui/hooks.", "keywords": [], "author": "HiUI ", @@ -46,11 +46,10 @@ "react": ">=16.8.6" }, "devDependencies": { - "react": "^17.0.1" }, "dependencies": { - "@hi-ui/use-latest": "^4.0.1", - "@hi-ui/use-unmount-effect": "^4.0.1" + "@hi-ui/use-latest": "^4.0.2", + "@hi-ui/use-unmount-effect": "^4.0.2" } } diff --git a/packages/hooks/use-scroll-lock/CHANGELOG.md b/packages/hooks/use-scroll-lock/CHANGELOG.md new file mode 100644 index 000000000..21fad2406 --- /dev/null +++ b/packages/hooks/use-scroll-lock/CHANGELOG.md @@ -0,0 +1,11 @@ +# @hi-ui/use-scroll-lock + +## 4.0.2 + +### Patch Changes + +- [#2672](https://github.com/XiaoMi/hiui/pull/2672) [`1ebe27830`](https://github.com/XiaoMi/hiui/commit/1ebe2783098b3a8cd980bd10076d67635463800e) Thanks [@zyprepare](https://github.com/zyprepare)! - build: 升级到 rollup3,重新构建发布组件 + +- Updated dependencies [[`1ebe27830`](https://github.com/XiaoMi/hiui/commit/1ebe2783098b3a8cd980bd10076d67635463800e)]: + - @hi-ui/env@4.0.2 + - @hi-ui/type-assertion@4.0.2 diff --git a/packages/hooks/use-scroll-lock/package.json b/packages/hooks/use-scroll-lock/package.json index 59f9e8226..ba39427b3 100644 --- a/packages/hooks/use-scroll-lock/package.json +++ b/packages/hooks/use-scroll-lock/package.json @@ -1,6 +1,6 @@ { "name": "@hi-ui/use-scroll-lock", - "version": "4.0.1", + "version": "4.0.2", "description": "A sub-package for @hi-ui/hooks.", "keywords": [], "author": "HiUI ", @@ -46,11 +46,10 @@ "react": ">=16.8.6" }, "devDependencies": { - "react": "^17.0.1" }, "dependencies": { - "@hi-ui/env": "^4.0.1", - "@hi-ui/type-assertion": "^4.0.1" + "@hi-ui/env": "^4.0.2", + "@hi-ui/type-assertion": "^4.0.2" } } diff --git a/packages/hooks/use-scroll/CHANGELOG.md b/packages/hooks/use-scroll/CHANGELOG.md new file mode 100644 index 000000000..c9cd153cb --- /dev/null +++ b/packages/hooks/use-scroll/CHANGELOG.md @@ -0,0 +1,12 @@ +# @hi-ui/use-scroll + +## 4.0.3 + +### Patch Changes + +- [#2672](https://github.com/XiaoMi/hiui/pull/2672) [`1ebe27830`](https://github.com/XiaoMi/hiui/commit/1ebe2783098b3a8cd980bd10076d67635463800e) Thanks [@zyprepare](https://github.com/zyprepare)! - build: 升级到 rollup3,重新构建发布组件 + +- Updated dependencies [[`1ebe27830`](https://github.com/XiaoMi/hiui/commit/1ebe2783098b3a8cd980bd10076d67635463800e)]: + - @hi-ui/use-latest@4.0.2 + - @hi-ui/dom-utils@4.0.5 + - @hi-ui/throttle-by-raf@4.0.3 diff --git a/packages/hooks/use-scroll/package.json b/packages/hooks/use-scroll/package.json index 17e1a8a5a..007527360 100644 --- a/packages/hooks/use-scroll/package.json +++ b/packages/hooks/use-scroll/package.json @@ -1,6 +1,6 @@ { "name": "@hi-ui/use-scroll", - "version": "4.0.2", + "version": "4.0.3", "description": "A sub-package for @hi-ui/hooks.", "keywords": [], "author": "HiUI ", @@ -49,8 +49,8 @@ "react": "^17.0.1" }, "dependencies": { - "@hi-ui/dom-utils": "^4.0.4", - "@hi-ui/throttle-by-raf": "^4.0.2", - "@hi-ui/use-latest": "^4.0.1" + "@hi-ui/dom-utils": "^4.0.5", + "@hi-ui/throttle-by-raf": "^4.0.3", + "@hi-ui/use-latest": "^4.0.2" } } diff --git a/packages/hooks/use-search-mode/CHANGELOG.md b/packages/hooks/use-search-mode/CHANGELOG.md index 90ba53203..9a2893cd4 100644 --- a/packages/hooks/use-search-mode/CHANGELOG.md +++ b/packages/hooks/use-search-mode/CHANGELOG.md @@ -1,5 +1,21 @@ # @hi-ui/use-search-mode +## 4.1.2 + +### Patch Changes + +- [#2672](https://github.com/XiaoMi/hiui/pull/2672) [`1ebe27830`](https://github.com/XiaoMi/hiui/commit/1ebe2783098b3a8cd980bd10076d67635463800e) Thanks [@zyprepare](https://github.com/zyprepare)! - build: 升级到 rollup3,重新构建发布组件 + +- Updated dependencies [[`1ebe27830`](https://github.com/XiaoMi/hiui/commit/1ebe2783098b3a8cd980bd10076d67635463800e)]: + - @hi-ui/use-data-source@4.0.2 + - @hi-ui/use-latest@4.0.2 + - @hi-ui/loading@4.1.1 + - @hi-ui/dom-utils@4.0.5 + - @hi-ui/env@4.0.2 + - @hi-ui/func-utils@4.0.2 + - @hi-ui/tree-utils@4.1.2 + - @hi-ui/type-assertion@4.0.2 + ## 4.1.1 ### Patch Changes diff --git a/packages/hooks/use-search-mode/package.json b/packages/hooks/use-search-mode/package.json index e1d6c13eb..2efb838f7 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.1.1", + "version": "4.1.2", "description": "A sub-package for @hi-ui/hooks.", "keywords": [], "author": "HiUI ", @@ -49,13 +49,13 @@ "react": "^17.0.1" }, "dependencies": { - "@hi-ui/dom-utils": "^4.0.4", - "@hi-ui/env": "^4.0.1", - "@hi-ui/func-utils": "^4.0.1", - "@hi-ui/loading": "^4.0.4", - "@hi-ui/tree-utils": "^4.0.2", - "@hi-ui/type-assertion": "^4.0.1", - "@hi-ui/use-data-source": "^4.0.1", - "@hi-ui/use-latest": "^4.0.1" + "@hi-ui/dom-utils": "^4.0.5", + "@hi-ui/env": "^4.0.2", + "@hi-ui/func-utils": "^4.0.2", + "@hi-ui/loading": "^4.1.1", + "@hi-ui/tree-utils": "^4.1.2", + "@hi-ui/type-assertion": "^4.0.2", + "@hi-ui/use-data-source": "^4.0.2", + "@hi-ui/use-latest": "^4.0.2" } } diff --git a/packages/hooks/use-timeout/CHANGELOG.md b/packages/hooks/use-timeout/CHANGELOG.md new file mode 100644 index 000000000..fc006aac3 --- /dev/null +++ b/packages/hooks/use-timeout/CHANGELOG.md @@ -0,0 +1,10 @@ +# @hi-ui/use-timeout + +## 4.0.2 + +### Patch Changes + +- [#2672](https://github.com/XiaoMi/hiui/pull/2672) [`1ebe27830`](https://github.com/XiaoMi/hiui/commit/1ebe2783098b3a8cd980bd10076d67635463800e) Thanks [@zyprepare](https://github.com/zyprepare)! - build: 升级到 rollup3,重新构建发布组件 + +- Updated dependencies [[`1ebe27830`](https://github.com/XiaoMi/hiui/commit/1ebe2783098b3a8cd980bd10076d67635463800e)]: + - @hi-ui/use-latest@4.0.2 diff --git a/packages/hooks/use-timeout/package.json b/packages/hooks/use-timeout/package.json index 4537189d5..725229aab 100644 --- a/packages/hooks/use-timeout/package.json +++ b/packages/hooks/use-timeout/package.json @@ -1,6 +1,6 @@ { "name": "@hi-ui/use-timeout", - "version": "4.0.1", + "version": "4.0.2", "description": "A sub-package for @hi-ui/hooks.", "keywords": [], "author": "HiUI ", @@ -46,10 +46,9 @@ "react": ">=16.8.6" }, "devDependencies": { - "react": "^17.0.1" }, "dependencies": { - "@hi-ui/use-latest": "^4.0.1" + "@hi-ui/use-latest": "^4.0.2" } } diff --git a/packages/hooks/use-toggle/CHANGELOG.md b/packages/hooks/use-toggle/CHANGELOG.md new file mode 100644 index 000000000..35d84289c --- /dev/null +++ b/packages/hooks/use-toggle/CHANGELOG.md @@ -0,0 +1,11 @@ +# @hi-ui/use-toggle + +## 4.0.2 + +### Patch Changes + +- [#2672](https://github.com/XiaoMi/hiui/pull/2672) [`1ebe27830`](https://github.com/XiaoMi/hiui/commit/1ebe2783098b3a8cd980bd10076d67635463800e) Thanks [@zyprepare](https://github.com/zyprepare)! - build: 升级到 rollup3,重新构建发布组件 + +- Updated dependencies [[`1ebe27830`](https://github.com/XiaoMi/hiui/commit/1ebe2783098b3a8cd980bd10076d67635463800e)]: + - @hi-ui/use-latest@4.0.2 + - @hi-ui/use-uncontrolled-state@4.0.2 diff --git a/packages/hooks/use-toggle/package.json b/packages/hooks/use-toggle/package.json index 83a02d154..fb7ec5a31 100644 --- a/packages/hooks/use-toggle/package.json +++ b/packages/hooks/use-toggle/package.json @@ -1,6 +1,6 @@ { "name": "@hi-ui/use-toggle", - "version": "4.0.1", + "version": "4.0.2", "description": "A sub-package for @hi-ui/hooks.", "keywords": [], "author": "HiUI ", @@ -45,11 +45,9 @@ "peerDependencies": { "react": ">=16.8.6" }, - "devDependencies": { - - }, + "devDependencies": {}, "dependencies": { - "@hi-ui/use-latest": "^4.0.1", - "@hi-ui/use-uncontrolled-state": "^4.0.1" + "@hi-ui/use-latest": "^4.0.2", + "@hi-ui/use-uncontrolled-state": "^4.0.2" } } diff --git a/packages/hooks/use-uncontrolled-state/CHANGELOG.md b/packages/hooks/use-uncontrolled-state/CHANGELOG.md new file mode 100644 index 000000000..531804508 --- /dev/null +++ b/packages/hooks/use-uncontrolled-state/CHANGELOG.md @@ -0,0 +1,11 @@ +# @hi-ui/use-uncontrolled-state + +## 4.0.2 + +### Patch Changes + +- [#2672](https://github.com/XiaoMi/hiui/pull/2672) [`1ebe27830`](https://github.com/XiaoMi/hiui/commit/1ebe2783098b3a8cd980bd10076d67635463800e) Thanks [@zyprepare](https://github.com/zyprepare)! - build: 升级到 rollup3,重新构建发布组件 + +- Updated dependencies [[`1ebe27830`](https://github.com/XiaoMi/hiui/commit/1ebe2783098b3a8cd980bd10076d67635463800e)]: + - @hi-ui/use-latest@4.0.2 + - @hi-ui/type-assertion@4.0.2 diff --git a/packages/hooks/use-uncontrolled-state/package.json b/packages/hooks/use-uncontrolled-state/package.json index 6516ef0db..3326aeeab 100644 --- a/packages/hooks/use-uncontrolled-state/package.json +++ b/packages/hooks/use-uncontrolled-state/package.json @@ -1,6 +1,6 @@ { "name": "@hi-ui/use-uncontrolled-state", - "version": "4.0.1", + "version": "4.0.2", "description": "A sub-package for @hi-ui/hooks.", "keywords": [], "author": "HiUI ", @@ -46,11 +46,10 @@ "react": ">=16.8.6" }, "devDependencies": { - "react": "^17.0.1" }, "dependencies": { - "@hi-ui/type-assertion": "^4.0.1", - "@hi-ui/use-latest": "^4.0.1" + "@hi-ui/type-assertion": "^4.0.2", + "@hi-ui/use-latest": "^4.0.2" } } diff --git a/packages/hooks/use-unmount-effect/CHANGELOG.md b/packages/hooks/use-unmount-effect/CHANGELOG.md new file mode 100644 index 000000000..2a6568a4a --- /dev/null +++ b/packages/hooks/use-unmount-effect/CHANGELOG.md @@ -0,0 +1,10 @@ +# @hi-ui/use-unmount-effect + +## 4.0.2 + +### Patch Changes + +- [#2672](https://github.com/XiaoMi/hiui/pull/2672) [`1ebe27830`](https://github.com/XiaoMi/hiui/commit/1ebe2783098b3a8cd980bd10076d67635463800e) Thanks [@zyprepare](https://github.com/zyprepare)! - build: 升级到 rollup3,重新构建发布组件 + +- Updated dependencies [[`1ebe27830`](https://github.com/XiaoMi/hiui/commit/1ebe2783098b3a8cd980bd10076d67635463800e)]: + - @hi-ui/use-latest@4.0.2 diff --git a/packages/hooks/use-unmount-effect/package.json b/packages/hooks/use-unmount-effect/package.json index 8f5749540..45f981076 100644 --- a/packages/hooks/use-unmount-effect/package.json +++ b/packages/hooks/use-unmount-effect/package.json @@ -1,6 +1,6 @@ { "name": "@hi-ui/use-unmount-effect", - "version": "4.0.1", + "version": "4.0.2", "description": "A sub-package for @hi-ui/hooks.", "keywords": [], "author": "HiUI ", @@ -46,10 +46,9 @@ "react": ">=16.8.6" }, "devDependencies": { - "react": "^17.0.1" }, "dependencies": { - "@hi-ui/use-latest": "^4.0.1" + "@hi-ui/use-latest": "^4.0.2" } } diff --git a/packages/hooks/use-update-effect/CHANGELOG.md b/packages/hooks/use-update-effect/CHANGELOG.md new file mode 100644 index 000000000..3bda58d1c --- /dev/null +++ b/packages/hooks/use-update-effect/CHANGELOG.md @@ -0,0 +1,7 @@ +# @hi-ui/use-update-effect + +## 4.0.2 + +### Patch Changes + +- [#2672](https://github.com/XiaoMi/hiui/pull/2672) [`1ebe27830`](https://github.com/XiaoMi/hiui/commit/1ebe2783098b3a8cd980bd10076d67635463800e) Thanks [@zyprepare](https://github.com/zyprepare)! - build: 升级到 rollup3,重新构建发布组件 diff --git a/packages/hooks/use-update-effect/package.json b/packages/hooks/use-update-effect/package.json index 83709f1fb..dcbafab30 100644 --- a/packages/hooks/use-update-effect/package.json +++ b/packages/hooks/use-update-effect/package.json @@ -1,6 +1,6 @@ { "name": "@hi-ui/use-update-effect", - "version": "4.0.1", + "version": "4.0.2", "description": "A sub-package for @hi-ui/hooks.", "keywords": [], "author": "HiUI ", @@ -46,7 +46,6 @@ "react": ">=16.8.6" }, "devDependencies": { - "react": "^17.0.1" } } diff --git a/packages/icons/CHANGELOG.md b/packages/icons/CHANGELOG.md index bae9e59cf..5e89af932 100644 --- a/packages/icons/CHANGELOG.md +++ b/packages/icons/CHANGELOG.md @@ -1,5 +1,16 @@ # @hi-ui/icons +## 4.0.16 + +### Patch Changes + +- [#2672](https://github.com/XiaoMi/hiui/pull/2672) [`1ebe27830`](https://github.com/XiaoMi/hiui/commit/1ebe2783098b3a8cd980bd10076d67635463800e) Thanks [@zyprepare](https://github.com/zyprepare)! - build: 升级到 rollup3,重新构建发布组件 + +- Updated dependencies [[`1ebe27830`](https://github.com/XiaoMi/hiui/commit/1ebe2783098b3a8cd980bd10076d67635463800e)]: + - @hi-ui/core@4.0.6 + - @hi-ui/classname@4.0.2 + - @hi-ui/env@4.0.2 + ## 4.0.14 ### Patch Changes diff --git a/packages/icons/package.json b/packages/icons/package.json index 1197ad008..d96015f5d 100644 --- a/packages/icons/package.json +++ b/packages/icons/package.json @@ -1,6 +1,6 @@ { "name": "@hi-ui/icons", - "version": "4.0.15", + "version": "4.0.16", "description": "A sub-package for @hi-ui/hiui.", "keywords": [], "author": "HiUI ", @@ -49,17 +49,17 @@ "url": "https://github.com/XiaoMi/hiui/issues" }, "dependencies": { - "@hi-ui/classname": "^4.0.1", - "@hi-ui/env": "^4.0.1" + "@hi-ui/classname": "^4.0.2", + "@hi-ui/env": "^4.0.2" }, "peerDependencies": { - "@hi-ui/core": ">=4.0.0", + "@hi-ui/core": ">=4.0.6", "react": ">=16.8.6", "react-dom": ">=16.8.6" }, "devDependencies": { - "@hi-ui/core": "^4.0.4", - "@hi-ui/core-css": "^4.0.1", + "@hi-ui/core": "^4.0.6", + "@hi-ui/core-css": "^4.1.3", "react": "^17.0.1", "react-dom": "^17.0.1" } diff --git a/packages/patches/patches/CHANGELOG.md b/packages/patches/patches/CHANGELOG.md new file mode 100644 index 000000000..f35cb1a7c --- /dev/null +++ b/packages/patches/patches/CHANGELOG.md @@ -0,0 +1,7 @@ +# @hi-ui/patches + +## 4.0.8 + +### Patch Changes + +- [#2672](https://github.com/XiaoMi/hiui/pull/2672) [`1ebe27830`](https://github.com/XiaoMi/hiui/commit/1ebe2783098b3a8cd980bd10076d67635463800e) Thanks [@zyprepare](https://github.com/zyprepare)! - build: 升级到 rollup3,重新构建发布组件 diff --git a/packages/patches/patches/package.json b/packages/patches/patches/package.json index 3bd2afe2f..7a7d60f61 100644 --- a/packages/patches/patches/package.json +++ b/packages/patches/patches/package.json @@ -1,6 +1,6 @@ { "name": "@hi-ui/patches", - "version": "4.0.7", + "version": "4.0.8", "description": "A patch-package for @hi-ui/hiui V4.", "keywords": [], "author": "HiUI ", diff --git a/packages/ui/alert/CHANGELOG.md b/packages/ui/alert/CHANGELOG.md index cfed1dea2..b47856853 100644 --- a/packages/ui/alert/CHANGELOG.md +++ b/packages/ui/alert/CHANGELOG.md @@ -1,5 +1,20 @@ # @hi-ui/alert +## 4.1.1 + +### Patch Changes + +- [#2672](https://github.com/XiaoMi/hiui/pull/2672) [`1ebe27830`](https://github.com/XiaoMi/hiui/commit/1ebe2783098b3a8cd980bd10076d67635463800e) Thanks [@zyprepare](https://github.com/zyprepare)! - build: 升级到 rollup3,重新构建发布组件 + +- Updated dependencies [[`1ebe27830`](https://github.com/XiaoMi/hiui/commit/1ebe2783098b3a8cd980bd10076d67635463800e)]: + - @hi-ui/core@4.0.6 + - @hi-ui/use-latest@4.0.2 + - @hi-ui/use-timeout@4.0.2 + - @hi-ui/icons@4.0.16 + - @hi-ui/icon-button@4.0.6 + - @hi-ui/classname@4.0.2 + - @hi-ui/env@4.0.2 + ## 4.1.0 ### Minor Changes diff --git a/packages/ui/alert/package.json b/packages/ui/alert/package.json index 8a9913125..29e1df7a3 100644 --- a/packages/ui/alert/package.json +++ b/packages/ui/alert/package.json @@ -1,6 +1,6 @@ { "name": "@hi-ui/alert", - "version": "4.1.0", + "version": "4.1.1", "description": "A sub-package for @hi-ui/hiui.", "keywords": [], "author": "HiUI ", @@ -43,21 +43,21 @@ "url": "https://github.com/XiaoMi/hiui/issues" }, "dependencies": { - "@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/use-latest": "^4.0.1", - "@hi-ui/use-timeout": "^4.0.1" + "@hi-ui/classname": "^4.0.2", + "@hi-ui/env": "^4.0.2", + "@hi-ui/icon-button": "^4.0.6", + "@hi-ui/icons": "^4.0.16", + "@hi-ui/use-latest": "^4.0.2", + "@hi-ui/use-timeout": "^4.0.2" }, "peerDependencies": { - "@hi-ui/core": ">=4.0.0", + "@hi-ui/core": ">=4.0.6", "react": ">=16.8.6", "react-dom": ">=16.8.6" }, "devDependencies": { - "@hi-ui/core": "^4.0.4", - "@hi-ui/core-css": "^4.0.1", + "@hi-ui/core": "^4.0.6", + "@hi-ui/core-css": "^4.1.3", "react": "^17.0.1", "react-dom": "^17.0.1" } diff --git a/packages/ui/anchor/CHANGELOG.md b/packages/ui/anchor/CHANGELOG.md index 4cee0c2e8..75fcf6246 100644 --- a/packages/ui/anchor/CHANGELOG.md +++ b/packages/ui/anchor/CHANGELOG.md @@ -1,5 +1,21 @@ # @hi-ui/anchor +## 4.0.6 + +### Patch Changes + +- [#2672](https://github.com/XiaoMi/hiui/pull/2672) [`1ebe27830`](https://github.com/XiaoMi/hiui/commit/1ebe2783098b3a8cd980bd10076d67635463800e) Thanks [@zyprepare](https://github.com/zyprepare)! - build: 升级到 rollup3,重新构建发布组件 + +- Updated dependencies [[`1ebe27830`](https://github.com/XiaoMi/hiui/commit/1ebe2783098b3a8cd980bd10076d67635463800e)]: + - @hi-ui/core@4.0.6 + - @hi-ui/use-registry@4.0.3 + - @hi-ui/use-uncontrolled-state@4.0.2 + - @hi-ui/classname@4.0.2 + - @hi-ui/dom-utils@4.0.5 + - @hi-ui/env@4.0.2 + - @hi-ui/react-utils@4.0.2 + - @hi-ui/type-assertion@4.0.2 + ## 4.0.5 ### Patch Changes diff --git a/packages/ui/anchor/package.json b/packages/ui/anchor/package.json index c984de3b0..06fc656cb 100644 --- a/packages/ui/anchor/package.json +++ b/packages/ui/anchor/package.json @@ -1,6 +1,6 @@ { "name": "@hi-ui/anchor", - "version": "4.0.5", + "version": "4.0.6", "description": "A sub-package for @hi-ui/hiui.", "keywords": [], "author": "HiUI ", @@ -43,23 +43,22 @@ "url": "https://github.com/XiaoMi/hiui/issues" }, "dependencies": { - "@hi-ui/classname": "^4.0.0", - "@hi-ui/dom-utils": "^4.0.4", - "@hi-ui/env": "^4.0.0", - "@hi-ui/react-utils": "^4.0.0", - "@hi-ui/type-assertion": "^4.0.0", - "@hi-ui/use-registry": "^4.0.2", - "@hi-ui/use-uncontrolled-state": "^4.0.0" + "@hi-ui/classname": "^4.0.2", + "@hi-ui/dom-utils": "^4.0.5", + "@hi-ui/env": "^4.0.2", + "@hi-ui/react-utils": "^4.0.2", + "@hi-ui/type-assertion": "^4.0.2", + "@hi-ui/use-registry": "^4.0.3", + "@hi-ui/use-uncontrolled-state": "^4.0.2" }, "peerDependencies": { - "@hi-ui/core": ">=4.0.0", + "@hi-ui/core": ">=4.0.6", "react": ">=16.8.6", "react-dom": ">=16.8.6" }, "devDependencies": { - "@hi-ui/core": "^4.0.4", - "@hi-ui/core-css": "^4.0.2", - + "@hi-ui/core": "^4.0.6", + "@hi-ui/core-css": "^4.1.3", "react": "^17.0.1", "react-dom": "^17.0.1" } diff --git a/packages/ui/avatar/CHANGELOG.md b/packages/ui/avatar/CHANGELOG.md index 1e413f79d..406759cee 100644 --- a/packages/ui/avatar/CHANGELOG.md +++ b/packages/ui/avatar/CHANGELOG.md @@ -1,3 +1,18 @@ # @hi-ui/avatar - ## 4.0.4 - 更新版本为 4.0.4 \ No newline at end of file + +## 4.0.5 + +### Patch Changes + +- [#2672](https://github.com/XiaoMi/hiui/pull/2672) [`1ebe27830`](https://github.com/XiaoMi/hiui/commit/1ebe2783098b3a8cd980bd10076d67635463800e) Thanks [@zyprepare](https://github.com/zyprepare)! - build: 升级到 rollup3,重新构建发布组件 + +- Updated dependencies [[`1ebe27830`](https://github.com/XiaoMi/hiui/commit/1ebe2783098b3a8cd980bd10076d67635463800e)]: + - @hi-ui/core@4.0.6 + - @hi-ui/use-latest@4.0.2 + - @hi-ui/icons@4.0.16 + - @hi-ui/classname@4.0.2 + - @hi-ui/env@4.0.2 + +## 4.0.4 + +更新版本为 4.0.4 diff --git a/packages/ui/avatar/package.json b/packages/ui/avatar/package.json index 62478f7d8..8e5043140 100644 --- a/packages/ui/avatar/package.json +++ b/packages/ui/avatar/package.json @@ -1,6 +1,6 @@ { "name": "@hi-ui/avatar", - "version": "4.0.4", + "version": "4.0.5", "description": "A sub-package for @hi-ui/hiui.", "keywords": [], "author": "HiUI ", @@ -43,20 +43,19 @@ "url": "https://github.com/XiaoMi/hiui/issues" }, "dependencies": { - "@hi-ui/classname": "^4.0.1", - "@hi-ui/env": "^4.0.1", - "@hi-ui/icons": "^4.0.4", - "@hi-ui/use-latest": "^4.0.1" + "@hi-ui/classname": "^4.0.2", + "@hi-ui/env": "^4.0.2", + "@hi-ui/icons": "^4.0.16", + "@hi-ui/use-latest": "^4.0.2" }, "peerDependencies": { - "@hi-ui/core": ">=4.0.0", + "@hi-ui/core": ">=4.0.6", "react": ">=16.8.6", "react-dom": ">=16.8.6" }, "devDependencies": { - "@hi-ui/core": "^4.0.4", - "@hi-ui/core-css": "^4.0.1", - + "@hi-ui/core": "^4.0.6", + "@hi-ui/core-css": "^4.1.3", "react": "^17.0.1", "react-dom": "^17.0.1" } diff --git a/packages/ui/back-top/CHANGELOG.md b/packages/ui/back-top/CHANGELOG.md index 883d6a383..6e0d92922 100644 --- a/packages/ui/back-top/CHANGELOG.md +++ b/packages/ui/back-top/CHANGELOG.md @@ -1,3 +1,21 @@ # @hi-ui/back-top - ## 4.0.4 - 更新版本为 4.0.4 \ No newline at end of file + +## 4.0.5 + +### Patch Changes + +- [#2672](https://github.com/XiaoMi/hiui/pull/2672) [`1ebe27830`](https://github.com/XiaoMi/hiui/commit/1ebe2783098b3a8cd980bd10076d67635463800e) Thanks [@zyprepare](https://github.com/zyprepare)! - build: 升级到 rollup3,重新构建发布组件 + +- Updated dependencies [[`1ebe27830`](https://github.com/XiaoMi/hiui/commit/1ebe2783098b3a8cd980bd10076d67635463800e)]: + - @hi-ui/core@4.0.6 + - @hi-ui/use-did-mount@4.0.2 + - @hi-ui/use-latest@4.0.2 + - @hi-ui/use-scroll@4.0.3 + - @hi-ui/icons@4.0.16 + - @hi-ui/tooltip@4.0.8 + - @hi-ui/classname@4.0.2 + - @hi-ui/env@4.0.2 + +## 4.0.4 + +更新版本为 4.0.4 diff --git a/packages/ui/back-top/package.json b/packages/ui/back-top/package.json index ad1fbc62a..c0d76cd39 100644 --- a/packages/ui/back-top/package.json +++ b/packages/ui/back-top/package.json @@ -1,6 +1,6 @@ { "name": "@hi-ui/back-top", - "version": "4.0.4", + "version": "4.0.5", "description": "A sub-package for @hi-ui/hiui.", "keywords": [], "author": "HiUI ", @@ -43,24 +43,23 @@ "url": "https://github.com/XiaoMi/hiui/issues" }, "dependencies": { - "@hi-ui/classname": "^4.0.0", - "@hi-ui/env": "^4.0.0", - "@hi-ui/icons": "^4.0.4", - "@hi-ui/tooltip": "^4.0.5", - "@hi-ui/use-did-mount": "^4.0.1", - "@hi-ui/use-latest": "^4.0.1", - "@hi-ui/use-scroll": "^4.0.2", + "@hi-ui/classname": "^4.0.2", + "@hi-ui/env": "^4.0.2", + "@hi-ui/icons": "^4.0.16", + "@hi-ui/tooltip": "^4.0.8", + "@hi-ui/use-did-mount": "^4.0.2", + "@hi-ui/use-latest": "^4.0.2", + "@hi-ui/use-scroll": "^4.0.3", "@tweenjs/tween.js": "^18.6.4" }, "peerDependencies": { - "@hi-ui/core": ">=4.0.0", + "@hi-ui/core": ">=4.0.6", "react": ">=16.8.6", "react-dom": ">=16.8.6" }, "devDependencies": { - "@hi-ui/core": "^4.0.4", - "@hi-ui/core-css": "^4.0.0", - + "@hi-ui/core": "^4.0.6", + "@hi-ui/core-css": "^4.1.3", "react": "^17.0.1", "react-dom": "^17.0.1" } diff --git a/packages/ui/badge/CHANGELOG.md b/packages/ui/badge/CHANGELOG.md index f042851f2..ee6f1d390 100644 --- a/packages/ui/badge/CHANGELOG.md +++ b/packages/ui/badge/CHANGELOG.md @@ -1,5 +1,17 @@ # @hi-ui/badge +## 4.0.7 + +### Patch Changes + +- [#2672](https://github.com/XiaoMi/hiui/pull/2672) [`1ebe27830`](https://github.com/XiaoMi/hiui/commit/1ebe2783098b3a8cd980bd10076d67635463800e) Thanks [@zyprepare](https://github.com/zyprepare)! - build: 升级到 rollup3,重新构建发布组件 + +- Updated dependencies [[`1ebe27830`](https://github.com/XiaoMi/hiui/commit/1ebe2783098b3a8cd980bd10076d67635463800e)]: + - @hi-ui/core@4.0.6 + - @hi-ui/classname@4.0.2 + - @hi-ui/env@4.0.2 + - @hi-ui/type-assertion@4.0.2 + ## 4.0.6 ### Patch Changes diff --git a/packages/ui/badge/package.json b/packages/ui/badge/package.json index 55bff47ac..5b83dfd4e 100644 --- a/packages/ui/badge/package.json +++ b/packages/ui/badge/package.json @@ -1,6 +1,6 @@ { "name": "@hi-ui/badge", - "version": "4.0.6", + "version": "4.0.7", "description": "A sub-package for @hi-ui/hiui.", "keywords": [], "author": "HiUI ", @@ -43,18 +43,18 @@ "url": "https://github.com/XiaoMi/hiui/issues" }, "dependencies": { - "@hi-ui/classname": "^4.0.1", - "@hi-ui/env": "^4.0.1", - "@hi-ui/type-assertion": "^4.0.1" + "@hi-ui/classname": "^4.0.2", + "@hi-ui/env": "^4.0.2", + "@hi-ui/type-assertion": "^4.0.2" }, "peerDependencies": { - "@hi-ui/core": ">=4.0.0", + "@hi-ui/core": ">=4.0.6", "react": ">=16.8.6", "react-dom": ">=16.8.6" }, "devDependencies": { - "@hi-ui/core": "^4.0.4", - "@hi-ui/core-css": "^4.1.1", + "@hi-ui/core": "^4.0.6", + "@hi-ui/core-css": "^4.1.3", "react": "^17.0.1", "react-dom": "^17.0.1" } diff --git a/packages/ui/breadcrumb/CHANGELOG.md b/packages/ui/breadcrumb/CHANGELOG.md index 3fd5af6df..0c553aed0 100644 --- a/packages/ui/breadcrumb/CHANGELOG.md +++ b/packages/ui/breadcrumb/CHANGELOG.md @@ -1,3 +1,16 @@ # @hi-ui/breadcrumb - ## 4.0.4 - 更新版本为 4.0.4 \ No newline at end of file + +## 4.0.5 + +### Patch Changes + +- [#2672](https://github.com/XiaoMi/hiui/pull/2672) [`1ebe27830`](https://github.com/XiaoMi/hiui/commit/1ebe2783098b3a8cd980bd10076d67635463800e) Thanks [@zyprepare](https://github.com/zyprepare)! - build: 升级到 rollup3,重新构建发布组件 + +- Updated dependencies [[`1ebe27830`](https://github.com/XiaoMi/hiui/commit/1ebe2783098b3a8cd980bd10076d67635463800e)]: + - @hi-ui/core@4.0.6 + - @hi-ui/classname@4.0.2 + - @hi-ui/env@4.0.2 + +## 4.0.4 + +更新版本为 4.0.4 diff --git a/packages/ui/breadcrumb/package.json b/packages/ui/breadcrumb/package.json index 638c7fa5d..0bad0ef7a 100644 --- a/packages/ui/breadcrumb/package.json +++ b/packages/ui/breadcrumb/package.json @@ -1,6 +1,6 @@ { "name": "@hi-ui/breadcrumb", - "version": "4.0.4", + "version": "4.0.5", "description": "A sub-package for @hi-ui/hiui.", "keywords": [], "author": "HiUI ", @@ -43,18 +43,17 @@ "url": "https://github.com/XiaoMi/hiui/issues" }, "dependencies": { - "@hi-ui/classname": "^4.0.1", - "@hi-ui/env": "^4.0.1" + "@hi-ui/classname": "^4.0.2", + "@hi-ui/env": "^4.0.2" }, "peerDependencies": { - "@hi-ui/core": ">=4.0.0", + "@hi-ui/core": ">=4.0.6", "react": ">=16.8.6", "react-dom": ">=16.8.6" }, "devDependencies": { - "@hi-ui/core": "^4.0.4", - "@hi-ui/core-css": "^4.0.1", - + "@hi-ui/core": "^4.0.6", + "@hi-ui/core-css": "^4.1.3", "react": "^17.0.1", "react-dom": "^17.0.1" } diff --git a/packages/ui/button/CHANGELOG.md b/packages/ui/button/CHANGELOG.md index c65bcf012..7e0ee0d1b 100644 --- a/packages/ui/button/CHANGELOG.md +++ b/packages/ui/button/CHANGELOG.md @@ -1,5 +1,16 @@ # @hi-ui/button +## 4.0.7 + +### Patch Changes + +- [#2672](https://github.com/XiaoMi/hiui/pull/2672) [`1ebe27830`](https://github.com/XiaoMi/hiui/commit/1ebe2783098b3a8cd980bd10076d67635463800e) Thanks [@zyprepare](https://github.com/zyprepare)! - build: 升级到 rollup3,重新构建发布组件 + +- Updated dependencies [[`1ebe27830`](https://github.com/XiaoMi/hiui/commit/1ebe2783098b3a8cd980bd10076d67635463800e)]: + - @hi-ui/core@4.0.6 + - @hi-ui/classname@4.0.2 + - @hi-ui/env@4.0.2 + ## 4.0.6 ### Patch Changes diff --git a/packages/ui/button/package.json b/packages/ui/button/package.json index 789dc9350..7041e0015 100644 --- a/packages/ui/button/package.json +++ b/packages/ui/button/package.json @@ -1,6 +1,6 @@ { "name": "@hi-ui/button", - "version": "4.0.6", + "version": "4.0.7", "description": "A sub-package for @hi-ui/hiui.", "keywords": [], "author": "HiUI ", @@ -43,17 +43,17 @@ "url": "https://github.com/XiaoMi/hiui/issues" }, "dependencies": { - "@hi-ui/classname": "^4.0.1", - "@hi-ui/env": "^4.0.1" + "@hi-ui/classname": "^4.0.2", + "@hi-ui/env": "^4.0.2" }, "peerDependencies": { - "@hi-ui/core": ">=4.0.0", + "@hi-ui/core": ">=4.0.6", "react": ">=16.8.6", "react-dom": ">=16.8.6" }, "devDependencies": { - "@hi-ui/core": "^4.0.4", - "@hi-ui/core-css": "^4.1.2", + "@hi-ui/core": "^4.0.6", + "@hi-ui/core-css": "^4.1.3", "react": "^17.0.1", "react-dom": "^17.0.1" } diff --git a/packages/ui/card/CHANGELOG.md b/packages/ui/card/CHANGELOG.md index ac6f198a9..bfeb480f2 100644 --- a/packages/ui/card/CHANGELOG.md +++ b/packages/ui/card/CHANGELOG.md @@ -1,3 +1,18 @@ # @hi-ui/card - ## 4.0.5 - 更新版本为 4.0.5 \ No newline at end of file + +## 4.0.6 + +### Patch Changes + +- [#2672](https://github.com/XiaoMi/hiui/pull/2672) [`1ebe27830`](https://github.com/XiaoMi/hiui/commit/1ebe2783098b3a8cd980bd10076d67635463800e) Thanks [@zyprepare](https://github.com/zyprepare)! - build: 升级到 rollup3,重新构建发布组件 + +- Updated dependencies [[`1ebe27830`](https://github.com/XiaoMi/hiui/commit/1ebe2783098b3a8cd980bd10076d67635463800e)]: + - @hi-ui/core@4.0.6 + - @hi-ui/loading@4.1.1 + - @hi-ui/classname@4.0.2 + - @hi-ui/env@4.0.2 + - @hi-ui/type-assertion@4.0.2 + +## 4.0.5 + +更新版本为 4.0.5 diff --git a/packages/ui/card/package.json b/packages/ui/card/package.json index f4b4c43b7..2ce7711f6 100644 --- a/packages/ui/card/package.json +++ b/packages/ui/card/package.json @@ -1,6 +1,6 @@ { "name": "@hi-ui/card", - "version": "4.0.5", + "version": "4.0.6", "description": "A sub-package for @hi-ui/hiui.", "keywords": [], "author": "HiUI ", @@ -43,20 +43,19 @@ "url": "https://github.com/XiaoMi/hiui/issues" }, "dependencies": { - "@hi-ui/classname": "^4.0.1", - "@hi-ui/env": "^4.0.1", - "@hi-ui/loading": "^4.0.4", - "@hi-ui/type-assertion": "^4.0.1" + "@hi-ui/classname": "^4.0.2", + "@hi-ui/env": "^4.0.2", + "@hi-ui/loading": "^4.1.1", + "@hi-ui/type-assertion": "^4.0.2" }, "peerDependencies": { - "@hi-ui/core": ">=4.0.0", + "@hi-ui/core": ">=4.0.6", "react": ">=16.8.6", "react-dom": ">=16.8.6" }, "devDependencies": { - "@hi-ui/core": "^4.0.4", - "@hi-ui/core-css": "^4.0.1", - + "@hi-ui/core": "^4.0.6", + "@hi-ui/core-css": "^4.1.3", "react": "^17.0.1", "react-dom": "^17.0.1" } diff --git a/packages/ui/carousel/CHANGELOG.md b/packages/ui/carousel/CHANGELOG.md index 1a2501e72..3578bfe92 100644 --- a/packages/ui/carousel/CHANGELOG.md +++ b/packages/ui/carousel/CHANGELOG.md @@ -1,3 +1,17 @@ # @hi-ui/carousel - ## 4.0.4 - 更新版本为 4.0.4 \ No newline at end of file + +## 4.0.5 + +### Patch Changes + +- [#2672](https://github.com/XiaoMi/hiui/pull/2672) [`1ebe27830`](https://github.com/XiaoMi/hiui/commit/1ebe2783098b3a8cd980bd10076d67635463800e) Thanks [@zyprepare](https://github.com/zyprepare)! - build: 升级到 rollup3,重新构建发布组件 + +- Updated dependencies [[`1ebe27830`](https://github.com/XiaoMi/hiui/commit/1ebe2783098b3a8cd980bd10076d67635463800e)]: + - @hi-ui/core@4.0.6 + - @hi-ui/icons@4.0.16 + - @hi-ui/classname@4.0.2 + - @hi-ui/env@4.0.2 + +## 4.0.4 + +更新版本为 4.0.4 diff --git a/packages/ui/carousel/package.json b/packages/ui/carousel/package.json index e7e2590b6..ad6c670b0 100644 --- a/packages/ui/carousel/package.json +++ b/packages/ui/carousel/package.json @@ -1,6 +1,6 @@ { "name": "@hi-ui/carousel", - "version": "4.0.4", + "version": "4.0.5", "description": "A sub-package for @hi-ui/hiui.", "keywords": [], "author": "HiUI ", @@ -43,19 +43,18 @@ "url": "https://github.com/XiaoMi/hiui/issues" }, "dependencies": { - "@hi-ui/classname": "^4.0.1", - "@hi-ui/env": "^4.0.1", - "@hi-ui/icons": "^4.0.4" + "@hi-ui/classname": "^4.0.2", + "@hi-ui/env": "^4.0.2", + "@hi-ui/icons": "^4.0.16" }, "peerDependencies": { - "@hi-ui/core": ">=4.0.0", + "@hi-ui/core": ">=4.0.6", "react": ">=16.8.6", "react-dom": ">=16.8.6" }, "devDependencies": { - "@hi-ui/core": "^4.0.4", - "@hi-ui/core-css": "^4.0.1", - + "@hi-ui/core": "^4.0.6", + "@hi-ui/core-css": "^4.1.3", "react": "^17.0.1", "react-dom": "^17.0.1" } diff --git a/packages/ui/cascader/CHANGELOG.md b/packages/ui/cascader/CHANGELOG.md index d69694f23..cb3cd3c2f 100644 --- a/packages/ui/cascader/CHANGELOG.md +++ b/packages/ui/cascader/CHANGELOG.md @@ -1,5 +1,32 @@ # @hi-ui/cascader +## 4.1.3 + +### Patch Changes + +- [#2672](https://github.com/XiaoMi/hiui/pull/2672) [`1ebe27830`](https://github.com/XiaoMi/hiui/commit/1ebe2783098b3a8cd980bd10076d67635463800e) Thanks [@zyprepare](https://github.com/zyprepare)! - build: 升级到 rollup3,重新构建发布组件 + +- Updated dependencies [[`1ebe27830`](https://github.com/XiaoMi/hiui/commit/1ebe2783098b3a8cd980bd10076d67635463800e)]: + - @hi-ui/core@4.0.6 + - @hi-ui/use-check-state@4.0.2 + - @hi-ui/use-data-source@4.0.2 + - @hi-ui/use-latest@4.0.2 + - @hi-ui/use-search-mode@4.1.2 + - @hi-ui/use-toggle@4.0.2 + - @hi-ui/use-uncontrolled-state@4.0.2 + - @hi-ui/icons@4.0.16 + - @hi-ui/highlighter@4.0.6 + - @hi-ui/input@4.0.11 + - @hi-ui/picker@4.1.2 + - @hi-ui/popper@4.1.1 + - @hi-ui/spinner@4.0.6 + - @hi-ui/array-utils@4.0.2 + - @hi-ui/classname@4.0.2 + - @hi-ui/env@4.0.2 + - @hi-ui/func-utils@4.0.2 + - @hi-ui/tree-utils@4.1.2 + - @hi-ui/type-assertion@4.0.2 + ## 4.1.2 ### Patch Changes diff --git a/packages/ui/cascader/package.json b/packages/ui/cascader/package.json index 11bb8c6a2..f0c11e7fb 100644 --- a/packages/ui/cascader/package.json +++ b/packages/ui/cascader/package.json @@ -1,6 +1,6 @@ { "name": "@hi-ui/cascader", - "version": "4.1.2", + "version": "4.1.3", "description": "A sub-package for @hi-ui/hiui.", "keywords": [], "author": "HiUI ", @@ -43,33 +43,33 @@ "url": "https://github.com/XiaoMi/hiui/issues" }, "dependencies": { - "@hi-ui/array-utils": "^4.0.1", - "@hi-ui/classname": "^4.0.1", - "@hi-ui/env": "^4.0.1", - "@hi-ui/func-utils": "^4.0.1", - "@hi-ui/highlighter": "^4.0.5", - "@hi-ui/icons": "^4.0.4", - "@hi-ui/input": "^4.0.10", - "@hi-ui/picker": "^4.0.6", - "@hi-ui/popper": "^4.0.4", - "@hi-ui/spinner": "^4.0.4", - "@hi-ui/tree-utils": "^4.0.2", - "@hi-ui/type-assertion": "^4.0.1", - "@hi-ui/use-check-state": "^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-toggle": "^4.0.1", - "@hi-ui/use-uncontrolled-state": "^4.0.1" + "@hi-ui/array-utils": "^4.0.2", + "@hi-ui/classname": "^4.0.2", + "@hi-ui/env": "^4.0.2", + "@hi-ui/func-utils": "^4.0.2", + "@hi-ui/highlighter": "^4.0.6", + "@hi-ui/icons": "^4.0.16", + "@hi-ui/input": "^4.0.11", + "@hi-ui/picker": "^4.1.2", + "@hi-ui/popper": "^4.1.1", + "@hi-ui/spinner": "^4.0.6", + "@hi-ui/tree-utils": "^4.1.2", + "@hi-ui/type-assertion": "^4.0.2", + "@hi-ui/use-check-state": "^4.0.2", + "@hi-ui/use-data-source": "^4.0.2", + "@hi-ui/use-latest": "^4.0.2", + "@hi-ui/use-search-mode": "^4.1.2", + "@hi-ui/use-toggle": "^4.0.2", + "@hi-ui/use-uncontrolled-state": "^4.0.2" }, "peerDependencies": { - "@hi-ui/core": ">=4.0.0", + "@hi-ui/core": ">=4.0.6", "react": ">=16.8.6", "react-dom": ">=16.8.6" }, "devDependencies": { - "@hi-ui/core": "^4.0.4", - "@hi-ui/core-css": "^4.1.2", + "@hi-ui/core": "^4.0.6", + "@hi-ui/core-css": "^4.1.3", "react": "^17.0.1", "react-dom": "^17.0.1" } diff --git a/packages/ui/check-cascader/CHANGELOG.md b/packages/ui/check-cascader/CHANGELOG.md index ea14c7bd4..578d613b9 100644 --- a/packages/ui/check-cascader/CHANGELOG.md +++ b/packages/ui/check-cascader/CHANGELOG.md @@ -1,5 +1,36 @@ # @hi-ui/check-cascader +## 4.2.3 + +### Patch Changes + +- [#2672](https://github.com/XiaoMi/hiui/pull/2672) [`1ebe27830`](https://github.com/XiaoMi/hiui/commit/1ebe2783098b3a8cd980bd10076d67635463800e) Thanks [@zyprepare](https://github.com/zyprepare)! - build: 升级到 rollup3,重新构建发布组件 + +- Updated dependencies [[`1ebe27830`](https://github.com/XiaoMi/hiui/commit/1ebe2783098b3a8cd980bd10076d67635463800e)]: + - @hi-ui/core@4.0.6 + - @hi-ui/use-check@4.0.3 + - @hi-ui/use-data-source@4.0.2 + - @hi-ui/use-latest@4.0.2 + - @hi-ui/use-merge-refs@4.0.2 + - @hi-ui/use-outside-click@4.0.2 + - @hi-ui/use-search-mode@4.1.2 + - @hi-ui/use-toggle@4.0.2 + - @hi-ui/use-uncontrolled-state@4.0.2 + - @hi-ui/icons@4.0.16 + - @hi-ui/checkbox@4.0.6 + - @hi-ui/input@4.0.11 + - @hi-ui/picker@4.1.2 + - @hi-ui/popper@4.1.1 + - @hi-ui/spinner@4.0.6 + - @hi-ui/tag-input@4.0.8 + - @hi-ui/array-utils@4.0.2 + - @hi-ui/classname@4.0.2 + - @hi-ui/env@4.0.2 + - @hi-ui/func-utils@4.0.2 + - @hi-ui/times@4.0.2 + - @hi-ui/tree-utils@4.1.2 + - @hi-ui/type-assertion@4.0.2 + ## 4.2.2 ### Patch Changes diff --git a/packages/ui/check-cascader/package.json b/packages/ui/check-cascader/package.json index f889fdcbe..eea7bc26f 100644 --- a/packages/ui/check-cascader/package.json +++ b/packages/ui/check-cascader/package.json @@ -1,6 +1,6 @@ { "name": "@hi-ui/check-cascader", - "version": "4.2.2", + "version": "4.2.3", "description": "A sub-package for @hi-ui/hiui.", "keywords": [], "author": "HiUI ", @@ -44,37 +44,37 @@ "url": "https://github.com/XiaoMi/hiui/issues" }, "dependencies": { - "@hi-ui/array-utils": "^4.0.1", - "@hi-ui/checkbox": "^4.0.5", - "@hi-ui/classname": "^4.0.1", - "@hi-ui/env": "^4.0.1", - "@hi-ui/func-utils": "^4.0.1", - "@hi-ui/icons": "^4.0.4", - "@hi-ui/input": "^4.0.10", - "@hi-ui/picker": "^4.1.1", - "@hi-ui/popper": "^4.0.5", - "@hi-ui/spinner": "^4.0.4", - "@hi-ui/tag-input": "^4.0.7", - "@hi-ui/times": "^4.0.1", - "@hi-ui/tree-utils": "^4.0.2", - "@hi-ui/type-assertion": "^4.0.1", - "@hi-ui/use-check": "^4.0.2", - "@hi-ui/use-data-source": "^4.0.1", - "@hi-ui/use-latest": "^4.0.1", - "@hi-ui/use-merge-refs": "^4.0.1", - "@hi-ui/use-outside-click": "^4.0.1", - "@hi-ui/use-search-mode": "^4.0.6", - "@hi-ui/use-toggle": "^4.0.1", - "@hi-ui/use-uncontrolled-state": "^4.0.1" + "@hi-ui/array-utils": "^4.0.2", + "@hi-ui/checkbox": "^4.0.6", + "@hi-ui/classname": "^4.0.2", + "@hi-ui/env": "^4.0.2", + "@hi-ui/func-utils": "^4.0.2", + "@hi-ui/icons": "^4.0.16", + "@hi-ui/input": "^4.0.11", + "@hi-ui/picker": "^4.1.2", + "@hi-ui/popper": "^4.1.1", + "@hi-ui/spinner": "^4.0.6", + "@hi-ui/tag-input": "^4.0.8", + "@hi-ui/times": "^4.0.2", + "@hi-ui/tree-utils": "^4.1.2", + "@hi-ui/type-assertion": "^4.0.2", + "@hi-ui/use-check": "^4.0.3", + "@hi-ui/use-data-source": "^4.0.2", + "@hi-ui/use-latest": "^4.0.2", + "@hi-ui/use-merge-refs": "^4.0.2", + "@hi-ui/use-outside-click": "^4.0.2", + "@hi-ui/use-search-mode": "^4.1.2", + "@hi-ui/use-toggle": "^4.0.2", + "@hi-ui/use-uncontrolled-state": "^4.0.2" }, "peerDependencies": { - "@hi-ui/core": ">=4.0.0", + "@hi-ui/core": ">=4.0.6", "react": ">=16.8.6", "react-dom": ">=16.8.6" }, "devDependencies": { - "@hi-ui/core": "^4.0.4", - "@hi-ui/core-css": "^4.1.2", + "@hi-ui/core": "^4.0.6", + "@hi-ui/core-css": "^4.1.3", "react": "^17.0.1", "react-dom": "^17.0.1" } diff --git a/packages/ui/check-select/CHANGELOG.md b/packages/ui/check-select/CHANGELOG.md index d895b78c7..be39e958f 100644 --- a/packages/ui/check-select/CHANGELOG.md +++ b/packages/ui/check-select/CHANGELOG.md @@ -1,5 +1,37 @@ # @hi-ui/check-select +## 4.3.3 + +### Patch Changes + +- [#2672](https://github.com/XiaoMi/hiui/pull/2672) [`1ebe27830`](https://github.com/XiaoMi/hiui/commit/1ebe2783098b3a8cd980bd10076d67635463800e) Thanks [@zyprepare](https://github.com/zyprepare)! - build: 升级到 rollup3,重新构建发布组件 + +- Updated dependencies [[`1ebe27830`](https://github.com/XiaoMi/hiui/commit/1ebe2783098b3a8cd980bd10076d67635463800e)]: + - @hi-ui/core@4.0.6 + - @hi-ui/use-check@4.0.3 + - @hi-ui/use-children@4.0.2 + - @hi-ui/use-data-source@4.0.2 + - @hi-ui/use-latest@4.0.2 + - @hi-ui/use-search-mode@4.1.2 + - @hi-ui/use-toggle@4.0.2 + - @hi-ui/use-uncontrolled-state@4.0.2 + - @hi-ui/icons@4.0.16 + - @hi-ui/checkbox@4.0.6 + - @hi-ui/highlighter@4.0.6 + - @hi-ui/input@4.0.11 + - @hi-ui/picker@4.1.2 + - @hi-ui/popper@4.1.1 + - @hi-ui/tag-input@4.0.8 + - @hi-ui/virtual-list@4.0.5 + - @hi-ui/array-utils@4.0.2 + - @hi-ui/classname@4.0.2 + - @hi-ui/dom-utils@4.0.5 + - @hi-ui/env@4.0.2 + - @hi-ui/func-utils@4.0.2 + - @hi-ui/times@4.0.2 + - @hi-ui/tree-utils@4.1.2 + - @hi-ui/type-assertion@4.0.2 + ## 4.3.2 ### Patch Changes diff --git a/packages/ui/check-select/package.json b/packages/ui/check-select/package.json index 8f64f2a9e..1530e3714 100644 --- a/packages/ui/check-select/package.json +++ b/packages/ui/check-select/package.json @@ -1,6 +1,6 @@ { "name": "@hi-ui/check-select", - "version": "4.3.2", + "version": "4.3.3", "description": "A sub-package for @hi-ui/hiui.", "keywords": [], "author": "HiUI ", @@ -43,38 +43,38 @@ "url": "https://github.com/XiaoMi/hiui/issues" }, "dependencies": { - "@hi-ui/array-utils": "^4.0.1", - "@hi-ui/checkbox": "^4.0.5", - "@hi-ui/classname": "^4.0.1", - "@hi-ui/dom-utils": "^4.0.4", - "@hi-ui/env": "^4.0.1", - "@hi-ui/func-utils": "^4.0.1", - "@hi-ui/highlighter": "^4.0.5", - "@hi-ui/icons": "^4.0.6", - "@hi-ui/input": "^4.0.9", - "@hi-ui/picker": "^4.1.1", - "@hi-ui/popper": "^4.0.5", - "@hi-ui/tag-input": "^4.0.6", - "@hi-ui/times": "^4.0.1", - "@hi-ui/tree-utils": "^4.0.2", - "@hi-ui/type-assertion": "^4.0.1", - "@hi-ui/use-check": "^4.0.2", - "@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.1.1", - "@hi-ui/use-toggle": "^4.0.1", - "@hi-ui/use-uncontrolled-state": "^4.0.1", - "@hi-ui/virtual-list": "^4.0.4" + "@hi-ui/array-utils": "^4.0.2", + "@hi-ui/checkbox": "^4.0.6", + "@hi-ui/classname": "^4.0.2", + "@hi-ui/dom-utils": "^4.0.5", + "@hi-ui/env": "^4.0.2", + "@hi-ui/func-utils": "^4.0.2", + "@hi-ui/highlighter": "^4.0.6", + "@hi-ui/icons": "^4.0.16", + "@hi-ui/input": "^4.0.11", + "@hi-ui/picker": "^4.1.2", + "@hi-ui/popper": "^4.1.1", + "@hi-ui/tag-input": "^4.0.8", + "@hi-ui/times": "^4.0.2", + "@hi-ui/tree-utils": "^4.1.2", + "@hi-ui/type-assertion": "^4.0.2", + "@hi-ui/use-check": "^4.0.3", + "@hi-ui/use-children": "^4.0.2", + "@hi-ui/use-data-source": "^4.0.2", + "@hi-ui/use-latest": "^4.0.2", + "@hi-ui/use-search-mode": "^4.1.2", + "@hi-ui/use-toggle": "^4.0.2", + "@hi-ui/use-uncontrolled-state": "^4.0.2", + "@hi-ui/virtual-list": "^4.0.5" }, "peerDependencies": { - "@hi-ui/core": ">=4.0.0", + "@hi-ui/core": ">=4.0.6", "react": ">=16.8.6", "react-dom": ">=16.8.6" }, "devDependencies": { - "@hi-ui/core": "^4.0.4", - "@hi-ui/core-css": "^4.1.1", + "@hi-ui/core": "^4.0.6", + "@hi-ui/core-css": "^4.1.3", "react": "^17.0.1", "react-dom": "^17.0.1" } diff --git a/packages/ui/check-tree-select/CHANGELOG.md b/packages/ui/check-tree-select/CHANGELOG.md index 631880062..c82625a8e 100644 --- a/packages/ui/check-tree-select/CHANGELOG.md +++ b/packages/ui/check-tree-select/CHANGELOG.md @@ -1,5 +1,32 @@ # @hi-ui/check-tree-select +## 4.3.1 + +### Patch Changes + +- [#2672](https://github.com/XiaoMi/hiui/pull/2672) [`1ebe27830`](https://github.com/XiaoMi/hiui/commit/1ebe2783098b3a8cd980bd10076d67635463800e) Thanks [@zyprepare](https://github.com/zyprepare)! - build: 升级到 rollup3,重新构建发布组件 + +- Updated dependencies [[`1ebe27830`](https://github.com/XiaoMi/hiui/commit/1ebe2783098b3a8cd980bd10076d67635463800e)]: + - @hi-ui/core@4.0.6 + - @hi-ui/use-check@4.0.3 + - @hi-ui/use-data-source@4.0.2 + - @hi-ui/use-search-mode@4.1.2 + - @hi-ui/use-toggle@4.0.2 + - @hi-ui/use-uncontrolled-state@4.0.2 + - @hi-ui/icons@4.0.16 + - @hi-ui/checkbox@4.0.6 + - @hi-ui/highlighter@4.0.6 + - @hi-ui/picker@4.1.2 + - @hi-ui/popper@4.1.1 + - @hi-ui/tag-input@4.0.8 + - @hi-ui/tree@4.5.6 + - @hi-ui/array-utils@4.0.2 + - @hi-ui/classname@4.0.2 + - @hi-ui/env@4.0.2 + - @hi-ui/func-utils@4.0.2 + - @hi-ui/tree-utils@4.1.2 + - @hi-ui/type-assertion@4.0.2 + ## 4.3.0 ### Minor Changes diff --git a/packages/ui/check-tree-select/package.json b/packages/ui/check-tree-select/package.json index 5c5e7284d..419aff6c0 100644 --- a/packages/ui/check-tree-select/package.json +++ b/packages/ui/check-tree-select/package.json @@ -1,6 +1,6 @@ { "name": "@hi-ui/check-tree-select", - "version": "4.3.0", + "version": "4.3.1", "description": "A sub-package for @hi-ui/hiui.", "keywords": [], "author": "HiUI ", @@ -43,33 +43,33 @@ "url": "https://github.com/XiaoMi/hiui/issues" }, "dependencies": { - "@hi-ui/array-utils": "^4.0.1", - "@hi-ui/checkbox": "^4.0.5", - "@hi-ui/classname": "^4.0.1", - "@hi-ui/env": "^4.0.1", - "@hi-ui/func-utils": "^4.0.1", - "@hi-ui/highlighter": "^4.0.5", - "@hi-ui/icons": "^4.0.4", - "@hi-ui/picker": "^4.1.1", - "@hi-ui/popper": "^4.0.5", - "@hi-ui/tag-input": "^4.0.6", - "@hi-ui/tree": "^4.5.2", - "@hi-ui/tree-utils": "^4.0.2", - "@hi-ui/type-assertion": "^4.0.1", - "@hi-ui/use-check": "^4.0.2", - "@hi-ui/use-data-source": "^4.0.1", - "@hi-ui/use-search-mode": "^4.0.6", - "@hi-ui/use-toggle": "^4.0.1", - "@hi-ui/use-uncontrolled-state": "^4.0.1" + "@hi-ui/array-utils": "^4.0.2", + "@hi-ui/checkbox": "^4.0.6", + "@hi-ui/classname": "^4.0.2", + "@hi-ui/env": "^4.0.2", + "@hi-ui/func-utils": "^4.0.2", + "@hi-ui/highlighter": "^4.0.6", + "@hi-ui/icons": "^4.0.16", + "@hi-ui/picker": "^4.1.2", + "@hi-ui/popper": "^4.1.1", + "@hi-ui/tag-input": "^4.0.8", + "@hi-ui/tree": "^4.5.6", + "@hi-ui/tree-utils": "^4.1.2", + "@hi-ui/type-assertion": "^4.0.2", + "@hi-ui/use-check": "^4.0.3", + "@hi-ui/use-data-source": "^4.0.2", + "@hi-ui/use-search-mode": "^4.1.2", + "@hi-ui/use-toggle": "^4.0.2", + "@hi-ui/use-uncontrolled-state": "^4.0.2" }, "peerDependencies": { - "@hi-ui/core": ">=4.0.0", + "@hi-ui/core": ">=4.0.6", "react": ">=16.8.6", "react-dom": ">=16.8.6" }, "devDependencies": { - "@hi-ui/core": "^4.0.4", - "@hi-ui/core-css": "^4.1.1", + "@hi-ui/core": "^4.0.6", + "@hi-ui/core-css": "^4.1.3", "react": "^17.0.1", "react-dom": "^17.0.1" } diff --git a/packages/ui/checkbox/CHANGELOG.md b/packages/ui/checkbox/CHANGELOG.md index 4ee4918a8..4c2fbaa90 100644 --- a/packages/ui/checkbox/CHANGELOG.md +++ b/packages/ui/checkbox/CHANGELOG.md @@ -1,3 +1,21 @@ # @hi-ui/checkbox - ## 4.0.5 - 更新版本为 4.0.5 \ No newline at end of file + +## 4.0.6 + +### Patch Changes + +- [#2672](https://github.com/XiaoMi/hiui/pull/2672) [`1ebe27830`](https://github.com/XiaoMi/hiui/commit/1ebe2783098b3a8cd980bd10076d67635463800e) Thanks [@zyprepare](https://github.com/zyprepare)! - build: 升级到 rollup3,重新构建发布组件 + +- Updated dependencies [[`1ebe27830`](https://github.com/XiaoMi/hiui/commit/1ebe2783098b3a8cd980bd10076d67635463800e)]: + - @hi-ui/core@4.0.6 + - @hi-ui/use-check@4.0.3 + - @hi-ui/use-latest@4.0.2 + - @hi-ui/use-uncontrolled-state@4.0.2 + - @hi-ui/classname@4.0.2 + - @hi-ui/env@4.0.2 + - @hi-ui/react-utils@4.0.2 + - @hi-ui/type-assertion@4.0.2 + +## 4.0.5 + +更新版本为 4.0.5 diff --git a/packages/ui/checkbox/package.json b/packages/ui/checkbox/package.json index b3ad2a91c..88986e217 100644 --- a/packages/ui/checkbox/package.json +++ b/packages/ui/checkbox/package.json @@ -1,6 +1,6 @@ { "name": "@hi-ui/checkbox", - "version": "4.0.5", + "version": "4.0.6", "description": "A sub-package for @hi-ui/hiui.", "keywords": [], "author": "HiUI ", @@ -43,23 +43,22 @@ "url": "https://github.com/XiaoMi/hiui/issues" }, "dependencies": { - "@hi-ui/classname": "^4.0.1", - "@hi-ui/env": "^4.0.1", - "@hi-ui/react-utils": "^4.0.1", - "@hi-ui/type-assertion": "^4.0.1", - "@hi-ui/use-check": "^4.0.2", - "@hi-ui/use-latest": "^4.0.1", - "@hi-ui/use-uncontrolled-state": "^4.0.1" + "@hi-ui/classname": "^4.0.2", + "@hi-ui/env": "^4.0.2", + "@hi-ui/react-utils": "^4.0.2", + "@hi-ui/type-assertion": "^4.0.2", + "@hi-ui/use-check": "^4.0.3", + "@hi-ui/use-latest": "^4.0.2", + "@hi-ui/use-uncontrolled-state": "^4.0.2" }, "peerDependencies": { - "@hi-ui/core": ">=4.0.0", + "@hi-ui/core": ">=4.0.6", "react": ">=16.8.6", "react-dom": ">=16.8.6" }, "devDependencies": { - "@hi-ui/core": "^4.0.4", - "@hi-ui/core-css": "^4.0.1", - + "@hi-ui/core": "^4.0.6", + "@hi-ui/core-css": "^4.1.3", "react": "^17.0.1", "react-dom": "^17.0.1" } diff --git a/packages/ui/collapse/CHANGELOG.md b/packages/ui/collapse/CHANGELOG.md index 6f395f5e4..2ea1848bd 100644 --- a/packages/ui/collapse/CHANGELOG.md +++ b/packages/ui/collapse/CHANGELOG.md @@ -1,5 +1,19 @@ # @hi-ui/collapse +## 4.1.3 + +### Patch Changes + +- [#2672](https://github.com/XiaoMi/hiui/pull/2672) [`1ebe27830`](https://github.com/XiaoMi/hiui/commit/1ebe2783098b3a8cd980bd10076d67635463800e) Thanks [@zyprepare](https://github.com/zyprepare)! - build: 升级到 rollup3,重新构建发布组件 + +- Updated dependencies [[`1ebe27830`](https://github.com/XiaoMi/hiui/commit/1ebe2783098b3a8cd980bd10076d67635463800e)]: + - @hi-ui/core@4.0.6 + - @hi-ui/use-uncontrolled-state@4.0.2 + - @hi-ui/icons@4.0.16 + - @hi-ui/classname@4.0.2 + - @hi-ui/env@4.0.2 + - @hi-ui/type-assertion@4.0.2 + ## 4.1.2 ### Patch Changes diff --git a/packages/ui/collapse/package.json b/packages/ui/collapse/package.json index 2f0d0aaf3..15eb600fc 100644 --- a/packages/ui/collapse/package.json +++ b/packages/ui/collapse/package.json @@ -1,6 +1,6 @@ { "name": "@hi-ui/collapse", - "version": "4.1.2", + "version": "4.1.3", "description": "A sub-package for @hi-ui/hiui.", "keywords": [], "author": "HiUI ", @@ -43,20 +43,20 @@ "url": "https://github.com/XiaoMi/hiui/issues" }, "dependencies": { - "@hi-ui/classname": "^4.0.1", - "@hi-ui/env": "^4.0.1", - "@hi-ui/icons": "^4.0.4", - "@hi-ui/type-assertion": "^4.0.1", - "@hi-ui/use-uncontrolled-state": "^4.0.1" + "@hi-ui/classname": "^4.0.2", + "@hi-ui/env": "^4.0.2", + "@hi-ui/icons": "^4.0.16", + "@hi-ui/type-assertion": "^4.0.2", + "@hi-ui/use-uncontrolled-state": "^4.0.2" }, "peerDependencies": { - "@hi-ui/core": ">=4.0.0", + "@hi-ui/core": ">=4.0.6", "react": ">=16.8.6", "react-dom": ">=16.8.6" }, "devDependencies": { - "@hi-ui/core": "^4.0.4", - "@hi-ui/core-css": "^4.0.1", + "@hi-ui/core": "^4.0.6", + "@hi-ui/core-css": "^4.1.3", "react": "^17.0.1", "react-dom": "^17.0.1" } diff --git a/packages/ui/counter/CHANGELOG.md b/packages/ui/counter/CHANGELOG.md index 0ec0a2dc4..3a4c19b7b 100644 --- a/packages/ui/counter/CHANGELOG.md +++ b/packages/ui/counter/CHANGELOG.md @@ -1,5 +1,21 @@ # @hi-ui/counter +## 4.1.6 + +### Patch Changes + +- [#2672](https://github.com/XiaoMi/hiui/pull/2672) [`1ebe27830`](https://github.com/XiaoMi/hiui/commit/1ebe2783098b3a8cd980bd10076d67635463800e) Thanks [@zyprepare](https://github.com/zyprepare)! - build: 升级到 rollup3,重新构建发布组件 + +- Updated dependencies [[`1ebe27830`](https://github.com/XiaoMi/hiui/commit/1ebe2783098b3a8cd980bd10076d67635463800e)]: + - @hi-ui/core@4.0.6 + - @hi-ui/use-latest@4.0.2 + - @hi-ui/use-toggle@4.0.2 + - @hi-ui/use-uncontrolled-state@4.0.2 + - @hi-ui/icons@4.0.16 + - @hi-ui/classname@4.0.2 + - @hi-ui/env@4.0.2 + - @hi-ui/type-assertion@4.0.2 + ## 4.1.5 ### Patch Changes diff --git a/packages/ui/counter/package.json b/packages/ui/counter/package.json index d502a1c74..350e946d3 100644 --- a/packages/ui/counter/package.json +++ b/packages/ui/counter/package.json @@ -1,6 +1,6 @@ { "name": "@hi-ui/counter", - "version": "4.1.5", + "version": "4.1.6", "description": "A sub-package for @hi-ui/hiui.", "keywords": [], "author": "HiUI ", @@ -44,23 +44,23 @@ "url": "https://github.com/XiaoMi/hiui/issues" }, "dependencies": { - "@hi-ui/classname": "^4.0.1", - "@hi-ui/env": "^4.0.1", - "@hi-ui/icons": "^4.0.11", - "@hi-ui/type-assertion": "^4.0.1", - "@hi-ui/use-latest": "^4.0.1", - "@hi-ui/use-toggle": "^4.0.1", - "@hi-ui/use-uncontrolled-state": "^4.0.1", + "@hi-ui/classname": "^4.0.2", + "@hi-ui/env": "^4.0.2", + "@hi-ui/icons": "^4.0.16", + "@hi-ui/type-assertion": "^4.0.2", + "@hi-ui/use-latest": "^4.0.2", + "@hi-ui/use-toggle": "^4.0.2", + "@hi-ui/use-uncontrolled-state": "^4.0.2", "number-precision": "^1.5.0" }, "peerDependencies": { - "@hi-ui/core": ">=4.0.0", + "@hi-ui/core": ">=4.0.6", "react": ">=16.8.6", "react-dom": ">=16.8.6" }, "devDependencies": { - "@hi-ui/core": "^4.0.4", - "@hi-ui/core-css": "^4.1.2", + "@hi-ui/core": "^4.0.6", + "@hi-ui/core-css": "^4.1.3", "react": "^17.0.1", "react-dom": "^17.0.1" } diff --git a/packages/ui/date-picker/CHANGELOG.md b/packages/ui/date-picker/CHANGELOG.md index 90410df5f..6c9ceea51 100644 --- a/packages/ui/date-picker/CHANGELOG.md +++ b/packages/ui/date-picker/CHANGELOG.md @@ -1,5 +1,21 @@ # @hi-ui/date-picker +## 4.4.2 + +### Patch Changes + +- [#2672](https://github.com/XiaoMi/hiui/pull/2672) [`1ebe27830`](https://github.com/XiaoMi/hiui/commit/1ebe2783098b3a8cd980bd10076d67635463800e) Thanks [@zyprepare](https://github.com/zyprepare)! - build: 升级到 rollup3,重新构建发布组件 + +- Updated dependencies [[`1ebe27830`](https://github.com/XiaoMi/hiui/commit/1ebe2783098b3a8cd980bd10076d67635463800e)]: + - @hi-ui/core@4.0.6 + - @hi-ui/icons@4.0.16 + - @hi-ui/button@4.0.7 + - @hi-ui/popper@4.1.1 + - @hi-ui/time-picker@4.0.11 + - @hi-ui/classname@4.0.2 + - @hi-ui/env@4.0.2 + - @hi-ui/object-utils@4.0.2 + ## 4.4.1 ### Patch Changes diff --git a/packages/ui/date-picker/package.json b/packages/ui/date-picker/package.json index d6ec21183..da6fa0c56 100644 --- a/packages/ui/date-picker/package.json +++ b/packages/ui/date-picker/package.json @@ -1,6 +1,6 @@ { "name": "@hi-ui/date-picker", - "version": "4.4.1", + "version": "4.4.2", "description": "A sub-package for @hi-ui/hiui.", "keywords": [], "author": "HiUI ", @@ -43,25 +43,25 @@ "url": "https://github.com/XiaoMi/hiui/issues" }, "dependencies": { - "@hi-ui/button": "^4.0.6", - "@hi-ui/classname": "^4.0.1", - "@hi-ui/env": "^4.0.1", - "@hi-ui/icons": "^4.0.7", - "@hi-ui/object-utils": "^4.0.1", - "@hi-ui/popper": "^4.0.5", - "@hi-ui/time-picker": "^4.0.10", + "@hi-ui/button": "^4.0.7", + "@hi-ui/classname": "^4.0.2", + "@hi-ui/env": "^4.0.2", + "@hi-ui/icons": "^4.0.16", + "@hi-ui/object-utils": "^4.0.2", + "@hi-ui/popper": "^4.1.1", + "@hi-ui/time-picker": "^4.0.11", "axios": "^1.5.0", "moment": "^2.29.4", "react-transition-group": "^4.4.2" }, "peerDependencies": { - "@hi-ui/core": ">=4.0.0", + "@hi-ui/core": ">=4.0.6", "react": ">=16.8.6", "react-dom": ">=16.8.6" }, "devDependencies": { - "@hi-ui/core": "^4.0.4", - "@hi-ui/core-css": "^4.1.2", + "@hi-ui/core": "^4.0.6", + "@hi-ui/core-css": "^4.1.3", "react": "^17.0.1", "react-dom": "^17.0.1" } diff --git a/packages/ui/descriptions/CHANGELOG.md b/packages/ui/descriptions/CHANGELOG.md index 5beb67b95..c1839ff72 100644 --- a/packages/ui/descriptions/CHANGELOG.md +++ b/packages/ui/descriptions/CHANGELOG.md @@ -1,5 +1,17 @@ # @hi-ui/descriptions +## 4.2.2 + +### Patch Changes + +- [#2672](https://github.com/XiaoMi/hiui/pull/2672) [`1ebe27830`](https://github.com/XiaoMi/hiui/commit/1ebe2783098b3a8cd980bd10076d67635463800e) Thanks [@zyprepare](https://github.com/zyprepare)! - build: 升级到 rollup3,重新构建发布组件 + +- Updated dependencies [[`1ebe27830`](https://github.com/XiaoMi/hiui/commit/1ebe2783098b3a8cd980bd10076d67635463800e)]: + - @hi-ui/core@4.0.6 + - @hi-ui/classname@4.0.2 + - @hi-ui/env@4.0.2 + - @hi-ui/type-assertion@4.0.2 + ## 4.2.1 ### Patch Changes diff --git a/packages/ui/descriptions/package.json b/packages/ui/descriptions/package.json index 10b322b2f..55cd6ef87 100644 --- a/packages/ui/descriptions/package.json +++ b/packages/ui/descriptions/package.json @@ -1,6 +1,6 @@ { "name": "@hi-ui/descriptions", - "version": "4.2.1", + "version": "4.2.2", "description": "A sub-package for @hi-ui/hiui.", "keywords": [], "author": "HiUI ", @@ -43,18 +43,18 @@ "url": "https://github.com/XiaoMi/hiui/issues" }, "dependencies": { - "@hi-ui/classname": "^4.0.1", - "@hi-ui/env": "^4.0.1", - "@hi-ui/type-assertion": "^4.0.1" + "@hi-ui/classname": "^4.0.2", + "@hi-ui/env": "^4.0.2", + "@hi-ui/type-assertion": "^4.0.2" }, "peerDependencies": { - "@hi-ui/core": ">=4.0.5", + "@hi-ui/core": ">=4.0.6", "react": ">=16.8.6", "react-dom": ">=16.8.6" }, "devDependencies": { - "@hi-ui/core": "^4.0.5", - "@hi-ui/core-css": "^4.1.1", + "@hi-ui/core": "^4.0.6", + "@hi-ui/core-css": "^4.1.3", "react": "^17.0.1", "react-dom": "^17.0.1" } diff --git a/packages/ui/drawer/CHANGELOG.md b/packages/ui/drawer/CHANGELOG.md index aa84ed65f..2a31e73fd 100644 --- a/packages/ui/drawer/CHANGELOG.md +++ b/packages/ui/drawer/CHANGELOG.md @@ -1,5 +1,25 @@ # @hi-ui/drawer +## 4.1.1 + +### Patch Changes + +- [#2672](https://github.com/XiaoMi/hiui/pull/2672) [`1ebe27830`](https://github.com/XiaoMi/hiui/commit/1ebe2783098b3a8cd980bd10076d67635463800e) Thanks [@zyprepare](https://github.com/zyprepare)! - build: 升级到 rollup3,重新构建发布组件 + +- Updated dependencies [[`1ebe27830`](https://github.com/XiaoMi/hiui/commit/1ebe2783098b3a8cd980bd10076d67635463800e)]: + - @hi-ui/core@4.0.6 + - @hi-ui/use-latest@4.0.2 + - @hi-ui/use-merge-refs@4.0.2 + - @hi-ui/use-scroll-lock@4.0.2 + - @hi-ui/use-toggle@4.0.2 + - @hi-ui/icons@4.0.16 + - @hi-ui/icon-button@4.0.6 + - @hi-ui/modal@4.0.13 + - @hi-ui/portal@4.0.5 + - @hi-ui/classname@4.0.2 + - @hi-ui/env@4.0.2 + - @hi-ui/type-assertion@4.0.2 + ## 4.1.0 ### Minor Changes diff --git a/packages/ui/drawer/package.json b/packages/ui/drawer/package.json index fd47fbf65..82d5be051 100644 --- a/packages/ui/drawer/package.json +++ b/packages/ui/drawer/package.json @@ -1,6 +1,6 @@ { "name": "@hi-ui/drawer", - "version": "4.1.0", + "version": "4.1.1", "description": "A sub-package for @hi-ui/hiui.", "keywords": [], "author": "HiUI ", @@ -43,27 +43,27 @@ "url": "https://github.com/XiaoMi/hiui/issues" }, "dependencies": { - "@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/modal": "^4.0.7", - "@hi-ui/portal": "^4.0.4", - "@hi-ui/type-assertion": "^4.0.1", - "@hi-ui/use-latest": "^4.0.1", - "@hi-ui/use-merge-refs": "^4.0.1", - "@hi-ui/use-scroll-lock": "^4.0.1", - "@hi-ui/use-toggle": "^4.0.1", + "@hi-ui/classname": "^4.0.2", + "@hi-ui/env": "^4.0.2", + "@hi-ui/icon-button": "^4.0.6", + "@hi-ui/icons": "^4.0.16", + "@hi-ui/modal": "^4.0.13", + "@hi-ui/portal": "^4.0.5", + "@hi-ui/type-assertion": "^4.0.2", + "@hi-ui/use-latest": "^4.0.2", + "@hi-ui/use-merge-refs": "^4.0.2", + "@hi-ui/use-scroll-lock": "^4.0.2", + "@hi-ui/use-toggle": "^4.0.2", "react-transition-group": "4.4.2" }, "peerDependencies": { - "@hi-ui/core": ">=4.0.0", + "@hi-ui/core": ">=4.0.6", "react": ">=16.8.6", "react-dom": ">=16.8.6" }, "devDependencies": { - "@hi-ui/core": "^4.0.4", - "@hi-ui/core-css": "^4.0.1", + "@hi-ui/core": "^4.0.6", + "@hi-ui/core-css": "^4.1.3", "react": "^17.0.1", "react-dom": "^17.0.1" } diff --git a/packages/ui/dropdown/CHANGELOG.md b/packages/ui/dropdown/CHANGELOG.md index af2327889..7dafe4744 100644 --- a/packages/ui/dropdown/CHANGELOG.md +++ b/packages/ui/dropdown/CHANGELOG.md @@ -1,5 +1,26 @@ # @hi-ui/dropdown +## 4.1.2 + +### Patch Changes + +- [#2672](https://github.com/XiaoMi/hiui/pull/2672) [`1ebe27830`](https://github.com/XiaoMi/hiui/commit/1ebe2783098b3a8cd980bd10076d67635463800e) Thanks [@zyprepare](https://github.com/zyprepare)! - build: 升级到 rollup3,重新构建发布组件 + +- Updated dependencies [[`1ebe27830`](https://github.com/XiaoMi/hiui/commit/1ebe2783098b3a8cd980bd10076d67635463800e)]: + - @hi-ui/core@4.0.6 + - @hi-ui/use-latest@4.0.2 + - @hi-ui/use-timeout@4.0.2 + - @hi-ui/use-toggle@4.0.2 + - @hi-ui/use-unmount-effect@4.0.2 + - @hi-ui/icons@4.0.16 + - @hi-ui/button@4.0.7 + - @hi-ui/popper@4.1.1 + - @hi-ui/classname@4.0.2 + - @hi-ui/dom-utils@4.0.5 + - @hi-ui/env@4.0.2 + - @hi-ui/react-utils@4.0.2 + - @hi-ui/type-assertion@4.0.2 + ## 4.1.1 ### Patch Changes diff --git a/packages/ui/dropdown/package.json b/packages/ui/dropdown/package.json index 74b1138a6..92a7e7aa9 100644 --- a/packages/ui/dropdown/package.json +++ b/packages/ui/dropdown/package.json @@ -1,6 +1,6 @@ { "name": "@hi-ui/dropdown", - "version": "4.1.1", + "version": "4.1.2", "description": "A sub-package for @hi-ui/hiui.", "keywords": [], "author": "HiUI ", @@ -43,27 +43,27 @@ "url": "https://github.com/XiaoMi/hiui/issues" }, "dependencies": { - "@hi-ui/button": "^4.0.5", - "@hi-ui/classname": "^4.0.1", - "@hi-ui/dom-utils": "^4.0.4", - "@hi-ui/env": "^4.0.1", - "@hi-ui/icons": "^4.0.4", - "@hi-ui/popper": "^4.0.4", - "@hi-ui/react-utils": "^4.0.1", - "@hi-ui/type-assertion": "^4.0.1", - "@hi-ui/use-latest": "^4.0.1", - "@hi-ui/use-timeout": "^4.0.1", - "@hi-ui/use-toggle": "^4.0.1", - "@hi-ui/use-unmount-effect": "^4.0.1" + "@hi-ui/button": "^4.0.7", + "@hi-ui/classname": "^4.0.2", + "@hi-ui/dom-utils": "^4.0.5", + "@hi-ui/env": "^4.0.2", + "@hi-ui/icons": "^4.0.16", + "@hi-ui/popper": "^4.1.1", + "@hi-ui/react-utils": "^4.0.2", + "@hi-ui/type-assertion": "^4.0.2", + "@hi-ui/use-latest": "^4.0.2", + "@hi-ui/use-timeout": "^4.0.2", + "@hi-ui/use-toggle": "^4.0.2", + "@hi-ui/use-unmount-effect": "^4.0.2" }, "peerDependencies": { - "@hi-ui/core": ">=4.0.0", + "@hi-ui/core": ">=4.0.6", "react": ">=16.8.6", "react-dom": ">=16.8.6" }, "devDependencies": { - "@hi-ui/core": "^4.0.4", - "@hi-ui/core-css": "^4.1.1", + "@hi-ui/core": "^4.0.6", + "@hi-ui/core-css": "^4.1.3", "react": "^17.0.1", "react-dom": "^17.0.1" } diff --git a/packages/ui/ellipsis-tooltip/CHANGELOG.md b/packages/ui/ellipsis-tooltip/CHANGELOG.md index 3c2b7e91f..9ce0d40ee 100644 --- a/packages/ui/ellipsis-tooltip/CHANGELOG.md +++ b/packages/ui/ellipsis-tooltip/CHANGELOG.md @@ -1,5 +1,17 @@ # @hi-ui/ellipsis-tooltip +## 4.1.3 + +### Patch Changes + +- [#2672](https://github.com/XiaoMi/hiui/pull/2672) [`1ebe27830`](https://github.com/XiaoMi/hiui/commit/1ebe2783098b3a8cd980bd10076d67635463800e) Thanks [@zyprepare](https://github.com/zyprepare)! - build: 升级到 rollup3,重新构建发布组件 + +- Updated dependencies [[`1ebe27830`](https://github.com/XiaoMi/hiui/commit/1ebe2783098b3a8cd980bd10076d67635463800e)]: + - @hi-ui/core@4.0.6 + - @hi-ui/tooltip@4.0.8 + - @hi-ui/classname@4.0.2 + - @hi-ui/env@4.0.2 + ## 4.1.2 ### Patch Changes diff --git a/packages/ui/ellipsis-tooltip/package.json b/packages/ui/ellipsis-tooltip/package.json index b356a7302..7a39b76f6 100644 --- a/packages/ui/ellipsis-tooltip/package.json +++ b/packages/ui/ellipsis-tooltip/package.json @@ -1,6 +1,6 @@ { "name": "@hi-ui/ellipsis-tooltip", - "version": "4.1.2", + "version": "4.1.3", "description": "A sub-package for @hi-ui/hiui.", "keywords": [], "author": "HiUI ", @@ -43,19 +43,18 @@ "url": "https://github.com/XiaoMi/hiui/issues" }, "dependencies": { - "@hi-ui/classname": "^4.0.0", - "@hi-ui/env": "^4.0.0", - "@hi-ui/tooltip": "^4.0.6" + "@hi-ui/classname": "^4.0.2", + "@hi-ui/env": "^4.0.2", + "@hi-ui/tooltip": "^4.0.8" }, "peerDependencies": { - "@hi-ui/core": ">=4.0.0", + "@hi-ui/core": ">=4.0.6", "react": ">=16.8.6", "react-dom": ">=16.8.6" }, "devDependencies": { - "@hi-ui/core": "^4.0.0", - "@hi-ui/core-css": "^4.0.0", - + "@hi-ui/core": "^4.0.6", + "@hi-ui/core-css": "^4.1.3", "react": "^17.0.1", "react-dom": "^17.0.1" } diff --git a/packages/ui/empty-state/CHANGELOG.md b/packages/ui/empty-state/CHANGELOG.md index 675bfb511..cbe2ed18d 100644 --- a/packages/ui/empty-state/CHANGELOG.md +++ b/packages/ui/empty-state/CHANGELOG.md @@ -1,3 +1,17 @@ # @hi-ui/empty-state - ## 4.0.4 - 更新版本为 4.0.4 \ No newline at end of file + +## 4.0.5 + +### Patch Changes + +- [#2672](https://github.com/XiaoMi/hiui/pull/2672) [`1ebe27830`](https://github.com/XiaoMi/hiui/commit/1ebe2783098b3a8cd980bd10076d67635463800e) Thanks [@zyprepare](https://github.com/zyprepare)! - build: 升级到 rollup3,重新构建发布组件 + +- Updated dependencies [[`1ebe27830`](https://github.com/XiaoMi/hiui/commit/1ebe2783098b3a8cd980bd10076d67635463800e)]: + - @hi-ui/core@4.0.6 + - @hi-ui/classname@4.0.2 + - @hi-ui/env@4.0.2 + - @hi-ui/type-assertion@4.0.2 + +## 4.0.4 + +更新版本为 4.0.4 diff --git a/packages/ui/empty-state/package.json b/packages/ui/empty-state/package.json index 5d797841c..89ecd9eab 100644 --- a/packages/ui/empty-state/package.json +++ b/packages/ui/empty-state/package.json @@ -1,6 +1,6 @@ { "name": "@hi-ui/empty-state", - "version": "4.0.4", + "version": "4.0.5", "description": "> TODO: description", "keywords": [], "author": "HiUI ", @@ -43,19 +43,18 @@ "url": "https://github.com/XiaoMi/hiui/issues" }, "dependencies": { - "@hi-ui/classname": "^4.0.1", - "@hi-ui/env": "^4.0.1", - "@hi-ui/type-assertion": "^4.0.1" + "@hi-ui/classname": "^4.0.2", + "@hi-ui/env": "^4.0.2", + "@hi-ui/type-assertion": "^4.0.2" }, "peerDependencies": { - "@hi-ui/core": ">=4.0.0", + "@hi-ui/core": ">=4.0.6", "react": ">=16.8.6", "react-dom": ">=16.8.6" }, "devDependencies": { - "@hi-ui/core": "^4.0.4", - "@hi-ui/core-css": "^4.0.1", - + "@hi-ui/core": "^4.0.6", + "@hi-ui/core-css": "^4.1.3", "react": "^17.0.1", "react-dom": "^17.0.1" } diff --git a/packages/ui/file-select/CHANGELOG.md b/packages/ui/file-select/CHANGELOG.md index dd3c828a9..84ec0bdc4 100644 --- a/packages/ui/file-select/CHANGELOG.md +++ b/packages/ui/file-select/CHANGELOG.md @@ -1,3 +1,16 @@ # @hi-ui/file-select - ## 4.0.4 - 更新版本为 4.0.4 \ No newline at end of file + +## 4.0.5 + +### Patch Changes + +- [#2672](https://github.com/XiaoMi/hiui/pull/2672) [`1ebe27830`](https://github.com/XiaoMi/hiui/commit/1ebe2783098b3a8cd980bd10076d67635463800e) Thanks [@zyprepare](https://github.com/zyprepare)! - build: 升级到 rollup3,重新构建发布组件 + +- Updated dependencies [[`1ebe27830`](https://github.com/XiaoMi/hiui/commit/1ebe2783098b3a8cd980bd10076d67635463800e)]: + - @hi-ui/core@4.0.6 + - @hi-ui/classname@4.0.2 + - @hi-ui/env@4.0.2 + +## 4.0.4 + +更新版本为 4.0.4 diff --git a/packages/ui/file-select/package.json b/packages/ui/file-select/package.json index 0c367c4ec..96fb99b42 100644 --- a/packages/ui/file-select/package.json +++ b/packages/ui/file-select/package.json @@ -1,6 +1,6 @@ { "name": "@hi-ui/file-select", - "version": "4.0.4", + "version": "4.0.5", "description": "A sub-package for @hi-ui/hiui.", "keywords": [], "author": "HiUI ", @@ -43,18 +43,17 @@ "url": "https://github.com/XiaoMi/hiui/issues" }, "dependencies": { - "@hi-ui/classname": "^4.0.1", - "@hi-ui/env": "^4.0.1" + "@hi-ui/classname": "^4.0.2", + "@hi-ui/env": "^4.0.2" }, "peerDependencies": { - "@hi-ui/core": ">=4.0.0", + "@hi-ui/core": ">=4.0.6", "react": ">=16.8.6", "react-dom": ">=16.8.6" }, "devDependencies": { - "@hi-ui/core": "^4.0.4", - "@hi-ui/core-css": "^4.0.1", - + "@hi-ui/core": "^4.0.6", + "@hi-ui/core-css": "^4.1.3", "react": "^17.0.1", "react-dom": "^17.0.1" } diff --git a/packages/ui/filter/CHANGELOG.md b/packages/ui/filter/CHANGELOG.md index 19b82e8ed..bb8c45082 100644 --- a/packages/ui/filter/CHANGELOG.md +++ b/packages/ui/filter/CHANGELOG.md @@ -1,5 +1,19 @@ # @hi-ui/filter +## 4.1.2 + +### Patch Changes + +- [#2672](https://github.com/XiaoMi/hiui/pull/2672) [`1ebe27830`](https://github.com/XiaoMi/hiui/commit/1ebe2783098b3a8cd980bd10076d67635463800e) Thanks [@zyprepare](https://github.com/zyprepare)! - build: 升级到 rollup3,重新构建发布组件 + +- Updated dependencies [[`1ebe27830`](https://github.com/XiaoMi/hiui/commit/1ebe2783098b3a8cd980bd10076d67635463800e)]: + - @hi-ui/core@4.0.6 + - @hi-ui/use-check@4.0.3 + - @hi-ui/use-uncontrolled-state@4.0.2 + - @hi-ui/classname@4.0.2 + - @hi-ui/env@4.0.2 + - @hi-ui/type-assertion@4.0.2 + ## 4.1.1 ### Patch Changes diff --git a/packages/ui/filter/package.json b/packages/ui/filter/package.json index ae0cfacf3..555513e47 100644 --- a/packages/ui/filter/package.json +++ b/packages/ui/filter/package.json @@ -1,6 +1,6 @@ { "name": "@hi-ui/filter", - "version": "4.1.1", + "version": "4.1.2", "description": "A sub-package for @hi-ui/hiui.", "keywords": [], "author": "HiUI ", @@ -43,20 +43,20 @@ "url": "https://github.com/XiaoMi/hiui/issues" }, "dependencies": { - "@hi-ui/classname": "^4.0.1", - "@hi-ui/env": "^4.0.1", - "@hi-ui/type-assertion": "^4.0.1", - "@hi-ui/use-check": "^4.0.2", - "@hi-ui/use-uncontrolled-state": "^4.0.1" + "@hi-ui/classname": "^4.0.2", + "@hi-ui/env": "^4.0.2", + "@hi-ui/type-assertion": "^4.0.2", + "@hi-ui/use-check": "^4.0.3", + "@hi-ui/use-uncontrolled-state": "^4.0.2" }, "peerDependencies": { - "@hi-ui/core": ">=4.0.0", + "@hi-ui/core": ">=4.0.6", "react": ">=16.8.6", "react-dom": ">=16.8.6" }, "devDependencies": { - "@hi-ui/core": "^4.0.4", - "@hi-ui/core-css": "^4.1.2", + "@hi-ui/core": "^4.0.6", + "@hi-ui/core-css": "^4.1.3", "react": "^17.0.1", "react-dom": "^17.0.1" } diff --git a/packages/ui/form/CHANGELOG.md b/packages/ui/form/CHANGELOG.md index d4bda623c..edaeefbdf 100644 --- a/packages/ui/form/CHANGELOG.md +++ b/packages/ui/form/CHANGELOG.md @@ -1,5 +1,23 @@ # @hi-ui/form +## 4.1.3 + +### Patch Changes + +- [#2672](https://github.com/XiaoMi/hiui/pull/2672) [`1ebe27830`](https://github.com/XiaoMi/hiui/commit/1ebe2783098b3a8cd980bd10076d67635463800e) Thanks [@zyprepare](https://github.com/zyprepare)! - build: 升级到 rollup3,重新构建发布组件 + +- Updated dependencies [[`1ebe27830`](https://github.com/XiaoMi/hiui/commit/1ebe2783098b3a8cd980bd10076d67635463800e)]: + - @hi-ui/core@4.0.6 + - @hi-ui/use-latest@4.0.2 + - @hi-ui/button@4.0.7 + - @hi-ui/array-utils@4.0.2 + - @hi-ui/classname@4.0.2 + - @hi-ui/dom-utils@4.0.5 + - @hi-ui/env@4.0.2 + - @hi-ui/func-utils@4.0.2 + - @hi-ui/object-utils@4.0.2 + - @hi-ui/type-assertion@4.0.2 + ## 4.1.2 ### Patch Changes diff --git a/packages/ui/form/package.json b/packages/ui/form/package.json index 3d3a8b4d3..307fc896a 100644 --- a/packages/ui/form/package.json +++ b/packages/ui/form/package.json @@ -1,6 +1,6 @@ { "name": "@hi-ui/form", - "version": "4.1.2", + "version": "4.1.3", "description": "A sub-package for @hi-ui/hiui.", "keywords": [], "author": "HiUI ", @@ -43,26 +43,25 @@ "url": "https://github.com/XiaoMi/hiui/issues" }, "dependencies": { - "@hi-ui/array-utils": "^4.0.1", - "@hi-ui/button": "^4.0.5", - "@hi-ui/classname": "^4.0.1", - "@hi-ui/dom-utils": "^4.0.4", - "@hi-ui/env": "^4.0.1", - "@hi-ui/func-utils": "^4.0.1", - "@hi-ui/object-utils": "^4.0.1", - "@hi-ui/type-assertion": "^4.0.1", - "@hi-ui/use-latest": "^4.0.1", + "@hi-ui/array-utils": "^4.0.2", + "@hi-ui/button": "^4.0.7", + "@hi-ui/classname": "^4.0.2", + "@hi-ui/dom-utils": "^4.0.5", + "@hi-ui/env": "^4.0.2", + "@hi-ui/func-utils": "^4.0.2", + "@hi-ui/object-utils": "^4.0.2", + "@hi-ui/type-assertion": "^4.0.2", + "@hi-ui/use-latest": "^4.0.2", "async-validator": "^4.0.7" }, "peerDependencies": { - "@hi-ui/core": ">=4.0.0", + "@hi-ui/core": ">=4.0.6", "react": ">=16.8.6", "react-dom": ">=16.8.6" }, "devDependencies": { - "@hi-ui/core": "^4.0.4", - "@hi-ui/core-css": "^4.0.2", - + "@hi-ui/core": "^4.0.6", + "@hi-ui/core-css": "^4.1.3", "react": "^17.0.1", "react-dom": "^17.0.1" } diff --git a/packages/ui/grid/CHANGELOG.md b/packages/ui/grid/CHANGELOG.md index 930eeabaf..845e00164 100644 --- a/packages/ui/grid/CHANGELOG.md +++ b/packages/ui/grid/CHANGELOG.md @@ -1,3 +1,17 @@ # @hi-ui/grid - ## 4.0.5 - 更新版本为 4.0.5 \ No newline at end of file + +## 4.0.6 + +### Patch Changes + +- [#2672](https://github.com/XiaoMi/hiui/pull/2672) [`1ebe27830`](https://github.com/XiaoMi/hiui/commit/1ebe2783098b3a8cd980bd10076d67635463800e) Thanks [@zyprepare](https://github.com/zyprepare)! - build: 升级到 rollup3,重新构建发布组件 + +- Updated dependencies [[`1ebe27830`](https://github.com/XiaoMi/hiui/commit/1ebe2783098b3a8cd980bd10076d67635463800e)]: + - @hi-ui/core@4.0.6 + - @hi-ui/classname@4.0.2 + - @hi-ui/env@4.0.2 + - @hi-ui/type-assertion@4.0.2 + +## 4.0.5 + +更新版本为 4.0.5 diff --git a/packages/ui/grid/package.json b/packages/ui/grid/package.json index 897baa2e5..a4237259d 100644 --- a/packages/ui/grid/package.json +++ b/packages/ui/grid/package.json @@ -1,6 +1,6 @@ { "name": "@hi-ui/grid", - "version": "4.0.5", + "version": "4.0.6", "description": "A sub-package for @hi-ui/hiui.", "keywords": [], "author": "HiUI ", @@ -43,19 +43,18 @@ "url": "https://github.com/XiaoMi/hiui/issues" }, "dependencies": { - "@hi-ui/classname": "^4.0.1", - "@hi-ui/env": "^4.0.1", - "@hi-ui/type-assertion": "^4.0.1" + "@hi-ui/classname": "^4.0.2", + "@hi-ui/env": "^4.0.2", + "@hi-ui/type-assertion": "^4.0.2" }, "peerDependencies": { - "@hi-ui/core": ">=4.0.0", + "@hi-ui/core": ">=4.0.6", "react": ">=16.8.6", "react-dom": ">=16.8.6" }, "devDependencies": { - "@hi-ui/core": "^4.0.4", - "@hi-ui/core-css": "^4.0.1", - + "@hi-ui/core": "^4.0.6", + "@hi-ui/core-css": "^4.1.3", "react": "^17.0.1", "react-dom": "^17.0.1" } diff --git a/packages/ui/highlighter/CHANGELOG.md b/packages/ui/highlighter/CHANGELOG.md index 175ac9516..f6ceae14b 100644 --- a/packages/ui/highlighter/CHANGELOG.md +++ b/packages/ui/highlighter/CHANGELOG.md @@ -1,3 +1,16 @@ # @hi-ui/highlighter - ## 4.0.5 - 更新版本为 4.0.5 \ No newline at end of file + +## 4.0.6 + +### Patch Changes + +- [#2672](https://github.com/XiaoMi/hiui/pull/2672) [`1ebe27830`](https://github.com/XiaoMi/hiui/commit/1ebe2783098b3a8cd980bd10076d67635463800e) Thanks [@zyprepare](https://github.com/zyprepare)! - build: 升级到 rollup3,重新构建发布组件 + +- Updated dependencies [[`1ebe27830`](https://github.com/XiaoMi/hiui/commit/1ebe2783098b3a8cd980bd10076d67635463800e)]: + - @hi-ui/core@4.0.6 + - @hi-ui/classname@4.0.2 + - @hi-ui/env@4.0.2 + +## 4.0.5 + +更新版本为 4.0.5 diff --git a/packages/ui/highlighter/package.json b/packages/ui/highlighter/package.json index aea3b1c2a..04c46b192 100644 --- a/packages/ui/highlighter/package.json +++ b/packages/ui/highlighter/package.json @@ -1,6 +1,6 @@ { "name": "@hi-ui/highlighter", - "version": "4.0.5", + "version": "4.0.6", "description": "A sub-package for @hi-ui/hiui.", "keywords": [], "author": "HiUI ", @@ -43,18 +43,17 @@ "url": "https://github.com/XiaoMi/hiui/issues" }, "dependencies": { - "@hi-ui/classname": "^4.0.1", - "@hi-ui/env": "^4.0.1" + "@hi-ui/classname": "^4.0.2", + "@hi-ui/env": "^4.0.2" }, "peerDependencies": { - "@hi-ui/core": ">=4.0.0", + "@hi-ui/core": ">=4.0.6", "react": ">=16.8.6", "react-dom": ">=16.8.6" }, "devDependencies": { - "@hi-ui/core": "^4.0.4", - "@hi-ui/core-css": "^4.0.1", - + "@hi-ui/core": "^4.0.6", + "@hi-ui/core-css": "^4.1.3", "react": "^17.0.1", "react-dom": "^17.0.1" } diff --git a/packages/ui/hiui/CHANGELOG.md b/packages/ui/hiui/CHANGELOG.md index 9ae9d9672..28dbe75c4 100644 --- a/packages/ui/hiui/CHANGELOG.md +++ b/packages/ui/hiui/CHANGELOG.md @@ -1,5 +1,85 @@ # @hi-ui/hiui +## 4.4.0 + +### Minor Changes + +- [#2672](https://github.com/XiaoMi/hiui/pull/2672) [`1ebe27830`](https://github.com/XiaoMi/hiui/commit/1ebe2783098b3a8cd980bd10076d67635463800e) Thanks [@zyprepare](https://github.com/zyprepare)! - build: 升级到 rollup3,重新构建发布组件,4.4.0 + +### Patch Changes + +- [#2671](https://github.com/XiaoMi/hiui/pull/2671) [`6d7909444`](https://github.com/XiaoMi/hiui/commit/6d790944418f36689b34805f858a1268530864b9) Thanks [@zyprepare](https://github.com/zyprepare)! - fix: 修复组件参数类型错误 + +- Updated dependencies [[`1ebe27830`](https://github.com/XiaoMi/hiui/commit/1ebe2783098b3a8cd980bd10076d67635463800e), [`6d7909444`](https://github.com/XiaoMi/hiui/commit/6d790944418f36689b34805f858a1268530864b9)]: + - @hi-ui/core@4.0.6 + - @hi-ui/alert@4.1.1 + - @hi-ui/anchor@4.0.6 + - @hi-ui/avatar@4.0.5 + - @hi-ui/back-top@4.0.5 + - @hi-ui/badge@4.0.7 + - @hi-ui/breadcrumb@4.0.5 + - @hi-ui/button@4.0.7 + - @hi-ui/card@4.0.6 + - @hi-ui/carousel@4.0.5 + - @hi-ui/cascader@4.1.3 + - @hi-ui/check-cascader@4.2.3 + - @hi-ui/check-select@4.3.3 + - @hi-ui/check-tree-select@4.3.1 + - @hi-ui/checkbox@4.0.6 + - @hi-ui/collapse@4.1.3 + - @hi-ui/counter@4.1.6 + - @hi-ui/date-picker@4.4.2 + - @hi-ui/descriptions@4.2.2 + - @hi-ui/drawer@4.1.1 + - @hi-ui/dropdown@4.1.2 + - @hi-ui/ellipsis-tooltip@4.1.3 + - @hi-ui/empty-state@4.0.5 + - @hi-ui/filter@4.1.2 + - @hi-ui/form@4.1.3 + - @hi-ui/grid@4.0.6 + - @hi-ui/highlighter@4.0.6 + - @hi-ui/input@4.0.11 + - @hi-ui/input-group@4.0.4 + - @hi-ui/list@4.0.10 + - @hi-ui/loading@4.1.1 + - @hi-ui/menu@4.1.4 + - @hi-ui/message@4.0.5 + - @hi-ui/modal@4.0.13 + - @hi-ui/notification@4.1.1 + - @hi-ui/number-input@4.1.5 + - @hi-ui/pagination@4.0.12 + - @hi-ui/picker@4.1.2 + - @hi-ui/pop-confirm@4.2.1 + - @hi-ui/popover@4.0.6 + - @hi-ui/preview@4.0.6 + - @hi-ui/progress@4.0.7 + - @hi-ui/provider@4.0.6 + - @hi-ui/radio@4.1.1 + - @hi-ui/rating@4.0.6 + - @hi-ui/result@4.0.5 + - @hi-ui/scrollbar@4.0.4 + - @hi-ui/search@4.0.9 + - @hi-ui/select@4.2.3 + - @hi-ui/slider@4.0.8 + - @hi-ui/space@4.0.7 + - @hi-ui/spinner@4.0.6 + - @hi-ui/stepper@4.0.5 + - @hi-ui/svg-icon@4.0.5 + - @hi-ui/switch@4.0.8 + - @hi-ui/table@4.3.2 + - @hi-ui/tabs@4.1.2 + - @hi-ui/tag@4.1.1 + - @hi-ui/textarea@4.1.4 + - @hi-ui/time-picker@4.0.11 + - @hi-ui/timeline@4.0.5 + - @hi-ui/tooltip@4.0.8 + - @hi-ui/transfer@4.0.11 + - @hi-ui/tree@4.5.6 + - @hi-ui/tree-select@4.1.1 + - @hi-ui/upload@4.1.7 + - @hi-ui/watermark@4.0.5 + - @hi-ui/zen-mode@4.0.5 + ## 4.3.7 ### Patch Changes diff --git a/packages/ui/hiui/package.json b/packages/ui/hiui/package.json index 42b739ddc..f1adddb21 100644 --- a/packages/ui/hiui/package.json +++ b/packages/ui/hiui/package.json @@ -1,6 +1,6 @@ { "name": "@hi-ui/hiui", - "version": "4.3.7", + "version": "4.4.0", "description": "The root-package for @hi-ui/hiui.", "keywords": [], "author": "HiUI ", @@ -43,82 +43,82 @@ "url": "https://github.com/XiaoMi/hiui/issues" }, "dependencies": { - "@hi-ui/alert": "^4.1.0", - "@hi-ui/anchor": "^4.0.5", - "@hi-ui/avatar": "^4.0.4", - "@hi-ui/back-top": "^4.0.4", - "@hi-ui/badge": "^4.0.6", - "@hi-ui/breadcrumb": "^4.0.4", - "@hi-ui/button": "^4.0.6", - "@hi-ui/card": "^4.0.5", - "@hi-ui/carousel": "^4.0.4", - "@hi-ui/cascader": "^4.1.2", - "@hi-ui/check-cascader": "^4.2.2", - "@hi-ui/check-select": "^4.3.2", - "@hi-ui/check-tree-select": "^4.3.0", - "@hi-ui/checkbox": "^4.0.5", - "@hi-ui/collapse": "^4.1.2", - "@hi-ui/counter": "^4.1.5", - "@hi-ui/date-picker": "^4.4.1", - "@hi-ui/descriptions": "^4.2.1", - "@hi-ui/drawer": "^4.1.0", - "@hi-ui/dropdown": "^4.1.1", - "@hi-ui/ellipsis-tooltip": "^4.1.2", - "@hi-ui/empty-state": "^4.0.4", - "@hi-ui/filter": "^4.1.1", - "@hi-ui/form": "^4.1.2", - "@hi-ui/grid": "^4.0.5", - "@hi-ui/highlighter": "^4.0.5", - "@hi-ui/input": "^4.0.10", - "@hi-ui/input-group": "^4.0.3", - "@hi-ui/list": "^4.0.9", - "@hi-ui/loading": "^4.1.0", - "@hi-ui/menu": "^4.1.3", - "@hi-ui/message": "^4.0.4", - "@hi-ui/modal": "^4.0.12", - "@hi-ui/notification": "^4.1.0", - "@hi-ui/number-input": "^4.1.4", - "@hi-ui/pagination": "^4.0.11", - "@hi-ui/picker": "^4.1.1", - "@hi-ui/pop-confirm": "^4.2.0", - "@hi-ui/popover": "^4.0.5", - "@hi-ui/preview": "^4.0.5", - "@hi-ui/progress": "^4.0.6", - "@hi-ui/provider": "^4.0.5", - "@hi-ui/radio": "^4.1.0", - "@hi-ui/rating": "^4.0.5", - "@hi-ui/result": "^4.0.4", - "@hi-ui/scrollbar": "^4.0.3", - "@hi-ui/search": "^4.0.8", - "@hi-ui/select": "^4.2.2", - "@hi-ui/slider": "^4.0.7", - "@hi-ui/space": "^4.0.6", - "@hi-ui/spinner": "^4.0.5", - "@hi-ui/stepper": "^4.0.4", - "@hi-ui/svg-icon": "^4.0.4", - "@hi-ui/switch": "^4.0.7", - "@hi-ui/table": "^4.3.1", - "@hi-ui/tabs": "^4.1.1", - "@hi-ui/tag": "^4.1.0", - "@hi-ui/textarea": "^4.1.3", - "@hi-ui/time-picker": "^4.0.10", - "@hi-ui/timeline": "^4.0.4", - "@hi-ui/tooltip": "^4.0.7", - "@hi-ui/transfer": "^4.0.10", - "@hi-ui/tree": "^4.5.5", - "@hi-ui/tree-select": "^4.1.0", - "@hi-ui/upload": "^4.1.6", - "@hi-ui/watermark": "^4.0.4", - "@hi-ui/zen-mode": "^4.0.4" + "@hi-ui/alert": "^4.1.1", + "@hi-ui/anchor": "^4.0.6", + "@hi-ui/avatar": "^4.0.5", + "@hi-ui/back-top": "^4.0.5", + "@hi-ui/badge": "^4.0.7", + "@hi-ui/breadcrumb": "^4.0.5", + "@hi-ui/button": "^4.0.7", + "@hi-ui/card": "^4.0.6", + "@hi-ui/carousel": "^4.0.5", + "@hi-ui/cascader": "^4.1.3", + "@hi-ui/check-cascader": "^4.2.3", + "@hi-ui/check-select": "^4.3.3", + "@hi-ui/check-tree-select": "^4.3.1", + "@hi-ui/checkbox": "^4.0.6", + "@hi-ui/collapse": "^4.1.3", + "@hi-ui/counter": "^4.1.6", + "@hi-ui/date-picker": "^4.4.2", + "@hi-ui/descriptions": "^4.2.2", + "@hi-ui/drawer": "^4.1.1", + "@hi-ui/dropdown": "^4.1.2", + "@hi-ui/ellipsis-tooltip": "^4.1.3", + "@hi-ui/empty-state": "^4.0.5", + "@hi-ui/filter": "^4.1.2", + "@hi-ui/form": "^4.1.3", + "@hi-ui/grid": "^4.0.6", + "@hi-ui/highlighter": "^4.0.6", + "@hi-ui/input": "^4.0.11", + "@hi-ui/input-group": "^4.0.4", + "@hi-ui/list": "^4.0.10", + "@hi-ui/loading": "^4.1.1", + "@hi-ui/menu": "^4.1.4", + "@hi-ui/message": "^4.0.5", + "@hi-ui/modal": "^4.0.13", + "@hi-ui/notification": "^4.1.1", + "@hi-ui/number-input": "^4.1.5", + "@hi-ui/pagination": "^4.0.12", + "@hi-ui/picker": "^4.1.2", + "@hi-ui/pop-confirm": "^4.2.1", + "@hi-ui/popover": "^4.0.6", + "@hi-ui/preview": "^4.0.6", + "@hi-ui/progress": "^4.0.7", + "@hi-ui/provider": "^4.0.6", + "@hi-ui/radio": "^4.1.1", + "@hi-ui/rating": "^4.0.6", + "@hi-ui/result": "^4.0.5", + "@hi-ui/scrollbar": "^4.0.4", + "@hi-ui/search": "^4.0.9", + "@hi-ui/select": "^4.2.3", + "@hi-ui/slider": "^4.0.8", + "@hi-ui/space": "^4.0.7", + "@hi-ui/spinner": "^4.0.6", + "@hi-ui/stepper": "^4.0.5", + "@hi-ui/svg-icon": "^4.0.5", + "@hi-ui/switch": "^4.0.8", + "@hi-ui/table": "^4.3.2", + "@hi-ui/tabs": "^4.1.2", + "@hi-ui/tag": "^4.1.1", + "@hi-ui/textarea": "^4.1.4", + "@hi-ui/time-picker": "^4.0.11", + "@hi-ui/timeline": "^4.0.5", + "@hi-ui/tooltip": "^4.0.8", + "@hi-ui/transfer": "^4.0.11", + "@hi-ui/tree": "^4.5.6", + "@hi-ui/tree-select": "^4.1.1", + "@hi-ui/upload": "^4.1.7", + "@hi-ui/watermark": "^4.0.5", + "@hi-ui/zen-mode": "^4.0.5" }, "peerDependencies": { - "@hi-ui/core": ">=4.0.5", + "@hi-ui/core": ">=4.0.6", "react": ">=16.8.6", "react-dom": ">=16.8.6" }, "devDependencies": { - "@hi-ui/core": "^4.0.5", - "@hi-ui/core-css": "^4.1.2", + "@hi-ui/core": "^4.0.6", + "@hi-ui/core-css": "^4.1.3", "react": "^17.0.1", "react-dom": "^17.0.1" } diff --git a/packages/ui/icon-button/CHANGELOG.md b/packages/ui/icon-button/CHANGELOG.md index 7fcac48a3..dcdcd8dc7 100644 --- a/packages/ui/icon-button/CHANGELOG.md +++ b/packages/ui/icon-button/CHANGELOG.md @@ -1,5 +1,17 @@ # @hi-ui/icon-button +## 4.0.6 + +### Patch Changes + +- [#2672](https://github.com/XiaoMi/hiui/pull/2672) [`1ebe27830`](https://github.com/XiaoMi/hiui/commit/1ebe2783098b3a8cd980bd10076d67635463800e) Thanks [@zyprepare](https://github.com/zyprepare)! - build: 升级到 rollup3,重新构建发布组件 + +- Updated dependencies [[`1ebe27830`](https://github.com/XiaoMi/hiui/commit/1ebe2783098b3a8cd980bd10076d67635463800e)]: + - @hi-ui/core@4.0.6 + - @hi-ui/classname@4.0.2 + - @hi-ui/env@4.0.2 + - @hi-ui/type-assertion@4.0.2 + ## 4.0.5 ### Patch Changes diff --git a/packages/ui/icon-button/package.json b/packages/ui/icon-button/package.json index 5d31489bc..bde3cebff 100644 --- a/packages/ui/icon-button/package.json +++ b/packages/ui/icon-button/package.json @@ -1,6 +1,6 @@ { "name": "@hi-ui/icon-button", - "version": "4.0.5", + "version": "4.0.6", "description": "A sub-package for @hi-ui/hiui.", "keywords": [], "author": "HiUI ", @@ -43,18 +43,18 @@ "url": "https://github.com/XiaoMi/hiui/issues" }, "dependencies": { - "@hi-ui/classname": "^4.0.1", - "@hi-ui/env": "^4.0.1", - "@hi-ui/type-assertion": "^4.0.1" + "@hi-ui/classname": "^4.0.2", + "@hi-ui/env": "^4.0.2", + "@hi-ui/type-assertion": "^4.0.2" }, "peerDependencies": { - "@hi-ui/core": ">=4.0.0", + "@hi-ui/core": ">=4.0.6", "react": ">=16.8.6", "react-dom": ">=16.8.6" }, "devDependencies": { - "@hi-ui/core": "^4.0.4", - "@hi-ui/core-css": "^4.1.2", + "@hi-ui/core": "^4.0.6", + "@hi-ui/core-css": "^4.1.3", "react": "^17.0.1", "react-dom": "^17.0.1" } diff --git a/packages/ui/input-group/CHANGELOG.md b/packages/ui/input-group/CHANGELOG.md index cc7bc8c17..2974a773b 100644 --- a/packages/ui/input-group/CHANGELOG.md +++ b/packages/ui/input-group/CHANGELOG.md @@ -1,3 +1,16 @@ # @hi-ui/input-group - ## 4.0.3 - 更新版本为 4.0.3 \ No newline at end of file + +## 4.0.4 + +### Patch Changes + +- [#2672](https://github.com/XiaoMi/hiui/pull/2672) [`1ebe27830`](https://github.com/XiaoMi/hiui/commit/1ebe2783098b3a8cd980bd10076d67635463800e) Thanks [@zyprepare](https://github.com/zyprepare)! - build: 升级到 rollup3,重新构建发布组件 + +- Updated dependencies [[`1ebe27830`](https://github.com/XiaoMi/hiui/commit/1ebe2783098b3a8cd980bd10076d67635463800e)]: + - @hi-ui/core@4.0.6 + - @hi-ui/classname@4.0.2 + - @hi-ui/env@4.0.2 + +## 4.0.3 + +更新版本为 4.0.3 diff --git a/packages/ui/input-group/package.json b/packages/ui/input-group/package.json index 2796d0044..fd3f9603c 100644 --- a/packages/ui/input-group/package.json +++ b/packages/ui/input-group/package.json @@ -1,6 +1,6 @@ { "name": "@hi-ui/input-group", - "version": "4.0.3", + "version": "4.0.4", "description": "A sub-package for @hi-ui/hiui.", "keywords": [], "author": "HiUI ", @@ -43,18 +43,17 @@ "url": "https://github.com/XiaoMi/hiui/issues" }, "dependencies": { - "@hi-ui/classname": "^4.0.0", - "@hi-ui/env": "^4.0.0" + "@hi-ui/classname": "^4.0.2", + "@hi-ui/env": "^4.0.2" }, "peerDependencies": { - "@hi-ui/core": ">=4.0.0", + "@hi-ui/core": ">=4.0.6", "react": ">=16.8.6", "react-dom": ">=16.8.6" }, "devDependencies": { - "@hi-ui/core": "^4.0.4", - "@hi-ui/core-css": "^4.0.0", - + "@hi-ui/core": "^4.0.6", + "@hi-ui/core-css": "^4.1.3", "react": "^17.0.1", "react-dom": "^17.0.1" } diff --git a/packages/ui/input/CHANGELOG.md b/packages/ui/input/CHANGELOG.md index 0be349dd9..a0ebc748b 100644 --- a/packages/ui/input/CHANGELOG.md +++ b/packages/ui/input/CHANGELOG.md @@ -1,5 +1,23 @@ # @hi-ui/input +## 4.0.11 + +### Patch Changes + +- [#2672](https://github.com/XiaoMi/hiui/pull/2672) [`1ebe27830`](https://github.com/XiaoMi/hiui/commit/1ebe2783098b3a8cd980bd10076d67635463800e) Thanks [@zyprepare](https://github.com/zyprepare)! - build: 升级到 rollup3,重新构建发布组件 + +- Updated dependencies [[`1ebe27830`](https://github.com/XiaoMi/hiui/commit/1ebe2783098b3a8cd980bd10076d67635463800e)]: + - @hi-ui/core@4.0.6 + - @hi-ui/use-latest@4.0.2 + - @hi-ui/use-merge-refs@4.0.2 + - @hi-ui/use-uncontrolled-state@4.0.2 + - @hi-ui/icons@4.0.16 + - @hi-ui/classname@4.0.2 + - @hi-ui/dom-utils@4.0.5 + - @hi-ui/env@4.0.2 + - @hi-ui/func-utils@4.0.2 + - @hi-ui/type-assertion@4.0.2 + ## 4.0.10 ### Patch Changes diff --git a/packages/ui/input/package.json b/packages/ui/input/package.json index 981123260..3d09258b5 100644 --- a/packages/ui/input/package.json +++ b/packages/ui/input/package.json @@ -1,6 +1,6 @@ { "name": "@hi-ui/input", - "version": "4.0.10", + "version": "4.0.11", "description": "A sub-package for @hi-ui/hiui.", "keywords": [], "author": "HiUI ", @@ -43,24 +43,24 @@ "url": "https://github.com/XiaoMi/hiui/issues" }, "dependencies": { - "@hi-ui/classname": "^4.0.1", - "@hi-ui/dom-utils": "^4.0.4", - "@hi-ui/env": "^4.0.1", - "@hi-ui/func-utils": "^4.0.1", - "@hi-ui/icons": "^4.0.4", - "@hi-ui/type-assertion": "^4.0.1", - "@hi-ui/use-latest": "^4.0.1", - "@hi-ui/use-merge-refs": "^4.0.1", - "@hi-ui/use-uncontrolled-state": "^4.0.1" + "@hi-ui/classname": "^4.0.2", + "@hi-ui/dom-utils": "^4.0.5", + "@hi-ui/env": "^4.0.2", + "@hi-ui/func-utils": "^4.0.2", + "@hi-ui/icons": "^4.0.16", + "@hi-ui/type-assertion": "^4.0.2", + "@hi-ui/use-latest": "^4.0.2", + "@hi-ui/use-merge-refs": "^4.0.2", + "@hi-ui/use-uncontrolled-state": "^4.0.2" }, "peerDependencies": { - "@hi-ui/core": ">=4.0.0", + "@hi-ui/core": ">=4.0.6", "react": ">=16.8.6", "react-dom": ">=16.8.6" }, "devDependencies": { - "@hi-ui/core": "^4.0.4", - "@hi-ui/core-css": "^4.1.2", + "@hi-ui/core": "^4.0.6", + "@hi-ui/core-css": "^4.1.3", "react": "^17.0.1", "react-dom": "^17.0.1" } diff --git a/packages/ui/list/CHANGELOG.md b/packages/ui/list/CHANGELOG.md index aba26755e..0ed4f33ef 100644 --- a/packages/ui/list/CHANGELOG.md +++ b/packages/ui/list/CHANGELOG.md @@ -1,5 +1,18 @@ # @hi-ui/list +## 4.0.10 + +### Patch Changes + +- [#2672](https://github.com/XiaoMi/hiui/pull/2672) [`1ebe27830`](https://github.com/XiaoMi/hiui/commit/1ebe2783098b3a8cd980bd10076d67635463800e) Thanks [@zyprepare](https://github.com/zyprepare)! - build: 升级到 rollup3,重新构建发布组件 + +- Updated dependencies [[`1ebe27830`](https://github.com/XiaoMi/hiui/commit/1ebe2783098b3a8cd980bd10076d67635463800e)]: + - @hi-ui/core@4.0.6 + - @hi-ui/empty-state@4.0.5 + - @hi-ui/pagination@4.0.12 + - @hi-ui/classname@4.0.2 + - @hi-ui/env@4.0.2 + ## 4.0.9 ### Patch Changes diff --git a/packages/ui/list/package.json b/packages/ui/list/package.json index 806ffb75a..6bb2fc590 100644 --- a/packages/ui/list/package.json +++ b/packages/ui/list/package.json @@ -1,6 +1,6 @@ { "name": "@hi-ui/list", - "version": "4.0.9", + "version": "4.0.10", "description": "A sub-package for @hi-ui/hiui.", "keywords": [], "author": "HiUI ", @@ -43,19 +43,19 @@ "url": "https://github.com/XiaoMi/hiui/issues" }, "dependencies": { - "@hi-ui/classname": "^4.0.1", - "@hi-ui/empty-state": "^4.0.4", - "@hi-ui/env": "^4.0.1", - "@hi-ui/pagination": "^4.0.8" + "@hi-ui/classname": "^4.0.2", + "@hi-ui/empty-state": "^4.0.5", + "@hi-ui/env": "^4.0.2", + "@hi-ui/pagination": "^4.0.12" }, "peerDependencies": { - "@hi-ui/core": ">=4.0.0", + "@hi-ui/core": ">=4.0.6", "react": ">=16.8.6", "react-dom": ">=16.8.6" }, "devDependencies": { - "@hi-ui/core": "^4.0.4", - "@hi-ui/core-css": "^4.0.1", + "@hi-ui/core": "^4.0.6", + "@hi-ui/core-css": "^4.1.3", "react": "^17.0.1", "react-dom": "^17.0.1" } diff --git a/packages/ui/loading/CHANGELOG.md b/packages/ui/loading/CHANGELOG.md index 1f6b9f040..2b619d0c4 100644 --- a/packages/ui/loading/CHANGELOG.md +++ b/packages/ui/loading/CHANGELOG.md @@ -1,5 +1,23 @@ # @hi-ui/loading +## 4.1.1 + +### Patch Changes + +- [#2672](https://github.com/XiaoMi/hiui/pull/2672) [`1ebe27830`](https://github.com/XiaoMi/hiui/commit/1ebe2783098b3a8cd980bd10076d67635463800e) Thanks [@zyprepare](https://github.com/zyprepare)! - build: 升级到 rollup3,重新构建发布组件 + +- Updated dependencies [[`1ebe27830`](https://github.com/XiaoMi/hiui/commit/1ebe2783098b3a8cd980bd10076d67635463800e)]: + - @hi-ui/core@4.0.6 + - @hi-ui/use-id@4.0.2 + - @hi-ui/use-latest@4.0.2 + - @hi-ui/portal@4.0.5 + - @hi-ui/spinner@4.0.6 + - @hi-ui/classname@4.0.2 + - @hi-ui/container@4.0.2 + - @hi-ui/env@4.0.2 + - @hi-ui/func-utils@4.0.2 + - @hi-ui/type-assertion@4.0.2 + ## 4.1.0 ### Minor Changes diff --git a/packages/ui/loading/package.json b/packages/ui/loading/package.json index 7e10eed68..28fd6a898 100644 --- a/packages/ui/loading/package.json +++ b/packages/ui/loading/package.json @@ -1,6 +1,6 @@ { "name": "@hi-ui/loading", - "version": "4.1.0", + "version": "4.1.1", "description": "> TODO: description", "keywords": [], "author": "HiUI ", @@ -43,26 +43,25 @@ "url": "https://github.com/XiaoMi/hiui/issues" }, "dependencies": { - "@hi-ui/classname": "^4.0.1", - "@hi-ui/container": "^4.0.1", - "@hi-ui/env": "^4.0.1", - "@hi-ui/func-utils": "^4.0.1", - "@hi-ui/portal": "^4.0.4", - "@hi-ui/spinner": "^4.0.4", - "@hi-ui/type-assertion": "^4.0.1", - "@hi-ui/use-id": "^4.0.1", - "@hi-ui/use-latest": "^4.0.1", + "@hi-ui/classname": "^4.0.2", + "@hi-ui/container": "^4.0.2", + "@hi-ui/env": "^4.0.2", + "@hi-ui/func-utils": "^4.0.2", + "@hi-ui/portal": "^4.0.5", + "@hi-ui/spinner": "^4.0.6", + "@hi-ui/type-assertion": "^4.0.2", + "@hi-ui/use-id": "^4.0.2", + "@hi-ui/use-latest": "^4.0.2", "react-transition-group": "^4.4.2" }, "peerDependencies": { - "@hi-ui/core": ">=4.0.0", + "@hi-ui/core": ">=4.0.6", "react": ">=16.8.6", "react-dom": ">=16.8.6" }, "devDependencies": { - "@hi-ui/core": "^4.0.4", - "@hi-ui/core-css": "^4.0.1", - + "@hi-ui/core": "^4.0.6", + "@hi-ui/core-css": "^4.1.3", "@types/react-transition-group": "^4.4.2", "react": "^17.0.1", "react-dom": "^17.0.1" diff --git a/packages/ui/locale-context/CHANGELOG.md b/packages/ui/locale-context/CHANGELOG.md index 3d00a7fe1..e6c90522b 100644 --- a/packages/ui/locale-context/CHANGELOG.md +++ b/packages/ui/locale-context/CHANGELOG.md @@ -1,5 +1,18 @@ # @hi-ui/locale-context +## 4.0.6 + +### Patch Changes + +- [#2672](https://github.com/XiaoMi/hiui/pull/2672) [`1ebe27830`](https://github.com/XiaoMi/hiui/commit/1ebe2783098b3a8cd980bd10076d67635463800e) Thanks [@zyprepare](https://github.com/zyprepare)! - build: 升级到 rollup3,重新构建发布组件 + +- Updated dependencies [[`1ebe27830`](https://github.com/XiaoMi/hiui/commit/1ebe2783098b3a8cd980bd10076d67635463800e)]: + - @hi-ui/classname@4.0.2 + - @hi-ui/env@4.0.2 + - @hi-ui/func-utils@4.0.2 + - @hi-ui/object-utils@4.0.2 + - @hi-ui/type-assertion@4.0.2 + ## 4.0.5 ### Patch Changes diff --git a/packages/ui/locale-context/package.json b/packages/ui/locale-context/package.json index 65ce85108..752d1373a 100644 --- a/packages/ui/locale-context/package.json +++ b/packages/ui/locale-context/package.json @@ -1,6 +1,6 @@ { "name": "@hi-ui/locale-context", - "version": "4.0.5", + "version": "4.0.6", "description": "A sub-package for @hi-ui/hiui.", "keywords": [], "author": "HiUI ", @@ -43,18 +43,17 @@ "url": "https://github.com/XiaoMi/hiui/issues" }, "dependencies": { - "@hi-ui/classname": "^4.0.1", - "@hi-ui/env": "^4.0.1", - "@hi-ui/func-utils": "^4.0.1", - "@hi-ui/object-utils": "^4.0.1", - "@hi-ui/type-assertion": "^4.0.1" + "@hi-ui/classname": "^4.0.2", + "@hi-ui/env": "^4.0.2", + "@hi-ui/func-utils": "^4.0.2", + "@hi-ui/object-utils": "^4.0.2", + "@hi-ui/type-assertion": "^4.0.2" }, "peerDependencies": { "react": ">=16.8.6", "react-dom": ">=16.8.6" }, "devDependencies": { - "react": "^17.0.1", "react-dom": "^17.0.1" } diff --git a/packages/ui/menu/CHANGELOG.md b/packages/ui/menu/CHANGELOG.md index ccf355935..1fe967ca7 100644 --- a/packages/ui/menu/CHANGELOG.md +++ b/packages/ui/menu/CHANGELOG.md @@ -1,5 +1,28 @@ # @hi-ui/menu +## 4.1.4 + +### Patch Changes + +- [#2672](https://github.com/XiaoMi/hiui/pull/2672) [`1ebe27830`](https://github.com/XiaoMi/hiui/commit/1ebe2783098b3a8cd980bd10076d67635463800e) Thanks [@zyprepare](https://github.com/zyprepare)! - build: 升级到 rollup3,重新构建发布组件 + +- Updated dependencies [[`1ebe27830`](https://github.com/XiaoMi/hiui/commit/1ebe2783098b3a8cd980bd10076d67635463800e)]: + - @hi-ui/core@4.0.6 + - @hi-ui/use-id@4.0.2 + - @hi-ui/use-merge-refs@4.0.2 + - @hi-ui/use-resize-observer@4.0.2 + - @hi-ui/use-toggle@4.0.2 + - @hi-ui/use-uncontrolled-state@4.0.2 + - @hi-ui/icons@4.0.16 + - @hi-ui/popper@4.1.1 + - @hi-ui/tooltip@4.0.8 + - @hi-ui/array-utils@4.0.2 + - @hi-ui/classname@4.0.2 + - @hi-ui/env@4.0.2 + - @hi-ui/times@4.0.2 + - @hi-ui/tree-utils@4.1.2 + - @hi-ui/type-assertion@4.0.2 + ## 4.1.3 ### Patch Changes diff --git a/packages/ui/menu/package.json b/packages/ui/menu/package.json index c30ff230e..54d66b350 100644 --- a/packages/ui/menu/package.json +++ b/packages/ui/menu/package.json @@ -1,6 +1,6 @@ { "name": "@hi-ui/menu", - "version": "4.1.3", + "version": "4.1.4", "description": "A sub-package for @hi-ui/hiui.", "keywords": [], "author": "HiUI ", @@ -43,30 +43,30 @@ "url": "https://github.com/XiaoMi/hiui/issues" }, "dependencies": { - "@hi-ui/array-utils": "^4.0.1", - "@hi-ui/classname": "^4.0.1", - "@hi-ui/env": "^4.0.1", - "@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.1.1", - "@hi-ui/type-assertion": "^4.0.1", - "@hi-ui/use-id": "^4.0.1", - "@hi-ui/use-merge-refs": "^4.0.1", - "@hi-ui/use-resize-observer": "^4.0.1", - "@hi-ui/use-toggle": "^4.0.1", - "@hi-ui/use-uncontrolled-state": "^4.0.1", + "@hi-ui/array-utils": "^4.0.2", + "@hi-ui/classname": "^4.0.2", + "@hi-ui/env": "^4.0.2", + "@hi-ui/icons": "^4.0.16", + "@hi-ui/popper": "^4.1.1", + "@hi-ui/times": "^4.0.2", + "@hi-ui/tooltip": "^4.0.8", + "@hi-ui/tree-utils": "^4.1.2", + "@hi-ui/type-assertion": "^4.0.2", + "@hi-ui/use-id": "^4.0.2", + "@hi-ui/use-merge-refs": "^4.0.2", + "@hi-ui/use-resize-observer": "^4.0.2", + "@hi-ui/use-toggle": "^4.0.2", + "@hi-ui/use-uncontrolled-state": "^4.0.2", "react-transition-group": "^4.4.2" }, "peerDependencies": { - "@hi-ui/core": ">=4.0.0", + "@hi-ui/core": ">=4.0.6", "react": ">=16.8.6", "react-dom": ">=16.8.6" }, "devDependencies": { - "@hi-ui/core": "^4.0.4", - "@hi-ui/core-css": "^4.1.2", + "@hi-ui/core": "^4.0.6", + "@hi-ui/core-css": "^4.1.3", "react": "^17.0.1", "react-dom": "^17.0.1" } diff --git a/packages/ui/message/CHANGELOG.md b/packages/ui/message/CHANGELOG.md index f9f863337..0839e1725 100644 --- a/packages/ui/message/CHANGELOG.md +++ b/packages/ui/message/CHANGELOG.md @@ -1,3 +1,19 @@ # @hi-ui/message - ## 4.0.4 - 更新版本为 4.0.4 \ No newline at end of file + +## 4.0.5 + +### Patch Changes + +- [#2672](https://github.com/XiaoMi/hiui/pull/2672) [`1ebe27830`](https://github.com/XiaoMi/hiui/commit/1ebe2783098b3a8cd980bd10076d67635463800e) Thanks [@zyprepare](https://github.com/zyprepare)! - build: 升级到 rollup3,重新构建发布组件 + +- Updated dependencies [[`1ebe27830`](https://github.com/XiaoMi/hiui/commit/1ebe2783098b3a8cd980bd10076d67635463800e)]: + - @hi-ui/core@4.0.6 + - @hi-ui/icons@4.0.16 + - @hi-ui/toast@4.0.5 + - @hi-ui/classname@4.0.2 + - @hi-ui/env@4.0.2 + - @hi-ui/react-utils@4.0.2 + +## 4.0.4 + +更新版本为 4.0.4 diff --git a/packages/ui/message/package.json b/packages/ui/message/package.json index 91811f1f0..924c6ec7b 100644 --- a/packages/ui/message/package.json +++ b/packages/ui/message/package.json @@ -1,6 +1,6 @@ { "name": "@hi-ui/message", - "version": "4.0.4", + "version": "4.0.5", "description": "A sub-package for @hi-ui/hiui.", "keywords": [], "author": "HiUI ", @@ -43,22 +43,21 @@ "url": "https://github.com/XiaoMi/hiui/issues" }, "dependencies": { - "@hi-ui/classname": "^4.0.1", - "@hi-ui/env": "^4.0.1", - "@hi-ui/icons": "^4.0.4", - "@hi-ui/react-utils": "^4.0.1", - "@hi-ui/toast": "^4.0.4", + "@hi-ui/classname": "^4.0.2", + "@hi-ui/env": "^4.0.2", + "@hi-ui/icons": "^4.0.16", + "@hi-ui/react-utils": "^4.0.2", + "@hi-ui/toast": "^4.0.5", "react-transition-group": "^4.4.2" }, "peerDependencies": { - "@hi-ui/core": ">=4.0.0", + "@hi-ui/core": ">=4.0.6", "react": ">=16.8.6", "react-dom": ">=16.8.6" }, "devDependencies": { - "@hi-ui/core": "^4.0.4", - "@hi-ui/core-css": "^4.0.1", - + "@hi-ui/core": "^4.0.6", + "@hi-ui/core-css": "^4.1.3", "react": "^17.0.1", "react-dom": "^17.0.1" } diff --git a/packages/ui/modal/CHANGELOG.md b/packages/ui/modal/CHANGELOG.md index 6f0c3739d..dd98f48be 100644 --- a/packages/ui/modal/CHANGELOG.md +++ b/packages/ui/modal/CHANGELOG.md @@ -1,5 +1,30 @@ # @hi-ui/modal +## 4.0.13 + +### Patch Changes + +- [#2672](https://github.com/XiaoMi/hiui/pull/2672) [`1ebe27830`](https://github.com/XiaoMi/hiui/commit/1ebe2783098b3a8cd980bd10076d67635463800e) Thanks [@zyprepare](https://github.com/zyprepare)! - build: 升级到 rollup3,重新构建发布组件 + +- Updated dependencies [[`1ebe27830`](https://github.com/XiaoMi/hiui/commit/1ebe2783098b3a8cd980bd10076d67635463800e)]: + - @hi-ui/core@4.0.6 + - @hi-ui/use-id@4.0.2 + - @hi-ui/use-latest@4.0.2 + - @hi-ui/use-merge-refs@4.0.2 + - @hi-ui/use-scroll-lock@4.0.2 + - @hi-ui/use-toggle@4.0.2 + - @hi-ui/icons@4.0.16 + - @hi-ui/button@4.0.7 + - @hi-ui/icon-button@4.0.6 + - @hi-ui/portal@4.0.5 + - @hi-ui/classname@4.0.2 + - @hi-ui/container@4.0.2 + - @hi-ui/dom-utils@4.0.5 + - @hi-ui/env@4.0.2 + - @hi-ui/func-utils@4.0.2 + - @hi-ui/react-utils@4.0.2 + - @hi-ui/type-assertion@4.0.2 + ## 4.0.12 ### Patch Changes diff --git a/packages/ui/modal/package.json b/packages/ui/modal/package.json index 1e8186942..f4a69d595 100644 --- a/packages/ui/modal/package.json +++ b/packages/ui/modal/package.json @@ -1,6 +1,6 @@ { "name": "@hi-ui/modal", - "version": "4.0.12", + "version": "4.0.13", "description": "A sub-package for @hi-ui/hiui.", "keywords": [], "author": "HiUI ", @@ -43,32 +43,32 @@ "url": "https://github.com/XiaoMi/hiui/issues" }, "dependencies": { - "@hi-ui/button": "^4.0.5", - "@hi-ui/classname": "^4.0.1", - "@hi-ui/container": "^4.0.1", - "@hi-ui/dom-utils": "^4.0.4", - "@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.6", - "@hi-ui/portal": "^4.0.4", - "@hi-ui/react-utils": "^4.0.1", - "@hi-ui/type-assertion": "^4.0.1", - "@hi-ui/use-id": "^4.0.1", - "@hi-ui/use-latest": "^4.0.1", - "@hi-ui/use-merge-refs": "^4.0.1", - "@hi-ui/use-scroll-lock": "^4.0.1", - "@hi-ui/use-toggle": "^4.0.1", + "@hi-ui/button": "^4.0.7", + "@hi-ui/classname": "^4.0.2", + "@hi-ui/container": "^4.0.2", + "@hi-ui/dom-utils": "^4.0.5", + "@hi-ui/env": "^4.0.2", + "@hi-ui/func-utils": "^4.0.2", + "@hi-ui/icon-button": "^4.0.6", + "@hi-ui/icons": "^4.0.16", + "@hi-ui/portal": "^4.0.5", + "@hi-ui/react-utils": "^4.0.2", + "@hi-ui/type-assertion": "^4.0.2", + "@hi-ui/use-id": "^4.0.2", + "@hi-ui/use-latest": "^4.0.2", + "@hi-ui/use-merge-refs": "^4.0.2", + "@hi-ui/use-scroll-lock": "^4.0.2", + "@hi-ui/use-toggle": "^4.0.2", "react-transition-group": "^4.4.2" }, "peerDependencies": { - "@hi-ui/core": ">=4.0.0", + "@hi-ui/core": ">=4.0.6", "react": ">=16.8.6", "react-dom": ">=16.8.6" }, "devDependencies": { - "@hi-ui/core": "^4.0.4", - "@hi-ui/core-css": "^4.0.2", + "@hi-ui/core": "^4.0.6", + "@hi-ui/core-css": "^4.1.3", "react": "^17.0.1", "react-dom": "^17.0.1" } diff --git a/packages/ui/notification/CHANGELOG.md b/packages/ui/notification/CHANGELOG.md index 871f21eb2..362c45fd3 100644 --- a/packages/ui/notification/CHANGELOG.md +++ b/packages/ui/notification/CHANGELOG.md @@ -1,5 +1,20 @@ # @hi-ui/notification +## 4.1.1 + +### Patch Changes + +- [#2672](https://github.com/XiaoMi/hiui/pull/2672) [`1ebe27830`](https://github.com/XiaoMi/hiui/commit/1ebe2783098b3a8cd980bd10076d67635463800e) Thanks [@zyprepare](https://github.com/zyprepare)! - build: 升级到 rollup3,重新构建发布组件 + +- Updated dependencies [[`1ebe27830`](https://github.com/XiaoMi/hiui/commit/1ebe2783098b3a8cd980bd10076d67635463800e)]: + - @hi-ui/core@4.0.6 + - @hi-ui/icons@4.0.16 + - @hi-ui/icon-button@4.0.6 + - @hi-ui/toast@4.0.5 + - @hi-ui/classname@4.0.2 + - @hi-ui/env@4.0.2 + - @hi-ui/react-utils@4.0.2 + ## 4.1.0 ### Minor Changes diff --git a/packages/ui/notification/package.json b/packages/ui/notification/package.json index 135e58583..a90008857 100644 --- a/packages/ui/notification/package.json +++ b/packages/ui/notification/package.json @@ -1,6 +1,6 @@ { "name": "@hi-ui/notification", - "version": "4.1.0", + "version": "4.1.1", "description": "A sub-package for @hi-ui/hiui.", "keywords": [], "author": "HiUI ", @@ -43,22 +43,22 @@ "url": "https://github.com/XiaoMi/hiui/issues" }, "dependencies": { - "@hi-ui/classname": "^4.0.1", - "@hi-ui/env": "^4.0.1", - "@hi-ui/icon-button": "^4.0.4", - "@hi-ui/icons": "^4.0.14", - "@hi-ui/react-utils": "^4.0.1", - "@hi-ui/toast": "^4.0.4", + "@hi-ui/classname": "^4.0.2", + "@hi-ui/env": "^4.0.2", + "@hi-ui/icon-button": "^4.0.6", + "@hi-ui/icons": "^4.0.16", + "@hi-ui/react-utils": "^4.0.2", + "@hi-ui/toast": "^4.0.5", "react-transition-group": "^4.4.2" }, "peerDependencies": { - "@hi-ui/core": ">=4.0.0", + "@hi-ui/core": ">=4.0.6", "react": ">=16.8.6", "react-dom": ">=16.8.6" }, "devDependencies": { - "@hi-ui/core": "^4.0.4", - "@hi-ui/core-css": "^4.0.1", + "@hi-ui/core": "^4.0.6", + "@hi-ui/core-css": "^4.1.3", "react": "^17.0.1", "react-dom": "^17.0.1" } diff --git a/packages/ui/number-input/CHANGELOG.md b/packages/ui/number-input/CHANGELOG.md index 42df9a727..56efa399f 100644 --- a/packages/ui/number-input/CHANGELOG.md +++ b/packages/ui/number-input/CHANGELOG.md @@ -1,5 +1,18 @@ # @hi-ui/number-input +## 4.1.5 + +### Patch Changes + +- [#2672](https://github.com/XiaoMi/hiui/pull/2672) [`1ebe27830`](https://github.com/XiaoMi/hiui/commit/1ebe2783098b3a8cd980bd10076d67635463800e) Thanks [@zyprepare](https://github.com/zyprepare)! - build: 升级到 rollup3,重新构建发布组件 + +- Updated dependencies [[`1ebe27830`](https://github.com/XiaoMi/hiui/commit/1ebe2783098b3a8cd980bd10076d67635463800e)]: + - @hi-ui/core@4.0.6 + - @hi-ui/icons@4.0.16 + - @hi-ui/counter@4.1.6 + - @hi-ui/classname@4.0.2 + - @hi-ui/env@4.0.2 + ## 4.1.4 ### Patch Changes diff --git a/packages/ui/number-input/package.json b/packages/ui/number-input/package.json index 63701399f..8eaf62542 100644 --- a/packages/ui/number-input/package.json +++ b/packages/ui/number-input/package.json @@ -1,6 +1,6 @@ { "name": "@hi-ui/number-input", - "version": "4.1.4", + "version": "4.1.5", "description": "A sub-package for @hi-ui/hiui.", "keywords": [], "author": "HiUI ", @@ -43,19 +43,19 @@ "url": "https://github.com/XiaoMi/hiui/issues" }, "dependencies": { - "@hi-ui/classname": "^4.0.1", - "@hi-ui/counter": "^4.1.5", - "@hi-ui/env": "^4.0.1", - "@hi-ui/icons": "^4.0.11" + "@hi-ui/classname": "^4.0.2", + "@hi-ui/counter": "^4.1.6", + "@hi-ui/env": "^4.0.2", + "@hi-ui/icons": "^4.0.16" }, "peerDependencies": { - "@hi-ui/core": ">=4.0.0", + "@hi-ui/core": ">=4.0.6", "react": ">=16.8.6", "react-dom": ">=16.8.6" }, "devDependencies": { - "@hi-ui/core": "^4.0.4", - "@hi-ui/core-css": "^4.1.2", + "@hi-ui/core": "^4.0.6", + "@hi-ui/core-css": "^4.1.3", "react": "^17.0.1", "react-dom": "^17.0.1" } diff --git a/packages/ui/pagination/CHANGELOG.md b/packages/ui/pagination/CHANGELOG.md index c6c31daad..98278451d 100644 --- a/packages/ui/pagination/CHANGELOG.md +++ b/packages/ui/pagination/CHANGELOG.md @@ -1,5 +1,23 @@ # @hi-ui/pagination +## 4.0.12 + +### Patch Changes + +- [#2672](https://github.com/XiaoMi/hiui/pull/2672) [`1ebe27830`](https://github.com/XiaoMi/hiui/commit/1ebe2783098b3a8cd980bd10076d67635463800e) Thanks [@zyprepare](https://github.com/zyprepare)! - build: 升级到 rollup3,重新构建发布组件 + +- Updated dependencies [[`1ebe27830`](https://github.com/XiaoMi/hiui/commit/1ebe2783098b3a8cd980bd10076d67635463800e)]: + - @hi-ui/core@4.0.6 + - @hi-ui/use-latest@4.0.2 + - @hi-ui/use-uncontrolled-state@4.0.2 + - @hi-ui/icons@4.0.16 + - @hi-ui/counter@4.1.6 + - @hi-ui/input@4.0.11 + - @hi-ui/select@4.2.3 + - @hi-ui/classname@4.0.2 + - @hi-ui/env@4.0.2 + - @hi-ui/type-assertion@4.0.2 + ## 4.0.11 ### Patch Changes diff --git a/packages/ui/pagination/package.json b/packages/ui/pagination/package.json index 2b47281b1..70e18759e 100644 --- a/packages/ui/pagination/package.json +++ b/packages/ui/pagination/package.json @@ -1,6 +1,6 @@ { "name": "@hi-ui/pagination", - "version": "4.0.11", + "version": "4.0.12", "description": "A sub-package for @hi-ui/hiui.", "keywords": [], "author": "HiUI ", @@ -43,24 +43,24 @@ "url": "https://github.com/XiaoMi/hiui/issues" }, "dependencies": { - "@hi-ui/classname": "^4.0.1", - "@hi-ui/counter": "^4.1.5", - "@hi-ui/env": "^4.0.1", - "@hi-ui/icons": "^4.0.4", - "@hi-ui/input": "^4.0.10", - "@hi-ui/select": "^4.0.8", - "@hi-ui/type-assertion": "^4.0.1", - "@hi-ui/use-latest": "^4.0.1", - "@hi-ui/use-uncontrolled-state": "^4.0.1" + "@hi-ui/classname": "^4.0.2", + "@hi-ui/counter": "^4.1.6", + "@hi-ui/env": "^4.0.2", + "@hi-ui/icons": "^4.0.16", + "@hi-ui/input": "^4.0.11", + "@hi-ui/select": "^4.2.3", + "@hi-ui/type-assertion": "^4.0.2", + "@hi-ui/use-latest": "^4.0.2", + "@hi-ui/use-uncontrolled-state": "^4.0.2" }, "peerDependencies": { - "@hi-ui/core": ">=4.0.5", + "@hi-ui/core": ">=4.0.6", "react": ">=16.8.6", "react-dom": ">=16.8.6" }, "devDependencies": { - "@hi-ui/core": "^4.0.5", - "@hi-ui/core-css": "^4.1.2", + "@hi-ui/core": "^4.0.6", + "@hi-ui/core-css": "^4.1.3", "react": "^17.0.1", "react-dom": "^17.0.1" } diff --git a/packages/ui/picker/CHANGELOG.md b/packages/ui/picker/CHANGELOG.md index c4ce9793f..f59956e83 100644 --- a/packages/ui/picker/CHANGELOG.md +++ b/packages/ui/picker/CHANGELOG.md @@ -1,5 +1,25 @@ # @hi-ui/picker +## 4.1.2 + +### Patch Changes + +- [#2672](https://github.com/XiaoMi/hiui/pull/2672) [`1ebe27830`](https://github.com/XiaoMi/hiui/commit/1ebe2783098b3a8cd980bd10076d67635463800e) Thanks [@zyprepare](https://github.com/zyprepare)! - build: 升级到 rollup3,重新构建发布组件 + +- Updated dependencies [[`1ebe27830`](https://github.com/XiaoMi/hiui/commit/1ebe2783098b3a8cd980bd10076d67635463800e)]: + - @hi-ui/core@4.0.6 + - @hi-ui/use-latest@4.0.2 + - @hi-ui/use-toggle@4.0.2 + - @hi-ui/use-uncontrolled-state@4.0.2 + - @hi-ui/icons@4.0.16 + - @hi-ui/input@4.0.11 + - @hi-ui/loading@4.1.1 + - @hi-ui/popper@4.1.1 + - @hi-ui/classname@4.0.2 + - @hi-ui/dom-utils@4.0.5 + - @hi-ui/env@4.0.2 + - @hi-ui/type-assertion@4.0.2 + ## 4.1.1 ### Patch Changes diff --git a/packages/ui/picker/package.json b/packages/ui/picker/package.json index 3eb22ce17..acc35b344 100644 --- a/packages/ui/picker/package.json +++ b/packages/ui/picker/package.json @@ -1,6 +1,6 @@ { "name": "@hi-ui/picker", - "version": "4.1.1", + "version": "4.1.2", "description": "A sub-package for @hi-ui/hiui.", "keywords": [], "author": "HiUI ", @@ -43,26 +43,26 @@ "url": "https://github.com/XiaoMi/hiui/issues" }, "dependencies": { - "@hi-ui/classname": "^4.0.1", - "@hi-ui/dom-utils": "^4.0.4", - "@hi-ui/env": "^4.0.1", - "@hi-ui/icons": "^4.0.4", - "@hi-ui/input": "^4.0.6", - "@hi-ui/loading": "^4.0.4", - "@hi-ui/popper": "^4.0.5", - "@hi-ui/type-assertion": "^4.0.1", - "@hi-ui/use-latest": "^4.0.1", - "@hi-ui/use-toggle": "^4.0.1", - "@hi-ui/use-uncontrolled-state": "^4.0.1" + "@hi-ui/classname": "^4.0.2", + "@hi-ui/dom-utils": "^4.0.5", + "@hi-ui/env": "^4.0.2", + "@hi-ui/icons": "^4.0.16", + "@hi-ui/input": "^4.0.11", + "@hi-ui/loading": "^4.1.1", + "@hi-ui/popper": "^4.1.1", + "@hi-ui/type-assertion": "^4.0.2", + "@hi-ui/use-latest": "^4.0.2", + "@hi-ui/use-toggle": "^4.0.2", + "@hi-ui/use-uncontrolled-state": "^4.0.2" }, "peerDependencies": { - "@hi-ui/core": ">=4.0.0", + "@hi-ui/core": ">=4.0.6", "react": ">=16.8.6", "react-dom": ">=16.8.6" }, "devDependencies": { - "@hi-ui/core": "^4.0.4", - "@hi-ui/core-css": "^4.0.1", + "@hi-ui/core": "^4.0.6", + "@hi-ui/core-css": "^4.1.3", "react": "^17.0.1", "react-dom": "^17.0.1" } diff --git a/packages/ui/pop-confirm/CHANGELOG.md b/packages/ui/pop-confirm/CHANGELOG.md index 1f1f50b35..c4b7aa95d 100644 --- a/packages/ui/pop-confirm/CHANGELOG.md +++ b/packages/ui/pop-confirm/CHANGELOG.md @@ -1,5 +1,27 @@ # @hi-ui/pop-confirm +## 4.2.1 + +### Patch Changes + +- [#2672](https://github.com/XiaoMi/hiui/pull/2672) [`1ebe27830`](https://github.com/XiaoMi/hiui/commit/1ebe2783098b3a8cd980bd10076d67635463800e) Thanks [@zyprepare](https://github.com/zyprepare)! - build: 升级到 rollup3,重新构建发布组件 + +- [#2671](https://github.com/XiaoMi/hiui/pull/2671) [`6d7909444`](https://github.com/XiaoMi/hiui/commit/6d790944418f36689b34805f858a1268530864b9) Thanks [@zyprepare](https://github.com/zyprepare)! - fix: 修复组件参数类型错误 + +- Updated dependencies [[`1ebe27830`](https://github.com/XiaoMi/hiui/commit/1ebe2783098b3a8cd980bd10076d67635463800e)]: + - @hi-ui/core@4.0.6 + - @hi-ui/use-latest@4.0.2 + - @hi-ui/use-toggle@4.0.2 + - @hi-ui/use-uncontrolled-state@4.0.2 + - @hi-ui/icons@4.0.16 + - @hi-ui/button@4.0.7 + - @hi-ui/popper@4.1.1 + - @hi-ui/classname@4.0.2 + - @hi-ui/dom-utils@4.0.5 + - @hi-ui/env@4.0.2 + - @hi-ui/react-utils@4.0.2 + - @hi-ui/type-assertion@4.0.2 + ## 4.2.0 ### Minor Changes diff --git a/packages/ui/pop-confirm/package.json b/packages/ui/pop-confirm/package.json index 12ac1ed39..6c95eeafe 100644 --- a/packages/ui/pop-confirm/package.json +++ b/packages/ui/pop-confirm/package.json @@ -1,6 +1,6 @@ { "name": "@hi-ui/pop-confirm", - "version": "4.2.0", + "version": "4.2.1", "description": "A sub-package for @hi-ui/hiui.", "keywords": [], "author": "HiUI ", @@ -43,26 +43,26 @@ "url": "https://github.com/XiaoMi/hiui/issues" }, "dependencies": { - "@hi-ui/button": "^4.0.6", - "@hi-ui/classname": "^4.0.1", - "@hi-ui/dom-utils": "^4.0.4", - "@hi-ui/env": "^4.0.1", - "@hi-ui/icons": "^4.0.4", - "@hi-ui/popper": "^4.0.4", - "@hi-ui/react-utils": "^4.0.1", - "@hi-ui/type-assertion": "^4.0.1", - "@hi-ui/use-latest": "^4.0.1", - "@hi-ui/use-toggle": "^4.0.1", - "@hi-ui/use-uncontrolled-state": "^4.0.1" + "@hi-ui/button": "^4.0.7", + "@hi-ui/classname": "^4.0.2", + "@hi-ui/dom-utils": "^4.0.5", + "@hi-ui/env": "^4.0.2", + "@hi-ui/icons": "^4.0.16", + "@hi-ui/popper": "^4.1.1", + "@hi-ui/react-utils": "^4.0.2", + "@hi-ui/type-assertion": "^4.0.2", + "@hi-ui/use-latest": "^4.0.2", + "@hi-ui/use-toggle": "^4.0.2", + "@hi-ui/use-uncontrolled-state": "^4.0.2" }, "peerDependencies": { - "@hi-ui/core": ">=4.0.0", + "@hi-ui/core": ">=4.0.6", "react": ">=16.8.6", "react-dom": ">=16.8.6" }, "devDependencies": { - "@hi-ui/core": "^4.0.4", - "@hi-ui/core-css": "^4.1.2", + "@hi-ui/core": "^4.0.6", + "@hi-ui/core-css": "^4.1.3", "react": "^17.0.1", "react-dom": "^17.0.1" } diff --git a/packages/ui/popover/CHANGELOG.md b/packages/ui/popover/CHANGELOG.md index 8be0888c1..70fe82539 100644 --- a/packages/ui/popover/CHANGELOG.md +++ b/packages/ui/popover/CHANGELOG.md @@ -1,3 +1,26 @@ # @hi-ui/popover - ## 4.0.5 - 更新版本为 4.0.5 \ No newline at end of file + +## 4.0.6 + +### Patch Changes + +- [#2672](https://github.com/XiaoMi/hiui/pull/2672) [`1ebe27830`](https://github.com/XiaoMi/hiui/commit/1ebe2783098b3a8cd980bd10076d67635463800e) Thanks [@zyprepare](https://github.com/zyprepare)! - build: 升级到 rollup3,重新构建发布组件 + +- Updated dependencies [[`1ebe27830`](https://github.com/XiaoMi/hiui/commit/1ebe2783098b3a8cd980bd10076d67635463800e)]: + - @hi-ui/core@4.0.6 + - @hi-ui/use-id@4.0.2 + - @hi-ui/use-latest@4.0.2 + - @hi-ui/use-timeout@4.0.2 + - @hi-ui/use-toggle@4.0.2 + - @hi-ui/use-unmount-effect@4.0.2 + - @hi-ui/popper@4.1.1 + - @hi-ui/array-utils@4.0.2 + - @hi-ui/classname@4.0.2 + - @hi-ui/dom-utils@4.0.5 + - @hi-ui/env@4.0.2 + - @hi-ui/react-utils@4.0.2 + - @hi-ui/type-assertion@4.0.2 + +## 4.0.5 + +更新版本为 4.0.5 diff --git a/packages/ui/popover/package.json b/packages/ui/popover/package.json index 587bd64c8..7064b23fd 100644 --- a/packages/ui/popover/package.json +++ b/packages/ui/popover/package.json @@ -1,6 +1,6 @@ { "name": "@hi-ui/popover", - "version": "4.0.5", + "version": "4.0.6", "description": "A sub-package for @hi-ui/hiui.", "keywords": [], "author": "HiUI ", @@ -43,28 +43,27 @@ "url": "https://github.com/XiaoMi/hiui/issues" }, "dependencies": { - "@hi-ui/array-utils": "^4.0.1", - "@hi-ui/classname": "^4.0.1", - "@hi-ui/dom-utils": "^4.0.4", - "@hi-ui/env": "^4.0.1", - "@hi-ui/popper": "^4.0.4", - "@hi-ui/react-utils": "^4.0.1", - "@hi-ui/type-assertion": "^4.0.1", - "@hi-ui/use-id": "^4.0.1", - "@hi-ui/use-latest": "^4.0.1", - "@hi-ui/use-timeout": "^4.0.1", - "@hi-ui/use-toggle": "^4.0.1", - "@hi-ui/use-unmount-effect": "^4.0.1" + "@hi-ui/array-utils": "^4.0.2", + "@hi-ui/classname": "^4.0.2", + "@hi-ui/dom-utils": "^4.0.5", + "@hi-ui/env": "^4.0.2", + "@hi-ui/popper": "^4.1.1", + "@hi-ui/react-utils": "^4.0.2", + "@hi-ui/type-assertion": "^4.0.2", + "@hi-ui/use-id": "^4.0.2", + "@hi-ui/use-latest": "^4.0.2", + "@hi-ui/use-timeout": "^4.0.2", + "@hi-ui/use-toggle": "^4.0.2", + "@hi-ui/use-unmount-effect": "^4.0.2" }, "peerDependencies": { - "@hi-ui/core": ">=4.0.0", + "@hi-ui/core": ">=4.0.6", "react": ">=16.8.6", "react-dom": ">=16.8.6" }, "devDependencies": { - "@hi-ui/core": "^4.0.4", - "@hi-ui/core-css": "^4.0.1", - + "@hi-ui/core": "^4.0.6", + "@hi-ui/core-css": "^4.1.3", "react": "^17.0.1", "react-dom": "^17.0.1" } diff --git a/packages/ui/popper/CHANGELOG.md b/packages/ui/popper/CHANGELOG.md index f428458d0..513b60989 100644 --- a/packages/ui/popper/CHANGELOG.md +++ b/packages/ui/popper/CHANGELOG.md @@ -1,5 +1,24 @@ # @hi-ui/popper +## 4.1.1 + +### Patch Changes + +- [#2672](https://github.com/XiaoMi/hiui/pull/2672) [`1ebe27830`](https://github.com/XiaoMi/hiui/commit/1ebe2783098b3a8cd980bd10076d67635463800e) Thanks [@zyprepare](https://github.com/zyprepare)! - build: 升级到 rollup3,重新构建发布组件 + +- Updated dependencies [[`1ebe27830`](https://github.com/XiaoMi/hiui/commit/1ebe2783098b3a8cd980bd10076d67635463800e)]: + - @hi-ui/core@4.0.6 + - @hi-ui/use-latest@4.0.2 + - @hi-ui/use-lazy-render@4.0.2 + - @hi-ui/use-merge-refs@4.0.2 + - @hi-ui/use-outside-click@4.0.2 + - @hi-ui/use-toggle@4.0.2 + - @hi-ui/portal@4.0.5 + - @hi-ui/classname@4.0.2 + - @hi-ui/dom-utils@4.0.5 + - @hi-ui/env@4.0.2 + - @hi-ui/react-utils@4.0.2 + ## 4.1.0 ### Minor Changes diff --git a/packages/ui/popper/package.json b/packages/ui/popper/package.json index 953b34819..39bc741f6 100644 --- a/packages/ui/popper/package.json +++ b/packages/ui/popper/package.json @@ -1,6 +1,6 @@ { "name": "@hi-ui/popper", - "version": "4.1.0", + "version": "4.1.1", "description": "A sub-package for @hi-ui/hiui.", "keywords": [], "author": "HiUI ", @@ -43,27 +43,27 @@ "url": "https://github.com/XiaoMi/hiui/issues" }, "dependencies": { - "@hi-ui/classname": "^4.0.1", - "@hi-ui/dom-utils": "^4.0.4", - "@hi-ui/env": "^4.0.1", - "@hi-ui/portal": "^4.0.4", - "@hi-ui/react-utils": "^4.0.1", - "@hi-ui/use-latest": "^4.0.1", - "@hi-ui/use-lazy-render": "^4.0.1", - "@hi-ui/use-merge-refs": "^4.0.1", - "@hi-ui/use-outside-click": "^4.0.1", - "@hi-ui/use-toggle": "^4.0.1", + "@hi-ui/classname": "^4.0.2", + "@hi-ui/dom-utils": "^4.0.5", + "@hi-ui/env": "^4.0.2", + "@hi-ui/portal": "^4.0.5", + "@hi-ui/react-utils": "^4.0.2", + "@hi-ui/use-latest": "^4.0.2", + "@hi-ui/use-lazy-render": "^4.0.2", + "@hi-ui/use-merge-refs": "^4.0.2", + "@hi-ui/use-outside-click": "^4.0.2", + "@hi-ui/use-toggle": "^4.0.2", "@popperjs/core": "^2.9.3", "react-transition-group": "^4.4.2" }, "peerDependencies": { - "@hi-ui/core": ">=4.0.0", + "@hi-ui/core": ">=4.0.6", "react": ">=16.8.6", "react-dom": ">=16.8.6" }, "devDependencies": { - "@hi-ui/core": "^4.0.4", - "@hi-ui/core-css": "^4.0.1", + "@hi-ui/core": "^4.0.6", + "@hi-ui/core-css": "^4.1.3", "react": "^17.0.1", "react-dom": "^17.0.1" } diff --git a/packages/ui/portal/CHANGELOG.md b/packages/ui/portal/CHANGELOG.md index 3414b14ad..30b9127dc 100644 --- a/packages/ui/portal/CHANGELOG.md +++ b/packages/ui/portal/CHANGELOG.md @@ -1,3 +1,18 @@ # @hi-ui/portal - ## 4.0.4 - 更新版本为 4.0.4 \ No newline at end of file + +## 4.0.5 + +### Patch Changes + +- [#2672](https://github.com/XiaoMi/hiui/pull/2672) [`1ebe27830`](https://github.com/XiaoMi/hiui/commit/1ebe2783098b3a8cd980bd10076d67635463800e) Thanks [@zyprepare](https://github.com/zyprepare)! - build: 升级到 rollup3,重新构建发布组件 + +- Updated dependencies [[`1ebe27830`](https://github.com/XiaoMi/hiui/commit/1ebe2783098b3a8cd980bd10076d67635463800e)]: + - @hi-ui/core@4.0.6 + - @hi-ui/use-force-update@4.0.2 + - @hi-ui/classname@4.0.2 + - @hi-ui/container@4.0.2 + - @hi-ui/env@4.0.2 + +## 4.0.4 + +更新版本为 4.0.4 diff --git a/packages/ui/portal/package.json b/packages/ui/portal/package.json index 6d519e766..7d6001689 100644 --- a/packages/ui/portal/package.json +++ b/packages/ui/portal/package.json @@ -1,6 +1,6 @@ { "name": "@hi-ui/portal", - "version": "4.0.4", + "version": "4.0.5", "description": "A sub-package for @hi-ui/hiui.", "keywords": [], "author": "HiUI ", @@ -43,20 +43,19 @@ "url": "https://github.com/XiaoMi/hiui/issues" }, "dependencies": { - "@hi-ui/classname": "^4.0.1", - "@hi-ui/container": "^4.0.1", - "@hi-ui/env": "^4.0.1", - "@hi-ui/use-force-update": "^4.0.1" + "@hi-ui/classname": "^4.0.2", + "@hi-ui/container": "^4.0.2", + "@hi-ui/env": "^4.0.2", + "@hi-ui/use-force-update": "^4.0.2" }, "peerDependencies": { - "@hi-ui/core": ">=4.0.0", + "@hi-ui/core": ">=4.0.6", "react": ">=16.8.6", "react-dom": ">=16.8.6" }, "devDependencies": { - "@hi-ui/core": "^4.0.4", - "@hi-ui/core-css": "^4.0.1", - + "@hi-ui/core": "^4.0.6", + "@hi-ui/core-css": "^4.1.3", "react": "^17.0.1", "react-dom": "^17.0.1" } diff --git a/packages/ui/preview/CHANGELOG.md b/packages/ui/preview/CHANGELOG.md index d09faa6ea..83adb7923 100644 --- a/packages/ui/preview/CHANGELOG.md +++ b/packages/ui/preview/CHANGELOG.md @@ -1,5 +1,20 @@ # @hi-ui/preview +## 4.0.6 + +### Patch Changes + +- [#2672](https://github.com/XiaoMi/hiui/pull/2672) [`1ebe27830`](https://github.com/XiaoMi/hiui/commit/1ebe2783098b3a8cd980bd10076d67635463800e) Thanks [@zyprepare](https://github.com/zyprepare)! - build: 升级到 rollup3,重新构建发布组件 + +- Updated dependencies [[`1ebe27830`](https://github.com/XiaoMi/hiui/commit/1ebe2783098b3a8cd980bd10076d67635463800e)]: + - @hi-ui/core@4.0.6 + - @hi-ui/use-latest@4.0.2 + - @hi-ui/use-uncontrolled-state@4.0.2 + - @hi-ui/icons@4.0.16 + - @hi-ui/portal@4.0.5 + - @hi-ui/classname@4.0.2 + - @hi-ui/env@4.0.2 + ## 4.0.5 ### Patch Changes diff --git a/packages/ui/preview/package.json b/packages/ui/preview/package.json index 5e15ab040..15a7b8742 100644 --- a/packages/ui/preview/package.json +++ b/packages/ui/preview/package.json @@ -1,6 +1,6 @@ { "name": "@hi-ui/preview", - "version": "4.0.5", + "version": "4.0.6", "description": "A sub-package for @hi-ui/hiui.", "keywords": [], "author": "HiUI ", @@ -43,22 +43,22 @@ "url": "https://github.com/XiaoMi/hiui/issues" }, "dependencies": { - "@hi-ui/classname": "^4.0.1", - "@hi-ui/env": "^4.0.1", - "@hi-ui/icons": "^4.0.4", - "@hi-ui/portal": "^4.0.4", - "@hi-ui/use-latest": "^4.0.1", - "@hi-ui/use-uncontrolled-state": "^4.0.1", + "@hi-ui/classname": "^4.0.2", + "@hi-ui/env": "^4.0.2", + "@hi-ui/icons": "^4.0.16", + "@hi-ui/portal": "^4.0.5", + "@hi-ui/use-latest": "^4.0.2", + "@hi-ui/use-uncontrolled-state": "^4.0.2", "react-transition-group": "^4.4.2" }, "peerDependencies": { - "@hi-ui/core": ">=4.0.0", + "@hi-ui/core": ">=4.0.6", "react": ">=16.8.6", "react-dom": ">=16.8.6" }, "devDependencies": { - "@hi-ui/core": "^4.0.4", - "@hi-ui/core-css": "^4.0.1", + "@hi-ui/core": "^4.0.6", + "@hi-ui/core-css": "^4.1.3", "react": "^17.0.1", "react-dom": "^17.0.1" } diff --git a/packages/ui/progress/CHANGELOG.md b/packages/ui/progress/CHANGELOG.md index c3cbde944..a689c7706 100644 --- a/packages/ui/progress/CHANGELOG.md +++ b/packages/ui/progress/CHANGELOG.md @@ -1,3 +1,16 @@ # @hi-ui/progress - ## 4.0.6 - 更新版本为 4.0.6 \ No newline at end of file + +## 4.0.7 + +### Patch Changes + +- [#2672](https://github.com/XiaoMi/hiui/pull/2672) [`1ebe27830`](https://github.com/XiaoMi/hiui/commit/1ebe2783098b3a8cd980bd10076d67635463800e) Thanks [@zyprepare](https://github.com/zyprepare)! - build: 升级到 rollup3,重新构建发布组件 + +- Updated dependencies [[`1ebe27830`](https://github.com/XiaoMi/hiui/commit/1ebe2783098b3a8cd980bd10076d67635463800e)]: + - @hi-ui/core@4.0.6 + - @hi-ui/classname@4.0.2 + - @hi-ui/env@4.0.2 + +## 4.0.6 + +更新版本为 4.0.6 diff --git a/packages/ui/progress/package.json b/packages/ui/progress/package.json index d30caec01..263b96ee4 100644 --- a/packages/ui/progress/package.json +++ b/packages/ui/progress/package.json @@ -1,6 +1,6 @@ { "name": "@hi-ui/progress", - "version": "4.0.6", + "version": "4.0.7", "description": "A sub-package for @hi-ui/hiui.", "keywords": [], "author": "HiUI ", @@ -43,18 +43,17 @@ "url": "https://github.com/XiaoMi/hiui/issues" }, "dependencies": { - "@hi-ui/classname": "^4.0.1", - "@hi-ui/env": "^4.0.1" + "@hi-ui/classname": "^4.0.2", + "@hi-ui/env": "^4.0.2" }, "peerDependencies": { - "@hi-ui/core": ">=4.0.0", + "@hi-ui/core": ">=4.0.6", "react": ">=16.8.6", "react-dom": ">=16.8.6" }, "devDependencies": { - "@hi-ui/core": "^4.0.4", - "@hi-ui/core-css": "^4.0.1", - + "@hi-ui/core": "^4.0.6", + "@hi-ui/core-css": "^4.1.3", "react": "^17.0.1", "react-dom": "^17.0.1" } diff --git a/packages/ui/provider/CHANGELOG.md b/packages/ui/provider/CHANGELOG.md index 0f3641570..b12b94d59 100644 --- a/packages/ui/provider/CHANGELOG.md +++ b/packages/ui/provider/CHANGELOG.md @@ -1,3 +1,18 @@ # @hi-ui/provider - ## 4.0.5 - 更新版本为 4.0.5 \ No newline at end of file + +## 4.0.6 + +### Patch Changes + +- [#2672](https://github.com/XiaoMi/hiui/pull/2672) [`1ebe27830`](https://github.com/XiaoMi/hiui/commit/1ebe2783098b3a8cd980bd10076d67635463800e) Thanks [@zyprepare](https://github.com/zyprepare)! - build: 升级到 rollup3,重新构建发布组件 + +- Updated dependencies [[`1ebe27830`](https://github.com/XiaoMi/hiui/commit/1ebe2783098b3a8cd980bd10076d67635463800e)]: + - @hi-ui/core@4.0.6 + - @hi-ui/classname@4.0.2 + - @hi-ui/dom-utils@4.0.5 + - @hi-ui/env@4.0.2 + - @hi-ui/object-utils@4.0.2 + +## 4.0.5 + +更新版本为 4.0.5 diff --git a/packages/ui/provider/package.json b/packages/ui/provider/package.json index 836e87d9b..07120c073 100644 --- a/packages/ui/provider/package.json +++ b/packages/ui/provider/package.json @@ -1,6 +1,6 @@ { "name": "@hi-ui/provider", - "version": "4.0.5", + "version": "4.0.6", "description": "A sub-package for @hi-ui/hiui.", "keywords": [], "author": "HiUI ", @@ -43,21 +43,20 @@ "url": "https://github.com/XiaoMi/hiui/issues" }, "dependencies": { - "@hi-ui/classname": "^4.0.1", - "@hi-ui/dom-utils": "^4.0.4", - "@hi-ui/env": "^4.0.1", - "@hi-ui/object-utils": "^4.0.1", + "@hi-ui/classname": "^4.0.2", + "@hi-ui/dom-utils": "^4.0.5", + "@hi-ui/env": "^4.0.2", + "@hi-ui/object-utils": "^4.0.2", "csstype": "^3.0.11" }, "peerDependencies": { - "@hi-ui/core": ">=4.0.0", + "@hi-ui/core": ">=4.0.6", "react": ">=16.8.6", "react-dom": ">=16.8.6" }, "devDependencies": { - "@hi-ui/core": "^4.0.4", - "@hi-ui/core-css": "^4.0.1", - + "@hi-ui/core": "^4.0.6", + "@hi-ui/core-css": "^4.1.3", "react": "^17.0.1", "react-dom": "^17.0.1" } diff --git a/packages/ui/radio/CHANGELOG.md b/packages/ui/radio/CHANGELOG.md index 29067b308..db15cedf3 100644 --- a/packages/ui/radio/CHANGELOG.md +++ b/packages/ui/radio/CHANGELOG.md @@ -1,5 +1,20 @@ # @hi-ui/radio +## 4.1.1 + +### Patch Changes + +- [#2672](https://github.com/XiaoMi/hiui/pull/2672) [`1ebe27830`](https://github.com/XiaoMi/hiui/commit/1ebe2783098b3a8cd980bd10076d67635463800e) Thanks [@zyprepare](https://github.com/zyprepare)! - build: 升级到 rollup3,重新构建发布组件 + +- Updated dependencies [[`1ebe27830`](https://github.com/XiaoMi/hiui/commit/1ebe2783098b3a8cd980bd10076d67635463800e)]: + - @hi-ui/core@4.0.6 + - @hi-ui/use-uncontrolled-state@4.0.2 + - @hi-ui/classname@4.0.2 + - @hi-ui/dom-utils@4.0.5 + - @hi-ui/env@4.0.2 + - @hi-ui/func-utils@4.0.2 + - @hi-ui/type-assertion@4.0.2 + ## 4.1.0 ### Minor Changes diff --git a/packages/ui/radio/package.json b/packages/ui/radio/package.json index 09c2e8c7a..e05f37e58 100644 --- a/packages/ui/radio/package.json +++ b/packages/ui/radio/package.json @@ -1,6 +1,6 @@ { "name": "@hi-ui/radio", - "version": "4.1.0", + "version": "4.1.1", "description": "A sub-package for @hi-ui/hiui.", "keywords": [], "author": "HiUI ", @@ -43,21 +43,21 @@ "url": "https://github.com/XiaoMi/hiui/issues" }, "dependencies": { - "@hi-ui/classname": "^4.0.1", - "@hi-ui/dom-utils": "^4.0.4", - "@hi-ui/env": "^4.0.1", - "@hi-ui/func-utils": "^4.0.1", - "@hi-ui/type-assertion": "^4.0.1", - "@hi-ui/use-uncontrolled-state": "^4.0.1" + "@hi-ui/classname": "^4.0.2", + "@hi-ui/dom-utils": "^4.0.5", + "@hi-ui/env": "^4.0.2", + "@hi-ui/func-utils": "^4.0.2", + "@hi-ui/type-assertion": "^4.0.2", + "@hi-ui/use-uncontrolled-state": "^4.0.2" }, "peerDependencies": { - "@hi-ui/core": ">=4.0.0", + "@hi-ui/core": ">=4.0.6", "react": ">=16.8.6", "react-dom": ">=16.8.6" }, "devDependencies": { - "@hi-ui/core": "^4.0.4", - "@hi-ui/core-css": "^4.1.2", + "@hi-ui/core": "^4.0.6", + "@hi-ui/core-css": "^4.1.3", "react": "^17.0.1", "react-dom": "^17.0.1" } diff --git a/packages/ui/rating/CHANGELOG.md b/packages/ui/rating/CHANGELOG.md index a7d903c6c..50e8bf5ac 100644 --- a/packages/ui/rating/CHANGELOG.md +++ b/packages/ui/rating/CHANGELOG.md @@ -1,3 +1,20 @@ # @hi-ui/rating - ## 4.0.5 - 更新版本为 4.0.5 \ No newline at end of file + +## 4.0.6 + +### Patch Changes + +- [#2672](https://github.com/XiaoMi/hiui/pull/2672) [`1ebe27830`](https://github.com/XiaoMi/hiui/commit/1ebe2783098b3a8cd980bd10076d67635463800e) Thanks [@zyprepare](https://github.com/zyprepare)! - build: 升级到 rollup3,重新构建发布组件 + +- Updated dependencies [[`1ebe27830`](https://github.com/XiaoMi/hiui/commit/1ebe2783098b3a8cd980bd10076d67635463800e)]: + - @hi-ui/core@4.0.6 + - @hi-ui/use-did-mount@4.0.2 + - @hi-ui/use-merge-refs@4.0.2 + - @hi-ui/use-uncontrolled-state@4.0.2 + - @hi-ui/tooltip@4.0.8 + - @hi-ui/classname@4.0.2 + - @hi-ui/env@4.0.2 + +## 4.0.5 + +更新版本为 4.0.5 diff --git a/packages/ui/rating/package.json b/packages/ui/rating/package.json index b6c3eec73..5c2f1574b 100644 --- a/packages/ui/rating/package.json +++ b/packages/ui/rating/package.json @@ -1,6 +1,6 @@ { "name": "@hi-ui/rating", - "version": "4.0.5", + "version": "4.0.6", "description": "A sub-package for @hi-ui/hiui.", "keywords": [], "author": "HiUI ", @@ -43,22 +43,21 @@ "url": "https://github.com/XiaoMi/hiui/issues" }, "dependencies": { - "@hi-ui/classname": "^4.0.1", - "@hi-ui/env": "^4.0.1", - "@hi-ui/tooltip": "^4.0.5", - "@hi-ui/use-did-mount": "^4.0.1", - "@hi-ui/use-merge-refs": "^4.0.1", - "@hi-ui/use-uncontrolled-state": "^4.0.1" + "@hi-ui/classname": "^4.0.2", + "@hi-ui/env": "^4.0.2", + "@hi-ui/tooltip": "^4.0.8", + "@hi-ui/use-did-mount": "^4.0.2", + "@hi-ui/use-merge-refs": "^4.0.2", + "@hi-ui/use-uncontrolled-state": "^4.0.2" }, "peerDependencies": { - "@hi-ui/core": ">=4.0.0", + "@hi-ui/core": ">=4.0.6", "react": ">=16.8.6", "react-dom": ">=16.8.6" }, "devDependencies": { - "@hi-ui/core": "^4.0.4", - "@hi-ui/core-css": "^4.0.1", - + "@hi-ui/core": "^4.0.6", + "@hi-ui/core-css": "^4.1.3", "react": "^17.0.1", "react-dom": "^17.0.1" } diff --git a/packages/ui/resize-box/CHANGELOG.md b/packages/ui/resize-box/CHANGELOG.md index edd4bf39c..cc87de167 100644 --- a/packages/ui/resize-box/CHANGELOG.md +++ b/packages/ui/resize-box/CHANGELOG.md @@ -1,3 +1,18 @@ # @hi-ui/resize-box - ## 4.0.0-alpha.0 - 更新版本为 4.0.0-alpha.0 \ No newline at end of file + +## 4.0.0 + +### Patch Changes + +- [#2672](https://github.com/XiaoMi/hiui/pull/2672) [`1ebe27830`](https://github.com/XiaoMi/hiui/commit/1ebe2783098b3a8cd980bd10076d67635463800e) Thanks [@zyprepare](https://github.com/zyprepare)! - build: 升级到 rollup3,重新构建发布组件 + +- Updated dependencies [[`1ebe27830`](https://github.com/XiaoMi/hiui/commit/1ebe2783098b3a8cd980bd10076d67635463800e)]: + - @hi-ui/core@4.0.6 + - @hi-ui/use-merge-refs@4.0.2 + - @hi-ui/use-uncontrolled-state@4.0.2 + - @hi-ui/classname@4.0.2 + - @hi-ui/env@4.0.2 + +## 4.0.0-alpha.0 + +更新版本为 4.0.0-alpha.0 diff --git a/packages/ui/resize-box/package.json b/packages/ui/resize-box/package.json index 8f53191b1..d00864b0f 100644 --- a/packages/ui/resize-box/package.json +++ b/packages/ui/resize-box/package.json @@ -1,6 +1,6 @@ { "name": "@hi-ui/resize-box", - "version": "4.0.0-alpha.0", + "version": "4.0.0", "description": "A sub-package for @hi-ui/hiui.", "keywords": [], "author": "HiUI ", @@ -43,20 +43,20 @@ "url": "https://github.com/XiaoMi/hiui/issues" }, "dependencies": { - "@hi-ui/classname": "^4.0.0", - "@hi-ui/env": "^4.0.0", - "@hi-ui/use-merge-refs": "^4.0.1", - "@hi-ui/use-uncontrolled-state": "^4.0.1", + "@hi-ui/classname": "^4.0.2", + "@hi-ui/env": "^4.0.2", + "@hi-ui/use-merge-refs": "^4.0.2", + "@hi-ui/use-uncontrolled-state": "^4.0.2", "react-resizable": "^3.0.5" }, "peerDependencies": { - "@hi-ui/core": ">=4.0.0", + "@hi-ui/core": ">=4.0.6", "react": ">=16.8.6", "react-dom": ">=16.8.6" }, "devDependencies": { - "@hi-ui/core": "^4.0.0", - "@hi-ui/core-css": "^4.0.0", + "@hi-ui/core": "^4.0.6", + "@hi-ui/core-css": "^4.1.3", "react": "^17.0.1", "react-dom": "^17.0.1" } diff --git a/packages/ui/result/CHANGELOG.md b/packages/ui/result/CHANGELOG.md index 3999d085f..073d6a81b 100644 --- a/packages/ui/result/CHANGELOG.md +++ b/packages/ui/result/CHANGELOG.md @@ -1,3 +1,18 @@ # @hi-ui/result - ## 4.0.4 - 更新版本为 4.0.4 \ No newline at end of file + +## 4.0.5 + +### Patch Changes + +- [#2672](https://github.com/XiaoMi/hiui/pull/2672) [`1ebe27830`](https://github.com/XiaoMi/hiui/commit/1ebe2783098b3a8cd980bd10076d67635463800e) Thanks [@zyprepare](https://github.com/zyprepare)! - build: 升级到 rollup3,重新构建发布组件 + +- Updated dependencies [[`1ebe27830`](https://github.com/XiaoMi/hiui/commit/1ebe2783098b3a8cd980bd10076d67635463800e)]: + - @hi-ui/core@4.0.6 + - @hi-ui/icons@4.0.16 + - @hi-ui/classname@4.0.2 + - @hi-ui/env@4.0.2 + - @hi-ui/type-assertion@4.0.2 + +## 4.0.4 + +更新版本为 4.0.4 diff --git a/packages/ui/result/package.json b/packages/ui/result/package.json index 412ff910f..e2b941ef0 100644 --- a/packages/ui/result/package.json +++ b/packages/ui/result/package.json @@ -1,6 +1,6 @@ { "name": "@hi-ui/result", - "version": "4.0.4", + "version": "4.0.5", "description": "A sub-package for @hi-ui/hiui.", "keywords": [], "author": "HiUI ", @@ -43,20 +43,19 @@ "url": "https://github.com/XiaoMi/hiui/issues" }, "dependencies": { - "@hi-ui/classname": "^4.0.1", - "@hi-ui/env": "^4.0.1", - "@hi-ui/icons": "^4.0.4", - "@hi-ui/type-assertion": "^4.0.1" + "@hi-ui/classname": "^4.0.2", + "@hi-ui/env": "^4.0.2", + "@hi-ui/icons": "^4.0.16", + "@hi-ui/type-assertion": "^4.0.2" }, "peerDependencies": { - "@hi-ui/core": ">=4.0.0", + "@hi-ui/core": ">=4.0.6", "react": ">=16.8.6", "react-dom": ">=16.8.6" }, "devDependencies": { - "@hi-ui/core": "^4.0.4", - "@hi-ui/core-css": "^4.0.1", - + "@hi-ui/core": "^4.0.6", + "@hi-ui/core-css": "^4.1.3", "react": "^17.0.1", "react-dom": "^17.0.1" } diff --git a/packages/ui/scrollbar/CHANGELOG.md b/packages/ui/scrollbar/CHANGELOG.md index bc39dc8fa..73848b36f 100644 --- a/packages/ui/scrollbar/CHANGELOG.md +++ b/packages/ui/scrollbar/CHANGELOG.md @@ -1,5 +1,17 @@ # @hi-ui/scrollbar +## 4.0.4 + +### Patch Changes + +- [#2672](https://github.com/XiaoMi/hiui/pull/2672) [`1ebe27830`](https://github.com/XiaoMi/hiui/commit/1ebe2783098b3a8cd980bd10076d67635463800e) Thanks [@zyprepare](https://github.com/zyprepare)! - build: 升级到 rollup3,重新构建发布组件 + +- Updated dependencies [[`1ebe27830`](https://github.com/XiaoMi/hiui/commit/1ebe2783098b3a8cd980bd10076d67635463800e)]: + - @hi-ui/core@4.0.6 + - @hi-ui/use-merge-refs@4.0.2 + - @hi-ui/classname@4.0.2 + - @hi-ui/env@4.0.2 + ## 4.0.3 ### Patch Changes diff --git a/packages/ui/scrollbar/package.json b/packages/ui/scrollbar/package.json index 433d18238..cc32a04e8 100644 --- a/packages/ui/scrollbar/package.json +++ b/packages/ui/scrollbar/package.json @@ -1,6 +1,6 @@ { "name": "@hi-ui/scrollbar", - "version": "4.0.3", + "version": "4.0.4", "description": "A sub-package for @hi-ui/hiui.", "keywords": [], "author": "HIUI ", @@ -43,19 +43,19 @@ "url": "https://github.com/XiaoMi/hiui/issues" }, "dependencies": { - "@hi-ui/classname": "^4.0.1", - "@hi-ui/env": "^4.0.1", - "@hi-ui/use-merge-refs": "^4.0.1", + "@hi-ui/classname": "^4.0.2", + "@hi-ui/env": "^4.0.2", + "@hi-ui/use-merge-refs": "^4.0.2", "perfect-scrollbar": "^1.5.5" }, "peerDependencies": { - "@hi-ui/core": ">=4.0.0", + "@hi-ui/core": ">=4.0.6", "react": ">=16.8.6", "react-dom": ">=16.8.6" }, "devDependencies": { - "@hi-ui/core": "^4.0.4", - "@hi-ui/core-css": "^4.1.2", + "@hi-ui/core": "^4.0.6", + "@hi-ui/core-css": "^4.1.3", "react": "^17.0.1", "react-dom": "^17.0.1" } diff --git a/packages/ui/search/CHANGELOG.md b/packages/ui/search/CHANGELOG.md index 19ea5e486..fb0d1e08a 100644 --- a/packages/ui/search/CHANGELOG.md +++ b/packages/ui/search/CHANGELOG.md @@ -1,3 +1,26 @@ # @hi-ui/search - ## 4.0.8 - 更新版本为 4.0.8 \ No newline at end of file + +## 4.0.9 + +### Patch Changes + +- [#2672](https://github.com/XiaoMi/hiui/pull/2672) [`1ebe27830`](https://github.com/XiaoMi/hiui/commit/1ebe2783098b3a8cd980bd10076d67635463800e) Thanks [@zyprepare](https://github.com/zyprepare)! - build: 升级到 rollup3,重新构建发布组件 + +- Updated dependencies [[`1ebe27830`](https://github.com/XiaoMi/hiui/commit/1ebe2783098b3a8cd980bd10076d67635463800e)]: + - @hi-ui/core@4.0.6 + - @hi-ui/use-latest@4.0.2 + - @hi-ui/use-uncontrolled-state@4.0.2 + - @hi-ui/icons@4.0.16 + - @hi-ui/button@4.0.7 + - @hi-ui/highlighter@4.0.6 + - @hi-ui/input@4.0.11 + - @hi-ui/loading@4.1.1 + - @hi-ui/popper@4.1.1 + - @hi-ui/classname@4.0.2 + - @hi-ui/env@4.0.2 + - @hi-ui/func-utils@4.0.2 + - @hi-ui/type-assertion@4.0.2 + +## 4.0.8 + +更新版本为 4.0.8 diff --git a/packages/ui/search/package.json b/packages/ui/search/package.json index 176d3ee13..68559df3e 100644 --- a/packages/ui/search/package.json +++ b/packages/ui/search/package.json @@ -1,6 +1,6 @@ { "name": "@hi-ui/search", - "version": "4.0.8", + "version": "4.0.9", "description": "A sub-package for @hi-ui/hiui.", "keywords": [], "author": "HiUI ", @@ -43,28 +43,27 @@ "url": "https://github.com/XiaoMi/hiui/issues" }, "dependencies": { - "@hi-ui/button": "^4.0.5", - "@hi-ui/classname": "^4.0.1", - "@hi-ui/env": "^4.0.1", - "@hi-ui/func-utils": "^4.0.1", - "@hi-ui/highlighter": "^4.0.5", - "@hi-ui/icons": "^4.0.4", - "@hi-ui/input": "^4.0.6", - "@hi-ui/loading": "^4.0.4", - "@hi-ui/popper": "^4.0.4", - "@hi-ui/type-assertion": "^4.0.1", - "@hi-ui/use-latest": "^4.0.1", - "@hi-ui/use-uncontrolled-state": "^4.0.1" + "@hi-ui/button": "^4.0.7", + "@hi-ui/classname": "^4.0.2", + "@hi-ui/env": "^4.0.2", + "@hi-ui/func-utils": "^4.0.2", + "@hi-ui/highlighter": "^4.0.6", + "@hi-ui/icons": "^4.0.16", + "@hi-ui/input": "^4.0.11", + "@hi-ui/loading": "^4.1.1", + "@hi-ui/popper": "^4.1.1", + "@hi-ui/type-assertion": "^4.0.2", + "@hi-ui/use-latest": "^4.0.2", + "@hi-ui/use-uncontrolled-state": "^4.0.2" }, "peerDependencies": { - "@hi-ui/core": ">=4.0.0", + "@hi-ui/core": ">=4.0.6", "react": ">=16.8.6", "react-dom": ">=16.8.6" }, "devDependencies": { - "@hi-ui/core": "^4.0.4", - "@hi-ui/core-css": "^4.0.1", - + "@hi-ui/core": "^4.0.6", + "@hi-ui/core-css": "^4.1.3", "react": "^17.0.1", "react-dom": "^17.0.1" } diff --git a/packages/ui/select/CHANGELOG.md b/packages/ui/select/CHANGELOG.md index ed282403a..2ee07c3d0 100644 --- a/packages/ui/select/CHANGELOG.md +++ b/packages/ui/select/CHANGELOG.md @@ -1,5 +1,35 @@ # @hi-ui/select +## 4.2.3 + +### Patch Changes + +- [#2672](https://github.com/XiaoMi/hiui/pull/2672) [`1ebe27830`](https://github.com/XiaoMi/hiui/commit/1ebe2783098b3a8cd980bd10076d67635463800e) Thanks [@zyprepare](https://github.com/zyprepare)! - build: 升级到 rollup3,重新构建发布组件 + +- Updated dependencies [[`1ebe27830`](https://github.com/XiaoMi/hiui/commit/1ebe2783098b3a8cd980bd10076d67635463800e)]: + - @hi-ui/core@4.0.6 + - @hi-ui/use-check@4.0.3 + - @hi-ui/use-children@4.0.2 + - @hi-ui/use-data-source@4.0.2 + - @hi-ui/use-latest@4.0.2 + - @hi-ui/use-search-mode@4.1.2 + - @hi-ui/use-toggle@4.0.2 + - @hi-ui/use-uncontrolled-state@4.0.2 + - @hi-ui/icons@4.0.16 + - @hi-ui/highlighter@4.0.6 + - @hi-ui/input@4.0.11 + - @hi-ui/picker@4.1.2 + - @hi-ui/popper@4.1.1 + - @hi-ui/virtual-list@4.0.5 + - @hi-ui/array-utils@4.0.2 + - @hi-ui/classname@4.0.2 + - @hi-ui/dom-utils@4.0.5 + - @hi-ui/env@4.0.2 + - @hi-ui/func-utils@4.0.2 + - @hi-ui/times@4.0.2 + - @hi-ui/tree-utils@4.1.2 + - @hi-ui/type-assertion@4.0.2 + ## 4.2.2 ### Patch Changes diff --git a/packages/ui/select/package.json b/packages/ui/select/package.json index 2f0347849..c1c7a4da9 100644 --- a/packages/ui/select/package.json +++ b/packages/ui/select/package.json @@ -1,6 +1,6 @@ { "name": "@hi-ui/select", - "version": "4.2.2", + "version": "4.2.3", "description": "A sub-package for @hi-ui/hiui.", "keywords": [], "author": "HiUI ", @@ -43,36 +43,36 @@ "url": "https://github.com/XiaoMi/hiui/issues" }, "dependencies": { - "@hi-ui/array-utils": "^4.0.1", - "@hi-ui/classname": "^4.0.1", - "@hi-ui/dom-utils": "^4.0.4", - "@hi-ui/env": "^4.0.1", - "@hi-ui/func-utils": "^4.0.1", - "@hi-ui/highlighter": "^4.0.5", - "@hi-ui/icons": "^4.0.6", - "@hi-ui/input": "^4.0.9", - "@hi-ui/picker": "^4.1.1", - "@hi-ui/popper": "^4.0.5", - "@hi-ui/times": "^4.0.1", - "@hi-ui/tree-utils": "^4.0.2", - "@hi-ui/type-assertion": "^4.0.1", - "@hi-ui/use-check": "^4.0.2", - "@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.1.1", - "@hi-ui/use-toggle": "^4.0.1", - "@hi-ui/use-uncontrolled-state": "^4.0.1", - "@hi-ui/virtual-list": "^4.0.4" + "@hi-ui/array-utils": "^4.0.2", + "@hi-ui/classname": "^4.0.2", + "@hi-ui/dom-utils": "^4.0.5", + "@hi-ui/env": "^4.0.2", + "@hi-ui/func-utils": "^4.0.2", + "@hi-ui/highlighter": "^4.0.6", + "@hi-ui/icons": "^4.0.16", + "@hi-ui/input": "^4.0.11", + "@hi-ui/picker": "^4.1.2", + "@hi-ui/popper": "^4.1.1", + "@hi-ui/times": "^4.0.2", + "@hi-ui/tree-utils": "^4.1.2", + "@hi-ui/type-assertion": "^4.0.2", + "@hi-ui/use-check": "^4.0.3", + "@hi-ui/use-children": "^4.0.2", + "@hi-ui/use-data-source": "^4.0.2", + "@hi-ui/use-latest": "^4.0.2", + "@hi-ui/use-search-mode": "^4.1.2", + "@hi-ui/use-toggle": "^4.0.2", + "@hi-ui/use-uncontrolled-state": "^4.0.2", + "@hi-ui/virtual-list": "^4.0.5" }, "peerDependencies": { - "@hi-ui/core": ">=4.0.0", + "@hi-ui/core": ">=4.0.6", "react": ">=16.8.6", "react-dom": ">=16.8.6" }, "devDependencies": { - "@hi-ui/core": "^4.0.4", - "@hi-ui/core-css": "^4.1.1", + "@hi-ui/core": "^4.0.6", + "@hi-ui/core-css": "^4.1.3", "react": "^17.0.1", "react-dom": "^17.0.1" } diff --git a/packages/ui/slider/CHANGELOG.md b/packages/ui/slider/CHANGELOG.md index 7498a013e..b9cdb8fbb 100644 --- a/packages/ui/slider/CHANGELOG.md +++ b/packages/ui/slider/CHANGELOG.md @@ -1,5 +1,23 @@ # @hi-ui/slider +## 4.0.8 + +### Patch Changes + +- [#2672](https://github.com/XiaoMi/hiui/pull/2672) [`1ebe27830`](https://github.com/XiaoMi/hiui/commit/1ebe2783098b3a8cd980bd10076d67635463800e) Thanks [@zyprepare](https://github.com/zyprepare)! - build: 升级到 rollup3,重新构建发布组件 + +- Updated dependencies [[`1ebe27830`](https://github.com/XiaoMi/hiui/commit/1ebe2783098b3a8cd980bd10076d67635463800e)]: + - @hi-ui/core@4.0.6 + - @hi-ui/use-merge-refs@4.0.2 + - @hi-ui/use-outside-click@4.0.2 + - @hi-ui/use-toggle@4.0.2 + - @hi-ui/use-uncontrolled-state@4.0.2 + - @hi-ui/tooltip@4.0.8 + - @hi-ui/classname@4.0.2 + - @hi-ui/dom-utils@4.0.5 + - @hi-ui/env@4.0.2 + - @hi-ui/type-assertion@4.0.2 + ## 4.0.7 ### Patch Changes diff --git a/packages/ui/slider/package.json b/packages/ui/slider/package.json index 350b363ab..b5129fa33 100644 --- a/packages/ui/slider/package.json +++ b/packages/ui/slider/package.json @@ -1,6 +1,6 @@ { "name": "@hi-ui/slider", - "version": "4.0.7", + "version": "4.0.8", "description": "A sub-package for @hi-ui/hiui.", "keywords": [], "author": "HiUI ", @@ -43,25 +43,24 @@ "url": "https://github.com/XiaoMi/hiui/issues" }, "dependencies": { - "@hi-ui/classname": "^4.0.1", - "@hi-ui/dom-utils": "^4.0.4", - "@hi-ui/env": "^4.0.1", - "@hi-ui/tooltip": "^4.0.6", - "@hi-ui/type-assertion": "^4.0.1", - "@hi-ui/use-merge-refs": "^4.0.1", - "@hi-ui/use-outside-click": "^4.0.1", - "@hi-ui/use-toggle": "^4.0.1", - "@hi-ui/use-uncontrolled-state": "^4.0.1" + "@hi-ui/classname": "^4.0.2", + "@hi-ui/dom-utils": "^4.0.5", + "@hi-ui/env": "^4.0.2", + "@hi-ui/tooltip": "^4.0.8", + "@hi-ui/type-assertion": "^4.0.2", + "@hi-ui/use-merge-refs": "^4.0.2", + "@hi-ui/use-outside-click": "^4.0.2", + "@hi-ui/use-toggle": "^4.0.2", + "@hi-ui/use-uncontrolled-state": "^4.0.2" }, "peerDependencies": { - "@hi-ui/core": ">=4.0.0", + "@hi-ui/core": ">=4.0.6", "react": ">=16.8.6", "react-dom": ">=16.8.6" }, "devDependencies": { - "@hi-ui/core": "^4.0.4", - "@hi-ui/core-css": "^4.0.1", - + "@hi-ui/core": "^4.0.6", + "@hi-ui/core-css": "^4.1.3", "react": "^17.0.1", "react-dom": "^17.0.1" } diff --git a/packages/ui/space/CHANGELOG.md b/packages/ui/space/CHANGELOG.md index 7b47e8d31..c5d351683 100644 --- a/packages/ui/space/CHANGELOG.md +++ b/packages/ui/space/CHANGELOG.md @@ -1,3 +1,17 @@ # @hi-ui/space - ## 4.0.6 - 更新版本为 4.0.6 \ No newline at end of file + +## 4.0.7 + +### Patch Changes + +- [#2672](https://github.com/XiaoMi/hiui/pull/2672) [`1ebe27830`](https://github.com/XiaoMi/hiui/commit/1ebe2783098b3a8cd980bd10076d67635463800e) Thanks [@zyprepare](https://github.com/zyprepare)! - build: 升级到 rollup3,重新构建发布组件 + +- Updated dependencies [[`1ebe27830`](https://github.com/XiaoMi/hiui/commit/1ebe2783098b3a8cd980bd10076d67635463800e)]: + - @hi-ui/core@4.0.6 + - @hi-ui/classname@4.0.2 + - @hi-ui/env@4.0.2 + - @hi-ui/type-assertion@4.0.2 + +## 4.0.6 + +更新版本为 4.0.6 diff --git a/packages/ui/space/package.json b/packages/ui/space/package.json index 3fd9da19c..a0cc1c017 100644 --- a/packages/ui/space/package.json +++ b/packages/ui/space/package.json @@ -1,6 +1,6 @@ { "name": "@hi-ui/space", - "version": "4.0.6", + "version": "4.0.7", "description": "A sub-package for @hi-ui/hiui.", "keywords": [], "author": "HiUI ", @@ -43,19 +43,18 @@ "url": "https://github.com/XiaoMi/hiui/issues" }, "dependencies": { - "@hi-ui/classname": "^4.0.1", - "@hi-ui/env": "^4.0.1", - "@hi-ui/type-assertion": "^4.0.1" + "@hi-ui/classname": "^4.0.2", + "@hi-ui/env": "^4.0.2", + "@hi-ui/type-assertion": "^4.0.2" }, "peerDependencies": { - "@hi-ui/core": ">=4.0.0", + "@hi-ui/core": ">=4.0.6", "react": ">=16.8.6", "react-dom": ">=16.8.6" }, "devDependencies": { - "@hi-ui/core": "^4.0.4", - "@hi-ui/core-css": "^4.0.1", - + "@hi-ui/core": "^4.0.6", + "@hi-ui/core-css": "^4.1.3", "react": "^17.0.1", "react-dom": "^17.0.1" } diff --git a/packages/ui/spinner/CHANGELOG.md b/packages/ui/spinner/CHANGELOG.md index 031b8e2c2..94da11ef2 100644 --- a/packages/ui/spinner/CHANGELOG.md +++ b/packages/ui/spinner/CHANGELOG.md @@ -1,5 +1,16 @@ # @hi-ui/spinner +## 4.0.6 + +### Patch Changes + +- [#2672](https://github.com/XiaoMi/hiui/pull/2672) [`1ebe27830`](https://github.com/XiaoMi/hiui/commit/1ebe2783098b3a8cd980bd10076d67635463800e) Thanks [@zyprepare](https://github.com/zyprepare)! - build: 升级到 rollup3,重新构建发布组件 + +- Updated dependencies [[`1ebe27830`](https://github.com/XiaoMi/hiui/commit/1ebe2783098b3a8cd980bd10076d67635463800e)]: + - @hi-ui/core@4.0.6 + - @hi-ui/classname@4.0.2 + - @hi-ui/env@4.0.2 + ## 4.0.5 ### Patch Changes diff --git a/packages/ui/spinner/package.json b/packages/ui/spinner/package.json index 9d885f41f..fe5727d03 100644 --- a/packages/ui/spinner/package.json +++ b/packages/ui/spinner/package.json @@ -1,6 +1,6 @@ { "name": "@hi-ui/spinner", - "version": "4.0.5", + "version": "4.0.6", "description": "A sub-package for @hi-ui/hiui.", "keywords": [], "author": "HiUI ", @@ -43,18 +43,17 @@ "url": "https://github.com/XiaoMi/hiui/issues" }, "dependencies": { - "@hi-ui/classname": "^4.0.1", - "@hi-ui/env": "^4.0.1" + "@hi-ui/classname": "^4.0.2", + "@hi-ui/env": "^4.0.2" }, "peerDependencies": { - "@hi-ui/core": ">=4.0.0", + "@hi-ui/core": ">=4.0.6", "react": ">=16.8.6", "react-dom": ">=16.8.6" }, "devDependencies": { - "@hi-ui/core": "^4.0.4", - "@hi-ui/core-css": "^4.0.1", - + "@hi-ui/core": "^4.0.6", + "@hi-ui/core-css": "^4.1.3", "react": "^17.0.1", "react-dom": "^17.0.1" } diff --git a/packages/ui/stepper/CHANGELOG.md b/packages/ui/stepper/CHANGELOG.md index 6f9ff9697..d8bfa104f 100644 --- a/packages/ui/stepper/CHANGELOG.md +++ b/packages/ui/stepper/CHANGELOG.md @@ -1,3 +1,19 @@ # @hi-ui/stepper - ## 4.0.4 - 更新版本为 4.0.4 \ No newline at end of file + +## 4.0.5 + +### Patch Changes + +- [#2672](https://github.com/XiaoMi/hiui/pull/2672) [`1ebe27830`](https://github.com/XiaoMi/hiui/commit/1ebe2783098b3a8cd980bd10076d67635463800e) Thanks [@zyprepare](https://github.com/zyprepare)! - build: 升级到 rollup3,重新构建发布组件 + +- Updated dependencies [[`1ebe27830`](https://github.com/XiaoMi/hiui/commit/1ebe2783098b3a8cd980bd10076d67635463800e)]: + - @hi-ui/core@4.0.6 + - @hi-ui/use-uncontrolled-state@4.0.2 + - @hi-ui/icons@4.0.16 + - @hi-ui/classname@4.0.2 + - @hi-ui/env@4.0.2 + - @hi-ui/type-assertion@4.0.2 + +## 4.0.4 + +更新版本为 4.0.4 diff --git a/packages/ui/stepper/package.json b/packages/ui/stepper/package.json index 6f0f8a48a..8b62b0d23 100644 --- a/packages/ui/stepper/package.json +++ b/packages/ui/stepper/package.json @@ -1,6 +1,6 @@ { "name": "@hi-ui/stepper", - "version": "4.0.4", + "version": "4.0.5", "description": "A sub-package for @hi-ui/hiui.", "keywords": [], "author": "HiUI ", @@ -43,21 +43,20 @@ "url": "https://github.com/XiaoMi/hiui/issues" }, "dependencies": { - "@hi-ui/classname": "^4.0.1", - "@hi-ui/env": "^4.0.1", - "@hi-ui/icons": "^4.0.4", - "@hi-ui/type-assertion": "^4.0.1", - "@hi-ui/use-uncontrolled-state": "^4.0.1" + "@hi-ui/classname": "^4.0.2", + "@hi-ui/env": "^4.0.2", + "@hi-ui/icons": "^4.0.16", + "@hi-ui/type-assertion": "^4.0.2", + "@hi-ui/use-uncontrolled-state": "^4.0.2" }, "peerDependencies": { - "@hi-ui/core": ">=4.0.0", + "@hi-ui/core": ">=4.0.6", "react": ">=16.8.6", "react-dom": ">=16.8.6" }, "devDependencies": { - "@hi-ui/core": "^4.0.4", - "@hi-ui/core-css": "^4.0.1", - + "@hi-ui/core": "^4.0.6", + "@hi-ui/core-css": "^4.1.3", "react": "^17.0.1", "react-dom": "^17.0.1" } diff --git a/packages/ui/svg-icon/CHANGELOG.md b/packages/ui/svg-icon/CHANGELOG.md index da5edc225..8806e22a4 100644 --- a/packages/ui/svg-icon/CHANGELOG.md +++ b/packages/ui/svg-icon/CHANGELOG.md @@ -1,3 +1,16 @@ # @hi-ui/svg-icon - ## 4.0.4 - 更新版本为 4.0.4 \ No newline at end of file + +## 4.0.5 + +### Patch Changes + +- [#2672](https://github.com/XiaoMi/hiui/pull/2672) [`1ebe27830`](https://github.com/XiaoMi/hiui/commit/1ebe2783098b3a8cd980bd10076d67635463800e) Thanks [@zyprepare](https://github.com/zyprepare)! - build: 升级到 rollup3,重新构建发布组件 + +- Updated dependencies [[`1ebe27830`](https://github.com/XiaoMi/hiui/commit/1ebe2783098b3a8cd980bd10076d67635463800e)]: + - @hi-ui/core@4.0.6 + - @hi-ui/classname@4.0.2 + - @hi-ui/env@4.0.2 + +## 4.0.4 + +更新版本为 4.0.4 diff --git a/packages/ui/svg-icon/package.json b/packages/ui/svg-icon/package.json index d5253c7ca..c489082dd 100644 --- a/packages/ui/svg-icon/package.json +++ b/packages/ui/svg-icon/package.json @@ -1,6 +1,6 @@ { "name": "@hi-ui/svg-icon", - "version": "4.0.4", + "version": "4.0.5", "description": "A sub-package for @hi-ui/hiui.", "keywords": [], "author": "HiUI ", @@ -43,18 +43,17 @@ "url": "https://github.com/XiaoMi/hiui/issues" }, "dependencies": { - "@hi-ui/classname": "^4.0.1", - "@hi-ui/env": "^4.0.1" + "@hi-ui/classname": "^4.0.2", + "@hi-ui/env": "^4.0.2" }, "peerDependencies": { - "@hi-ui/core": ">=4.0.0", + "@hi-ui/core": ">=4.0.6", "react": ">=16.8.6", "react-dom": ">=16.8.6" }, "devDependencies": { - "@hi-ui/core": "^4.0.4", - "@hi-ui/core-css": "^4.0.1", - + "@hi-ui/core": "^4.0.6", + "@hi-ui/core-css": "^4.1.3", "react": "^17.0.1", "react-dom": "^17.0.1" } diff --git a/packages/ui/switch/CHANGELOG.md b/packages/ui/switch/CHANGELOG.md index 358f4eacf..a7de60840 100644 --- a/packages/ui/switch/CHANGELOG.md +++ b/packages/ui/switch/CHANGELOG.md @@ -1,5 +1,18 @@ # @hi-ui/switch +## 4.0.8 + +### Patch Changes + +- [#2672](https://github.com/XiaoMi/hiui/pull/2672) [`1ebe27830`](https://github.com/XiaoMi/hiui/commit/1ebe2783098b3a8cd980bd10076d67635463800e) Thanks [@zyprepare](https://github.com/zyprepare)! - build: 升级到 rollup3,重新构建发布组件 + +- Updated dependencies [[`1ebe27830`](https://github.com/XiaoMi/hiui/commit/1ebe2783098b3a8cd980bd10076d67635463800e)]: + - @hi-ui/core@4.0.6 + - @hi-ui/use-uncontrolled-state@4.0.2 + - @hi-ui/classname@4.0.2 + - @hi-ui/dom-utils@4.0.5 + - @hi-ui/env@4.0.2 + ## 4.0.7 ### Patch Changes diff --git a/packages/ui/switch/package.json b/packages/ui/switch/package.json index 3951588c2..79ab05911 100644 --- a/packages/ui/switch/package.json +++ b/packages/ui/switch/package.json @@ -1,6 +1,6 @@ { "name": "@hi-ui/switch", - "version": "4.0.7", + "version": "4.0.8", "description": "A sub-package for @hi-ui/hiui.", "keywords": [], "author": "HiUI ", @@ -43,19 +43,19 @@ "url": "https://github.com/XiaoMi/hiui/issues" }, "dependencies": { - "@hi-ui/classname": "^4.0.1", - "@hi-ui/dom-utils": "^4.0.4", - "@hi-ui/env": "^4.0.1", - "@hi-ui/use-uncontrolled-state": "^4.0.1" + "@hi-ui/classname": "^4.0.2", + "@hi-ui/dom-utils": "^4.0.5", + "@hi-ui/env": "^4.0.2", + "@hi-ui/use-uncontrolled-state": "^4.0.2" }, "peerDependencies": { - "@hi-ui/core": ">=4.0.0", + "@hi-ui/core": ">=4.0.6", "react": ">=16.8.6", "react-dom": ">=16.8.6" }, "devDependencies": { - "@hi-ui/core": "^4.0.4", - "@hi-ui/core-css": "^4.1.2", + "@hi-ui/core": "^4.0.6", + "@hi-ui/core-css": "^4.1.3", "react": "^17.0.1", "react-dom": "^17.0.1" } diff --git a/packages/ui/table/CHANGELOG.md b/packages/ui/table/CHANGELOG.md index 657acd04a..f978fbb23 100644 --- a/packages/ui/table/CHANGELOG.md +++ b/packages/ui/table/CHANGELOG.md @@ -1,5 +1,45 @@ # @hi-ui/table +## 4.3.2 + +### Patch Changes + +- [#2672](https://github.com/XiaoMi/hiui/pull/2672) [`1ebe27830`](https://github.com/XiaoMi/hiui/commit/1ebe2783098b3a8cd980bd10076d67635463800e) Thanks [@zyprepare](https://github.com/zyprepare)! - build: 升级到 rollup3,重新构建发布组件 + +- [#2671](https://github.com/XiaoMi/hiui/pull/2671) [`6d7909444`](https://github.com/XiaoMi/hiui/commit/6d790944418f36689b34805f858a1268530864b9) Thanks [@zyprepare](https://github.com/zyprepare)! - fix: 修复组件参数类型错误 + +- Updated dependencies [[`1ebe27830`](https://github.com/XiaoMi/hiui/commit/1ebe2783098b3a8cd980bd10076d67635463800e)]: + - @hi-ui/core@4.0.6 + - @hi-ui/use-cache@4.0.2 + - @hi-ui/use-check@4.0.3 + - @hi-ui/use-check-state@4.0.2 + - @hi-ui/use-drag-sorter@4.0.2 + - @hi-ui/use-latest@4.0.2 + - @hi-ui/use-toggle@4.0.2 + - @hi-ui/use-uncontrolled-state@4.0.2 + - @hi-ui/use-update-effect@4.0.2 + - @hi-ui/icons@4.0.16 + - @hi-ui/button@4.0.7 + - @hi-ui/checkbox@4.0.6 + - @hi-ui/drawer@4.1.1 + - @hi-ui/empty-state@4.0.5 + - @hi-ui/icon-button@4.0.6 + - @hi-ui/loading@4.1.1 + - @hi-ui/pagination@4.0.12 + - @hi-ui/popper@4.1.1 + - @hi-ui/select@4.2.3 + - @hi-ui/spinner@4.0.6 + - @hi-ui/array-utils@4.0.2 + - @hi-ui/classname@4.0.2 + - @hi-ui/dom-utils@4.0.5 + - @hi-ui/env@4.0.2 + - @hi-ui/func-utils@4.0.2 + - @hi-ui/object-utils@4.0.2 + - @hi-ui/react-utils@4.0.2 + - @hi-ui/times@4.0.2 + - @hi-ui/tree-utils@4.1.2 + - @hi-ui/type-assertion@4.0.2 + ## 4.3.1 ### Patch Changes diff --git a/packages/ui/table/package.json b/packages/ui/table/package.json index f053536b7..60cf68219 100644 --- a/packages/ui/table/package.json +++ b/packages/ui/table/package.json @@ -1,6 +1,6 @@ { "name": "@hi-ui/table", - "version": "4.3.1", + "version": "4.3.2", "description": "A sub-package for @hi-ui/hiui.", "keywords": [], "author": "HiUI ", @@ -43,46 +43,46 @@ "url": "https://github.com/XiaoMi/hiui/issues" }, "dependencies": { - "@hi-ui/array-utils": "^4.0.1", - "@hi-ui/button": "^4.0.6", - "@hi-ui/checkbox": "^4.0.5", - "@hi-ui/classname": "^4.0.1", - "@hi-ui/dom-utils": "^4.0.4", - "@hi-ui/drawer": "^4.0.7", - "@hi-ui/empty-state": "^4.0.4", - "@hi-ui/env": "^4.0.1", - "@hi-ui/func-utils": "^4.0.1", - "@hi-ui/icon-button": "^4.0.5", - "@hi-ui/icons": "^4.0.14", - "@hi-ui/loading": "^4.1.0", - "@hi-ui/object-utils": "^4.0.1", - "@hi-ui/pagination": "^4.0.11", - "@hi-ui/popper": "^4.1.0", - "@hi-ui/react-utils": "^4.0.1", - "@hi-ui/select": "^4.2.2", - "@hi-ui/spinner": "^4.0.4", - "@hi-ui/times": "^4.0.1", - "@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", - "@hi-ui/use-check-state": "^4.0.1", - "@hi-ui/use-drag-sorter": "^4.0.1", - "@hi-ui/use-latest": "^4.0.1", - "@hi-ui/use-toggle": "^4.0.1", - "@hi-ui/use-uncontrolled-state": "^4.0.1", - "@hi-ui/use-update-effect": "^4.0.1", + "@hi-ui/array-utils": "^4.0.2", + "@hi-ui/button": "^4.0.7", + "@hi-ui/checkbox": "^4.0.6", + "@hi-ui/classname": "^4.0.2", + "@hi-ui/dom-utils": "^4.0.5", + "@hi-ui/drawer": "^4.1.1", + "@hi-ui/empty-state": "^4.0.5", + "@hi-ui/env": "^4.0.2", + "@hi-ui/func-utils": "^4.0.2", + "@hi-ui/icon-button": "^4.0.6", + "@hi-ui/icons": "^4.0.16", + "@hi-ui/loading": "^4.1.1", + "@hi-ui/object-utils": "^4.0.2", + "@hi-ui/pagination": "^4.0.12", + "@hi-ui/popper": "^4.1.1", + "@hi-ui/react-utils": "^4.0.2", + "@hi-ui/select": "^4.2.3", + "@hi-ui/spinner": "^4.0.6", + "@hi-ui/times": "^4.0.2", + "@hi-ui/tree-utils": "^4.1.2", + "@hi-ui/type-assertion": "^4.0.2", + "@hi-ui/use-cache": "^4.0.2", + "@hi-ui/use-check": "^4.0.3", + "@hi-ui/use-check-state": "^4.0.2", + "@hi-ui/use-drag-sorter": "^4.0.2", + "@hi-ui/use-latest": "^4.0.2", + "@hi-ui/use-toggle": "^4.0.2", + "@hi-ui/use-uncontrolled-state": "^4.0.2", + "@hi-ui/use-update-effect": "^4.0.2", "axios": "^1.5.0", "react-resizable": "^3.0.4" }, "peerDependencies": { - "@hi-ui/core": ">=4.0.0", + "@hi-ui/core": ">=4.0.6", "react": ">=16.8.6", "react-dom": ">=16.8.6" }, "devDependencies": { - "@hi-ui/core": "^4.0.4", - "@hi-ui/core-css": "^4.1.2", + "@hi-ui/core": "^4.0.6", + "@hi-ui/core-css": "^4.1.3", "@types/react-resizable": "^1.7.4", "react": "^17.0.1", "react-dom": "^17.0.1" diff --git a/packages/ui/tabs/CHANGELOG.md b/packages/ui/tabs/CHANGELOG.md index c405066a5..93d1e6071 100644 --- a/packages/ui/tabs/CHANGELOG.md +++ b/packages/ui/tabs/CHANGELOG.md @@ -1,5 +1,23 @@ # @hi-ui/tabs +## 4.1.2 + +### Patch Changes + +- [#2672](https://github.com/XiaoMi/hiui/pull/2672) [`1ebe27830`](https://github.com/XiaoMi/hiui/commit/1ebe2783098b3a8cd980bd10076d67635463800e) Thanks [@zyprepare](https://github.com/zyprepare)! - build: 升级到 rollup3,重新构建发布组件 + +- Updated dependencies [[`1ebe27830`](https://github.com/XiaoMi/hiui/commit/1ebe2783098b3a8cd980bd10076d67635463800e)]: + - @hi-ui/core@4.0.6 + - @hi-ui/use-latest@4.0.2 + - @hi-ui/use-uncontrolled-state@4.0.2 + - @hi-ui/use-unmount-effect@4.0.2 + - @hi-ui/icons@4.0.16 + - @hi-ui/icon-button@4.0.6 + - @hi-ui/classname@4.0.2 + - @hi-ui/env@4.0.2 + - @hi-ui/react-utils@4.0.2 + - @hi-ui/type-assertion@4.0.2 + ## 4.1.1 ### Patch Changes diff --git a/packages/ui/tabs/package.json b/packages/ui/tabs/package.json index ef64f21a9..5c5df3d98 100644 --- a/packages/ui/tabs/package.json +++ b/packages/ui/tabs/package.json @@ -1,6 +1,6 @@ { "name": "@hi-ui/tabs", - "version": "4.1.1", + "version": "4.1.2", "description": "A sub-package for @hi-ui/hiui.", "keywords": [], "author": "HiUI ", @@ -43,24 +43,24 @@ "url": "https://github.com/XiaoMi/hiui/issues" }, "dependencies": { - "@hi-ui/classname": "^4.0.1", - "@hi-ui/env": "^4.0.1", - "@hi-ui/icon-button": "^4.0.5", - "@hi-ui/icons": "^4.0.11", - "@hi-ui/react-utils": "^4.0.1", - "@hi-ui/type-assertion": "^4.0.1", - "@hi-ui/use-latest": "^4.0.1", - "@hi-ui/use-uncontrolled-state": "^4.0.1", - "@hi-ui/use-unmount-effect": "^4.0.1" + "@hi-ui/classname": "^4.0.2", + "@hi-ui/env": "^4.0.2", + "@hi-ui/icon-button": "^4.0.6", + "@hi-ui/icons": "^4.0.16", + "@hi-ui/react-utils": "^4.0.2", + "@hi-ui/type-assertion": "^4.0.2", + "@hi-ui/use-latest": "^4.0.2", + "@hi-ui/use-uncontrolled-state": "^4.0.2", + "@hi-ui/use-unmount-effect": "^4.0.2" }, "peerDependencies": { - "@hi-ui/core": ">=4.0.5", + "@hi-ui/core": ">=4.0.6", "react": ">=16.8.6", "react-dom": ">=16.8.6" }, "devDependencies": { - "@hi-ui/core": "^4.0.5", - "@hi-ui/core-css": "^4.1.2", + "@hi-ui/core": "^4.0.6", + "@hi-ui/core-css": "^4.1.3", "react": "^17.0.1", "react-dom": "^17.0.1" } diff --git a/packages/ui/tag-input/CHANGELOG.md b/packages/ui/tag-input/CHANGELOG.md index be7d9b365..988e34578 100644 --- a/packages/ui/tag-input/CHANGELOG.md +++ b/packages/ui/tag-input/CHANGELOG.md @@ -1,5 +1,23 @@ # @hi-ui/tag-input +## 4.0.8 + +### Patch Changes + +- [#2672](https://github.com/XiaoMi/hiui/pull/2672) [`1ebe27830`](https://github.com/XiaoMi/hiui/commit/1ebe2783098b3a8cd980bd10076d67635463800e) Thanks [@zyprepare](https://github.com/zyprepare)! - build: 升级到 rollup3,重新构建发布组件 + +- Updated dependencies [[`1ebe27830`](https://github.com/XiaoMi/hiui/commit/1ebe2783098b3a8cd980bd10076d67635463800e)]: + - @hi-ui/core@4.0.6 + - @hi-ui/use-latest@4.0.2 + - @hi-ui/use-merge-refs@4.0.2 + - @hi-ui/use-outside-click@4.0.2 + - @hi-ui/use-uncontrolled-state@4.0.2 + - @hi-ui/icons@4.0.16 + - @hi-ui/classname@4.0.2 + - @hi-ui/env@4.0.2 + - @hi-ui/func-utils@4.0.2 + - @hi-ui/type-assertion@4.0.2 + ## 4.0.7 ### Patch Changes diff --git a/packages/ui/tag-input/package.json b/packages/ui/tag-input/package.json index 1e69cb826..432984d3d 100644 --- a/packages/ui/tag-input/package.json +++ b/packages/ui/tag-input/package.json @@ -1,6 +1,6 @@ { "name": "@hi-ui/tag-input", - "version": "4.0.7", + "version": "4.0.8", "description": "A sub-package for @hi-ui/hiui.", "keywords": [], "author": "HiUI ", @@ -43,25 +43,25 @@ "url": "https://github.com/XiaoMi/hiui/issues" }, "dependencies": { - "@hi-ui/classname": "^4.0.1", - "@hi-ui/env": "^4.0.1", - "@hi-ui/func-utils": "^4.0.1", - "@hi-ui/icons": "^4.0.4", - "@hi-ui/type-assertion": "^4.0.1", - "@hi-ui/use-latest": "^4.0.1", - "@hi-ui/use-merge-refs": "^4.0.1", - "@hi-ui/use-outside-click": "^4.0.1", - "@hi-ui/use-uncontrolled-state": "^4.0.1", + "@hi-ui/classname": "^4.0.2", + "@hi-ui/env": "^4.0.2", + "@hi-ui/func-utils": "^4.0.2", + "@hi-ui/icons": "^4.0.16", + "@hi-ui/type-assertion": "^4.0.2", + "@hi-ui/use-latest": "^4.0.2", + "@hi-ui/use-merge-refs": "^4.0.2", + "@hi-ui/use-outside-click": "^4.0.2", + "@hi-ui/use-uncontrolled-state": "^4.0.2", "react-resize-detector": "^6.7.6" }, "peerDependencies": { - "@hi-ui/core": ">=4.0.0", + "@hi-ui/core": ">=4.0.6", "react": ">=16.8.6", "react-dom": ">=16.8.6" }, "devDependencies": { - "@hi-ui/core": "^4.0.4", - "@hi-ui/core-css": "^4.1.2", + "@hi-ui/core": "^4.0.6", + "@hi-ui/core-css": "^4.1.3", "react": "^17.0.1", "react-dom": "^17.0.1" } diff --git a/packages/ui/tag/CHANGELOG.md b/packages/ui/tag/CHANGELOG.md index 996dcd66e..097c3f56b 100644 --- a/packages/ui/tag/CHANGELOG.md +++ b/packages/ui/tag/CHANGELOG.md @@ -1,5 +1,20 @@ # @hi-ui/tag +## 4.1.1 + +### Patch Changes + +- [#2672](https://github.com/XiaoMi/hiui/pull/2672) [`1ebe27830`](https://github.com/XiaoMi/hiui/commit/1ebe2783098b3a8cd980bd10076d67635463800e) Thanks [@zyprepare](https://github.com/zyprepare)! - build: 升级到 rollup3,重新构建发布组件 + +- Updated dependencies [[`1ebe27830`](https://github.com/XiaoMi/hiui/commit/1ebe2783098b3a8cd980bd10076d67635463800e)]: + - @hi-ui/core@4.0.6 + - @hi-ui/icons@4.0.16 + - @hi-ui/button@4.0.7 + - @hi-ui/tooltip@4.0.8 + - @hi-ui/classname@4.0.2 + - @hi-ui/env@4.0.2 + - @hi-ui/type-assertion@4.0.2 + ## 4.1.0 ### Minor Changes diff --git a/packages/ui/tag/package.json b/packages/ui/tag/package.json index adda57a35..a7305468c 100644 --- a/packages/ui/tag/package.json +++ b/packages/ui/tag/package.json @@ -1,6 +1,6 @@ { "name": "@hi-ui/tag", - "version": "4.1.0", + "version": "4.1.1", "description": "A sub-package for @hi-ui/hiui.", "keywords": [], "author": "HiUI ", @@ -43,21 +43,21 @@ "url": "https://github.com/XiaoMi/hiui/issues" }, "dependencies": { - "@hi-ui/button": "^4.0.6", - "@hi-ui/classname": "^4.0.1", - "@hi-ui/env": "^4.0.1", - "@hi-ui/icons": "^4.0.4", - "@hi-ui/tooltip": "^4.0.5", - "@hi-ui/type-assertion": "^4.0.1" + "@hi-ui/button": "^4.0.7", + "@hi-ui/classname": "^4.0.2", + "@hi-ui/env": "^4.0.2", + "@hi-ui/icons": "^4.0.16", + "@hi-ui/tooltip": "^4.0.8", + "@hi-ui/type-assertion": "^4.0.2" }, "peerDependencies": { - "@hi-ui/core": ">=4.0.0", + "@hi-ui/core": ">=4.0.6", "react": ">=16.8.6", "react-dom": ">=16.8.6" }, "devDependencies": { - "@hi-ui/core": "^4.0.4", - "@hi-ui/core-css": "^4.1.2", + "@hi-ui/core": "^4.0.6", + "@hi-ui/core-css": "^4.1.3", "react": "^17.0.1", "react-dom": "^17.0.1" } diff --git a/packages/ui/textarea/CHANGELOG.md b/packages/ui/textarea/CHANGELOG.md index 9779ba6b6..d536b4504 100644 --- a/packages/ui/textarea/CHANGELOG.md +++ b/packages/ui/textarea/CHANGELOG.md @@ -1,5 +1,19 @@ # @hi-ui/textarea +## 4.1.4 + +### Patch Changes + +- [#2672](https://github.com/XiaoMi/hiui/pull/2672) [`1ebe27830`](https://github.com/XiaoMi/hiui/commit/1ebe2783098b3a8cd980bd10076d67635463800e) Thanks [@zyprepare](https://github.com/zyprepare)! - build: 升级到 rollup3,重新构建发布组件 + +- Updated dependencies [[`1ebe27830`](https://github.com/XiaoMi/hiui/commit/1ebe2783098b3a8cd980bd10076d67635463800e)]: + - @hi-ui/core@4.0.6 + - @hi-ui/use-latest@4.0.2 + - @hi-ui/use-merge-refs@4.0.2 + - @hi-ui/input@4.0.11 + - @hi-ui/classname@4.0.2 + - @hi-ui/env@4.0.2 + ## 4.1.3 ### Patch Changes diff --git a/packages/ui/textarea/package.json b/packages/ui/textarea/package.json index 727ef8adc..bf1ddb531 100644 --- a/packages/ui/textarea/package.json +++ b/packages/ui/textarea/package.json @@ -1,6 +1,6 @@ { "name": "@hi-ui/textarea", - "version": "4.1.3", + "version": "4.1.4", "description": "A sub-package for @hi-ui/hiui.", "keywords": [], "author": "HiUI ", @@ -43,21 +43,21 @@ "url": "https://github.com/XiaoMi/hiui/issues" }, "dependencies": { - "@hi-ui/classname": "^4.0.1", - "@hi-ui/env": "^4.0.1", - "@hi-ui/input": "^4.0.10", - "@hi-ui/use-latest": "^4.0.1", - "@hi-ui/use-merge-refs": "^4.0.1", + "@hi-ui/classname": "^4.0.2", + "@hi-ui/env": "^4.0.2", + "@hi-ui/input": "^4.0.11", + "@hi-ui/use-latest": "^4.0.2", + "@hi-ui/use-merge-refs": "^4.0.2", "react-resize-detector": "^7.0.0" }, "peerDependencies": { - "@hi-ui/core": ">=4.0.0", + "@hi-ui/core": ">=4.0.6", "react": ">=16.8.6", "react-dom": ">=16.8.6" }, "devDependencies": { - "@hi-ui/core": "^4.0.4", - "@hi-ui/core-css": "^4.1.2", + "@hi-ui/core": "^4.0.6", + "@hi-ui/core-css": "^4.1.3", "react": "^17.0.1", "react-dom": "^17.0.1" } diff --git a/packages/ui/time-picker/CHANGELOG.md b/packages/ui/time-picker/CHANGELOG.md index 5cd9415f4..081da3837 100644 --- a/packages/ui/time-picker/CHANGELOG.md +++ b/packages/ui/time-picker/CHANGELOG.md @@ -1,5 +1,20 @@ # @hi-ui/time-picker +## 4.0.11 + +### Patch Changes + +- [#2672](https://github.com/XiaoMi/hiui/pull/2672) [`1ebe27830`](https://github.com/XiaoMi/hiui/commit/1ebe2783098b3a8cd980bd10076d67635463800e) Thanks [@zyprepare](https://github.com/zyprepare)! - build: 升级到 rollup3,重新构建发布组件 + +- Updated dependencies [[`1ebe27830`](https://github.com/XiaoMi/hiui/commit/1ebe2783098b3a8cd980bd10076d67635463800e)]: + - @hi-ui/core@4.0.6 + - @hi-ui/use-uncontrolled-state@4.0.2 + - @hi-ui/icons@4.0.16 + - @hi-ui/button@4.0.7 + - @hi-ui/popper@4.1.1 + - @hi-ui/classname@4.0.2 + - @hi-ui/env@4.0.2 + ## 4.0.10 ### Patch Changes diff --git a/packages/ui/time-picker/package.json b/packages/ui/time-picker/package.json index 57d037c31..9ecef17b3 100644 --- a/packages/ui/time-picker/package.json +++ b/packages/ui/time-picker/package.json @@ -1,6 +1,6 @@ { "name": "@hi-ui/time-picker", - "version": "4.0.10", + "version": "4.0.11", "description": "A sub-package for @hi-ui/hiui.", "keywords": [], "author": "HiUI ", @@ -44,22 +44,22 @@ "url": "https://github.com/XiaoMi/hiui/issues" }, "dependencies": { - "@hi-ui/button": "^4.0.6", - "@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/use-uncontrolled-state": "^4.0.1", + "@hi-ui/button": "^4.0.7", + "@hi-ui/classname": "^4.0.2", + "@hi-ui/env": "^4.0.2", + "@hi-ui/icons": "^4.0.16", + "@hi-ui/popper": "^4.1.1", + "@hi-ui/use-uncontrolled-state": "^4.0.2", "dayjs": "^1.10.7" }, "peerDependencies": { - "@hi-ui/core": ">=4.0.0", + "@hi-ui/core": ">=4.0.6", "react": ">=16.8.6", "react-dom": ">=16.8.6" }, "devDependencies": { - "@hi-ui/core": "^4.0.4", - "@hi-ui/core-css": "^4.1.2", + "@hi-ui/core": "^4.0.6", + "@hi-ui/core-css": "^4.1.3", "react": "^17.0.1", "react-dom": "^17.0.1" } diff --git a/packages/ui/timeline/CHANGELOG.md b/packages/ui/timeline/CHANGELOG.md index 5738c36cd..67f518609 100644 --- a/packages/ui/timeline/CHANGELOG.md +++ b/packages/ui/timeline/CHANGELOG.md @@ -1,3 +1,17 @@ # @hi-ui/timeline - ## 4.0.4 - 更新版本为 4.0.4 \ No newline at end of file + +## 4.0.5 + +### Patch Changes + +- [#2672](https://github.com/XiaoMi/hiui/pull/2672) [`1ebe27830`](https://github.com/XiaoMi/hiui/commit/1ebe2783098b3a8cd980bd10076d67635463800e) Thanks [@zyprepare](https://github.com/zyprepare)! - build: 升级到 rollup3,重新构建发布组件 + +- Updated dependencies [[`1ebe27830`](https://github.com/XiaoMi/hiui/commit/1ebe2783098b3a8cd980bd10076d67635463800e)]: + - @hi-ui/core@4.0.6 + - @hi-ui/classname@4.0.2 + - @hi-ui/env@4.0.2 + - @hi-ui/type-assertion@4.0.2 + +## 4.0.4 + +更新版本为 4.0.4 diff --git a/packages/ui/timeline/package.json b/packages/ui/timeline/package.json index 5ada51b71..8cf77412a 100644 --- a/packages/ui/timeline/package.json +++ b/packages/ui/timeline/package.json @@ -1,6 +1,6 @@ { "name": "@hi-ui/timeline", - "version": "4.0.4", + "version": "4.0.5", "description": "A sub-package for @hi-ui/hiui.", "keywords": [], "author": "HiUI ", @@ -43,19 +43,18 @@ "url": "https://github.com/XiaoMi/hiui/issues" }, "dependencies": { - "@hi-ui/classname": "^4.0.1", - "@hi-ui/env": "^4.0.1", - "@hi-ui/type-assertion": "^4.0.1" + "@hi-ui/classname": "^4.0.2", + "@hi-ui/env": "^4.0.2", + "@hi-ui/type-assertion": "^4.0.2" }, "peerDependencies": { - "@hi-ui/core": ">=4.0.0", + "@hi-ui/core": ">=4.0.6", "react": ">=16.8.6", "react-dom": ">=16.8.6" }, "devDependencies": { - "@hi-ui/core": "^4.0.4", - "@hi-ui/core-css": "^4.0.1", - + "@hi-ui/core": "^4.0.6", + "@hi-ui/core-css": "^4.1.3", "react": "^17.0.1", "react-dom": "^17.0.1" } diff --git a/packages/ui/toast/CHANGELOG.md b/packages/ui/toast/CHANGELOG.md index 4843f2748..3dec8ab41 100644 --- a/packages/ui/toast/CHANGELOG.md +++ b/packages/ui/toast/CHANGELOG.md @@ -1,3 +1,20 @@ # @hi-ui/toast - ## 4.0.4 - 更新版本为 4.0.4 \ No newline at end of file + +## 4.0.5 + +### Patch Changes + +- [#2672](https://github.com/XiaoMi/hiui/pull/2672) [`1ebe27830`](https://github.com/XiaoMi/hiui/commit/1ebe2783098b3a8cd980bd10076d67635463800e) Thanks [@zyprepare](https://github.com/zyprepare)! - build: 升级到 rollup3,重新构建发布组件 + +- Updated dependencies [[`1ebe27830`](https://github.com/XiaoMi/hiui/commit/1ebe2783098b3a8cd980bd10076d67635463800e)]: + - @hi-ui/core@4.0.6 + - @hi-ui/use-id@4.0.2 + - @hi-ui/classname@4.0.2 + - @hi-ui/container@4.0.2 + - @hi-ui/env@4.0.2 + - @hi-ui/react-utils@4.0.2 + - @hi-ui/type-assertion@4.0.2 + +## 4.0.4 + +更新版本为 4.0.4 diff --git a/packages/ui/toast/package.json b/packages/ui/toast/package.json index dff728048..e6d8478ff 100644 --- a/packages/ui/toast/package.json +++ b/packages/ui/toast/package.json @@ -1,6 +1,6 @@ { "name": "@hi-ui/toast", - "version": "4.0.4", + "version": "4.0.5", "description": "A sub-package for @hi-ui/hiui.", "keywords": [], "author": "HiUI ", @@ -44,22 +44,21 @@ "url": "https://github.com/XiaoMi/hiui/issues" }, "dependencies": { - "@hi-ui/classname": "^4.0.1", - "@hi-ui/container": "^4.0.1", - "@hi-ui/env": "^4.0.1", - "@hi-ui/react-utils": "^4.0.1", - "@hi-ui/type-assertion": "^4.0.1", - "@hi-ui/use-id": "^4.0.1" + "@hi-ui/classname": "^4.0.2", + "@hi-ui/container": "^4.0.2", + "@hi-ui/env": "^4.0.2", + "@hi-ui/react-utils": "^4.0.2", + "@hi-ui/type-assertion": "^4.0.2", + "@hi-ui/use-id": "^4.0.2" }, "peerDependencies": { - "@hi-ui/core": ">=4.0.0", + "@hi-ui/core": ">=4.0.6", "react": ">=16.8.6", "react-dom": ">=16.8.6" }, "devDependencies": { - "@hi-ui/core": "^4.0.4", - "@hi-ui/core-css": "^4.0.1", - + "@hi-ui/core": "^4.0.6", + "@hi-ui/core-css": "^4.1.3", "react": "^17.0.1", "react-dom": "^17.0.1" } diff --git a/packages/ui/tooltip/CHANGELOG.md b/packages/ui/tooltip/CHANGELOG.md index e5f2eecc7..1dbc20222 100644 --- a/packages/ui/tooltip/CHANGELOG.md +++ b/packages/ui/tooltip/CHANGELOG.md @@ -1,5 +1,30 @@ # @hi-ui/tooltip +## 4.0.8 + +### Patch Changes + +- [#2672](https://github.com/XiaoMi/hiui/pull/2672) [`1ebe27830`](https://github.com/XiaoMi/hiui/commit/1ebe2783098b3a8cd980bd10076d67635463800e) Thanks [@zyprepare](https://github.com/zyprepare)! - build: 升级到 rollup3,重新构建发布组件 + +- Updated dependencies [[`1ebe27830`](https://github.com/XiaoMi/hiui/commit/1ebe2783098b3a8cd980bd10076d67635463800e)]: + - @hi-ui/core@4.0.6 + - @hi-ui/use-id@4.0.2 + - @hi-ui/use-latest@4.0.2 + - @hi-ui/use-lazy-render@4.0.2 + - @hi-ui/use-timeout@4.0.2 + - @hi-ui/use-toggle@4.0.2 + - @hi-ui/use-uncontrolled-state@4.0.2 + - @hi-ui/use-unmount-effect@4.0.2 + - @hi-ui/popper@4.1.1 + - @hi-ui/portal@4.0.5 + - @hi-ui/array-utils@4.0.2 + - @hi-ui/classname@4.0.2 + - @hi-ui/container@4.0.2 + - @hi-ui/dom-utils@4.0.5 + - @hi-ui/env@4.0.2 + - @hi-ui/react-utils@4.0.2 + - @hi-ui/type-assertion@4.0.2 + ## 4.0.7 ### Patch Changes diff --git a/packages/ui/tooltip/package.json b/packages/ui/tooltip/package.json index 0417380eb..7e280e873 100644 --- a/packages/ui/tooltip/package.json +++ b/packages/ui/tooltip/package.json @@ -1,6 +1,6 @@ { "name": "@hi-ui/tooltip", - "version": "4.0.7", + "version": "4.0.8", "description": "A sub-package for @hi-ui/hiui.", "keywords": [], "author": "HiUI ", @@ -43,33 +43,32 @@ "url": "https://github.com/XiaoMi/hiui/issues" }, "dependencies": { - "@hi-ui/array-utils": "^4.0.1", - "@hi-ui/classname": "^4.0.1", - "@hi-ui/container": "^4.0.1", - "@hi-ui/dom-utils": "^4.0.4", - "@hi-ui/env": "^4.0.1", - "@hi-ui/popper": "^4.0.4", - "@hi-ui/portal": "^4.0.4", - "@hi-ui/react-utils": "^4.0.1", - "@hi-ui/type-assertion": "^4.0.1", - "@hi-ui/use-id": "^4.0.1", - "@hi-ui/use-latest": "^4.0.1", - "@hi-ui/use-lazy-render": "^4.0.1", - "@hi-ui/use-timeout": "^4.0.1", - "@hi-ui/use-toggle": "^4.0.1", - "@hi-ui/use-uncontrolled-state": "^4.0.1", - "@hi-ui/use-unmount-effect": "^4.0.1", + "@hi-ui/array-utils": "^4.0.2", + "@hi-ui/classname": "^4.0.2", + "@hi-ui/container": "^4.0.2", + "@hi-ui/dom-utils": "^4.0.5", + "@hi-ui/env": "^4.0.2", + "@hi-ui/popper": "^4.1.1", + "@hi-ui/portal": "^4.0.5", + "@hi-ui/react-utils": "^4.0.2", + "@hi-ui/type-assertion": "^4.0.2", + "@hi-ui/use-id": "^4.0.2", + "@hi-ui/use-latest": "^4.0.2", + "@hi-ui/use-lazy-render": "^4.0.2", + "@hi-ui/use-timeout": "^4.0.2", + "@hi-ui/use-toggle": "^4.0.2", + "@hi-ui/use-uncontrolled-state": "^4.0.2", + "@hi-ui/use-unmount-effect": "^4.0.2", "react-transition-group": "^4.4.2" }, "peerDependencies": { - "@hi-ui/core": ">=4.0.0", + "@hi-ui/core": ">=4.0.6", "react": ">=16.8.6", "react-dom": ">=16.8.6" }, "devDependencies": { - "@hi-ui/core": "^4.0.4", - "@hi-ui/core-css": "^4.1.0", - + "@hi-ui/core": "^4.0.6", + "@hi-ui/core-css": "^4.1.3", "react": "^17.0.1", "react-dom": "^17.0.1" } diff --git a/packages/ui/transfer/CHANGELOG.md b/packages/ui/transfer/CHANGELOG.md index e5d431bef..1f1b201bb 100644 --- a/packages/ui/transfer/CHANGELOG.md +++ b/packages/ui/transfer/CHANGELOG.md @@ -1,5 +1,24 @@ # @hi-ui/transfer +## 4.0.11 + +### Patch Changes + +- [#2672](https://github.com/XiaoMi/hiui/pull/2672) [`1ebe27830`](https://github.com/XiaoMi/hiui/commit/1ebe2783098b3a8cd980bd10076d67635463800e) Thanks [@zyprepare](https://github.com/zyprepare)! - build: 升级到 rollup3,重新构建发布组件 + +- Updated dependencies [[`1ebe27830`](https://github.com/XiaoMi/hiui/commit/1ebe2783098b3a8cd980bd10076d67635463800e)]: + - @hi-ui/core@4.0.6 + - @hi-ui/use-check@4.0.3 + - @hi-ui/use-uncontrolled-state@4.0.2 + - @hi-ui/icons@4.0.16 + - @hi-ui/button@4.0.7 + - @hi-ui/checkbox@4.0.6 + - @hi-ui/input@4.0.11 + - @hi-ui/pagination@4.0.12 + - @hi-ui/classname@4.0.2 + - @hi-ui/env@4.0.2 + - @hi-ui/type-assertion@4.0.2 + ## 4.0.10 ### Patch Changes diff --git a/packages/ui/transfer/package.json b/packages/ui/transfer/package.json index f8aeb4369..6eca21b61 100644 --- a/packages/ui/transfer/package.json +++ b/packages/ui/transfer/package.json @@ -1,6 +1,6 @@ { "name": "@hi-ui/transfer", - "version": "4.0.10", + "version": "4.0.11", "description": "A sub-package for @hi-ui/hiui.", "keywords": [], "author": "HiUI ", @@ -43,25 +43,25 @@ "url": "https://github.com/XiaoMi/hiui/issues" }, "dependencies": { - "@hi-ui/button": "^4.0.6", - "@hi-ui/checkbox": "^4.0.5", - "@hi-ui/classname": "^4.0.1", - "@hi-ui/env": "^4.0.1", - "@hi-ui/icons": "^4.0.4", - "@hi-ui/input": "^4.0.10", - "@hi-ui/pagination": "^4.0.11", - "@hi-ui/type-assertion": "^4.0.1", - "@hi-ui/use-check": "^4.0.2", - "@hi-ui/use-uncontrolled-state": "^4.0.1" + "@hi-ui/button": "^4.0.7", + "@hi-ui/checkbox": "^4.0.6", + "@hi-ui/classname": "^4.0.2", + "@hi-ui/env": "^4.0.2", + "@hi-ui/icons": "^4.0.16", + "@hi-ui/input": "^4.0.11", + "@hi-ui/pagination": "^4.0.12", + "@hi-ui/type-assertion": "^4.0.2", + "@hi-ui/use-check": "^4.0.3", + "@hi-ui/use-uncontrolled-state": "^4.0.2" }, "peerDependencies": { - "@hi-ui/core": ">=4.0.0", + "@hi-ui/core": ">=4.0.6", "react": ">=16.8.6", "react-dom": ">=16.8.6" }, "devDependencies": { - "@hi-ui/core": "^4.0.4", - "@hi-ui/core-css": "^4.1.2", + "@hi-ui/core": "^4.0.6", + "@hi-ui/core-css": "^4.1.3", "react": "^17.0.1", "react-dom": "^17.0.1" } diff --git a/packages/ui/tree-select/CHANGELOG.md b/packages/ui/tree-select/CHANGELOG.md index 36893a9dd..bf6fc1560 100644 --- a/packages/ui/tree-select/CHANGELOG.md +++ b/packages/ui/tree-select/CHANGELOG.md @@ -1,5 +1,30 @@ # @hi-ui/tree-select +## 4.1.1 + +### Patch Changes + +- [#2672](https://github.com/XiaoMi/hiui/pull/2672) [`1ebe27830`](https://github.com/XiaoMi/hiui/commit/1ebe2783098b3a8cd980bd10076d67635463800e) Thanks [@zyprepare](https://github.com/zyprepare)! - build: 升级到 rollup3,重新构建发布组件 + +- Updated dependencies [[`1ebe27830`](https://github.com/XiaoMi/hiui/commit/1ebe2783098b3a8cd980bd10076d67635463800e)]: + - @hi-ui/core@4.0.6 + - @hi-ui/use-data-source@4.0.2 + - @hi-ui/use-search-mode@4.1.2 + - @hi-ui/use-toggle@4.0.2 + - @hi-ui/use-uncontrolled-state@4.0.2 + - @hi-ui/icons@4.0.16 + - @hi-ui/highlighter@4.0.6 + - @hi-ui/input@4.0.11 + - @hi-ui/picker@4.1.2 + - @hi-ui/popper@4.1.1 + - @hi-ui/tree@4.5.6 + - @hi-ui/array-utils@4.0.2 + - @hi-ui/classname@4.0.2 + - @hi-ui/env@4.0.2 + - @hi-ui/func-utils@4.0.2 + - @hi-ui/tree-utils@4.1.2 + - @hi-ui/type-assertion@4.0.2 + ## 4.1.0 ### Minor Changes diff --git a/packages/ui/tree-select/package.json b/packages/ui/tree-select/package.json index 7b3efcff0..44605ecd5 100644 --- a/packages/ui/tree-select/package.json +++ b/packages/ui/tree-select/package.json @@ -1,6 +1,6 @@ { "name": "@hi-ui/tree-select", - "version": "4.1.0", + "version": "4.1.1", "description": "A sub-package for @hi-ui/hiui.", "keywords": [], "author": "HiUI ", @@ -43,31 +43,31 @@ "url": "https://github.com/XiaoMi/hiui/issues" }, "dependencies": { - "@hi-ui/array-utils": "^4.0.1", - "@hi-ui/classname": "^4.0.1", - "@hi-ui/env": "^4.0.1", - "@hi-ui/func-utils": "^4.0.1", - "@hi-ui/highlighter": "^4.0.5", - "@hi-ui/icons": "^4.0.4", - "@hi-ui/input": "^4.0.6", - "@hi-ui/picker": "^4.0.6", - "@hi-ui/popper": "^4.0.4", - "@hi-ui/tree": "^4.5.2", - "@hi-ui/tree-utils": "^4.0.2", - "@hi-ui/type-assertion": "^4.0.1", - "@hi-ui/use-data-source": "^4.0.1", - "@hi-ui/use-search-mode": "^4.0.6", - "@hi-ui/use-toggle": "^4.0.1", - "@hi-ui/use-uncontrolled-state": "^4.0.1" + "@hi-ui/array-utils": "^4.0.2", + "@hi-ui/classname": "^4.0.2", + "@hi-ui/env": "^4.0.2", + "@hi-ui/func-utils": "^4.0.2", + "@hi-ui/highlighter": "^4.0.6", + "@hi-ui/icons": "^4.0.16", + "@hi-ui/input": "^4.0.11", + "@hi-ui/picker": "^4.1.2", + "@hi-ui/popper": "^4.1.1", + "@hi-ui/tree": "^4.5.6", + "@hi-ui/tree-utils": "^4.1.2", + "@hi-ui/type-assertion": "^4.0.2", + "@hi-ui/use-data-source": "^4.0.2", + "@hi-ui/use-search-mode": "^4.1.2", + "@hi-ui/use-toggle": "^4.0.2", + "@hi-ui/use-uncontrolled-state": "^4.0.2" }, "peerDependencies": { - "@hi-ui/core": ">=4.0.0", + "@hi-ui/core": ">=4.0.6", "react": ">=16.8.6", "react-dom": ">=16.8.6" }, "devDependencies": { - "@hi-ui/core": "^4.0.4", - "@hi-ui/core-css": "^4.1.1", + "@hi-ui/core": "^4.0.6", + "@hi-ui/core-css": "^4.1.3", "react": "^17.0.1", "react-dom": "^17.0.1" } diff --git a/packages/ui/tree/CHANGELOG.md b/packages/ui/tree/CHANGELOG.md index d7e4ab4cd..2903e7660 100644 --- a/packages/ui/tree/CHANGELOG.md +++ b/packages/ui/tree/CHANGELOG.md @@ -1,5 +1,32 @@ # @hi-ui/tree +## 4.5.6 + +### Patch Changes + +- [#2672](https://github.com/XiaoMi/hiui/pull/2672) [`1ebe27830`](https://github.com/XiaoMi/hiui/commit/1ebe2783098b3a8cd980bd10076d67635463800e) Thanks [@zyprepare](https://github.com/zyprepare)! - build: 升级到 rollup3,重新构建发布组件 + +- Updated dependencies [[`1ebe27830`](https://github.com/XiaoMi/hiui/commit/1ebe2783098b3a8cd980bd10076d67635463800e)]: + - @hi-ui/core@4.0.6 + - @hi-ui/use-check@4.0.3 + - @hi-ui/use-data-source@4.0.2 + - @hi-ui/use-latest@4.0.2 + - @hi-ui/use-merge-refs@4.0.2 + - @hi-ui/use-outside-click@4.0.2 + - @hi-ui/use-toggle@4.0.2 + - @hi-ui/use-uncontrolled-state@4.0.2 + - @hi-ui/icons@4.0.16 + - @hi-ui/checkbox@4.0.6 + - @hi-ui/input@4.0.11 + - @hi-ui/popper@4.1.1 + - @hi-ui/virtual-list@4.0.5 + - @hi-ui/array-utils@4.0.2 + - @hi-ui/classname@4.0.2 + - @hi-ui/env@4.0.2 + - @hi-ui/times@4.0.2 + - @hi-ui/tree-utils@4.1.2 + - @hi-ui/type-assertion@4.0.2 + ## 4.5.5 ### Patch Changes diff --git a/packages/ui/tree/package.json b/packages/ui/tree/package.json index 7d14061a3..8ba42a89d 100644 --- a/packages/ui/tree/package.json +++ b/packages/ui/tree/package.json @@ -1,6 +1,6 @@ { "name": "@hi-ui/tree", - "version": "4.5.5", + "version": "4.5.6", "description": "A sub-package for @hi-ui/hiui.", "keywords": [], "author": "HiUI ", @@ -43,34 +43,34 @@ "url": "https://github.com/XiaoMi/hiui/issues" }, "dependencies": { - "@hi-ui/array-utils": "^4.0.1", - "@hi-ui/checkbox": "^4.0.5", - "@hi-ui/classname": "^4.0.1", - "@hi-ui/env": "^4.0.1", - "@hi-ui/icons": "^4.0.6", - "@hi-ui/input": "^4.0.10", - "@hi-ui/popper": "^4.0.4", - "@hi-ui/times": "^4.0.1", - "@hi-ui/tree-utils": "^4.0.2", - "@hi-ui/type-assertion": "^4.0.1", - "@hi-ui/use-check": "^4.0.2", - "@hi-ui/use-data-source": "^4.0.1", - "@hi-ui/use-latest": "^4.0.1", - "@hi-ui/use-merge-refs": "^4.0.1", - "@hi-ui/use-outside-click": "^4.0.1", - "@hi-ui/use-toggle": "^4.0.1", - "@hi-ui/use-uncontrolled-state": "^4.0.1", - "@hi-ui/virtual-list": "^4.0.4", + "@hi-ui/array-utils": "^4.0.2", + "@hi-ui/checkbox": "^4.0.6", + "@hi-ui/classname": "^4.0.2", + "@hi-ui/env": "^4.0.2", + "@hi-ui/icons": "^4.0.16", + "@hi-ui/input": "^4.0.11", + "@hi-ui/popper": "^4.1.1", + "@hi-ui/times": "^4.0.2", + "@hi-ui/tree-utils": "^4.1.2", + "@hi-ui/type-assertion": "^4.0.2", + "@hi-ui/use-check": "^4.0.3", + "@hi-ui/use-data-source": "^4.0.2", + "@hi-ui/use-latest": "^4.0.2", + "@hi-ui/use-merge-refs": "^4.0.2", + "@hi-ui/use-outside-click": "^4.0.2", + "@hi-ui/use-toggle": "^4.0.2", + "@hi-ui/use-uncontrolled-state": "^4.0.2", + "@hi-ui/virtual-list": "^4.0.5", "react-transition-group": "^4.4.2" }, "peerDependencies": { - "@hi-ui/core": ">=4.0.5", + "@hi-ui/core": ">=4.0.6", "react": ">=16.8.6", "react-dom": ">=16.8.6" }, "devDependencies": { - "@hi-ui/core": "^4.0.5", - "@hi-ui/core-css": "^4.1.2", + "@hi-ui/core": "^4.0.6", + "@hi-ui/core-css": "^4.1.3", "react": "^17.0.1", "react-dom": "^17.0.1" } diff --git a/packages/ui/upload/CHANGELOG.md b/packages/ui/upload/CHANGELOG.md index da6a3a692..22617fcef 100644 --- a/packages/ui/upload/CHANGELOG.md +++ b/packages/ui/upload/CHANGELOG.md @@ -1,5 +1,22 @@ # @hi-ui/upload +## 4.1.7 + +### Patch Changes + +- [#2672](https://github.com/XiaoMi/hiui/pull/2672) [`1ebe27830`](https://github.com/XiaoMi/hiui/commit/1ebe2783098b3a8cd980bd10076d67635463800e) Thanks [@zyprepare](https://github.com/zyprepare)! - build: 升级到 rollup3,重新构建发布组件 + +- Updated dependencies [[`1ebe27830`](https://github.com/XiaoMi/hiui/commit/1ebe2783098b3a8cd980bd10076d67635463800e)]: + - @hi-ui/core@4.0.6 + - @hi-ui/use-id@4.0.2 + - @hi-ui/icons@4.0.16 + - @hi-ui/button@4.0.7 + - @hi-ui/file-select@4.0.5 + - @hi-ui/modal@4.0.13 + - @hi-ui/preview@4.0.6 + - @hi-ui/classname@4.0.2 + - @hi-ui/env@4.0.2 + ## 4.1.6 ### Patch Changes diff --git a/packages/ui/upload/package.json b/packages/ui/upload/package.json index 277284c16..c1e205b36 100644 --- a/packages/ui/upload/package.json +++ b/packages/ui/upload/package.json @@ -1,6 +1,6 @@ { "name": "@hi-ui/upload", - "version": "4.1.6", + "version": "4.1.7", "description": "A sub-package for @hi-ui/hiui.", "keywords": [], "author": "HiUI ", @@ -43,25 +43,25 @@ "url": "https://github.com/XiaoMi/hiui/issues" }, "dependencies": { - "@hi-ui/button": "^4.0.5", - "@hi-ui/classname": "^4.0.1", - "@hi-ui/env": "^4.0.1", - "@hi-ui/file-select": "^4.0.4", - "@hi-ui/icons": "^4.0.4", - "@hi-ui/modal": "^4.0.7", - "@hi-ui/preview": "^4.0.5", - "@hi-ui/use-id": "^4.0.1", + "@hi-ui/button": "^4.0.7", + "@hi-ui/classname": "^4.0.2", + "@hi-ui/env": "^4.0.2", + "@hi-ui/file-select": "^4.0.5", + "@hi-ui/icons": "^4.0.16", + "@hi-ui/modal": "^4.0.13", + "@hi-ui/preview": "^4.0.6", + "@hi-ui/use-id": "^4.0.2", "react-cropper": "^2.1.8", "uuid": "^8.3.2" }, "peerDependencies": { - "@hi-ui/core": ">=4.0.0", + "@hi-ui/core": ">=4.0.6", "react": ">=16.8.6", "react-dom": ">=16.8.6" }, "devDependencies": { - "@hi-ui/core": "^4.0.4", - "@hi-ui/core-css": "^4.0.1", + "@hi-ui/core": "^4.0.6", + "@hi-ui/core-css": "^4.1.3", "@types/uuid": "^8.3.3", "react": "^17.0.1", "react-dom": "^17.0.1" diff --git a/packages/ui/virtual-list/CHANGELOG.md b/packages/ui/virtual-list/CHANGELOG.md index bda4464cd..0d90cf135 100644 --- a/packages/ui/virtual-list/CHANGELOG.md +++ b/packages/ui/virtual-list/CHANGELOG.md @@ -1,3 +1,14 @@ # @hi-ui/virtual-list - ## 4.0.4 - 更新版本为 4.0.4 \ No newline at end of file + +## 4.0.5 + +### Patch Changes + +- [#2672](https://github.com/XiaoMi/hiui/pull/2672) [`1ebe27830`](https://github.com/XiaoMi/hiui/commit/1ebe2783098b3a8cd980bd10076d67635463800e) Thanks [@zyprepare](https://github.com/zyprepare)! - build: 升级到 rollup3,重新构建发布组件 + +- Updated dependencies [[`1ebe27830`](https://github.com/XiaoMi/hiui/commit/1ebe2783098b3a8cd980bd10076d67635463800e)]: + - @hi-ui/core@4.0.6 + +## 4.0.4 + +更新版本为 4.0.4 diff --git a/packages/ui/virtual-list/package.json b/packages/ui/virtual-list/package.json index 61195ff5f..8a90947a0 100644 --- a/packages/ui/virtual-list/package.json +++ b/packages/ui/virtual-list/package.json @@ -1,6 +1,6 @@ { "name": "@hi-ui/virtual-list", - "version": "4.0.4", + "version": "4.0.5", "description": "A sub-package for @hi-ui/hiui.", "keywords": [], "author": "HiUI ", @@ -44,14 +44,13 @@ "url": "https://github.com/XiaoMi/hiui/issues" }, "peerDependencies": { - "@hi-ui/core": ">=4.0.0", + "@hi-ui/core": ">=4.0.6", "react": ">=16.8.6", "react-dom": ">=16.8.6" }, "devDependencies": { - "@hi-ui/core": "^4.0.4", - "@hi-ui/core-css": "^4.0.1", - + "@hi-ui/core": "^4.0.6", + "@hi-ui/core-css": "^4.1.3", "react": "^17.0.1", "react-dom": "^17.0.1" } diff --git a/packages/ui/watermark/CHANGELOG.md b/packages/ui/watermark/CHANGELOG.md index 525388d2c..40b8e940f 100644 --- a/packages/ui/watermark/CHANGELOG.md +++ b/packages/ui/watermark/CHANGELOG.md @@ -1,3 +1,20 @@ # @hi-ui/watermark - ## 4.0.4 - 更新版本为 4.0.4 \ No newline at end of file + +## 4.0.5 + +### Patch Changes + +- [#2672](https://github.com/XiaoMi/hiui/pull/2672) [`1ebe27830`](https://github.com/XiaoMi/hiui/commit/1ebe2783098b3a8cd980bd10076d67635463800e) Thanks [@zyprepare](https://github.com/zyprepare)! - build: 升级到 rollup3,重新构建发布组件 + +- Updated dependencies [[`1ebe27830`](https://github.com/XiaoMi/hiui/commit/1ebe2783098b3a8cd980bd10076d67635463800e)]: + - @hi-ui/core@4.0.6 + - @hi-ui/use-merge-refs@4.0.2 + - @hi-ui/portal@4.0.5 + - @hi-ui/classname@4.0.2 + - @hi-ui/env@4.0.2 + - @hi-ui/react-utils@4.0.2 + - @hi-ui/type-assertion@4.0.2 + +## 4.0.4 + +更新版本为 4.0.4 diff --git a/packages/ui/watermark/package.json b/packages/ui/watermark/package.json index d08d2387c..95b377dff 100644 --- a/packages/ui/watermark/package.json +++ b/packages/ui/watermark/package.json @@ -1,6 +1,6 @@ { "name": "@hi-ui/watermark", - "version": "4.0.4", + "version": "4.0.5", "description": "A sub-package for @hi-ui/hiui.", "keywords": [], "author": "HiUI ", @@ -43,22 +43,21 @@ "url": "https://github.com/XiaoMi/hiui/issues" }, "dependencies": { - "@hi-ui/classname": "^4.0.1", - "@hi-ui/env": "^4.0.1", - "@hi-ui/portal": "^4.0.4", - "@hi-ui/react-utils": "^4.0.1", - "@hi-ui/type-assertion": "^4.0.1", - "@hi-ui/use-merge-refs": "^4.0.1" + "@hi-ui/classname": "^4.0.2", + "@hi-ui/env": "^4.0.2", + "@hi-ui/portal": "^4.0.5", + "@hi-ui/react-utils": "^4.0.2", + "@hi-ui/type-assertion": "^4.0.2", + "@hi-ui/use-merge-refs": "^4.0.2" }, "peerDependencies": { - "@hi-ui/core": ">=4.0.0", + "@hi-ui/core": ">=4.0.6", "react": ">=16.8.6", "react-dom": ">=16.8.6" }, "devDependencies": { - "@hi-ui/core": "^4.0.4", - "@hi-ui/core-css": "^4.0.1", - + "@hi-ui/core": "^4.0.6", + "@hi-ui/core-css": "^4.1.3", "react": "^17.0.1", "react-dom": "^17.0.1" } diff --git a/packages/ui/zen-mode/CHANGELOG.md b/packages/ui/zen-mode/CHANGELOG.md index d574e9439..36b594059 100644 --- a/packages/ui/zen-mode/CHANGELOG.md +++ b/packages/ui/zen-mode/CHANGELOG.md @@ -1,3 +1,17 @@ # @hi-ui/zen-mode - ## 4.0.4 - 更新版本为 4.0.4 \ No newline at end of file + +## 4.0.5 + +### Patch Changes + +- [#2672](https://github.com/XiaoMi/hiui/pull/2672) [`1ebe27830`](https://github.com/XiaoMi/hiui/commit/1ebe2783098b3a8cd980bd10076d67635463800e) Thanks [@zyprepare](https://github.com/zyprepare)! - build: 升级到 rollup3,重新构建发布组件 + +- Updated dependencies [[`1ebe27830`](https://github.com/XiaoMi/hiui/commit/1ebe2783098b3a8cd980bd10076d67635463800e)]: + - @hi-ui/core@4.0.6 + - @hi-ui/icons@4.0.16 + - @hi-ui/classname@4.0.2 + - @hi-ui/env@4.0.2 + +## 4.0.4 + +更新版本为 4.0.4 diff --git a/packages/ui/zen-mode/package.json b/packages/ui/zen-mode/package.json index 705e260dd..c754eb2be 100644 --- a/packages/ui/zen-mode/package.json +++ b/packages/ui/zen-mode/package.json @@ -1,6 +1,6 @@ { "name": "@hi-ui/zen-mode", - "version": "4.0.4", + "version": "4.0.5", "description": "A sub-package for @hi-ui/hiui.", "keywords": [], "author": "HiUI ", @@ -43,19 +43,18 @@ "url": "https://github.com/XiaoMi/hiui/issues" }, "dependencies": { - "@hi-ui/classname": "^4.0.1", - "@hi-ui/env": "^4.0.1", - "@hi-ui/icons": "^4.0.4" + "@hi-ui/classname": "^4.0.2", + "@hi-ui/env": "^4.0.2", + "@hi-ui/icons": "^4.0.16" }, "peerDependencies": { - "@hi-ui/core": ">=4.0.0", + "@hi-ui/core": ">=4.0.6", "react": ">=16.8.6", "react-dom": ">=16.8.6" }, "devDependencies": { - "@hi-ui/core": "^4.0.4", - "@hi-ui/core-css": "^4.0.1", - + "@hi-ui/core": "^4.0.6", + "@hi-ui/core-css": "^4.1.3", "react": "^17.0.1", "react-dom": "^17.0.1" } diff --git a/packages/utils/array-utils/CHANGELOG.md b/packages/utils/array-utils/CHANGELOG.md new file mode 100644 index 000000000..29a3dd157 --- /dev/null +++ b/packages/utils/array-utils/CHANGELOG.md @@ -0,0 +1,10 @@ +# @hi-ui/array-utils + +## 4.0.2 + +### Patch Changes + +- [#2672](https://github.com/XiaoMi/hiui/pull/2672) [`1ebe27830`](https://github.com/XiaoMi/hiui/commit/1ebe2783098b3a8cd980bd10076d67635463800e) Thanks [@zyprepare](https://github.com/zyprepare)! - build: 升级到 rollup3,重新构建发布组件 + +- Updated dependencies [[`1ebe27830`](https://github.com/XiaoMi/hiui/commit/1ebe2783098b3a8cd980bd10076d67635463800e)]: + - @hi-ui/type-assertion@4.0.2 diff --git a/packages/utils/array-utils/package.json b/packages/utils/array-utils/package.json index b42166a57..c61120ad7 100644 --- a/packages/utils/array-utils/package.json +++ b/packages/utils/array-utils/package.json @@ -1,6 +1,6 @@ { "name": "@hi-ui/array-utils", - "version": "4.0.1", + "version": "4.0.2", "description": "A sub-package for @hi-ui/utils.", "keywords": [], "author": "HiUI ", @@ -42,10 +42,8 @@ "bugs": { "url": "https://github.com/XiaoMi/hiui/issues" }, - "devDependencies": { - - }, + "devDependencies": {}, "dependencies": { - "@hi-ui/type-assertion": "^4.0.1" + "@hi-ui/type-assertion": "^4.0.2" } } diff --git a/packages/utils/classname/CHANGELOG.md b/packages/utils/classname/CHANGELOG.md new file mode 100644 index 000000000..b69e85939 --- /dev/null +++ b/packages/utils/classname/CHANGELOG.md @@ -0,0 +1,7 @@ +# @hi-ui/classname + +## 4.0.2 + +### Patch Changes + +- [#2672](https://github.com/XiaoMi/hiui/pull/2672) [`1ebe27830`](https://github.com/XiaoMi/hiui/commit/1ebe2783098b3a8cd980bd10076d67635463800e) Thanks [@zyprepare](https://github.com/zyprepare)! - build: 升级到 rollup3,重新构建发布组件 diff --git a/packages/utils/classname/package.json b/packages/utils/classname/package.json index e7ef7e0dd..b1ae08d31 100644 --- a/packages/utils/classname/package.json +++ b/packages/utils/classname/package.json @@ -1,6 +1,6 @@ { "name": "@hi-ui/classname", - "version": "4.0.1", + "version": "4.0.2", "description": "Now I’m the model of a modern major general / The venerated Virginian veteran whose men are all / Lining up, to put me up on a pedestal / Writin’ letters to relatives / Embellishin’ my elegance and eloquence / But the elephant is in the room / The truth is in ya face when ya hear the British cannons go / BOOM", "keywords": [], "author": "Flcwl ", diff --git a/packages/utils/container/CHANGELOG.md b/packages/utils/container/CHANGELOG.md new file mode 100644 index 000000000..f251c60c8 --- /dev/null +++ b/packages/utils/container/CHANGELOG.md @@ -0,0 +1,7 @@ +# @hi-ui/container + +## 4.0.2 + +### Patch Changes + +- [#2672](https://github.com/XiaoMi/hiui/pull/2672) [`1ebe27830`](https://github.com/XiaoMi/hiui/commit/1ebe2783098b3a8cd980bd10076d67635463800e) Thanks [@zyprepare](https://github.com/zyprepare)! - build: 升级到 rollup3,重新构建发布组件 diff --git a/packages/utils/container/package.json b/packages/utils/container/package.json index 7474c0a6f..a63ab580a 100644 --- a/packages/utils/container/package.json +++ b/packages/utils/container/package.json @@ -1,6 +1,6 @@ { "name": "@hi-ui/container", - "version": "4.0.1", + "version": "4.0.2", "description": "A sub-package for @hi-ui/utils.", "keywords": [], "author": "HiUI ", @@ -42,7 +42,5 @@ "bugs": { "url": "https://github.com/XiaoMi/hiui/issues" }, - "devDependencies": { - - } + "devDependencies": {} } diff --git a/packages/utils/dom-utils/CHANGELOG.md b/packages/utils/dom-utils/CHANGELOG.md new file mode 100644 index 000000000..33d8f0413 --- /dev/null +++ b/packages/utils/dom-utils/CHANGELOG.md @@ -0,0 +1,10 @@ +# @hi-ui/dom-utils + +## 4.0.5 + +### Patch Changes + +- [#2672](https://github.com/XiaoMi/hiui/pull/2672) [`1ebe27830`](https://github.com/XiaoMi/hiui/commit/1ebe2783098b3a8cd980bd10076d67635463800e) Thanks [@zyprepare](https://github.com/zyprepare)! - build: 升级到 rollup3,重新构建发布组件 + +- Updated dependencies [[`1ebe27830`](https://github.com/XiaoMi/hiui/commit/1ebe2783098b3a8cd980bd10076d67635463800e)]: + - @hi-ui/env@4.0.2 diff --git a/packages/utils/dom-utils/package.json b/packages/utils/dom-utils/package.json index c475d49c5..ac73e7539 100644 --- a/packages/utils/dom-utils/package.json +++ b/packages/utils/dom-utils/package.json @@ -1,6 +1,6 @@ { "name": "@hi-ui/dom-utils", - "version": "4.0.4", + "version": "4.0.5", "description": "A sub-package for @hi-ui/utils.", "keywords": [], "author": "HiUI ", @@ -46,10 +46,9 @@ "react": ">=16.8.6" }, "devDependencies": { - "react": "^17.0.1" }, "dependencies": { - "@hi-ui/env": "^4.0.1" + "@hi-ui/env": "^4.0.2" } } diff --git a/packages/utils/env/CHANGELOG.md b/packages/utils/env/CHANGELOG.md new file mode 100644 index 000000000..b9ee743e1 --- /dev/null +++ b/packages/utils/env/CHANGELOG.md @@ -0,0 +1,7 @@ +# @hi-ui/env + +## 4.0.2 + +### Patch Changes + +- [#2672](https://github.com/XiaoMi/hiui/pull/2672) [`1ebe27830`](https://github.com/XiaoMi/hiui/commit/1ebe2783098b3a8cd980bd10076d67635463800e) Thanks [@zyprepare](https://github.com/zyprepare)! - build: 升级到 rollup3,重新构建发布组件 diff --git a/packages/utils/env/package.json b/packages/utils/env/package.json index 26975d43b..d521fa7ae 100644 --- a/packages/utils/env/package.json +++ b/packages/utils/env/package.json @@ -1,6 +1,6 @@ { "name": "@hi-ui/env", - "version": "4.0.1", + "version": "4.0.2", "description": "Now I’m the model of a modern major general / The venerated Virginian veteran whose men are all / Lining up, to put me up on a pedestal / Writin’ letters to relatives / Embellishin’ my elegance and eloquence / But the elephant is in the room / The truth is in ya face when ya hear the British cannons go / BOOM", "keywords": [], "author": "Flcwl ", diff --git a/packages/utils/func-utils/CHANGELOG.md b/packages/utils/func-utils/CHANGELOG.md new file mode 100644 index 000000000..278c78447 --- /dev/null +++ b/packages/utils/func-utils/CHANGELOG.md @@ -0,0 +1,11 @@ +# @hi-ui/func-utils + +## 4.0.2 + +### Patch Changes + +- [#2672](https://github.com/XiaoMi/hiui/pull/2672) [`1ebe27830`](https://github.com/XiaoMi/hiui/commit/1ebe2783098b3a8cd980bd10076d67635463800e) Thanks [@zyprepare](https://github.com/zyprepare)! - build: 升级到 rollup3,重新构建发布组件 + +- Updated dependencies [[`1ebe27830`](https://github.com/XiaoMi/hiui/commit/1ebe2783098b3a8cd980bd10076d67635463800e)]: + - @hi-ui/object-utils@4.0.2 + - @hi-ui/type-assertion@4.0.2 diff --git a/packages/utils/func-utils/package.json b/packages/utils/func-utils/package.json index 1f401e8b0..621c28150 100644 --- a/packages/utils/func-utils/package.json +++ b/packages/utils/func-utils/package.json @@ -1,6 +1,6 @@ { "name": "@hi-ui/func-utils", - "version": "4.0.1", + "version": "4.0.2", "description": "A sub-package for @hi-ui/utils.", "keywords": [], "author": "HiUI ", @@ -42,11 +42,9 @@ "bugs": { "url": "https://github.com/XiaoMi/hiui/issues" }, - "devDependencies": { - - }, + "devDependencies": {}, "dependencies": { - "@hi-ui/object-utils": "^4.0.1", - "@hi-ui/type-assertion": "^4.0.1" + "@hi-ui/object-utils": "^4.0.2", + "@hi-ui/type-assertion": "^4.0.2" } } diff --git a/packages/utils/object-utils/CHANGELOG.md b/packages/utils/object-utils/CHANGELOG.md new file mode 100644 index 000000000..90e4eda42 --- /dev/null +++ b/packages/utils/object-utils/CHANGELOG.md @@ -0,0 +1,11 @@ +# @hi-ui/object-utils + +## 4.0.2 + +### Patch Changes + +- [#2672](https://github.com/XiaoMi/hiui/pull/2672) [`1ebe27830`](https://github.com/XiaoMi/hiui/commit/1ebe2783098b3a8cd980bd10076d67635463800e) Thanks [@zyprepare](https://github.com/zyprepare)! - build: 升级到 rollup3,重新构建发布组件 + +- Updated dependencies [[`1ebe27830`](https://github.com/XiaoMi/hiui/commit/1ebe2783098b3a8cd980bd10076d67635463800e)]: + - @hi-ui/array-utils@4.0.2 + - @hi-ui/type-assertion@4.0.2 diff --git a/packages/utils/object-utils/package.json b/packages/utils/object-utils/package.json index 694771b6f..aec8849d3 100644 --- a/packages/utils/object-utils/package.json +++ b/packages/utils/object-utils/package.json @@ -1,6 +1,6 @@ { "name": "@hi-ui/object-utils", - "version": "4.0.1", + "version": "4.0.2", "description": "A sub-package for @hi-ui/utils.", "keywords": [], "author": "HiUI ", @@ -42,11 +42,9 @@ "bugs": { "url": "https://github.com/XiaoMi/hiui/issues" }, - "devDependencies": { - - }, + "devDependencies": {}, "dependencies": { - "@hi-ui/array-utils": "^4.0.1", - "@hi-ui/type-assertion": "^4.0.1" + "@hi-ui/array-utils": "^4.0.2", + "@hi-ui/type-assertion": "^4.0.2" } } diff --git a/packages/utils/raf/CHANGELOG.md b/packages/utils/raf/CHANGELOG.md new file mode 100644 index 000000000..886f72538 --- /dev/null +++ b/packages/utils/raf/CHANGELOG.md @@ -0,0 +1,7 @@ +# @hi-ui/raf + +## 4.0.3 + +### Patch Changes + +- [#2672](https://github.com/XiaoMi/hiui/pull/2672) [`1ebe27830`](https://github.com/XiaoMi/hiui/commit/1ebe2783098b3a8cd980bd10076d67635463800e) Thanks [@zyprepare](https://github.com/zyprepare)! - build: 升级到 rollup3,重新构建发布组件 diff --git a/packages/utils/raf/package.json b/packages/utils/raf/package.json index 7c0a0e56b..2501ea343 100644 --- a/packages/utils/raf/package.json +++ b/packages/utils/raf/package.json @@ -1,6 +1,6 @@ { "name": "@hi-ui/raf", - "version": "4.0.2", + "version": "4.0.3", "description": "A sub-package for @hi-ui/utils.", "keywords": [], "author": "HiUI ", @@ -42,6 +42,5 @@ "bugs": { "url": "https://github.com/XiaoMi/hiui/issues" }, - "devDependencies": { - } + "devDependencies": {} } diff --git a/packages/utils/react-utils/CHANGELOG.md b/packages/utils/react-utils/CHANGELOG.md new file mode 100644 index 000000000..ddc71e3f2 --- /dev/null +++ b/packages/utils/react-utils/CHANGELOG.md @@ -0,0 +1,11 @@ +# @hi-ui/react-utils + +## 4.0.2 + +### Patch Changes + +- [#2672](https://github.com/XiaoMi/hiui/pull/2672) [`1ebe27830`](https://github.com/XiaoMi/hiui/commit/1ebe2783098b3a8cd980bd10076d67635463800e) Thanks [@zyprepare](https://github.com/zyprepare)! - build: 升级到 rollup3,重新构建发布组件 + +- Updated dependencies [[`1ebe27830`](https://github.com/XiaoMi/hiui/commit/1ebe2783098b3a8cd980bd10076d67635463800e)]: + - @hi-ui/env@4.0.2 + - @hi-ui/type-assertion@4.0.2 diff --git a/packages/utils/react-utils/package.json b/packages/utils/react-utils/package.json index d41b69a7f..4342d1cda 100644 --- a/packages/utils/react-utils/package.json +++ b/packages/utils/react-utils/package.json @@ -1,6 +1,6 @@ { "name": "@hi-ui/react-utils", - "version": "4.0.1", + "version": "4.0.2", "description": "A sub-package for @hi-ui/utils.", "keywords": [], "author": "HiUI ", @@ -46,11 +46,10 @@ "react": ">=16.8.6" }, "dependencies": { - "@hi-ui/env": "^4.0.1", - "@hi-ui/type-assertion": "^4.0.1" + "@hi-ui/env": "^4.0.2", + "@hi-ui/type-assertion": "^4.0.2" }, "devDependencies": { - "react": "^17.0.1" } } diff --git a/packages/utils/request/CHANGELOG.md b/packages/utils/request/CHANGELOG.md index bd0ad9890..8d6edcf06 100644 --- a/packages/utils/request/CHANGELOG.md +++ b/packages/utils/request/CHANGELOG.md @@ -1,5 +1,11 @@ # @hi-ui/request +## 4.1.1 + +### Patch Changes + +- [#2672](https://github.com/XiaoMi/hiui/pull/2672) [`1ebe27830`](https://github.com/XiaoMi/hiui/commit/1ebe2783098b3a8cd980bd10076d67635463800e) Thanks [@zyprepare](https://github.com/zyprepare)! - build: 升级到 rollup3,重新构建发布组件 + ## 4.1.0 ### Minor Changes diff --git a/packages/utils/request/package.json b/packages/utils/request/package.json index 5d8504acf..f60687f5e 100644 --- a/packages/utils/request/package.json +++ b/packages/utils/request/package.json @@ -1,6 +1,6 @@ { "name": "@hi-ui/request", - "version": "4.1.0", + "version": "4.1.1", "description": "A sub-package for @hi-ui/utils.", "keywords": [], "author": "HiUI ", diff --git a/packages/utils/throttle-by-raf/CHANGELOG.md b/packages/utils/throttle-by-raf/CHANGELOG.md new file mode 100644 index 000000000..fe680104d --- /dev/null +++ b/packages/utils/throttle-by-raf/CHANGELOG.md @@ -0,0 +1,10 @@ +# @hi-ui/throttle-by-raf + +## 4.0.3 + +### Patch Changes + +- [#2672](https://github.com/XiaoMi/hiui/pull/2672) [`1ebe27830`](https://github.com/XiaoMi/hiui/commit/1ebe2783098b3a8cd980bd10076d67635463800e) Thanks [@zyprepare](https://github.com/zyprepare)! - build: 升级到 rollup3,重新构建发布组件 + +- Updated dependencies [[`1ebe27830`](https://github.com/XiaoMi/hiui/commit/1ebe2783098b3a8cd980bd10076d67635463800e)]: + - @hi-ui/raf@4.0.3 diff --git a/packages/utils/throttle-by-raf/package.json b/packages/utils/throttle-by-raf/package.json index 4f32e721f..fb6cbd4df 100644 --- a/packages/utils/throttle-by-raf/package.json +++ b/packages/utils/throttle-by-raf/package.json @@ -1,6 +1,6 @@ { "name": "@hi-ui/throttle-by-raf", - "version": "4.0.2", + "version": "4.0.3", "description": "A sub-package for @hi-ui/utils.", "keywords": [], "author": "HiUI ", @@ -42,9 +42,8 @@ "bugs": { "url": "https://github.com/XiaoMi/hiui/issues" }, - "devDependencies": { - }, + "devDependencies": {}, "dependencies": { - "@hi-ui/raf": "^4.0.2" + "@hi-ui/raf": "^4.0.3" } } diff --git a/packages/utils/times/CHANGELOG.md b/packages/utils/times/CHANGELOG.md new file mode 100644 index 000000000..4f0bf28ec --- /dev/null +++ b/packages/utils/times/CHANGELOG.md @@ -0,0 +1,7 @@ +# @hi-ui/times + +## 4.0.2 + +### Patch Changes + +- [#2672](https://github.com/XiaoMi/hiui/pull/2672) [`1ebe27830`](https://github.com/XiaoMi/hiui/commit/1ebe2783098b3a8cd980bd10076d67635463800e) Thanks [@zyprepare](https://github.com/zyprepare)! - build: 升级到 rollup3,重新构建发布组件 diff --git a/packages/utils/times/package.json b/packages/utils/times/package.json index 9fae3cff1..3c62718f4 100644 --- a/packages/utils/times/package.json +++ b/packages/utils/times/package.json @@ -1,6 +1,6 @@ { "name": "@hi-ui/times", - "version": "4.0.1", + "version": "4.0.2", "description": "A sub-package for @hi-ui/utils.", "keywords": [], "author": "HiUI ", @@ -42,7 +42,5 @@ "bugs": { "url": "https://github.com/XiaoMi/hiui/issues" }, - "devDependencies": { - - } + "devDependencies": {} } diff --git a/packages/utils/tree-utils/CHANGELOG.md b/packages/utils/tree-utils/CHANGELOG.md index b2653ca1c..38a112662 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.2 + +### Patch Changes + +- [#2672](https://github.com/XiaoMi/hiui/pull/2672) [`1ebe27830`](https://github.com/XiaoMi/hiui/commit/1ebe2783098b3a8cd980bd10076d67635463800e) Thanks [@zyprepare](https://github.com/zyprepare)! - build: 升级到 rollup3,重新构建发布组件 + ## 4.1.1 ### Patch Changes diff --git a/packages/utils/tree-utils/package.json b/packages/utils/tree-utils/package.json index f310c35b5..99fefa1c7 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.1", + "version": "4.1.2", "description": "A sub-package for @hi-ui/utils.", "keywords": [], "author": "HiUI ", diff --git a/packages/utils/type-assertion/CHANGELOG.md b/packages/utils/type-assertion/CHANGELOG.md new file mode 100644 index 000000000..003fa6d9a --- /dev/null +++ b/packages/utils/type-assertion/CHANGELOG.md @@ -0,0 +1,7 @@ +# @hi-ui/type-assertion + +## 4.0.2 + +### Patch Changes + +- [#2672](https://github.com/XiaoMi/hiui/pull/2672) [`1ebe27830`](https://github.com/XiaoMi/hiui/commit/1ebe2783098b3a8cd980bd10076d67635463800e) Thanks [@zyprepare](https://github.com/zyprepare)! - build: 升级到 rollup3,重新构建发布组件 diff --git a/packages/utils/type-assertion/package.json b/packages/utils/type-assertion/package.json index 6f96bd995..4c2eaf514 100644 --- a/packages/utils/type-assertion/package.json +++ b/packages/utils/type-assertion/package.json @@ -1,6 +1,6 @@ { "name": "@hi-ui/type-assertion", - "version": "4.0.1", + "version": "4.0.2", "description": "A sub-package for @hi-ui/utils.", "keywords": [], "author": "HiUI ", @@ -42,7 +42,5 @@ "bugs": { "url": "https://github.com/XiaoMi/hiui/issues" }, - "devDependencies": { - - } + "devDependencies": {} } diff --git a/packages/utils/utils/CHANGELOG.md b/packages/utils/utils/CHANGELOG.md new file mode 100644 index 000000000..89379f85c --- /dev/null +++ b/packages/utils/utils/CHANGELOG.md @@ -0,0 +1,21 @@ +# @hi-ui/utils + +## 4.0.6 + +### Patch Changes + +- [#2672](https://github.com/XiaoMi/hiui/pull/2672) [`1ebe27830`](https://github.com/XiaoMi/hiui/commit/1ebe2783098b3a8cd980bd10076d67635463800e) Thanks [@zyprepare](https://github.com/zyprepare)! - build: 升级到 rollup3,重新构建发布组件 + +- Updated dependencies [[`1ebe27830`](https://github.com/XiaoMi/hiui/commit/1ebe2783098b3a8cd980bd10076d67635463800e)]: + - @hi-ui/array-utils@4.0.2 + - @hi-ui/classname@4.0.2 + - @hi-ui/container@4.0.2 + - @hi-ui/dom-utils@4.0.5 + - @hi-ui/env@4.0.2 + - @hi-ui/func-utils@4.0.2 + - @hi-ui/raf@4.0.3 + - @hi-ui/react-utils@4.0.2 + - @hi-ui/request@4.1.1 + - @hi-ui/throttle-by-raf@4.0.3 + - @hi-ui/tree-utils@4.1.2 + - @hi-ui/type-assertion@4.0.2 diff --git a/packages/utils/utils/package.json b/packages/utils/utils/package.json index 18e5da5c5..6927ec822 100644 --- a/packages/utils/utils/package.json +++ b/packages/utils/utils/package.json @@ -1,6 +1,6 @@ { "name": "@hi-ui/utils", - "version": "4.0.5", + "version": "4.0.6", "description": "The root-package for @hi-ui/utils.", "keywords": [], "author": "HiUI ", @@ -43,20 +43,18 @@ "url": "https://github.com/XiaoMi/hiui/issues" }, "dependencies": { - "@hi-ui/array-utils": "^4.0.1", - "@hi-ui/classname": "^4.0.1", - "@hi-ui/container": "^4.0.1", - "@hi-ui/dom-utils": "^4.0.4", - "@hi-ui/env": "^4.0.1", - "@hi-ui/func-utils": "^4.0.1", - "@hi-ui/raf": "^4.0.2", - "@hi-ui/react-utils": "^4.0.1", - "@hi-ui/request": "^4.0.1", - "@hi-ui/throttle-by-raf": "^4.0.2", - "@hi-ui/tree-utils": "^4.0.2", - "@hi-ui/type-assertion": "^4.0.1" + "@hi-ui/array-utils": "^4.0.2", + "@hi-ui/classname": "^4.0.2", + "@hi-ui/container": "^4.0.2", + "@hi-ui/dom-utils": "^4.0.5", + "@hi-ui/env": "^4.0.2", + "@hi-ui/func-utils": "^4.0.2", + "@hi-ui/raf": "^4.0.3", + "@hi-ui/react-utils": "^4.0.2", + "@hi-ui/request": "^4.1.1", + "@hi-ui/throttle-by-raf": "^4.0.3", + "@hi-ui/tree-utils": "^4.1.2", + "@hi-ui/type-assertion": "^4.0.2" }, - "devDependencies": { - - } + "devDependencies": {} }