Skip to content

Commit

Permalink
Generate version and changelog (#3054)
Browse files Browse the repository at this point in the history
Co-authored-by: zyprepare <zyprepare@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and zyprepare authored Nov 20, 2024
1 parent 0390441 commit fbec9aa
Show file tree
Hide file tree
Showing 9 changed files with 41 additions and 24 deletions.
6 changes: 0 additions & 6 deletions .changeset/beige-months-poke.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/brown-clouds-deny.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/moody-bikes-raise.md

This file was deleted.

16 changes: 16 additions & 0 deletions packages/ui/hiui/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
6 changes: 3 additions & 3 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.8.1",
"version": "4.9.0",
"description": "The root-package for @hi-ui/hiui.",
"keywords": [],
"author": "HiUI <mi-hiui@xiaomi.com>",
Expand Down Expand Up @@ -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",
Expand All @@ -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",
Expand Down
6 changes: 6 additions & 0 deletions packages/ui/pagination/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion packages/ui/pagination/package.json
Original file line number Diff line number Diff line change
@@ -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 <mi-hiui@xiaomi.com>",
Expand Down
13 changes: 13 additions & 0 deletions packages/ui/table/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 2 additions & 2 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.8.0",
"version": "4.9.0",
"description": "A sub-package for @hi-ui/hiui.",
"keywords": [],
"author": "HiUI <mi-hiui@xiaomi.com>",
Expand Down Expand Up @@ -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",
Expand Down

0 comments on commit fbec9aa

Please sign in to comment.