Skip to content

Commit d8f91eb

Browse files
Generate version and changelog (#3069)
Co-authored-by: zyprepare <[email protected]>
1 parent 69f8f07 commit d8f91eb

26 files changed

+158
-67
lines changed

.changeset/lazy-tools-admire.md

-6
This file was deleted.

.changeset/little-rabbits-change.md

-12
This file was deleted.

.changeset/neat-crabs-buy.md

-5
This file was deleted.

.changeset/selfish-seas-impress.md

-6
This file was deleted.

packages/core/core/CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# @hi-ui/core
22

3+
## 4.0.9
4+
5+
### Patch Changes
6+
7+
- [#3068](https://github.com/XiaoMi/hiui/pull/3068) [`69f8f07`](https://github.com/XiaoMi/hiui/commit/69f8f07006b4aeeea554de424389aeb93e0f1770) Thanks [@zyprepare](https://github.com/zyprepare)! - feat(portal-context): Provider 增加 portal 参数,支持配置全局 container (#3060)
8+
9+
- Updated dependencies [[`69f8f07`](https://github.com/XiaoMi/hiui/commit/69f8f07006b4aeeea554de424389aeb93e0f1770), [`69f8f07`](https://github.com/XiaoMi/hiui/commit/69f8f07006b4aeeea554de424389aeb93e0f1770)]:
10+
- @hi-ui/locale-context@4.0.11
11+
- @hi-ui/portal-context@4.0.0
12+
313
## 4.0.8
414

515
### Patch Changes

packages/core/core/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@hi-ui/core",
3-
"version": "4.0.8",
3+
"version": "4.0.9",
44
"description": "A sub-package for @hi-ui/utils.",
55
"keywords": [],
66
"author": "HiUI <[email protected]>",
@@ -45,7 +45,7 @@
4545
"devDependencies": {},
4646
"dependencies": {
4747
"@hi-ui/core-css": "^4.1.5",
48-
"@hi-ui/locale-context": "^4.0.8",
49-
"@hi-ui/portal-context": "^4.0.0-alpha.0"
48+
"@hi-ui/locale-context": "^4.0.11",
49+
"@hi-ui/portal-context": "^4.0.0"
5050
}
5151
}

packages/ui/date-picker/CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# @hi-ui/date-picker
22

3+
## 4.9.1
4+
5+
### Patch Changes
6+
7+
- [#3068](https://github.com/XiaoMi/hiui/pull/3068) [`69f8f07`](https://github.com/XiaoMi/hiui/commit/69f8f07006b4aeeea554de424389aeb93e0f1770) Thanks [@zyprepare](https://github.com/zyprepare)! - perf(date-picker): 范围选择交互优化 (#3055)
8+
9+
- Updated dependencies [[`69f8f07`](https://github.com/XiaoMi/hiui/commit/69f8f07006b4aeeea554de424389aeb93e0f1770)]:
10+
- @hi-ui/core@4.0.9
11+
312
## 4.9.0
413

514
### Minor Changes

packages/ui/date-picker/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@hi-ui/date-picker",
3-
"version": "4.9.0",
3+
"version": "4.9.1",
44
"description": "A sub-package for @hi-ui/hiui.",
55
"keywords": [],
66
"author": "HiUI <[email protected]>",
@@ -55,12 +55,12 @@
5555
"react-transition-group": "^4.4.2"
5656
},
5757
"peerDependencies": {
58-
"@hi-ui/core": ">=4.0.8",
58+
"@hi-ui/core": ">=4.0.9",
5959
"react": ">=16.8.6",
6060
"react-dom": ">=16.8.6"
6161
},
6262
"devDependencies": {
63-
"@hi-ui/core": "^4.0.8",
63+
"@hi-ui/core": "^4.0.9",
6464
"@hi-ui/core-css": "^4.1.5",
6565
"react": "^17.0.1",
6666
"react-dom": "^17.0.1"

packages/ui/drawer/CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# @hi-ui/drawer
22

3+
## 4.3.0
4+
5+
### Minor Changes
6+
7+
- [#3068](https://github.com/XiaoMi/hiui/pull/3068) [`69f8f07`](https://github.com/XiaoMi/hiui/commit/69f8f07006b4aeeea554de424389aeb93e0f1770) Thanks [@zyprepare](https://github.com/zyprepare)! - feat(portal-context): Provider 增加 portal 参数,支持配置全局 container (#3060)
8+
9+
### Patch Changes
10+
11+
- Updated dependencies [[`69f8f07`](https://github.com/XiaoMi/hiui/commit/69f8f07006b4aeeea554de424389aeb93e0f1770)]:
12+
- @hi-ui/core@4.0.9
13+
- @hi-ui/modal@4.3.0
14+
315
## 4.2.1
416

517
### Patch Changes

packages/ui/drawer/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@hi-ui/drawer",
3-
"version": "4.2.1",
3+
"version": "4.3.0",
44
"description": "A sub-package for @hi-ui/hiui.",
55
"keywords": [],
66
"author": "HiUI <[email protected]>",
@@ -47,7 +47,7 @@
4747
"@hi-ui/env": "^4.0.5",
4848
"@hi-ui/icon-button": "^4.0.9",
4949
"@hi-ui/icons": "^4.0.19",
50-
"@hi-ui/modal": "^4.2.0",
50+
"@hi-ui/modal": "^4.3.0",
5151
"@hi-ui/portal": "^4.0.8",
5252
"@hi-ui/type-assertion": "^4.0.4",
5353
"@hi-ui/use-latest": "^4.0.4",
@@ -57,12 +57,12 @@
5757
"react-transition-group": "4.4.2"
5858
},
5959
"peerDependencies": {
60-
"@hi-ui/core": ">=4.0.8",
60+
"@hi-ui/core": ">=4.0.9",
6161
"react": ">=16.8.6",
6262
"react-dom": ">=16.8.6"
6363
},
6464
"devDependencies": {
65-
"@hi-ui/core": "^4.0.8",
65+
"@hi-ui/core": "^4.0.9",
6666
"@hi-ui/core-css": "^4.1.5",
6767
"react": "^17.0.1",
6868
"react-dom": "^17.0.1"

packages/ui/hiui/CHANGELOG.md

+22
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,27 @@
11
# @hi-ui/hiui
22

3+
## 4.10.0
4+
5+
### Minor Changes
6+
7+
- [#3068](https://github.com/XiaoMi/hiui/pull/3068) [`69f8f07`](https://github.com/XiaoMi/hiui/commit/69f8f07006b4aeeea554de424389aeb93e0f1770) Thanks [@zyprepare](https://github.com/zyprepare)! - feat(portal-context): Provider 增加 portal 参数,支持配置全局 container (#3060)
8+
9+
### Patch Changes
10+
11+
- [#3068](https://github.com/XiaoMi/hiui/pull/3068) [`69f8f07`](https://github.com/XiaoMi/hiui/commit/69f8f07006b4aeeea554de424389aeb93e0f1770) Thanks [@zyprepare](https://github.com/zyprepare)! - fix(locale-context): 修改英文前往(#3062)
12+
13+
- [#3068](https://github.com/XiaoMi/hiui/pull/3068) [`69f8f07`](https://github.com/XiaoMi/hiui/commit/69f8f07006b4aeeea554de424389aeb93e0f1770) Thanks [@zyprepare](https://github.com/zyprepare)! - perf(date-picker): 范围选择交互优化 (#3055)
14+
15+
- Updated dependencies [[`69f8f07`](https://github.com/XiaoMi/hiui/commit/69f8f07006b4aeeea554de424389aeb93e0f1770), [`69f8f07`](https://github.com/XiaoMi/hiui/commit/69f8f07006b4aeeea554de424389aeb93e0f1770), [`69f8f07`](https://github.com/XiaoMi/hiui/commit/69f8f07006b4aeeea554de424389aeb93e0f1770)]:
16+
- @hi-ui/core@4.0.9
17+
- @hi-ui/drawer@4.3.0
18+
- @hi-ui/loading@4.3.0
19+
- @hi-ui/modal@4.3.0
20+
- @hi-ui/preview@4.2.0
21+
- @hi-ui/provider@4.1.0
22+
- @hi-ui/picker@4.1.7
23+
- @hi-ui/date-picker@4.9.1
24+
325
## 4.9.0
426

527
### Minor Changes

packages/ui/hiui/package.json

+10-10
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@hi-ui/hiui",
3-
"version": "4.9.0",
3+
"version": "4.10.0",
44
"description": "The root-package for @hi-ui/hiui.",
55
"keywords": [],
66
"author": "HiUI <[email protected]>",
@@ -59,9 +59,9 @@
5959
"@hi-ui/checkbox": "^4.0.10",
6060
"@hi-ui/collapse": "^4.1.6",
6161
"@hi-ui/counter": "^4.1.9",
62-
"@hi-ui/date-picker": "^4.9.0",
62+
"@hi-ui/date-picker": "^4.9.1",
6363
"@hi-ui/descriptions": "^4.5.0",
64-
"@hi-ui/drawer": "^4.2.1",
64+
"@hi-ui/drawer": "^4.3.0",
6565
"@hi-ui/dropdown": "^4.2.2",
6666
"@hi-ui/ellipsis-tooltip": "^4.1.8",
6767
"@hi-ui/empty-state": "^4.1.1",
@@ -72,19 +72,19 @@
7272
"@hi-ui/input": "^4.2.1",
7373
"@hi-ui/input-group": "^4.0.7",
7474
"@hi-ui/list": "^4.1.0",
75-
"@hi-ui/loading": "^4.2.1",
75+
"@hi-ui/loading": "^4.3.0",
7676
"@hi-ui/menu": "^4.3.1",
7777
"@hi-ui/message": "^4.1.0",
78-
"@hi-ui/modal": "^4.2.0",
78+
"@hi-ui/modal": "^4.3.0",
7979
"@hi-ui/notification": "^4.2.1",
8080
"@hi-ui/number-input": "^4.2.0",
8181
"@hi-ui/pagination": "^4.2.0",
82-
"@hi-ui/picker": "^4.1.6",
82+
"@hi-ui/picker": "^4.1.7",
8383
"@hi-ui/pop-confirm": "^4.2.5",
8484
"@hi-ui/popover": "^4.1.1",
85-
"@hi-ui/preview": "^4.1.1",
85+
"@hi-ui/preview": "^4.2.0",
8686
"@hi-ui/progress": "^4.0.10",
87-
"@hi-ui/provider": "^4.0.9",
87+
"@hi-ui/provider": "^4.1.0",
8888
"@hi-ui/radio": "^4.1.4",
8989
"@hi-ui/rating": "^4.0.10",
9090
"@hi-ui/result": "^4.0.8",
@@ -112,12 +112,12 @@
112112
"@hi-ui/zen-mode": "^4.0.8"
113113
},
114114
"peerDependencies": {
115-
"@hi-ui/core": ">=4.0.8",
115+
"@hi-ui/core": ">=4.0.9",
116116
"react": ">=16.8.6",
117117
"react-dom": ">=16.8.6"
118118
},
119119
"devDependencies": {
120-
"@hi-ui/core": "^4.0.8",
120+
"@hi-ui/core": "^4.0.9",
121121
"@hi-ui/core-css": "^4.1.5",
122122
"react": "^17.0.1",
123123
"react-dom": "^17.0.1"

packages/ui/loading/CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# @hi-ui/loading
22

3+
## 4.3.0
4+
5+
### Minor Changes
6+
7+
- [#3068](https://github.com/XiaoMi/hiui/pull/3068) [`69f8f07`](https://github.com/XiaoMi/hiui/commit/69f8f07006b4aeeea554de424389aeb93e0f1770) Thanks [@zyprepare](https://github.com/zyprepare)! - feat(portal-context): Provider 增加 portal 参数,支持配置全局 container (#3060)
8+
9+
### Patch Changes
10+
11+
- Updated dependencies [[`69f8f07`](https://github.com/XiaoMi/hiui/commit/69f8f07006b4aeeea554de424389aeb93e0f1770)]:
12+
- @hi-ui/core@4.0.9
13+
314
## 4.2.1
415

516
### Patch Changes

packages/ui/loading/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@hi-ui/loading",
3-
"version": "4.2.1",
3+
"version": "4.3.0",
44
"description": "> TODO: description",
55
"keywords": [],
66
"author": "HiUI <[email protected]>",
@@ -55,12 +55,12 @@
5555
"react-transition-group": "^4.4.2"
5656
},
5757
"peerDependencies": {
58-
"@hi-ui/core": ">=4.0.8",
58+
"@hi-ui/core": ">=4.0.9",
5959
"react": ">=16.8.6",
6060
"react-dom": ">=16.8.6"
6161
},
6262
"devDependencies": {
63-
"@hi-ui/core": "^4.0.8",
63+
"@hi-ui/core": "^4.0.9",
6464
"@hi-ui/core-css": "^4.1.5",
6565
"@types/react-transition-group": "^4.4.2",
6666
"react": "^17.0.1",

packages/ui/locale-context/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @hi-ui/locale-context
22

3+
## 4.0.11
4+
5+
### Patch Changes
6+
7+
- [#3068](https://github.com/XiaoMi/hiui/pull/3068) [`69f8f07`](https://github.com/XiaoMi/hiui/commit/69f8f07006b4aeeea554de424389aeb93e0f1770) Thanks [@zyprepare](https://github.com/zyprepare)! - fix(locale-context): 修改英文前往(#3062)
8+
39
## 4.0.10
410

511
### Patch Changes

packages/ui/locale-context/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@hi-ui/locale-context",
3-
"version": "4.0.10",
3+
"version": "4.0.11",
44
"description": "A sub-package for @hi-ui/hiui.",
55
"keywords": [],
66
"author": "HiUI <[email protected]>",

packages/ui/modal/CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# @hi-ui/modal
22

3+
## 4.3.0
4+
5+
### Minor Changes
6+
7+
- [#3068](https://github.com/XiaoMi/hiui/pull/3068) [`69f8f07`](https://github.com/XiaoMi/hiui/commit/69f8f07006b4aeeea554de424389aeb93e0f1770) Thanks [@zyprepare](https://github.com/zyprepare)! - feat(portal-context): Provider 增加 portal 参数,支持配置全局 container (#3060)
8+
9+
### Patch Changes
10+
11+
- Updated dependencies [[`69f8f07`](https://github.com/XiaoMi/hiui/commit/69f8f07006b4aeeea554de424389aeb93e0f1770)]:
12+
- @hi-ui/core@4.0.9
13+
314
## 4.2.0
415

516
### Minor Changes

packages/ui/modal/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@hi-ui/modal",
3-
"version": "4.2.0",
3+
"version": "4.3.0",
44
"description": "A sub-package for @hi-ui/hiui.",
55
"keywords": [],
66
"author": "HiUI <[email protected]>",
@@ -62,12 +62,12 @@
6262
"react-transition-group": "^4.4.2"
6363
},
6464
"peerDependencies": {
65-
"@hi-ui/core": ">=4.0.8",
65+
"@hi-ui/core": ">=4.0.9",
6666
"react": ">=16.8.6",
6767
"react-dom": ">=16.8.6"
6868
},
6969
"devDependencies": {
70-
"@hi-ui/core": "^4.0.8",
70+
"@hi-ui/core": "^4.0.9",
7171
"@hi-ui/core-css": "^4.1.5",
7272
"react": "^17.0.1",
7373
"react-dom": "^17.0.1"

packages/ui/picker/CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# @hi-ui/picker
22

3+
## 4.1.7
4+
5+
### Patch Changes
6+
7+
- [#3068](https://github.com/XiaoMi/hiui/pull/3068) [`69f8f07`](https://github.com/XiaoMi/hiui/commit/69f8f07006b4aeeea554de424389aeb93e0f1770) Thanks [@zyprepare](https://github.com/zyprepare)! - feat(picker): 对外暴露 resetSearch 方法
8+
9+
- Updated dependencies [[`69f8f07`](https://github.com/XiaoMi/hiui/commit/69f8f07006b4aeeea554de424389aeb93e0f1770)]:
10+
- @hi-ui/core@4.0.9
11+
- @hi-ui/loading@4.3.0
12+
313
## 4.1.6
414

515
### Patch Changes

packages/ui/picker/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@hi-ui/picker",
3-
"version": "4.1.6",
3+
"version": "4.1.7",
44
"description": "A sub-package for @hi-ui/hiui.",
55
"keywords": [],
66
"author": "HiUI <[email protected]>",
@@ -48,20 +48,20 @@
4848
"@hi-ui/env": "^4.0.5",
4949
"@hi-ui/icons": "^4.0.19",
5050
"@hi-ui/input": "^4.1.1",
51-
"@hi-ui/loading": "^4.2.1",
51+
"@hi-ui/loading": "^4.3.0",
5252
"@hi-ui/popper": "^4.1.5",
5353
"@hi-ui/type-assertion": "^4.0.4",
5454
"@hi-ui/use-latest": "^4.0.4",
5555
"@hi-ui/use-toggle": "^4.0.4",
5656
"@hi-ui/use-uncontrolled-state": "^4.0.4"
5757
},
5858
"peerDependencies": {
59-
"@hi-ui/core": ">=4.0.8",
59+
"@hi-ui/core": ">=4.0.9",
6060
"react": ">=16.8.6",
6161
"react-dom": ">=16.8.6"
6262
},
6363
"devDependencies": {
64-
"@hi-ui/core": "^4.0.8",
64+
"@hi-ui/core": "^4.0.9",
6565
"@hi-ui/core-css": "^4.1.5",
6666
"react": "^17.0.1",
6767
"react-dom": "^17.0.1"
+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# @hi-ui/portal-context
2+
3+
## 4.0.0
4+
5+
### Minor Changes
6+
7+
- [#3068](https://github.com/XiaoMi/hiui/pull/3068) [`69f8f07`](https://github.com/XiaoMi/hiui/commit/69f8f07006b4aeeea554de424389aeb93e0f1770) Thanks [@zyprepare](https://github.com/zyprepare)! - feat(portal-context): Provider 增加 portal 参数,支持配置全局 container (#3060)

0 commit comments

Comments
 (0)