Skip to content

Commit

Permalink
Merge pull request #2609 from XiaoMi/release/2023-09-25
Browse files Browse the repository at this point in the history
Release
  • Loading branch information
solarjoker authored Sep 25, 2023
2 parents 241cd97 + 6548da2 commit 0185b1b
Show file tree
Hide file tree
Showing 59 changed files with 208 additions and 190 deletions.
5 changes: 0 additions & 5 deletions .changeset/afraid-guests-smoke.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/dirty-snails-listen.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/fast-beers-film.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/flat-chicken-speak.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/flat-insects-smoke.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/funny-waves-drum.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/gentle-doors-design.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/heavy-tools-itch.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/late-bags-film.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/metal-fireants-sneeze.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/nasty-geckos-push.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/ninety-seals-hammer.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/proud-turkeys-call.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/real-masks-glow.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/red-books-shake.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/red-plants-sleep.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/selfish-islands-double.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/seven-tables-flow.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/shaggy-dolphins-run.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/silly-cycles-hunt.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/smart-onions-tan.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/spotty-tools-cross.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/three-bees-explain.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tricky-impalas-notice.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/unlucky-scissors-tease.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/wise-teachers-tease.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/yellow-humans-move.md

This file was deleted.

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

## 4.1.1

### Patch Changes

