Skip to content

Commit

Permalink
Generate version and changelog (#2950)
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 Jul 25, 2024
1 parent ddcb0ae commit 68f409b
Show file tree
Hide file tree
Showing 40 changed files with 110 additions and 119 deletions.
5 changes: 0 additions & 5 deletions .changeset/brown-poems-accept.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/calm-coins-leave.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/chilly-squids-talk.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/curvy-falcons-confess.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/eight-poets-reply.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/forty-monkeys-hear.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/funny-sloths-fail.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/heavy-ladybugs-wink.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/hungry-shirts-laugh.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/kind-bikes-smile.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/lemon-fireants-glow.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/old-penguins-grin.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/orange-waves-allow.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/quick-plums-cough.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/quick-seas-allow.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/shaggy-vans-drive.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/short-timers-trade.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/sweet-garlics-shop.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/twenty-bears-draw.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/wicked-camels-add.md

This file was deleted.

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

## 4.8.0

### Minor Changes

- [#2834](https://github.com/XiaoMi/hiui/pull/2834) [`969abb849`](https://github.com/XiaoMi/hiui/commit/969abb8497e3c674c66827bd9057581c53e5f621) Thanks [@zyprepare](https://github.com/zyprepare)! - feat: cellRender 增加 date 参数

## 4.7.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/ui/date-picker/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hi-ui/date-picker",
"version": "4.7.0",
"version": "4.8.0",
"description": "A sub-package for @hi-ui/hiui.",
"keywords": [],
"author": "HiUI <mi-hiui@xiaomi.com>",
Expand Down
6 changes: 6 additions & 0 deletions packages/ui/descriptions/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @hi-ui/descriptions

## 4.5.0

### Minor Changes

- [#2947](https://github.com/XiaoMi/hiui/pull/2947) [`e65de3140`](https://github.com/XiaoMi/hiui/commit/e65de31402d4ebd1aabcfbffa0e768d6cc2f6dc3) Thanks [@zyprepare](https://github.com/zyprepare)! - feat: Add contentPosition api

## 4.4.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/ui/descriptions/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hi-ui/descriptions",
"version": "4.4.0",
"version": "4.5.0",
"description": "A sub-package for @hi-ui/hiui.",
"keywords": [],
"author": "HiUI <mi-hiui@xiaomi.com>",
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.1

### Patch Changes

- [#2934](https://github.com/XiaoMi/hiui/pull/2934) [`cafc0a56b`](https://github.com/XiaoMi/hiui/commit/cafc0a56b2630ab145fceeea4838b7914bbd8da1) Thanks [@xiamiao1121](https://github.com/xiamiao1121)! - fix: 修复 overlay={{className: 'xx'}} 不生效问题

## 4.2.0

### Minor 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.0",
"version": "4.2.1",
"description": "A sub-package for @hi-ui/hiui.",
"keywords": [],
"author": "HiUI <mi-hiui@xiaomi.com>",
Expand Down
6 changes: 6 additions & 0 deletions packages/ui/form/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @hi-ui/form

## 4.2.2

### Patch Changes

- [#2933](https://github.com/XiaoMi/hiui/pull/2933) [`369cdf935`](https://github.com/XiaoMi/hiui/commit/369cdf935fb4e3a81478dcbd8e199c1a7cac1875) Thanks [@xiamiao1121](https://github.com/xiamiao1121)! - fix: 修复 validator 回调中第一个参数带有多余的引号

## 4.2.1

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

## 4.6.1

### Patch Changes

- [#2934](https://github.com/XiaoMi/hiui/pull/2934) [`cafc0a56b`](https://github.com/XiaoMi/hiui/commit/cafc0a56b2630ab145fceeea4838b7914bbd8da1) Thanks [@xiamiao1121](https://github.com/xiamiao1121)! - fix(dropdown): 修复 overlay={{className: 'xx'}} 不生效问题

- [#2940](https://github.com/XiaoMi/hiui/pull/2940) [`516e30c25`](https://github.com/XiaoMi/hiui/commit/516e30c25e1c24a992a7efdd04d5de9897c53fe9) Thanks [@xiamiao1121](https://github.com/xiamiao1121)! - fix(tabs): 修复 activeId 为一个不存在的值或空值,下划线显示不对的问题

- [#2834](https://github.com/XiaoMi/hiui/pull/2834) [`969abb849`](https://github.com/XiaoMi/hiui/commit/969abb8497e3c674c66827bd9057581c53e5f621) Thanks [@zyprepare](https://github.com/zyprepare)! - feat(date-picker): cellRender 增加 date 参数

- [#2944](https://github.com/XiaoMi/hiui/pull/2944) [`629731e5b`](https://github.com/XiaoMi/hiui/commit/629731e5b3c5f98e70599ae06eb88609336d3467) Thanks [@xiamiao1121](https://github.com/xiamiao1121)! - fix(menu): 修复最后一个菜单项的子节点没有间距的问题

- [#2943](https://github.com/XiaoMi/hiui/pull/2943) [`f496866a2`](https://github.com/XiaoMi/hiui/commit/f496866a26a492ea65c0b7dc3bc9324a71c7158b) Thanks [@xiamiao1121](https://github.com/xiamiao1121)! - fix(tree): 修复 Firefox 中组件拖拽报错问题

- [#2933](https://github.com/XiaoMi/hiui/pull/2933) [`369cdf935`](https://github.com/XiaoMi/hiui/commit/369cdf935fb4e3a81478dcbd8e199c1a7cac1875) Thanks [@xiamiao1121](https://github.com/xiamiao1121)! - fix(form): 修复 validator 回调中第一个参数带有多余的引号

- [#2936](https://github.com/XiaoMi/hiui/pull/2936) [`5fa1190b9`](https://github.com/XiaoMi/hiui/commit/5fa1190b9d1aa5766b4270fd0240f0baffaa5e1a) Thanks [@zyprepare](https://github.com/zyprepare)! - fix(upload): 修复设置 maxCount 后上传时报错问题

- [#2930](https://github.com/XiaoMi/hiui/pull/2930) [`c238c5d76`](https://github.com/XiaoMi/hiui/commit/c238c5d766add7f1253871030ab0d99f4e4e3df0) Thanks [@xiamiao1121](https://github.com/xiamiao1121)! - fix(pagination): 修复 onJump 事件不触发的问题

- [#2947](https://github.com/XiaoMi/hiui/pull/2947) [`e65de3140`](https://github.com/XiaoMi/hiui/commit/e65de31402d4ebd1aabcfbffa0e768d6cc2f6dc3) Thanks [@zyprepare](https://github.com/zyprepare)! - feat(descriptions): Add contentPosition api

- [#2938](https://github.com/XiaoMi/hiui/pull/2938) [`3d070cda4`](https://github.com/XiaoMi/hiui/commit/3d070cda4317f5705ae34271a35390f4c43468fc) Thanks [@xiamiao1121](https://github.com/xiamiao1121)! - fix(tabs): 修复设置缩放后下划线显示不正常问题

- Updated dependencies [[`5fa1190b9`](https://github.com/XiaoMi/hiui/commit/5fa1190b9d1aa5766b4270fd0240f0baffaa5e1a), [`f496866a2`](https://github.com/XiaoMi/hiui/commit/f496866a26a492ea65c0b7dc3bc9324a71c7158b), [`369cdf935`](https://github.com/XiaoMi/hiui/commit/369cdf935fb4e3a81478dcbd8e199c1a7cac1875), [`629731e5b`](https://github.com/XiaoMi/hiui/commit/629731e5b3c5f98e70599ae06eb88609336d3467), [`e65de3140`](https://github.com/XiaoMi/hiui/commit/e65de31402d4ebd1aabcfbffa0e768d6cc2f6dc3), [`969abb849`](https://github.com/XiaoMi/hiui/commit/969abb8497e3c674c66827bd9057581c53e5f621), [`cafc0a56b`](https://github.com/XiaoMi/hiui/commit/cafc0a56b2630ab145fceeea4838b7914bbd8da1), [`c238c5d76`](https://github.com/XiaoMi/hiui/commit/c238c5d766add7f1253871030ab0d99f4e4e3df0), [`516e30c25`](https://github.com/XiaoMi/hiui/commit/516e30c25e1c24a992a7efdd04d5de9897c53fe9), [`3d070cda4`](https://github.com/XiaoMi/hiui/commit/3d070cda4317f5705ae34271a35390f4c43468fc)]:
- @hi-ui/upload@4.2.3
- @hi-ui/tree@4.5.11
- @hi-ui/form@4.2.2
- @hi-ui/menu@4.3.1
- @hi-ui/descriptions@4.5.0
- @hi-ui/date-picker@4.8.0
- @hi-ui/dropdown@4.2.1
- @hi-ui/pagination@4.0.17
- @hi-ui/tabs@4.1.6

## 4.6.0

### Minor Changes
Expand Down
20 changes: 10 additions & 10 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.0",
"version": "4.6.1",
"description": "The root-package for @hi-ui/hiui.",
"keywords": [],
"author": "HiUI <mi-hiui@xiaomi.com>",
Expand Down Expand Up @@ -59,26 +59,26 @@
"@hi-ui/checkbox": "^4.0.10",
"@hi-ui/collapse": "^4.1.6",
"@hi-ui/counter": "^4.1.9",
"@hi-ui/date-picker": "^4.7.0",
"@hi-ui/descriptions": "^4.4.0",
"@hi-ui/date-picker": "^4.8.0",
"@hi-ui/descriptions": "^4.5.0",
"@hi-ui/drawer": "^4.2.0",
"@hi-ui/dropdown": "^4.2.0",
"@hi-ui/dropdown": "^4.2.1",
"@hi-ui/ellipsis-tooltip": "^4.1.8",
"@hi-ui/empty-state": "^4.1.1",
"@hi-ui/filter": "^4.2.0",
"@hi-ui/form": "^4.2.1",
"@hi-ui/form": "^4.2.2",
"@hi-ui/grid": "^4.0.9",
"@hi-ui/highlighter": "^4.0.9",
"@hi-ui/input": "^4.1.1",
"@hi-ui/input-group": "^4.0.7",
"@hi-ui/list": "^4.1.0",
"@hi-ui/loading": "^4.2.1",
"@hi-ui/menu": "^4.3.0",
"@hi-ui/menu": "^4.3.1",
"@hi-ui/message": "^4.1.0",
"@hi-ui/modal": "^4.2.0",
"@hi-ui/notification": "^4.2.0",
"@hi-ui/number-input": "^4.2.0",
"@hi-ui/pagination": "^4.0.16",
"@hi-ui/pagination": "^4.0.17",
"@hi-ui/picker": "^4.1.6",
"@hi-ui/pop-confirm": "^4.2.5",
"@hi-ui/popover": "^4.1.1",
Expand All @@ -98,16 +98,16 @@
"@hi-ui/svg-icon": "^4.0.8",
"@hi-ui/switch": "^4.0.11",
"@hi-ui/table": "^4.5.5",
"@hi-ui/tabs": "^4.1.5",
"@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.10",
"@hi-ui/tree": "^4.5.11",
"@hi-ui/tree-select": "^4.2.0",
"@hi-ui/upload": "^4.2.2",
"@hi-ui/upload": "^4.2.3",
"@hi-ui/watermark": "^4.0.8",
"@hi-ui/zen-mode": "^4.0.8"
},
Expand Down
6 changes: 6 additions & 0 deletions packages/ui/menu/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @hi-ui/menu

## 4.3.1

### Patch Changes

- [#2944](https://github.com/XiaoMi/hiui/pull/2944) [`629731e5b`](https://github.com/XiaoMi/hiui/commit/629731e5b3c5f98e70599ae06eb88609336d3467) Thanks [@xiamiao1121](https://github.com/xiamiao1121)! - fix: 修复最后一个菜单项的子节点没有间距的问题

## 4.3.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/ui/menu/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hi-ui/menu",
"version": "4.3.0",
"version": "4.3.1",
"description": "A sub-package for @hi-ui/hiui.",
"keywords": [],
"author": "HiUI <mi-hiui@xiaomi.com>",
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.0.17

### Patch Changes

- [#2930](https://github.com/XiaoMi/hiui/pull/2930) [`c238c5d76`](https://github.com/XiaoMi/hiui/commit/c238c5d766add7f1253871030ab0d99f4e4e3df0) Thanks [@xiamiao1121](https://github.com/xiamiao1121)! - fix: 修复 onJump 事件不触发的问题

## 4.0.16

### Patch 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.0.16",
"version": "4.0.17",
"description": "A sub-package for @hi-ui/hiui.",
"keywords": [],
"author": "HiUI <mi-hiui@xiaomi.com>",
Expand Down
8 changes: 8 additions & 0 deletions packages/ui/tabs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @hi-ui/tabs

## 4.1.6

### Patch Changes

- [#2940](https://github.com/XiaoMi/hiui/pull/2940) [`516e30c25`](https://github.com/XiaoMi/hiui/commit/516e30c25e1c24a992a7efdd04d5de9897c53fe9) Thanks [@xiamiao1121](https://github.com/xiamiao1121)! - fix: 修复 activeId 为一个不存在的值或空值,下划线显示不对的问题

- [#2938](https://github.com/XiaoMi/hiui/pull/2938) [`3d070cda4`](https://github.com/XiaoMi/hiui/commit/3d070cda4317f5705ae34271a35390f4c43468fc) Thanks [@xiamiao1121](https://github.com/xiamiao1121)! - fix: 修复设置缩放后下划线显示不正常问题

## 4.1.5

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/ui/tabs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hi-ui/tabs",
"version": "4.1.5",
"version": "4.1.6",
"description": "A sub-package for @hi-ui/hiui.",
"keywords": [],
"author": "HiUI <mi-hiui@xiaomi.com>",
Expand Down
6 changes: 6 additions & 0 deletions packages/ui/tree/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @hi-ui/tree

## 4.5.11

### Patch Changes

- [#2943](https://github.com/XiaoMi/hiui/pull/2943) [`f496866a2`](https://github.com/XiaoMi/hiui/commit/f496866a26a492ea65c0b7dc3bc9324a71c7158b) Thanks [@xiamiao1121](https://github.com/xiamiao1121)! - fix: 修复 Firefox 中组件拖拽报错问题

## 4.5.10

### 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.10",
"version": "4.5.11",
"description": "A sub-package for @hi-ui/hiui.",
"keywords": [],
"author": "HiUI <mi-hiui@xiaomi.com>",
Expand Down
6 changes: 6 additions & 0 deletions packages/ui/upload/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @hi-ui/upload

## 4.2.3

### Patch Changes

- [#2936](https://github.com/XiaoMi/hiui/pull/2936) [`5fa1190b9`](https://github.com/XiaoMi/hiui/commit/5fa1190b9d1aa5766b4270fd0240f0baffaa5e1a) Thanks [@zyprepare](https://github.com/zyprepare)! - fix(upload): 修复设置 maxCount 后上传时报错问题

## 4.2.2

### Patch Changes
Expand Down
Loading

0 comments on commit 68f409b

Please sign in to comment.