Skip to content

Commit

Permalink
Merge pull request #2670 from XiaoMi/release/2023-11-17
Browse files Browse the repository at this point in the history
Release
  • Loading branch information
solarjoker authored Nov 17, 2023
2 parents 427348a + c2c3127 commit 9fcdd5b
Show file tree
Hide file tree
Showing 14 changed files with 40 additions and 37 deletions.
5 changes: 0 additions & 5 deletions .changeset/afraid-falcons-decide.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/heavy-panthers-care.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/proud-tools-buy.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/six-toys-grow.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/stupid-cobras-exist.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/thin-ladybugs-joke.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.3.7

### Patch Changes

- [#2669](https://github.com/XiaoMi/hiui/pull/2669) [`d8e7308f5`](https://github.com/XiaoMi/hiui/commit/d8e7308f5ab898795a284141d618a1253d218d9d) Thanks [@zyprepare](https://github.com/zyprepare)! - Modal fix: 补充 api 调用中的参数类型声明

- [#2667](https://github.com/XiaoMi/hiui/pull/2667) [`3e2e9c389`](https://github.com/XiaoMi/hiui/commit/3e2e9c389c15908b6dc70ad224253d8287273eea) Thanks [@zyprepare](https://github.com/zyprepare)! - feat(pop-confirm): add content api

- [#2663](https://github.com/XiaoMi/hiui/pull/2663) [`9a46f8e0f`](https://github.com/XiaoMi/hiui/commit/9a46f8e0ff52bd76728b17e11dcedd0ce3953be1) Thanks [@zyprepare](https://github.com/zyprepare)! - Radio feat: add autoWidth api

- Updated dependencies [[`d8e7308f5`](https://github.com/XiaoMi/hiui/commit/d8e7308f5ab898795a284141d618a1253d218d9d), [`9a46f8e0f`](https://github.com/XiaoMi/hiui/commit/9a46f8e0ff52bd76728b17e11dcedd0ce3953be1), [`3e2e9c389`](https://github.com/XiaoMi/hiui/commit/3e2e9c389c15908b6dc70ad224253d8287273eea)]:
- @hi-ui/modal@4.0.12
- @hi-ui/radio@4.1.0
- @hi-ui/pop-confirm@4.2.0

## 4.3.6

### 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.3.6",
"version": "4.3.7",
"description": "The root-package for @hi-ui/hiui.",
"keywords": [],
"author": "HiUI <[email protected]>",
Expand Down Expand Up @@ -75,17 +75,17 @@
"@hi-ui/loading": "^4.1.0",
"@hi-ui/menu": "^4.1.3",
"@hi-ui/message": "^4.0.4",
"@hi-ui/modal": "^4.0.11",
"@hi-ui/modal": "^4.0.12",
"@hi-ui/notification": "^4.1.0",
"@hi-ui/number-input": "^4.1.4",
"@hi-ui/pagination": "^4.0.11",
"@hi-ui/picker": "^4.1.1",
"@hi-ui/pop-confirm": "^4.1.0",
"@hi-ui/pop-confirm": "^4.2.0",
"@hi-ui/popover": "^4.0.5",
"@hi-ui/preview": "^4.0.5",
"@hi-ui/progress": "^4.0.6",
"@hi-ui/provider": "^4.0.5",
"@hi-ui/radio": "^4.0.5",
"@hi-ui/radio": "^4.1.0",
"@hi-ui/rating": "^4.0.5",
"@hi-ui/result": "^4.0.4",
"@hi-ui/scrollbar": "^4.0.3",
Expand Down
6 changes: 6 additions & 0 deletions packages/ui/modal/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @hi-ui/modal

## 4.0.12

### Patch Changes

- [#2669](https://github.com/XiaoMi/hiui/pull/2669) [`d8e7308f5`](https://github.com/XiaoMi/hiui/commit/d8e7308f5ab898795a284141d618a1253d218d9d) Thanks [@zyprepare](https://github.com/zyprepare)! - fix: 补充 api 调用中的参数类型声明

## 4.0.11

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

## 4.2.0

### Minor Changes

- [#2667](https://github.com/XiaoMi/hiui/pull/2667) [`3e2e9c389`](https://github.com/XiaoMi/hiui/commit/3e2e9c389c15908b6dc70ad224253d8287273eea) Thanks [@zyprepare](https://github.com/zyprepare)! - feat: add content api

## 4.1.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/ui/pop-confirm/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hi-ui/pop-confirm",
"version": "4.1.0",
"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/radio/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @hi-ui/radio

## 4.1.0

### Minor Changes

- [#2663](https://github.com/XiaoMi/hiui/pull/2663) [`9a46f8e0f`](https://github.com/XiaoMi/hiui/commit/9a46f8e0ff52bd76728b17e11dcedd0ce3953be1) Thanks [@zyprepare](https://github.com/zyprepare)! - feat: add autoWidth api

## 4.0.5

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/ui/radio/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hi-ui/radio",
"version": "4.0.5",
"version": "4.1.0",
"description": "A sub-package for @hi-ui/hiui.",
"keywords": [],
"author": "HiUI <[email protected]>",
Expand Down

0 comments on commit 9fcdd5b

Please sign in to comment.