Skip to content

Commit

Permalink
Merge pull request #2635 from XiaoMi/release/2023-10-23
Browse files Browse the repository at this point in the history
Release
  • Loading branch information
solarjoker authored Oct 23, 2023
2 parents 668df20 + a2983c2 commit 804f531
Show file tree
Hide file tree
Showing 19 changed files with 54 additions and 57 deletions.
5 changes: 0 additions & 5 deletions .changeset/eighty-terms-agree.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/funny-peaches-carry.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/kind-beers-check.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/pink-jokes-flow.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/popular-cameras-burn.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/red-carrots-jam.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/shiny-rivers-jam.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/shy-crabs-clean.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/stupid-meals-repair.md

This file was deleted.

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

## 4.0.6

### Patch Changes

- [#2620](https://github.com/XiaoMi/hiui/pull/2620) [`863bcde00`](https://github.com/XiaoMi/hiui/commit/863bcde0033f8bb4c9866e6f975e52726e4a5825) Thanks [@aqiusen](https://github.com/aqiusen)! - Badge 支持字符串和数字 hover 时显示完整内容

## 4.0.5

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

## 4.4.0

### Minor Changes

- [#2631](https://github.com/XiaoMi/hiui/pull/2631) [`48a16f4bb`](https://github.com/XiaoMi/hiui/commit/48a16f4bbff22ba966608a6e3d040043b82e17cb) Thanks [@zyprepare](https://github.com/zyprepare)! - feat: 增加 strideSelectMode API & format 支持函数

- [#2634](https://github.com/XiaoMi/hiui/pull/2634) [`ddb8d0c8b`](https://github.com/XiaoMi/hiui/commit/ddb8d0c8b8140f4984b17cf92ac58aed5e8b4ca4) Thanks [@zyprepare](https://github.com/zyprepare)! - feat: add footerRender api

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

## 4.1.0

### Minor Changes

- [#2632](https://github.com/XiaoMi/hiui/pull/2632) [`b9aef7fe6`](https://github.com/XiaoMi/hiui/commit/b9aef7fe63ef3c8bee50145c565d9892a8554127) Thanks [@zyprepare](https://github.com/zyprepare)! - feat: add onOutsideClick api

## 4.0.9

### Patch Changes
Expand Down
3 changes: 1 addition & 2 deletions packages/ui/drawer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hi-ui/drawer",
"version": "4.0.9",
"version": "4.1.0",
"description": "A sub-package for @hi-ui/hiui.",
"keywords": [],
"author": "HiUI <[email protected]>",
Expand Down Expand Up @@ -64,7 +64,6 @@
"devDependencies": {
"@hi-ui/core": "^4.0.4",
"@hi-ui/core-css": "^4.0.1",

"react": "^17.0.1",
"react-dom": "^17.0.1"
}
Expand Down
19 changes: 19 additions & 0 deletions packages/ui/hiui/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,24 @@
# @hi-ui/hiui

## 4.3.3

### Patch Changes

- [#2631](https://github.com/XiaoMi/hiui/pull/2631) [`48a16f4bb`](https://github.com/XiaoMi/hiui/commit/48a16f4bbff22ba966608a6e3d040043b82e17cb) Thanks [@zyprepare](https://github.com/zyprepare)! - DatePicker feat: 增加 strideSelectMode API & format 支持函数

- [#2632](https://github.com/XiaoMi/hiui/pull/2632) [`b9aef7fe6`](https://github.com/XiaoMi/hiui/commit/b9aef7fe63ef3c8bee50145c565d9892a8554127) Thanks [@zyprepare](https://github.com/zyprepare)! - Drawer feat: add onOutsideClick api

- [#2620](https://github.com/XiaoMi/hiui/pull/2620) [`863bcde00`](https://github.com/XiaoMi/hiui/commit/863bcde0033f8bb4c9866e6f975e52726e4a5825) Thanks [@aqiusen](https://github.com/aqiusen)! - Menu fix: 修复 disabled 不生效问题
Badge 支持字符串和数字 hover 时显示完整内容

- [#2634](https://github.com/XiaoMi/hiui/pull/2634) [`ddb8d0c8b`](https://github.com/XiaoMi/hiui/commit/ddb8d0c8b8140f4984b17cf92ac58aed5e8b4ca4) Thanks [@zyprepare](https://github.com/zyprepare)! - DatePicker feat: add footerRender api

- Updated dependencies [[`48a16f4bb`](https://github.com/XiaoMi/hiui/commit/48a16f4bbff22ba966608a6e3d040043b82e17cb), [`ddb8d0c8b`](https://github.com/XiaoMi/hiui/commit/ddb8d0c8b8140f4984b17cf92ac58aed5e8b4ca4), [`863bcde00`](https://github.com/XiaoMi/hiui/commit/863bcde0033f8bb4c9866e6f975e52726e4a5825), [`b9aef7fe6`](https://github.com/XiaoMi/hiui/commit/b9aef7fe63ef3c8bee50145c565d9892a8554127), [`863bcde00`](https://github.com/XiaoMi/hiui/commit/863bcde0033f8bb4c9866e6f975e52726e4a5825)]:
- @hi-ui/date-picker@4.4.0
- @hi-ui/badge@4.0.6
- @hi-ui/drawer@4.1.0
- @hi-ui/menu@4.1.1

## 4.3.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.3.2",
"version": "4.3.3",
"description": "The root-package for @hi-ui/hiui.",
"keywords": [],
"author": "HiUI <[email protected]>",
Expand Down Expand Up @@ -47,7 +47,7 @@
"@hi-ui/anchor": "^4.0.5",
"@hi-ui/avatar": "^4.0.4",
"@hi-ui/back-top": "^4.0.4",
"@hi-ui/badge": "^4.0.5",
"@hi-ui/badge": "^4.0.6",
"@hi-ui/breadcrumb": "^4.0.4",
"@hi-ui/button": "^4.0.5",
"@hi-ui/card": "^4.0.5",
Expand All @@ -59,9 +59,9 @@
"@hi-ui/checkbox": "^4.0.5",
"@hi-ui/collapse": "^4.1.2",
"@hi-ui/counter": "^4.1.4",
"@hi-ui/date-picker": "^4.3.0",
"@hi-ui/date-picker": "^4.4.0",
"@hi-ui/descriptions": "^4.2.1",
"@hi-ui/drawer": "^4.0.9",
"@hi-ui/drawer": "^4.1.0",
"@hi-ui/dropdown": "^4.1.1",
"@hi-ui/ellipsis-tooltip": "^4.1.2",
"@hi-ui/empty-state": "^4.0.4",
Expand All @@ -73,7 +73,7 @@
"@hi-ui/input-group": "^4.0.3",
"@hi-ui/list": "^4.0.9",
"@hi-ui/loading": "^4.1.0",
"@hi-ui/menu": "^4.1.0",
"@hi-ui/menu": "^4.1.1",
"@hi-ui/message": "^4.0.4",
"@hi-ui/modal": "^4.0.11",
"@hi-ui/notification": "^4.1.0",
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.1.1

### Patch Changes

- [#2620](https://github.com/XiaoMi/hiui/pull/2620) [`863bcde00`](https://github.com/XiaoMi/hiui/commit/863bcde0033f8bb4c9866e6f975e52726e4a5825) Thanks [@aqiusen](https://github.com/aqiusen)! - fix: 修复 disabled 不生效问题

## 4.1.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.1.0",
"version": "4.1.1",
"description": "A sub-package for @hi-ui/hiui.",
"keywords": [],
"author": "HiUI <[email protected]>",
Expand Down

0 comments on commit 804f531

Please sign in to comment.