Skip to content

Commit

Permalink
Generate version and changelog (#2971)
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 Aug 15, 2024
1 parent 657d180 commit d4be8fd
Show file tree
Hide file tree
Showing 20 changed files with 63 additions and 60 deletions.
5 changes: 0 additions & 5 deletions .changeset/dull-birds-hang.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/eighty-kids-rest.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/four-cameras-float.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/grumpy-clocks-attend.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/healthy-suits-drop.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/honest-tomatoes-work.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/moody-parents-scream.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/nine-kings-behave.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/odd-ladybugs-boil.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/yellow-plums-boil.md

This file was deleted.

6 changes: 6 additions & 0 deletions packages/ui/check-select/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @hi-ui/check-select

## 4.5.0

### Minor Changes

- [#2970](https://github.com/XiaoMi/hiui/pull/2970) [`657d180`](https://github.com/XiaoMi/hiui/commit/657d1802ac424e2498f9036047cc74a34659d5d6) Thanks [@xiamiao1121](https://github.com/xiamiao1121)! - feat: 支持按 Enter 键是否选中当前项功能,checkedOnEntered 默认为 true

## 4.4.4

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion 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.4.4",
"version": "4.5.0",
"description": "A sub-package for @hi-ui/hiui.",
"keywords": [],
"author": "HiUI <[email protected]>",
Expand Down
11 changes: 11 additions & 0 deletions packages/ui/check-tree-select/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @hi-ui/check-tree-select

## 4.6.0

### Minor Changes

- [#2952](https://github.com/XiaoMi/hiui/pull/2952) [`f7137e3db`](https://github.com/XiaoMi/hiui/commit/f7137e3dbff8a3a2735f9e7d8a09fc942c8a8a86) Thanks [@xiamiao1121](https://github.com/xiamiao1121)! - feat: 新增支持过滤已选择项

### Patch Changes

- Updated dependencies [[`bc306526c`](https://github.com/XiaoMi/hiui/commit/bc306526c948cb2b1ecd73b63e903d941c78dd9a), [`7bdd549d0`](https://github.com/XiaoMi/hiui/commit/7bdd549d0fcb6a6b903742333e352e184723aa3b)]:
- @hi-ui/tree@4.6.0

## 4.5.0

### Minor Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/ui/check-tree-select/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hi-ui/check-tree-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 @@ -53,7 +53,7 @@
"@hi-ui/picker": "^4.1.6",
"@hi-ui/popper": "^4.1.5",
"@hi-ui/tag-input": "^4.1.1",
"@hi-ui/tree": "^4.5.10",
"@hi-ui/tree": "^4.6.0",
"@hi-ui/tree-utils": "^4.1.6",
"@hi-ui/type-assertion": "^4.0.4",
"@hi-ui/use-check": "^4.0.5",
Expand Down
20 changes: 20 additions & 0 deletions packages/ui/hiui/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,25 @@
# @hi-ui/hiui

## 4.6.3

### Patch Changes

- [#2970](https://github.com/XiaoMi/hiui/pull/2970) [`657d180`](https://github.com/XiaoMi/hiui/commit/657d1802ac424e2498f9036047cc74a34659d5d6) Thanks [@xiamiao1121](https://github.com/xiamiao1121)! - feat(check-select): 支持按 Enter 键是否选中当前项功能,checkedOnEntered 默认为 true

- [#2968](https://github.com/XiaoMi/hiui/pull/2968) [`6ed4e8eeb`](https://github.com/XiaoMi/hiui/commit/6ed4e8eeb1edb97ed23aa3d5366f993575a6df57) Thanks [@zyprepare](https://github.com/zyprepare)! - feat(table): 行选中增加单选

- [#2952](https://github.com/XiaoMi/hiui/pull/2952) [`f7137e3db`](https://github.com/XiaoMi/hiui/commit/f7137e3dbff8a3a2735f9e7d8a09fc942c8a8a86) Thanks [@xiamiao1121](https://github.com/xiamiao1121)! - feat(check-tree-select): 新增支持过滤已选择项

- [#2964](https://github.com/XiaoMi/hiui/pull/2964) [`7bdd549d0`](https://github.com/XiaoMi/hiui/commit/7bdd549d0fcb6a6b903742333e352e184723aa3b) Thanks [@xiamiao1121](https://github.com/xiamiao1121)! - feat(tree): 新增 icon 支持自定义渲染函数

- [#2966](https://github.com/XiaoMi/hiui/pull/2966) [`bc306526c`](https://github.com/XiaoMi/hiui/commit/bc306526c948cb2b1ecd73b63e903d941c78dd9a) Thanks [@xiamiao1121](https://github.com/xiamiao1121)! - fix(tree): 修复组件指定 fieldNames={{ title: 'name' }} 后,menuOptions 里 type 为 editNode 时会出现改不了节点的情况

- Updated dependencies [[`bc306526c`](https://github.com/XiaoMi/hiui/commit/bc306526c948cb2b1ecd73b63e903d941c78dd9a), [`f7137e3db`](https://github.com/XiaoMi/hiui/commit/f7137e3dbff8a3a2735f9e7d8a09fc942c8a8a86), [`7bdd549d0`](https://github.com/XiaoMi/hiui/commit/7bdd549d0fcb6a6b903742333e352e184723aa3b), [`6ed4e8eeb`](https://github.com/XiaoMi/hiui/commit/6ed4e8eeb1edb97ed23aa3d5366f993575a6df57), [`657d180`](https://github.com/XiaoMi/hiui/commit/657d1802ac424e2498f9036047cc74a34659d5d6)]:
- @hi-ui/tree@4.6.0
- @hi-ui/check-tree-select@4.6.0
- @hi-ui/table@4.6.0
- @hi-ui/check-select@4.5.0

## 4.6.2

### Patch Changes
Expand Down
10 changes: 5 additions & 5 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.6.2",
"version": "4.6.3",
"description": "The root-package for @hi-ui/hiui.",
"keywords": [],
"author": "HiUI <[email protected]>",
Expand Down Expand Up @@ -54,8 +54,8 @@
"@hi-ui/carousel": "^4.1.1",
"@hi-ui/cascader": "^4.3.0",
"@hi-ui/check-cascader": "^4.3.0",
"@hi-ui/check-select": "^4.4.4",
"@hi-ui/check-tree-select": "^4.5.0",
"@hi-ui/check-select": "^4.5.0",
"@hi-ui/check-tree-select": "^4.6.0",
"@hi-ui/checkbox": "^4.0.10",
"@hi-ui/collapse": "^4.1.6",
"@hi-ui/counter": "^4.1.9",
Expand Down Expand Up @@ -97,15 +97,15 @@
"@hi-ui/stepper": "^4.1.0",
"@hi-ui/svg-icon": "^4.0.8",
"@hi-ui/switch": "^4.0.11",
"@hi-ui/table": "^4.5.5",
"@hi-ui/table": "^4.6.0",
"@hi-ui/tabs": "^4.1.6",
"@hi-ui/tag": "^4.2.1",
"@hi-ui/textarea": "^4.1.7",
"@hi-ui/time-picker": "^4.1.0",
"@hi-ui/timeline": "^4.0.8",
"@hi-ui/tooltip": "^4.0.11",
"@hi-ui/transfer": "^4.1.0",
"@hi-ui/tree": "^4.5.11",
"@hi-ui/tree": "^4.6.0",
"@hi-ui/tree-select": "^4.2.0",
"@hi-ui/upload": "^4.2.3",
"@hi-ui/watermark": "^4.0.8",
Expand Down
6 changes: 6 additions & 0 deletions packages/ui/table/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @hi-ui/table

## 4.6.0

### Minor Changes

- [#2968](https://github.com/XiaoMi/hiui/pull/2968) [`6ed4e8eeb`](https://github.com/XiaoMi/hiui/commit/6ed4e8eeb1edb97ed23aa3d5366f993575a6df57) Thanks [@zyprepare](https://github.com/zyprepare)! - feat: 行选中增加单选

## 4.5.5

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion 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.5.5",
"version": "4.6.0",
"description": "A sub-package for @hi-ui/hiui.",
"keywords": [],
"author": "HiUI <[email protected]>",
Expand Down
10 changes: 10 additions & 0 deletions packages/ui/tree/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @hi-ui/tree

## 4.6.0

### Minor Changes

- [#2964](https://github.com/XiaoMi/hiui/pull/2964) [`7bdd549d0`](https://github.com/XiaoMi/hiui/commit/7bdd549d0fcb6a6b903742333e352e184723aa3b) Thanks [@xiamiao1121](https://github.com/xiamiao1121)! - feat: 新增 icon 支持自定义渲染函数

### Patch Changes

- [#2966](https://github.com/XiaoMi/hiui/pull/2966) [`bc306526c`](https://github.com/XiaoMi/hiui/commit/bc306526c948cb2b1ecd73b63e903d941c78dd9a) Thanks [@xiamiao1121](https://github.com/xiamiao1121)! - fix: 修复组件指定 fieldNames={{ title: 'name' }} 后,menuOptions 里 type 为 editNode 时会出现改不了节点的情况

## 4.5.11

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/ui/tree/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hi-ui/tree",
"version": "4.5.11",
"version": "4.6.0",
"description": "A sub-package for @hi-ui/hiui.",
"keywords": [],
"author": "HiUI <[email protected]>",
Expand Down

0 comments on commit d4be8fd

Please sign in to comment.