Skip to content

Commit

Permalink
Generate version and changelog (#3039)
Browse files Browse the repository at this point in the history
Co-authored-by: zyprepare <[email protected]>
  • Loading branch information
github-actions[bot] and zyprepare authored Nov 8, 2024
1 parent 235aa1d commit fcab1d5
Show file tree
Hide file tree
Showing 20 changed files with 101 additions and 55 deletions.
6 changes: 0 additions & 6 deletions .changeset/breezy-pumas-rest.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/early-cycles-drum.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/fuzzy-radios-know.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/green-points-sort.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/rare-needles-hang.md

This file was deleted.

9 changes: 0 additions & 9 deletions .changeset/rude-ways-look.md

This file was deleted.

7 changes: 7 additions & 0 deletions packages/hooks/use-search-mode/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @hi-ui/use-search-mode

## 4.2.0

### Minor Changes

- [#3015](https://github.com/XiaoMi/hiui/pull/3015) [`b2d784b23`](https://github.com/XiaoMi/hiui/commit/b2d784b23682e70cbc7b09e3396f51fda02e2223) Thanks [@zyprepare](https://github.com/zyprepare)! - feat(select): Add searchOnInit api (#3004)
feat(check-select): Add searchOnInit api (#3004)

## 4.1.4

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/hooks/use-search-mode/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hi-ui/use-search-mode",
"version": "4.1.4",
"version": "4.2.0",
"description": "A sub-package for @hi-ui/hooks.",
"keywords": [],
"author": "HiUI <[email protected]>",
Expand Down
12 changes: 12 additions & 0 deletions packages/ui/check-select/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @hi-ui/check-select

## 4.6.0

### Minor Changes

- [#3015](https://github.com/XiaoMi/hiui/pull/3015) [`b2d784b23`](https://github.com/XiaoMi/hiui/commit/b2d784b23682e70cbc7b09e3396f51fda02e2223) Thanks [@zyprepare](https://github.com/zyprepare)! - feat(select): Add searchOnInit api (#3004)
feat(check-select): Add searchOnInit api (#3004)

### Patch Changes

- Updated dependencies [[`b2d784b23`](https://github.com/XiaoMi/hiui/commit/b2d784b23682e70cbc7b09e3396f51fda02e2223)]:
- @hi-ui/use-search-mode@4.2.0

## 4.5.0

### Minor Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/ui/check-select/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hi-ui/check-select",
"version": "4.5.0",
"version": "4.6.0",
"description": "A sub-package for @hi-ui/hiui.",
"keywords": [],
"author": "HiUI <[email protected]>",
Expand Down Expand Up @@ -62,7 +62,7 @@
"@hi-ui/use-children": "^4.0.4",
"@hi-ui/use-data-source": "^4.0.4",
"@hi-ui/use-latest": "^4.0.4",
"@hi-ui/use-search-mode": "^4.1.4",
"@hi-ui/use-search-mode": "^4.2.0",
"@hi-ui/use-toggle": "^4.0.4",
"@hi-ui/use-uncontrolled-state": "^4.0.4",
"@hi-ui/virtual-list": "^4.0.8"
Expand Down
6 changes: 6 additions & 0 deletions packages/ui/dropdown/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @hi-ui/dropdown

## 4.2.2

### Patch Changes

- [#3031](https://github.com/XiaoMi/hiui/pull/3031) [`c93f20d42`](https://github.com/XiaoMi/hiui/commit/c93f20d42096e38c10a99e1e333f3a9d9c00cdbe) Thanks [@zyprepare](https://github.com/zyprepare)! - fix(dropdown): 修复父节点设置 disabled 后依然可以点击的问题 (#3030)

## 4.2.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/ui/dropdown/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hi-ui/dropdown",
"version": "4.2.1",
"version": "4.2.2",
"description": "A sub-package for @hi-ui/hiui.",
"keywords": [],
"author": "HiUI <[email protected]>",
Expand Down
26 changes: 26 additions & 0 deletions packages/ui/hiui/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,31 @@
# @hi-ui/hiui

## 4.8.0

### Minor Changes

- [#3020](https://github.com/XiaoMi/hiui/pull/3020) [`241447e14`](https://github.com/XiaoMi/hiui/commit/241447e148f4544c6a08623d60d977e286ec9d64) Thanks [@fcppddl](https://github.com/fcppddl)! - feat(scrollbar): 支持滚动条吸底 (#3019)

- [#3033](https://github.com/XiaoMi/hiui/pull/3033) [`17158fa6e`](https://github.com/XiaoMi/hiui/commit/17158fa6e286a560aeb9fd65d68856c2e7a00736) Thanks [@zyprepare](https://github.com/zyprepare)! - feat(table): 支持表头列合并 (#3032)

- [#2978](https://github.com/XiaoMi/hiui/pull/2978) [`f807f7dda`](https://github.com/XiaoMi/hiui/commit/f807f7ddae07184a0584e16d017a3d9f5785d4b8) Thanks [@fcppddl](https://github.com/fcppddl)! - feat(table): 将表格中的交互统一加上回调事件 (#2977)

- [#3034](https://github.com/XiaoMi/hiui/pull/3034) [`83be3c14b`](https://github.com/XiaoMi/hiui/commit/83be3c14b9e8cd3e73ec477895a47b925439a3a5) Thanks [@zyprepare](https://github.com/zyprepare)! - feat(table): SettingDrawer 增加 onReset api (#3021)

- [#3015](https://github.com/XiaoMi/hiui/pull/3015) [`b2d784b23`](https://github.com/XiaoMi/hiui/commit/b2d784b23682e70cbc7b09e3396f51fda02e2223) Thanks [@zyprepare](https://github.com/zyprepare)! - feat(select): Add searchOnInit api (#3004)
feat(check-select): Add searchOnInit api (#3004)

### Patch Changes

- [#3031](https://github.com/XiaoMi/hiui/pull/3031) [`c93f20d42`](https://github.com/XiaoMi/hiui/commit/c93f20d42096e38c10a99e1e333f3a9d9c00cdbe) Thanks [@zyprepare](https://github.com/zyprepare)! - fix(dropdown): 修复父节点设置 disabled 后依然可以点击的问题 (#3030)

- Updated dependencies [[`241447e14`](https://github.com/XiaoMi/hiui/commit/241447e148f4544c6a08623d60d977e286ec9d64), [`17158fa6e`](https://github.com/XiaoMi/hiui/commit/17158fa6e286a560aeb9fd65d68856c2e7a00736), [`f807f7dda`](https://github.com/XiaoMi/hiui/commit/f807f7ddae07184a0584e16d017a3d9f5785d4b8), [`83be3c14b`](https://github.com/XiaoMi/hiui/commit/83be3c14b9e8cd3e73ec477895a47b925439a3a5), [`c93f20d42`](https://github.com/XiaoMi/hiui/commit/c93f20d42096e38c10a99e1e333f3a9d9c00cdbe), [`b2d784b23`](https://github.com/XiaoMi/hiui/commit/b2d784b23682e70cbc7b09e3396f51fda02e2223)]:
- @hi-ui/scrollbar@4.2.0
- @hi-ui/table@4.8.0
- @hi-ui/dropdown@4.2.2
- @hi-ui/check-select@4.6.0
- @hi-ui/select@4.6.0

## 4.7.1

### Patch Changes
Expand Down
12 changes: 6 additions & 6 deletions packages/ui/hiui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hi-ui/hiui",
"version": "4.7.1",
"version": "4.8.0",
"description": "The root-package for @hi-ui/hiui.",
"keywords": [],
"author": "HiUI <[email protected]>",
Expand Down Expand Up @@ -54,15 +54,15 @@
"@hi-ui/carousel": "^4.1.1",
"@hi-ui/cascader": "^4.3.1",
"@hi-ui/check-cascader": "^4.3.1",
"@hi-ui/check-select": "^4.5.0",
"@hi-ui/check-select": "^4.6.0",
"@hi-ui/check-tree-select": "^4.6.1",
"@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/descriptions": "^4.5.0",
"@hi-ui/drawer": "^4.2.1",
"@hi-ui/dropdown": "^4.2.1",
"@hi-ui/dropdown": "^4.2.2",
"@hi-ui/ellipsis-tooltip": "^4.1.8",
"@hi-ui/empty-state": "^4.1.1",
"@hi-ui/filter": "^4.2.0",
Expand All @@ -88,16 +88,16 @@
"@hi-ui/radio": "^4.1.4",
"@hi-ui/rating": "^4.0.10",
"@hi-ui/result": "^4.0.8",
"@hi-ui/scrollbar": "^4.1.1",
"@hi-ui/scrollbar": "^4.2.0",
"@hi-ui/search": "^4.1.0",
"@hi-ui/select": "^4.5.0",
"@hi-ui/select": "^4.6.0",
"@hi-ui/slider": "^4.0.11",
"@hi-ui/space": "^4.0.11",
"@hi-ui/spinner": "^4.0.9",
"@hi-ui/stepper": "^4.1.0",
"@hi-ui/svg-icon": "^4.0.8",
"@hi-ui/switch": "^4.0.11",
"@hi-ui/table": "^4.7.0",
"@hi-ui/table": "^4.8.0",
"@hi-ui/tabs": "^4.1.6",
"@hi-ui/tag": "^4.2.1",
"@hi-ui/textarea": "^4.1.7",
Expand Down
6 changes: 6 additions & 0 deletions packages/ui/scrollbar/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @hi-ui/scrollbar

## 4.2.0

### Minor Changes

- [#3020](https://github.com/XiaoMi/hiui/pull/3020) [`241447e14`](https://github.com/XiaoMi/hiui/commit/241447e148f4544c6a08623d60d977e286ec9d64) Thanks [@fcppddl](https://github.com/fcppddl)! - feat(scrollbar): 支持滚动条吸底 (#3019)

## 4.1.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/ui/scrollbar/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hi-ui/scrollbar",
"version": "4.1.1",
"version": "4.2.0",
"description": "A sub-package for @hi-ui/hiui.",
"keywords": [],
"author": "HIUI <[email protected]>",
Expand Down
12 changes: 12 additions & 0 deletions packages/ui/select/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @hi-ui/select

## 4.6.0

### Minor Changes

- [#3015](https://github.com/XiaoMi/hiui/pull/3015) [`b2d784b23`](https://github.com/XiaoMi/hiui/commit/b2d784b23682e70cbc7b09e3396f51fda02e2223) Thanks [@zyprepare](https://github.com/zyprepare)! - feat(select): Add searchOnInit api (#3004)
feat(check-select): Add searchOnInit api (#3004)

### Patch Changes

- Updated dependencies [[`b2d784b23`](https://github.com/XiaoMi/hiui/commit/b2d784b23682e70cbc7b09e3396f51fda02e2223)]:
- @hi-ui/use-search-mode@4.2.0

## 4.5.0

### Minor Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/ui/select/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hi-ui/select",
"version": "4.5.0",
"version": "4.6.0",
"description": "A sub-package for @hi-ui/hiui.",
"keywords": [],
"author": "HiUI <[email protected]>",
Expand Down Expand Up @@ -60,7 +60,7 @@
"@hi-ui/use-children": "^4.0.4",
"@hi-ui/use-data-source": "^4.0.4",
"@hi-ui/use-latest": "^4.0.4",
"@hi-ui/use-search-mode": "^4.1.4",
"@hi-ui/use-search-mode": "^4.2.0",
"@hi-ui/use-toggle": "^4.0.4",
"@hi-ui/use-uncontrolled-state": "^4.0.4",
"@hi-ui/virtual-list": "^4.0.8"
Expand Down
16 changes: 16 additions & 0 deletions packages/ui/table/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# @hi-ui/table

## 4.8.0

### Minor Changes

- [#3033](https://github.com/XiaoMi/hiui/pull/3033) [`17158fa6e`](https://github.com/XiaoMi/hiui/commit/17158fa6e286a560aeb9fd65d68856c2e7a00736) Thanks [@zyprepare](https://github.com/zyprepare)! - feat(table): 支持表头列合并 (#3032)

- [#2978](https://github.com/XiaoMi/hiui/pull/2978) [`f807f7dda`](https://github.com/XiaoMi/hiui/commit/f807f7ddae07184a0584e16d017a3d9f5785d4b8) Thanks [@fcppddl](https://github.com/fcppddl)! - feat(table): 将表格中的交互统一加上回调事件 (#2977)

- [#3034](https://github.com/XiaoMi/hiui/pull/3034) [`83be3c14b`](https://github.com/XiaoMi/hiui/commit/83be3c14b9e8cd3e73ec477895a47b925439a3a5) Thanks [@zyprepare](https://github.com/zyprepare)! - feat(table): SettingDrawer 增加 onReset api (#3021)

### Patch Changes

- Updated dependencies [[`241447e14`](https://github.com/XiaoMi/hiui/commit/241447e148f4544c6a08623d60d977e286ec9d64), [`b2d784b23`](https://github.com/XiaoMi/hiui/commit/b2d784b23682e70cbc7b09e3396f51fda02e2223)]:
- @hi-ui/scrollbar@4.2.0
- @hi-ui/select@4.6.0

## 4.7.0

### Minor Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/ui/table/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hi-ui/table",
"version": "4.7.0",
"version": "4.8.0",
"description": "A sub-package for @hi-ui/hiui.",
"keywords": [],
"author": "HiUI <[email protected]>",
Expand Down Expand Up @@ -59,8 +59,8 @@
"@hi-ui/pagination": "^4.0.16",
"@hi-ui/popper": "^4.1.5",
"@hi-ui/react-utils": "^4.0.4",
"@hi-ui/scrollbar": "^4.1.1",
"@hi-ui/select": "^4.4.2",
"@hi-ui/scrollbar": "^4.2.0",
"@hi-ui/select": "^4.6.0",
"@hi-ui/spinner": "^4.0.9",
"@hi-ui/times": "^4.0.4",
"@hi-ui/tree-utils": "^4.1.6",
Expand Down

0 comments on commit fcab1d5

Please sign in to comment.