Skip to content

Commit

Permalink
Generate version and changelog (#2985)
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 Sep 6, 2024
1 parent fab9f11 commit 4d76151
Show file tree
Hide file tree
Showing 10 changed files with 26 additions and 33 deletions.
5 changes: 0 additions & 5 deletions .changeset/clean-donuts-attack.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/hot-fans-beg.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/metal-squids-unite.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/silver-ads-jog.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/slow-bottles-talk.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tall-walls-doubt.md

This file was deleted.

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

## 4.9.0

### Minor Changes

- [#2910](https://github.com/XiaoMi/hiui/pull/2910) [`e7a8fb053`](https://github.com/XiaoMi/hiui/commit/e7a8fb053a630346f943abc0b297e4ef366e449f) Thanks [@yang-x20](https://github.com/yang-x20)! - feat: 新增自定义触发器

- [#2981](https://github.com/XiaoMi/hiui/pull/2981) [`6a609a1d5`](https://github.com/XiaoMi/hiui/commit/6a609a1d5e6c870dd7e565dc17e809d57987c488) Thanks [@zyprepare](https://github.com/zyprepare)! - feat: Add needConfirm and onConfirm api

- [#2983](https://github.com/XiaoMi/hiui/pull/2983) [`fab9f11`](https://github.com/XiaoMi/hiui/commit/fab9f110807c63eafd288226539e14e6f01f92ce) Thanks [@zyprepare](https://github.com/zyprepare)! - feat: onSelect 回调中增加 panelIndex 参数

## 4.8.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.8.0",
"version": "4.9.0",
"description": "A sub-package for @hi-ui/hiui.",
"keywords": [],
"author": "HiUI <[email protected]>",
Expand Down
13 changes: 13 additions & 0 deletions packages/ui/hiui/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# @hi-ui/hiui

## 4.6.5

### Patch Changes

- [#2983](https://github.com/XiaoMi/hiui/pull/2983) [`fab9f11`](https://github.com/XiaoMi/hiui/commit/fab9f110807c63eafd288226539e14e6f01f92ce) Thanks [@zyprepare](https://github.com/zyprepare)! - feat(date-picker): onSelect 回调中增加 panelIndex 参数

- [#2910](https://github.com/XiaoMi/hiui/pull/2910) [`e7a8fb053`](https://github.com/XiaoMi/hiui/commit/e7a8fb053a630346f943abc0b297e4ef366e449f) Thanks [@yang-x20](https://github.com/yang-x20)! - feat(date-picker): 新增自定义触发器

- [#2981](https://github.com/XiaoMi/hiui/pull/2981) [`6a609a1d5`](https://github.com/XiaoMi/hiui/commit/6a609a1d5e6c870dd7e565dc17e809d57987c488) Thanks [@zyprepare](https://github.com/zyprepare)! - feat(date-picker): Add needConfirm and onConfirm api

- Updated dependencies [[`e7a8fb053`](https://github.com/XiaoMi/hiui/commit/e7a8fb053a630346f943abc0b297e4ef366e449f), [`6a609a1d5`](https://github.com/XiaoMi/hiui/commit/6a609a1d5e6c870dd7e565dc17e809d57987c488), [`fab9f11`](https://github.com/XiaoMi/hiui/commit/fab9f110807c63eafd288226539e14e6f01f92ce)]:
- @hi-ui/date-picker@4.9.0

## 4.6.4

### Patch Changes
Expand Down
4 changes: 2 additions & 2 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.4",
"version": "4.6.5",
"description": "The root-package for @hi-ui/hiui.",
"keywords": [],
"author": "HiUI <[email protected]>",
Expand Down Expand Up @@ -59,7 +59,7 @@
"@hi-ui/checkbox": "^4.0.10",
"@hi-ui/collapse": "^4.1.6",
"@hi-ui/counter": "^4.1.9",
"@hi-ui/date-picker": "^4.8.0",
"@hi-ui/date-picker": "^4.9.0",
"@hi-ui/descriptions": "^4.5.0",
"@hi-ui/drawer": "^4.2.0",
"@hi-ui/dropdown": "^4.2.1",
Expand Down

0 comments on commit 4d76151

Please sign in to comment.