- [#2597](https://github.com/XiaoMi/hiui/pull/2597) [`0ddf24960`](https://github.com/XiaoMi/hiui/commit/0ddf24960194fdd15653e34e0a6cef54b1586748) Thanks [@zyprepare](https://github.com/zyprepare)! - fix: 升级 dart-sass 后修改语法

## 4.1.0

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

## 4.0.5

### Patch Changes

- [#2597](https://github.com/XiaoMi/hiui/pull/2597) [`0ddf24960`](https://github.com/XiaoMi/hiui/commit/0ddf24960194fdd15653e34e0a6cef54b1586748) Thanks [@zyprepare](https://github.com/zyprepare)! - fix: 升级 dart-sass 后修改语法
5 changes: 2 additions & 3 deletions 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.4",
"version": "4.0.5",
"description": "A sub-package for @hi-ui/hiui.",
"keywords": [],
"author": "HiUI <[email protected]>",
Expand Down Expand Up @@ -54,8 +54,7 @@
},
"devDependencies": {
"@hi-ui/core": "^4.0.4",
"@hi-ui/core-css": "^4.0.1",

"@hi-ui/core-css": "^4.1.1",
"react": "^17.0.1",
"react-dom": "^17.0.1"
}
Expand Down
9 changes: 9 additions & 0 deletions packages/ui/cascader/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# @hi-ui/cascader

## 4.1.0

### Minor Changes

- [#2601](https://github.com/XiaoMi/hiui/pull/2601) [`80cc037a1`](https://github.com/XiaoMi/hiui/commit/80cc037a15381a5f3466a7ea79565e10f05ca129) Thanks [@zyprepare](https://github.com/zyprepare)! - feat: add size api

- [#2605](https://github.com/XiaoMi/hiui/pull/2605) [`90ea1ea81`](https://github.com/XiaoMi/hiui/commit/90ea1ea810573f730ebbc4c48272dd6181099933) Thanks [@zyprepare](https://github.com/zyprepare)! - feat: 增加 renderExtraFooter 和 dropdownColumnRender api
5 changes: 2 additions & 3 deletions packages/ui/cascader/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hi-ui/cascader",
"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 @@ -69,8 +69,7 @@
},
"devDependencies": {
"@hi-ui/core": "^4.0.4",
"@hi-ui/core-css": "^4.0.1",

"@hi-ui/core-css": "^4.1.1",
"react": "^17.0.1",
"react-dom": "^17.0.1"
}
Expand Down
8 changes: 8 additions & 0 deletions packages/ui/check-cascader/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @hi-ui/check-cascader

## 4.2.0

### Minor Changes

- [#2606](https://github.com/XiaoMi/hiui/pull/2606) [`9be456ec0`](https://github.com/XiaoMi/hiui/commit/9be456ec092031eab5ab6097f8276cde0bd4721d) Thanks [@zyprepare](https://github.com/zyprepare)! - feat: 增加 renderExtraFooter 和 dropdownColumnRender api

- [#2602](https://github.com/XiaoMi/hiui/pull/2602) [`ad0d14abd`](https://github.com/XiaoMi/hiui/commit/ad0d14abdaf3ab2d5b79d649e7886ee90d1c941a) Thanks [@zyprepare](https://github.com/zyprepare)! - feat: add size api

## 4.1.0

### Minor Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/ui/check-cascader/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hi-ui/check-cascader",
"version": "4.1.0",
"version": "4.2.0",
"description": "A sub-package for @hi-ui/hiui.",
"keywords": [],
"author": "HiUI <[email protected]>",
Expand Down Expand Up @@ -74,7 +74,7 @@
},
"devDependencies": {
"@hi-ui/core": "^4.0.4",
"@hi-ui/core-css": "^4.0.1",
"@hi-ui/core-css": "^4.1.1",
"react": "^17.0.1",
"react-dom": "^17.0.1"
}
Expand Down
6 changes: 6 additions & 0 deletions packages/ui/check-select/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @hi-ui/check-select

## 4.3.0

### Minor Changes

- [#2600](https://github.com/XiaoMi/hiui/pull/2600) [`03ecca72b`](https://github.com/XiaoMi/hiui/commit/03ecca72bac72a1b042e96599b68c3317f0c3236) Thanks [@zyprepare](https://github.com/zyprepare)! - feat: add size api

## 4.2.0

### Minor Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/ui/check-select/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hi-ui/check-select",
"version": "4.2.0",
"version": "4.3.0",
"description": "A sub-package for @hi-ui/hiui.",
"keywords": [],
"author": "HiUI <[email protected]>",
Expand Down Expand Up @@ -74,7 +74,7 @@
},
"devDependencies": {
"@hi-ui/core": "^4.0.4",
"@hi-ui/core-css": "^4.0.1",
"@hi-ui/core-css": "^4.1.1",
"react": "^17.0.1",
"react-dom": "^17.0.1"
}
Expand Down
11 changes: 11 additions & 0 deletions packages/ui/check-tree-select/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @hi-ui/check-tree-select

## 4.3.0

### Minor Changes

- [#2604](https://github.com/XiaoMi/hiui/pull/2604) [`2dd977a5c`](https://github.com/XiaoMi/hiui/commit/2dd977a5c0db411e07aa5c4ea50ef04f37ebf8d2) Thanks [@zyprepare](https://github.com/zyprepare)! - feat: add size api

### Patch Changes

- Updated dependencies [[`534bfd298`](https://github.com/XiaoMi/hiui/commit/534bfd29852003af2209c3a64e5f1b2b1d37c19e)]:
- @hi-ui/tree@4.5.2

## 4.2.0

### Minor Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/ui/check-tree-select/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hi-ui/check-tree-select",
"version": "4.2.0",
"version": "4.3.0",
"description": "A sub-package for @hi-ui/hiui.",
"keywords": [],
"author": "HiUI <[email protected]>",
Expand Down Expand Up @@ -53,7 +53,7 @@
"@hi-ui/picker": "^4.1.1",
"@hi-ui/popper": "^4.0.5",
"@hi-ui/tag-input": "^4.0.6",
"@hi-ui/tree": "^4.0.9",
"@hi-ui/tree": "^4.5.2",
"@hi-ui/tree-utils": "^4.0.2",
"@hi-ui/type-assertion": "^4.0.1",
"@hi-ui/use-check": "^4.0.2",
Expand All @@ -69,7 +69,7 @@
},
"devDependencies": {
"@hi-ui/core": "^4.0.4",
"@hi-ui/core-css": "^4.0.1",
"@hi-ui/core-css": "^4.1.1",
"react": "^17.0.1",
"react-dom": "^17.0.1"
}
Expand Down
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.2.0

### Minor Changes

- [#2597](https://github.com/XiaoMi/hiui/pull/2597) [`0ddf24960`](https://github.com/XiaoMi/hiui/commit/0ddf24960194fdd15653e34e0a6cef54b1586748) Thanks [@zyprepare](https://github.com/zyprepare)! - chore: axios 升级为 1.5.0

## 4.1.0

### Minor Changes
Expand Down
4 changes: 2 additions & 2 deletions 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.1.0",
"version": "4.2.0",
"description": "A sub-package for @hi-ui/hiui.",
"keywords": [],
"author": "HiUI <[email protected]>",
Expand Down Expand Up @@ -61,7 +61,7 @@
},
"devDependencies": {
"@hi-ui/core": "^4.0.4",
"@hi-ui/core-css": "^4.0.1",
"@hi-ui/core-css": "^4.1.1",
"react": "^17.0.1",
"react-dom": "^17.0.1"
}
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.2.0

### Minor Changes

- [#2591](https://github.com/XiaoMi/hiui/pull/2591) [`fcbfd8026`](https://github.com/XiaoMi/hiui/commit/fcbfd80268b81d75cb63d5381ffba506b67e22a6) Thanks [@zyprepare](https://github.com/zyprepare)! - feat: add size api

## 4.1.2

### Patch Changes
Expand Down
Loading

0 comments on commit 0185b1b

Please sign in to comment.