From 8932b411bd34a33dbeef097f02cb76857555826d Mon Sep 17 00:00:00 2001 From: zyprepare Date: Wed, 20 Nov 2024 09:23:40 +0000 Subject: [PATCH] Generate version and changelog --- .changeset/beige-months-poke.md | 6 ------ .changeset/brown-clouds-deny.md | 6 ------ .changeset/moody-bikes-raise.md | 6 ------ packages/ui/hiui/CHANGELOG.md | 16 ++++++++++++++++ packages/ui/hiui/package.json | 6 +++--- packages/ui/pagination/CHANGELOG.md | 6 ++++++ packages/ui/pagination/package.json | 2 +- packages/ui/table/CHANGELOG.md | 13 +++++++++++++ packages/ui/table/package.json | 4 ++-- 9 files changed, 41 insertions(+), 24 deletions(-) delete mode 100644 .changeset/beige-months-poke.md delete mode 100644 .changeset/brown-clouds-deny.md delete mode 100644 .changeset/moody-bikes-raise.md diff --git a/.changeset/beige-months-poke.md b/.changeset/beige-months-poke.md deleted file mode 100644 index 63d1a15cb..000000000 --- a/.changeset/beige-months-poke.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@hi-ui/table": minor -"@hi-ui/hiui": minor ---- - -feat(table): add tableWidthAdjustOnResize api (#3046) diff --git a/.changeset/brown-clouds-deny.md b/.changeset/brown-clouds-deny.md deleted file mode 100644 index a81a12805..000000000 --- a/.changeset/brown-clouds-deny.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@hi-ui/pagination": minor -"@hi-ui/hiui": minor ---- - -feat(pagination): add size api(#3047) diff --git a/.changeset/moody-bikes-raise.md b/.changeset/moody-bikes-raise.md deleted file mode 100644 index 2669a64c1..000000000 --- a/.changeset/moody-bikes-raise.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@hi-ui/table": minor -"@hi-ui/hiui": minor ---- - -feat(table): 虚拟列表下,支持设置滚动位置(#3044) diff --git a/packages/ui/hiui/CHANGELOG.md b/packages/ui/hiui/CHANGELOG.md index a39db6412..d002d271d 100644 --- a/packages/ui/hiui/CHANGELOG.md +++ b/packages/ui/hiui/CHANGELOG.md @@ -1,5 +1,21 @@ # @hi-ui/hiui +## 4.9.0 + +### Minor Changes + +- [#3052](https://github.com/XiaoMi/hiui/pull/3052) [`a3ef6ac6e`](https://github.com/XiaoMi/hiui/commit/a3ef6ac6e3361c8bd1a0e3c12d7e4204dcbbf5f6) Thanks [@zyprepare](https://github.com/zyprepare)! - feat(table): add tableWidthAdjustOnResize api (#3046) + +- [#3048](https://github.com/XiaoMi/hiui/pull/3048) [`cc8c3a263`](https://github.com/XiaoMi/hiui/commit/cc8c3a263357069626c0ed9e2f2d50a3f24615af) Thanks [@fcppddl](https://github.com/fcppddl)! - feat(pagination): add size api(#3047) + +- [#3045](https://github.com/XiaoMi/hiui/pull/3045) [`26a081f0a`](https://github.com/XiaoMi/hiui/commit/26a081f0a51efb1d2b8f69720d28818e04b3b24a) Thanks [@fcppddl](https://github.com/fcppddl)! - feat(table): 虚拟列表下,支持设置滚动位置(#3044) + +### Patch Changes + +- Updated dependencies [[`a3ef6ac6e`](https://github.com/XiaoMi/hiui/commit/a3ef6ac6e3361c8bd1a0e3c12d7e4204dcbbf5f6), [`cc8c3a263`](https://github.com/XiaoMi/hiui/commit/cc8c3a263357069626c0ed9e2f2d50a3f24615af), [`26a081f0a`](https://github.com/XiaoMi/hiui/commit/26a081f0a51efb1d2b8f69720d28818e04b3b24a)]: + - @hi-ui/table@4.9.0 + - @hi-ui/pagination@4.2.0 + ## 4.8.1 ### Patch Changes diff --git a/packages/ui/hiui/package.json b/packages/ui/hiui/package.json index eafe99a61..63f78bcea 100644 --- a/packages/ui/hiui/package.json +++ b/packages/ui/hiui/package.json @@ -1,6 +1,6 @@ { "name": "@hi-ui/hiui", - "version": "4.8.1", + "version": "4.9.0", "description": "The root-package for @hi-ui/hiui.", "keywords": [], "author": "HiUI ", @@ -78,7 +78,7 @@ "@hi-ui/modal": "^4.2.0", "@hi-ui/notification": "^4.2.1", "@hi-ui/number-input": "^4.2.0", - "@hi-ui/pagination": "^4.1.0", + "@hi-ui/pagination": "^4.2.0", "@hi-ui/picker": "^4.1.6", "@hi-ui/pop-confirm": "^4.2.5", "@hi-ui/popover": "^4.1.1", @@ -97,7 +97,7 @@ "@hi-ui/stepper": "^4.1.0", "@hi-ui/svg-icon": "^4.0.8", "@hi-ui/switch": "^4.0.11", - "@hi-ui/table": "^4.8.0", + "@hi-ui/table": "^4.9.0", "@hi-ui/tabs": "^4.1.6", "@hi-ui/tag": "^4.2.1", "@hi-ui/textarea": "^4.1.7", diff --git a/packages/ui/pagination/CHANGELOG.md b/packages/ui/pagination/CHANGELOG.md index be8c4cf95..333ed8f4b 100644 --- a/packages/ui/pagination/CHANGELOG.md +++ b/packages/ui/pagination/CHANGELOG.md @@ -1,5 +1,11 @@ # @hi-ui/pagination +## 4.2.0 + +### Minor Changes + +- [#3048](https://github.com/XiaoMi/hiui/pull/3048) [`cc8c3a263`](https://github.com/XiaoMi/hiui/commit/cc8c3a263357069626c0ed9e2f2d50a3f24615af) Thanks [@fcppddl](https://github.com/fcppddl)! - feat(pagination): add size api(#3047) + ## 4.1.0 ### Minor Changes diff --git a/packages/ui/pagination/package.json b/packages/ui/pagination/package.json index 7464dcfc8..34a3bb977 100644 --- a/packages/ui/pagination/package.json +++ b/packages/ui/pagination/package.json @@ -1,6 +1,6 @@ { "name": "@hi-ui/pagination", - "version": "4.1.0", + "version": "4.2.0", "description": "A sub-package for @hi-ui/hiui.", "keywords": [], "author": "HiUI ", diff --git a/packages/ui/table/CHANGELOG.md b/packages/ui/table/CHANGELOG.md index 8a807bf63..6f3c69b8f 100644 --- a/packages/ui/table/CHANGELOG.md +++ b/packages/ui/table/CHANGELOG.md @@ -1,5 +1,18 @@ # @hi-ui/table +## 4.9.0 + +### Minor Changes + +- [#3052](https://github.com/XiaoMi/hiui/pull/3052) [`a3ef6ac6e`](https://github.com/XiaoMi/hiui/commit/a3ef6ac6e3361c8bd1a0e3c12d7e4204dcbbf5f6) Thanks [@zyprepare](https://github.com/zyprepare)! - feat(table): add tableWidthAdjustOnResize api (#3046) + +- [#3045](https://github.com/XiaoMi/hiui/pull/3045) [`26a081f0a`](https://github.com/XiaoMi/hiui/commit/26a081f0a51efb1d2b8f69720d28818e04b3b24a) Thanks [@fcppddl](https://github.com/fcppddl)! - feat(table): 虚拟列表下,支持设置滚动位置(#3044) + +### Patch Changes + +- Updated dependencies [[`cc8c3a263`](https://github.com/XiaoMi/hiui/commit/cc8c3a263357069626c0ed9e2f2d50a3f24615af)]: + - @hi-ui/pagination@4.2.0 + ## 4.8.0 ### Minor Changes diff --git a/packages/ui/table/package.json b/packages/ui/table/package.json index ac7021b7f..90d646ad1 100644 --- a/packages/ui/table/package.json +++ b/packages/ui/table/package.json @@ -1,6 +1,6 @@ { "name": "@hi-ui/table", - "version": "4.8.0", + "version": "4.9.0", "description": "A sub-package for @hi-ui/hiui.", "keywords": [], "author": "HiUI ", @@ -56,7 +56,7 @@ "@hi-ui/icons": "^4.0.19", "@hi-ui/loading": "^4.2.1", "@hi-ui/object-utils": "^4.0.4", - "@hi-ui/pagination": "^4.0.16", + "@hi-ui/pagination": "^4.2.0", "@hi-ui/popper": "^4.1.5", "@hi-ui/react-utils": "^4.0.4", "@hi-ui/scrollbar": "^4.2.0",