From d8f91eb8e331eec519f12c8fd8574fd73f9985e9 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 20 Dec 2024 17:43:53 +0800 Subject: [PATCH] Generate version and changelog (#3069) Co-authored-by: zyprepare --- .changeset/lazy-tools-admire.md | 6 ------ .changeset/little-rabbits-change.md | 12 ------------ .changeset/neat-crabs-buy.md | 5 ----- .changeset/selfish-seas-impress.md | 6 ------ packages/core/core/CHANGELOG.md | 10 ++++++++++ packages/core/core/package.json | 6 +++--- packages/ui/date-picker/CHANGELOG.md | 9 +++++++++ packages/ui/date-picker/package.json | 6 +++--- packages/ui/drawer/CHANGELOG.md | 12 ++++++++++++ packages/ui/drawer/package.json | 8 ++++---- packages/ui/hiui/CHANGELOG.md | 22 ++++++++++++++++++++++ packages/ui/hiui/package.json | 20 ++++++++++---------- packages/ui/loading/CHANGELOG.md | 11 +++++++++++ packages/ui/loading/package.json | 6 +++--- packages/ui/locale-context/CHANGELOG.md | 6 ++++++ packages/ui/locale-context/package.json | 2 +- packages/ui/modal/CHANGELOG.md | 11 +++++++++++ packages/ui/modal/package.json | 6 +++--- packages/ui/picker/CHANGELOG.md | 10 ++++++++++ packages/ui/picker/package.json | 8 ++++---- packages/ui/portal-context/CHANGELOG.md | 7 +++++++ packages/ui/portal-context/package.json | 2 +- packages/ui/preview/CHANGELOG.md | 11 +++++++++++ packages/ui/preview/package.json | 6 +++--- packages/ui/provider/CHANGELOG.md | 11 +++++++++++ packages/ui/provider/package.json | 6 +++--- 26 files changed, 158 insertions(+), 67 deletions(-) delete mode 100644 .changeset/lazy-tools-admire.md delete mode 100644 .changeset/little-rabbits-change.md delete mode 100644 .changeset/neat-crabs-buy.md delete mode 100644 .changeset/selfish-seas-impress.md create mode 100644 packages/ui/portal-context/CHANGELOG.md diff --git a/.changeset/lazy-tools-admire.md b/.changeset/lazy-tools-admire.md deleted file mode 100644 index 556c9b478..000000000 --- a/.changeset/lazy-tools-admire.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@hi-ui/locale-context": patch -"@hi-ui/hiui": patch ---- - -fix(locale-context): 修改英文前往(#3062) diff --git a/.changeset/little-rabbits-change.md b/.changeset/little-rabbits-change.md deleted file mode 100644 index c623fa5ce..000000000 --- a/.changeset/little-rabbits-change.md +++ /dev/null @@ -1,12 +0,0 @@ ---- -"@hi-ui/core": patch -"@hi-ui/portal-context": minor -"@hi-ui/drawer": minor -"@hi-ui/hiui": minor -"@hi-ui/loading": minor -"@hi-ui/modal": minor -"@hi-ui/preview": minor -"@hi-ui/provider": minor ---- - -feat(portal-context): Provider 增加 portal 参数,支持配置全局 container (#3060) diff --git a/.changeset/neat-crabs-buy.md b/.changeset/neat-crabs-buy.md deleted file mode 100644 index b738656b6..000000000 --- a/.changeset/neat-crabs-buy.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@hi-ui/picker": patch ---- - -feat(picker): 对外暴露 resetSearch 方法 diff --git a/.changeset/selfish-seas-impress.md b/.changeset/selfish-seas-impress.md deleted file mode 100644 index 510a23295..000000000 --- a/.changeset/selfish-seas-impress.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@hi-ui/date-picker": patch -"@hi-ui/hiui": patch ---- - -perf(date-picker): 范围选择交互优化 (#3055) diff --git a/packages/core/core/CHANGELOG.md b/packages/core/core/CHANGELOG.md index 807ee4dc8..99ab05060 100644 --- a/packages/core/core/CHANGELOG.md +++ b/packages/core/core/CHANGELOG.md @@ -1,5 +1,15 @@ # @hi-ui/core +## 4.0.9 + +### Patch Changes + +- [#3068](https://github.com/XiaoMi/hiui/pull/3068) [`69f8f07`](https://github.com/XiaoMi/hiui/commit/69f8f07006b4aeeea554de424389aeb93e0f1770) Thanks [@zyprepare](https://github.com/zyprepare)! - feat(portal-context): Provider 增加 portal 参数,支持配置全局 container (#3060) + +- Updated dependencies [[`69f8f07`](https://github.com/XiaoMi/hiui/commit/69f8f07006b4aeeea554de424389aeb93e0f1770), [`69f8f07`](https://github.com/XiaoMi/hiui/commit/69f8f07006b4aeeea554de424389aeb93e0f1770)]: + - @hi-ui/locale-context@4.0.11 + - @hi-ui/portal-context@4.0.0 + ## 4.0.8 ### Patch Changes diff --git a/packages/core/core/package.json b/packages/core/core/package.json index 849c1417f..a71ce900a 100644 --- a/packages/core/core/package.json +++ b/packages/core/core/package.json @@ -1,6 +1,6 @@ { "name": "@hi-ui/core", - "version": "4.0.8", + "version": "4.0.9", "description": "A sub-package for @hi-ui/utils.", "keywords": [], "author": "HiUI ", @@ -45,7 +45,7 @@ "devDependencies": {}, "dependencies": { "@hi-ui/core-css": "^4.1.5", - "@hi-ui/locale-context": "^4.0.8", - "@hi-ui/portal-context": "^4.0.0-alpha.0" + "@hi-ui/locale-context": "^4.0.11", + "@hi-ui/portal-context": "^4.0.0" } } diff --git a/packages/ui/date-picker/CHANGELOG.md b/packages/ui/date-picker/CHANGELOG.md index a37ef46fa..14e9c6440 100644 --- a/packages/ui/date-picker/CHANGELOG.md +++ b/packages/ui/date-picker/CHANGELOG.md @@ -1,5 +1,14 @@ # @hi-ui/date-picker +## 4.9.1 + +### Patch Changes + +- [#3068](https://github.com/XiaoMi/hiui/pull/3068) [`69f8f07`](https://github.com/XiaoMi/hiui/commit/69f8f07006b4aeeea554de424389aeb93e0f1770) Thanks [@zyprepare](https://github.com/zyprepare)! - perf(date-picker): 范围选择交互优化 (#3055) + +- Updated dependencies [[`69f8f07`](https://github.com/XiaoMi/hiui/commit/69f8f07006b4aeeea554de424389aeb93e0f1770)]: + - @hi-ui/core@4.0.9 + ## 4.9.0 ### Minor Changes diff --git a/packages/ui/date-picker/package.json b/packages/ui/date-picker/package.json index 07bbc5858..35706c6ab 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.9.0", + "version": "4.9.1", "description": "A sub-package for @hi-ui/hiui.", "keywords": [], "author": "HiUI ", @@ -55,12 +55,12 @@ "react-transition-group": "^4.4.2" }, "peerDependencies": { - "@hi-ui/core": ">=4.0.8", + "@hi-ui/core": ">=4.0.9", "react": ">=16.8.6", "react-dom": ">=16.8.6" }, "devDependencies": { - "@hi-ui/core": "^4.0.8", + "@hi-ui/core": "^4.0.9", "@hi-ui/core-css": "^4.1.5", "react": "^17.0.1", "react-dom": "^17.0.1" diff --git a/packages/ui/drawer/CHANGELOG.md b/packages/ui/drawer/CHANGELOG.md index 5f259b7cf..d6a151803 100644 --- a/packages/ui/drawer/CHANGELOG.md +++ b/packages/ui/drawer/CHANGELOG.md @@ -1,5 +1,17 @@ # @hi-ui/drawer +## 4.3.0 + +### Minor Changes + +- [#3068](https://github.com/XiaoMi/hiui/pull/3068) [`69f8f07`](https://github.com/XiaoMi/hiui/commit/69f8f07006b4aeeea554de424389aeb93e0f1770) Thanks [@zyprepare](https://github.com/zyprepare)! - feat(portal-context): Provider 增加 portal 参数,支持配置全局 container (#3060) + +### Patch Changes + +- Updated dependencies [[`69f8f07`](https://github.com/XiaoMi/hiui/commit/69f8f07006b4aeeea554de424389aeb93e0f1770)]: + - @hi-ui/core@4.0.9 + - @hi-ui/modal@4.3.0 + ## 4.2.1 ### Patch Changes diff --git a/packages/ui/drawer/package.json b/packages/ui/drawer/package.json index a2cee4802..f00b9c02a 100644 --- a/packages/ui/drawer/package.json +++ b/packages/ui/drawer/package.json @@ -1,6 +1,6 @@ { "name": "@hi-ui/drawer", - "version": "4.2.1", + "version": "4.3.0", "description": "A sub-package for @hi-ui/hiui.", "keywords": [], "author": "HiUI ", @@ -47,7 +47,7 @@ "@hi-ui/env": "^4.0.5", "@hi-ui/icon-button": "^4.0.9", "@hi-ui/icons": "^4.0.19", - "@hi-ui/modal": "^4.2.0", + "@hi-ui/modal": "^4.3.0", "@hi-ui/portal": "^4.0.8", "@hi-ui/type-assertion": "^4.0.4", "@hi-ui/use-latest": "^4.0.4", @@ -57,12 +57,12 @@ "react-transition-group": "4.4.2" }, "peerDependencies": { - "@hi-ui/core": ">=4.0.8", + "@hi-ui/core": ">=4.0.9", "react": ">=16.8.6", "react-dom": ">=16.8.6" }, "devDependencies": { - "@hi-ui/core": "^4.0.8", + "@hi-ui/core": "^4.0.9", "@hi-ui/core-css": "^4.1.5", "react": "^17.0.1", "react-dom": "^17.0.1" diff --git a/packages/ui/hiui/CHANGELOG.md b/packages/ui/hiui/CHANGELOG.md index d002d271d..1ee20088a 100644 --- a/packages/ui/hiui/CHANGELOG.md +++ b/packages/ui/hiui/CHANGELOG.md @@ -1,5 +1,27 @@ # @hi-ui/hiui +## 4.10.0 + +### Minor Changes + +- [#3068](https://github.com/XiaoMi/hiui/pull/3068) [`69f8f07`](https://github.com/XiaoMi/hiui/commit/69f8f07006b4aeeea554de424389aeb93e0f1770) Thanks [@zyprepare](https://github.com/zyprepare)! - feat(portal-context): Provider 增加 portal 参数,支持配置全局 container (#3060) + +### Patch Changes + +- [#3068](https://github.com/XiaoMi/hiui/pull/3068) [`69f8f07`](https://github.com/XiaoMi/hiui/commit/69f8f07006b4aeeea554de424389aeb93e0f1770) Thanks [@zyprepare](https://github.com/zyprepare)! - fix(locale-context): 修改英文前往(#3062) + +- [#3068](https://github.com/XiaoMi/hiui/pull/3068) [`69f8f07`](https://github.com/XiaoMi/hiui/commit/69f8f07006b4aeeea554de424389aeb93e0f1770) Thanks [@zyprepare](https://github.com/zyprepare)! - perf(date-picker): 范围选择交互优化 (#3055) + +- Updated dependencies [[`69f8f07`](https://github.com/XiaoMi/hiui/commit/69f8f07006b4aeeea554de424389aeb93e0f1770), [`69f8f07`](https://github.com/XiaoMi/hiui/commit/69f8f07006b4aeeea554de424389aeb93e0f1770), [`69f8f07`](https://github.com/XiaoMi/hiui/commit/69f8f07006b4aeeea554de424389aeb93e0f1770)]: + - @hi-ui/core@4.0.9 + - @hi-ui/drawer@4.3.0 + - @hi-ui/loading@4.3.0 + - @hi-ui/modal@4.3.0 + - @hi-ui/preview@4.2.0 + - @hi-ui/provider@4.1.0 + - @hi-ui/picker@4.1.7 + - @hi-ui/date-picker@4.9.1 + ## 4.9.0 ### Minor Changes diff --git a/packages/ui/hiui/package.json b/packages/ui/hiui/package.json index 63f78bcea..d3ae9236f 100644 --- a/packages/ui/hiui/package.json +++ b/packages/ui/hiui/package.json @@ -1,6 +1,6 @@ { "name": "@hi-ui/hiui", - "version": "4.9.0", + "version": "4.10.0", "description": "The root-package for @hi-ui/hiui.", "keywords": [], "author": "HiUI ", @@ -59,9 +59,9 @@ "@hi-ui/checkbox": "^4.0.10", "@hi-ui/collapse": "^4.1.6", "@hi-ui/counter": "^4.1.9", - "@hi-ui/date-picker": "^4.9.0", + "@hi-ui/date-picker": "^4.9.1", "@hi-ui/descriptions": "^4.5.0", - "@hi-ui/drawer": "^4.2.1", + "@hi-ui/drawer": "^4.3.0", "@hi-ui/dropdown": "^4.2.2", "@hi-ui/ellipsis-tooltip": "^4.1.8", "@hi-ui/empty-state": "^4.1.1", @@ -72,19 +72,19 @@ "@hi-ui/input": "^4.2.1", "@hi-ui/input-group": "^4.0.7", "@hi-ui/list": "^4.1.0", - "@hi-ui/loading": "^4.2.1", + "@hi-ui/loading": "^4.3.0", "@hi-ui/menu": "^4.3.1", "@hi-ui/message": "^4.1.0", - "@hi-ui/modal": "^4.2.0", + "@hi-ui/modal": "^4.3.0", "@hi-ui/notification": "^4.2.1", "@hi-ui/number-input": "^4.2.0", "@hi-ui/pagination": "^4.2.0", - "@hi-ui/picker": "^4.1.6", + "@hi-ui/picker": "^4.1.7", "@hi-ui/pop-confirm": "^4.2.5", "@hi-ui/popover": "^4.1.1", - "@hi-ui/preview": "^4.1.1", + "@hi-ui/preview": "^4.2.0", "@hi-ui/progress": "^4.0.10", - "@hi-ui/provider": "^4.0.9", + "@hi-ui/provider": "^4.1.0", "@hi-ui/radio": "^4.1.4", "@hi-ui/rating": "^4.0.10", "@hi-ui/result": "^4.0.8", @@ -112,12 +112,12 @@ "@hi-ui/zen-mode": "^4.0.8" }, "peerDependencies": { - "@hi-ui/core": ">=4.0.8", + "@hi-ui/core": ">=4.0.9", "react": ">=16.8.6", "react-dom": ">=16.8.6" }, "devDependencies": { - "@hi-ui/core": "^4.0.8", + "@hi-ui/core": "^4.0.9", "@hi-ui/core-css": "^4.1.5", "react": "^17.0.1", "react-dom": "^17.0.1" diff --git a/packages/ui/loading/CHANGELOG.md b/packages/ui/loading/CHANGELOG.md index 8d1a6beea..58f53467a 100644 --- a/packages/ui/loading/CHANGELOG.md +++ b/packages/ui/loading/CHANGELOG.md @@ -1,5 +1,16 @@ # @hi-ui/loading +## 4.3.0 + +### Minor Changes + +- [#3068](https://github.com/XiaoMi/hiui/pull/3068) [`69f8f07`](https://github.com/XiaoMi/hiui/commit/69f8f07006b4aeeea554de424389aeb93e0f1770) Thanks [@zyprepare](https://github.com/zyprepare)! - feat(portal-context): Provider 增加 portal 参数,支持配置全局 container (#3060) + +### Patch Changes + +- Updated dependencies [[`69f8f07`](https://github.com/XiaoMi/hiui/commit/69f8f07006b4aeeea554de424389aeb93e0f1770)]: + - @hi-ui/core@4.0.9 + ## 4.2.1 ### Patch Changes diff --git a/packages/ui/loading/package.json b/packages/ui/loading/package.json index 33f2f6b77..45d14f6e3 100644 --- a/packages/ui/loading/package.json +++ b/packages/ui/loading/package.json @@ -1,6 +1,6 @@ { "name": "@hi-ui/loading", - "version": "4.2.1", + "version": "4.3.0", "description": "> TODO: description", "keywords": [], "author": "HiUI ", @@ -55,12 +55,12 @@ "react-transition-group": "^4.4.2" }, "peerDependencies": { - "@hi-ui/core": ">=4.0.8", + "@hi-ui/core": ">=4.0.9", "react": ">=16.8.6", "react-dom": ">=16.8.6" }, "devDependencies": { - "@hi-ui/core": "^4.0.8", + "@hi-ui/core": "^4.0.9", "@hi-ui/core-css": "^4.1.5", "@types/react-transition-group": "^4.4.2", "react": "^17.0.1", diff --git a/packages/ui/locale-context/CHANGELOG.md b/packages/ui/locale-context/CHANGELOG.md index 3932411c4..55b1a06c4 100644 --- a/packages/ui/locale-context/CHANGELOG.md +++ b/packages/ui/locale-context/CHANGELOG.md @@ -1,5 +1,11 @@ # @hi-ui/locale-context +## 4.0.11 + +### Patch Changes + +- [#3068](https://github.com/XiaoMi/hiui/pull/3068) [`69f8f07`](https://github.com/XiaoMi/hiui/commit/69f8f07006b4aeeea554de424389aeb93e0f1770) Thanks [@zyprepare](https://github.com/zyprepare)! - fix(locale-context): 修改英文前往(#3062) + ## 4.0.10 ### Patch Changes diff --git a/packages/ui/locale-context/package.json b/packages/ui/locale-context/package.json index 54466a1f0..0e4e14860 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.10", + "version": "4.0.11", "description": "A sub-package for @hi-ui/hiui.", "keywords": [], "author": "HiUI ", diff --git a/packages/ui/modal/CHANGELOG.md b/packages/ui/modal/CHANGELOG.md index fd1bbdc6d..e27e3070b 100644 --- a/packages/ui/modal/CHANGELOG.md +++ b/packages/ui/modal/CHANGELOG.md @@ -1,5 +1,16 @@ # @hi-ui/modal +## 4.3.0 + +### Minor Changes + +- [#3068](https://github.com/XiaoMi/hiui/pull/3068) [`69f8f07`](https://github.com/XiaoMi/hiui/commit/69f8f07006b4aeeea554de424389aeb93e0f1770) Thanks [@zyprepare](https://github.com/zyprepare)! - feat(portal-context): Provider 增加 portal 参数,支持配置全局 container (#3060) + +### Patch Changes + +- Updated dependencies [[`69f8f07`](https://github.com/XiaoMi/hiui/commit/69f8f07006b4aeeea554de424389aeb93e0f1770)]: + - @hi-ui/core@4.0.9 + ## 4.2.0 ### Minor Changes diff --git a/packages/ui/modal/package.json b/packages/ui/modal/package.json index 0cfc94887..eedf6a337 100644 --- a/packages/ui/modal/package.json +++ b/packages/ui/modal/package.json @@ -1,6 +1,6 @@ { "name": "@hi-ui/modal", - "version": "4.2.0", + "version": "4.3.0", "description": "A sub-package for @hi-ui/hiui.", "keywords": [], "author": "HiUI ", @@ -62,12 +62,12 @@ "react-transition-group": "^4.4.2" }, "peerDependencies": { - "@hi-ui/core": ">=4.0.8", + "@hi-ui/core": ">=4.0.9", "react": ">=16.8.6", "react-dom": ">=16.8.6" }, "devDependencies": { - "@hi-ui/core": "^4.0.8", + "@hi-ui/core": "^4.0.9", "@hi-ui/core-css": "^4.1.5", "react": "^17.0.1", "react-dom": "^17.0.1" diff --git a/packages/ui/picker/CHANGELOG.md b/packages/ui/picker/CHANGELOG.md index cba882a82..0eb6b8de9 100644 --- a/packages/ui/picker/CHANGELOG.md +++ b/packages/ui/picker/CHANGELOG.md @@ -1,5 +1,15 @@ # @hi-ui/picker +## 4.1.7 + +### Patch Changes + +- [#3068](https://github.com/XiaoMi/hiui/pull/3068) [`69f8f07`](https://github.com/XiaoMi/hiui/commit/69f8f07006b4aeeea554de424389aeb93e0f1770) Thanks [@zyprepare](https://github.com/zyprepare)! - feat(picker): 对外暴露 resetSearch 方法 + +- Updated dependencies [[`69f8f07`](https://github.com/XiaoMi/hiui/commit/69f8f07006b4aeeea554de424389aeb93e0f1770)]: + - @hi-ui/core@4.0.9 + - @hi-ui/loading@4.3.0 + ## 4.1.6 ### Patch Changes diff --git a/packages/ui/picker/package.json b/packages/ui/picker/package.json index 515dbcc3b..719dc8ce1 100644 --- a/packages/ui/picker/package.json +++ b/packages/ui/picker/package.json @@ -1,6 +1,6 @@ { "name": "@hi-ui/picker", - "version": "4.1.6", + "version": "4.1.7", "description": "A sub-package for @hi-ui/hiui.", "keywords": [], "author": "HiUI ", @@ -48,7 +48,7 @@ "@hi-ui/env": "^4.0.5", "@hi-ui/icons": "^4.0.19", "@hi-ui/input": "^4.1.1", - "@hi-ui/loading": "^4.2.1", + "@hi-ui/loading": "^4.3.0", "@hi-ui/popper": "^4.1.5", "@hi-ui/type-assertion": "^4.0.4", "@hi-ui/use-latest": "^4.0.4", @@ -56,12 +56,12 @@ "@hi-ui/use-uncontrolled-state": "^4.0.4" }, "peerDependencies": { - "@hi-ui/core": ">=4.0.8", + "@hi-ui/core": ">=4.0.9", "react": ">=16.8.6", "react-dom": ">=16.8.6" }, "devDependencies": { - "@hi-ui/core": "^4.0.8", + "@hi-ui/core": "^4.0.9", "@hi-ui/core-css": "^4.1.5", "react": "^17.0.1", "react-dom": "^17.0.1" diff --git a/packages/ui/portal-context/CHANGELOG.md b/packages/ui/portal-context/CHANGELOG.md new file mode 100644 index 000000000..d24fbe680 --- /dev/null +++ b/packages/ui/portal-context/CHANGELOG.md @@ -0,0 +1,7 @@ +# @hi-ui/portal-context + +## 4.0.0 + +### Minor Changes + +- [#3068](https://github.com/XiaoMi/hiui/pull/3068) [`69f8f07`](https://github.com/XiaoMi/hiui/commit/69f8f07006b4aeeea554de424389aeb93e0f1770) Thanks [@zyprepare](https://github.com/zyprepare)! - feat(portal-context): Provider 增加 portal 参数,支持配置全局 container (#3060) diff --git a/packages/ui/portal-context/package.json b/packages/ui/portal-context/package.json index d9f03c47e..f85f1eb38 100644 --- a/packages/ui/portal-context/package.json +++ b/packages/ui/portal-context/package.json @@ -1,6 +1,6 @@ { "name": "@hi-ui/portal-context", - "version": "4.0.0-alpha.0", + "version": "4.0.0", "description": "A sub-package for @hi-ui/hiui.", "keywords": [], "author": "HiUI ", diff --git a/packages/ui/preview/CHANGELOG.md b/packages/ui/preview/CHANGELOG.md index 28819840c..0d8344c8f 100644 --- a/packages/ui/preview/CHANGELOG.md +++ b/packages/ui/preview/CHANGELOG.md @@ -1,5 +1,16 @@ # @hi-ui/preview +## 4.2.0 + +### Minor Changes + +- [#3068](https://github.com/XiaoMi/hiui/pull/3068) [`69f8f07`](https://github.com/XiaoMi/hiui/commit/69f8f07006b4aeeea554de424389aeb93e0f1770) Thanks [@zyprepare](https://github.com/zyprepare)! - feat(portal-context): Provider 增加 portal 参数,支持配置全局 container (#3060) + +### Patch Changes + +- Updated dependencies [[`69f8f07`](https://github.com/XiaoMi/hiui/commit/69f8f07006b4aeeea554de424389aeb93e0f1770)]: + - @hi-ui/core@4.0.9 + ## 4.1.1 ### Patch Changes diff --git a/packages/ui/preview/package.json b/packages/ui/preview/package.json index 2aae60bf4..55b1066b2 100644 --- a/packages/ui/preview/package.json +++ b/packages/ui/preview/package.json @@ -1,6 +1,6 @@ { "name": "@hi-ui/preview", - "version": "4.1.1", + "version": "4.2.0", "description": "A sub-package for @hi-ui/hiui.", "keywords": [], "author": "HiUI ", @@ -53,12 +53,12 @@ "react-transition-group": "^4.4.2" }, "peerDependencies": { - "@hi-ui/core": ">=4.0.8", + "@hi-ui/core": ">=4.0.9", "react": ">=16.8.6", "react-dom": ">=16.8.6" }, "devDependencies": { - "@hi-ui/core": "^4.0.8", + "@hi-ui/core": "^4.0.9", "@hi-ui/core-css": "^4.1.5", "react": "^17.0.1", "react-dom": "^17.0.1" diff --git a/packages/ui/provider/CHANGELOG.md b/packages/ui/provider/CHANGELOG.md index 1dd5efb57..08ee07a0f 100644 --- a/packages/ui/provider/CHANGELOG.md +++ b/packages/ui/provider/CHANGELOG.md @@ -1,5 +1,16 @@ # @hi-ui/provider +## 4.1.0 + +### Minor Changes + +- [#3068](https://github.com/XiaoMi/hiui/pull/3068) [`69f8f07`](https://github.com/XiaoMi/hiui/commit/69f8f07006b4aeeea554de424389aeb93e0f1770) Thanks [@zyprepare](https://github.com/zyprepare)! - feat(portal-context): Provider 增加 portal 参数,支持配置全局 container (#3060) + +### Patch Changes + +- Updated dependencies [[`69f8f07`](https://github.com/XiaoMi/hiui/commit/69f8f07006b4aeeea554de424389aeb93e0f1770)]: + - @hi-ui/core@4.0.9 + ## 4.0.9 ### Patch Changes diff --git a/packages/ui/provider/package.json b/packages/ui/provider/package.json index 1524d855c..7a41051e3 100644 --- a/packages/ui/provider/package.json +++ b/packages/ui/provider/package.json @@ -1,6 +1,6 @@ { "name": "@hi-ui/provider", - "version": "4.0.9", + "version": "4.1.0", "description": "A sub-package for @hi-ui/hiui.", "keywords": [], "author": "HiUI ", @@ -50,12 +50,12 @@ "csstype": "^3.0.11" }, "peerDependencies": { - "@hi-ui/core": ">=4.0.8", + "@hi-ui/core": ">=4.0.9", "react": ">=16.8.6", "react-dom": ">=16.8.6" }, "devDependencies": { - "@hi-ui/core": "^4.0.8", + "@hi-ui/core": "^4.0.9", "@hi-ui/core-css": "^4.1.5", "react": "^17.0.1", "react-dom": "^17.0.1"