Skip to content

Commit

Permalink
Generate version and changelog (#2955)
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 2, 2024
1 parent 8e4eedb commit a90f1e9
Show file tree
Hide file tree
Showing 14 changed files with 46 additions and 38 deletions.
5 changes: 0 additions & 5 deletions .changeset/five-mails-beg.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/healthy-needles-cheer.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/plenty-mice-thank.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/red-gorillas-count.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/selfish-steaks-think.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/ten-countries-kick.md

This file was deleted.

15 changes: 15 additions & 0 deletions packages/ui/hiui/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# @hi-ui/hiui

## 4.6.2

### Patch Changes

- [#2954](https://github.com/XiaoMi/hiui/pull/2954) [`8e4eedb`](https://github.com/XiaoMi/hiui/commit/8e4eedb1bb08ef07258adec3ebdb303fbb100311) Thanks [@zyprepare](https://github.com/zyprepare)! - feat(input): MockInput 没有匹配到值时默认展示 value 值

- [#2954](https://github.com/XiaoMi/hiui/pull/2954) [`8e4eedb`](https://github.com/XiaoMi/hiui/commit/8e4eedb1bb08ef07258adec3ebdb303fbb100311) Thanks [@zyprepare](https://github.com/zyprepare)! - fix(notification): 调整通知组件过度样式触发滚动条

- [#2948](https://github.com/XiaoMi/hiui/pull/2948) [`4d82491c6`](https://github.com/XiaoMi/hiui/commit/4d82491c6024c194111eb2a261367174b0cb24cc) Thanks [@xiamiao1121](https://github.com/xiamiao1121)! - feat(select): 新增带搜索情况下,点击叉号按钮时下拉框同时清空

- Updated dependencies [[`9e91b9075`](https://github.com/XiaoMi/hiui/commit/9e91b90752a7638930de7d86c73f67049c376342), [`4d82491c6`](https://github.com/XiaoMi/hiui/commit/4d82491c6024c194111eb2a261367174b0cb24cc), [`8e4eedb`](https://github.com/XiaoMi/hiui/commit/8e4eedb1bb08ef07258adec3ebdb303fbb100311)]:
- @hi-ui/notification@4.2.1
- @hi-ui/select@4.5.0
- @hi-ui/input@4.2.0

## 4.6.1

### Patch Changes
Expand Down
8 changes: 4 additions & 4 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.1",
"version": "4.6.2",
"description": "The root-package for @hi-ui/hiui.",
"keywords": [],
"author": "HiUI <[email protected]>",
Expand Down Expand Up @@ -69,14 +69,14 @@
"@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": "^4.2.0",
"@hi-ui/input-group": "^4.0.7",
"@hi-ui/list": "^4.1.0",
"@hi-ui/loading": "^4.2.1",
"@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/notification": "^4.2.1",
"@hi-ui/number-input": "^4.2.0",
"@hi-ui/pagination": "^4.0.17",
"@hi-ui/picker": "^4.1.6",
Expand All @@ -90,7 +90,7 @@
"@hi-ui/result": "^4.0.8",
"@hi-ui/scrollbar": "^4.1.1",
"@hi-ui/search": "^4.1.0",
"@hi-ui/select": "^4.4.2",
"@hi-ui/select": "^4.5.0",
"@hi-ui/slider": "^4.0.11",
"@hi-ui/space": "^4.0.11",
"@hi-ui/spinner": "^4.0.9",
Expand Down
6 changes: 6 additions & 0 deletions packages/ui/input/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @hi-ui/input

## 4.2.0

### Minor Changes

- [#2954](https://github.com/XiaoMi/hiui/pull/2954) [`8e4eedb`](https://github.com/XiaoMi/hiui/commit/8e4eedb1bb08ef07258adec3ebdb303fbb100311) Thanks [@zyprepare](https://github.com/zyprepare)! - feat: MockInput 没有匹配到值时默认展示 value 值

## 4.1.1

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

## 4.2.1

### Patch Changes

- [#2804](https://github.com/XiaoMi/hiui/pull/2804) [`9e91b9075`](https://github.com/XiaoMi/hiui/commit/9e91b90752a7638930de7d86c73f67049c376342) Thanks [@wangjue666](https://github.com/wangjue666)! - fix: 调整通知组件过度样式触发滚动条

## 4.2.0

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

## 4.5.0

### Minor Changes

- [#2948](https://github.com/XiaoMi/hiui/pull/2948) [`4d82491c6`](https://github.com/XiaoMi/hiui/commit/4d82491c6024c194111eb2a261367174b0cb24cc) Thanks [@xiamiao1121](https://github.com/xiamiao1121)! - feat: 新增带搜索情况下,点击叉号按钮时下拉框同时清空

### Patch Changes

- Updated dependencies [[`8e4eedb`](https://github.com/XiaoMi/hiui/commit/8e4eedb1bb08ef07258adec3ebdb303fbb100311)]:
- @hi-ui/input@4.2.0

## 4.4.2

### Patch 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.4.2",
"version": "4.5.0",
"description": "A sub-package for @hi-ui/hiui.",
"keywords": [],
"author": "HiUI <[email protected]>",
Expand Down Expand Up @@ -50,7 +50,7 @@
"@hi-ui/func-utils": "^4.0.4",
"@hi-ui/highlighter": "^4.0.9",
"@hi-ui/icons": "^4.0.19",
"@hi-ui/input": "^4.1.1",
"@hi-ui/input": "^4.2.0",
"@hi-ui/picker": "^4.1.6",
"@hi-ui/popper": "^4.1.5",
"@hi-ui/times": "^4.0.4",
Expand Down

0 comments on commit a90f1e9

Please sign in to comment.