-
Notifications
You must be signed in to change notification settings - Fork 99
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Generate version and changelog (#3069)
Co-authored-by: zyprepare <[email protected]>
- Loading branch information
1 parent
69f8f07
commit d8f91eb
Showing
26 changed files
with
158 additions
and
67 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@hi-ui/core", | ||
"version": "4.0.8", | ||
"version": "4.0.9", | ||
"description": "A sub-package for @hi-ui/utils.", | ||
"keywords": [], | ||
"author": "HiUI <[email protected]>", | ||
|
@@ -45,7 +45,7 @@ | |
"devDependencies": {}, | ||
"dependencies": { | ||
"@hi-ui/core-css": "^4.1.5", | ||
"@hi-ui/locale-context": "^4.0.8", | ||
"@hi-ui/portal-context": "^4.0.0-alpha.0" | ||
"@hi-ui/locale-context": "^4.0.11", | ||
"@hi-ui/portal-context": "^4.0.0" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@hi-ui/date-picker", | ||
"version": "4.9.0", | ||
"version": "4.9.1", | ||
"description": "A sub-package for @hi-ui/hiui.", | ||
"keywords": [], | ||
"author": "HiUI <[email protected]>", | ||
|
@@ -55,12 +55,12 @@ | |
"react-transition-group": "^4.4.2" | ||
}, | ||
"peerDependencies": { | ||
"@hi-ui/core": ">=4.0.8", | ||
"@hi-ui/core": ">=4.0.9", | ||
"react": ">=16.8.6", | ||
"react-dom": ">=16.8.6" | ||
}, | ||
"devDependencies": { | ||
"@hi-ui/core": "^4.0.8", | ||
"@hi-ui/core": "^4.0.9", | ||
"@hi-ui/core-css": "^4.1.5", | ||
"react": "^17.0.1", | ||
"react-dom": "^17.0.1" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@hi-ui/drawer", | ||
"version": "4.2.1", | ||
"version": "4.3.0", | ||
"description": "A sub-package for @hi-ui/hiui.", | ||
"keywords": [], | ||
"author": "HiUI <[email protected]>", | ||
|
@@ -47,7 +47,7 @@ | |
"@hi-ui/env": "^4.0.5", | ||
"@hi-ui/icon-button": "^4.0.9", | ||
"@hi-ui/icons": "^4.0.19", | ||
"@hi-ui/modal": "^4.2.0", | ||
"@hi-ui/modal": "^4.3.0", | ||
"@hi-ui/portal": "^4.0.8", | ||
"@hi-ui/type-assertion": "^4.0.4", | ||
"@hi-ui/use-latest": "^4.0.4", | ||
|
@@ -57,12 +57,12 @@ | |
"react-transition-group": "4.4.2" | ||
}, | ||
"peerDependencies": { | ||
"@hi-ui/core": ">=4.0.8", | ||
"@hi-ui/core": ">=4.0.9", | ||
"react": ">=16.8.6", | ||
"react-dom": ">=16.8.6" | ||
}, | ||
"devDependencies": { | ||
"@hi-ui/core": "^4.0.8", | ||
"@hi-ui/core": "^4.0.9", | ||
"@hi-ui/core-css": "^4.1.5", | ||
"react": "^17.0.1", | ||
"react-dom": "^17.0.1" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@hi-ui/hiui", | ||
"version": "4.9.0", | ||
"version": "4.10.0", | ||
"description": "The root-package for @hi-ui/hiui.", | ||
"keywords": [], | ||
"author": "HiUI <[email protected]>", | ||
|
@@ -59,9 +59,9 @@ | |
"@hi-ui/checkbox": "^4.0.10", | ||
"@hi-ui/collapse": "^4.1.6", | ||
"@hi-ui/counter": "^4.1.9", | ||
"@hi-ui/date-picker": "^4.9.0", | ||
"@hi-ui/date-picker": "^4.9.1", | ||
"@hi-ui/descriptions": "^4.5.0", | ||
"@hi-ui/drawer": "^4.2.1", | ||
"@hi-ui/drawer": "^4.3.0", | ||
"@hi-ui/dropdown": "^4.2.2", | ||
"@hi-ui/ellipsis-tooltip": "^4.1.8", | ||
"@hi-ui/empty-state": "^4.1.1", | ||
|
@@ -72,19 +72,19 @@ | |
"@hi-ui/input": "^4.2.1", | ||
"@hi-ui/input-group": "^4.0.7", | ||
"@hi-ui/list": "^4.1.0", | ||
"@hi-ui/loading": "^4.2.1", | ||
"@hi-ui/loading": "^4.3.0", | ||
"@hi-ui/menu": "^4.3.1", | ||
"@hi-ui/message": "^4.1.0", | ||
"@hi-ui/modal": "^4.2.0", | ||
"@hi-ui/modal": "^4.3.0", | ||
"@hi-ui/notification": "^4.2.1", | ||
"@hi-ui/number-input": "^4.2.0", | ||
"@hi-ui/pagination": "^4.2.0", | ||
"@hi-ui/picker": "^4.1.6", | ||
"@hi-ui/picker": "^4.1.7", | ||
"@hi-ui/pop-confirm": "^4.2.5", | ||
"@hi-ui/popover": "^4.1.1", | ||
"@hi-ui/preview": "^4.1.1", | ||
"@hi-ui/preview": "^4.2.0", | ||
"@hi-ui/progress": "^4.0.10", | ||
"@hi-ui/provider": "^4.0.9", | ||
"@hi-ui/provider": "^4.1.0", | ||
"@hi-ui/radio": "^4.1.4", | ||
"@hi-ui/rating": "^4.0.10", | ||
"@hi-ui/result": "^4.0.8", | ||
|
@@ -112,12 +112,12 @@ | |
"@hi-ui/zen-mode": "^4.0.8" | ||
}, | ||
"peerDependencies": { | ||
"@hi-ui/core": ">=4.0.8", | ||
"@hi-ui/core": ">=4.0.9", | ||
"react": ">=16.8.6", | ||
"react-dom": ">=16.8.6" | ||
}, | ||
"devDependencies": { | ||
"@hi-ui/core": "^4.0.8", | ||
"@hi-ui/core": "^4.0.9", | ||
"@hi-ui/core-css": "^4.1.5", | ||
"react": "^17.0.1", | ||
"react-dom": "^17.0.1" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@hi-ui/loading", | ||
"version": "4.2.1", | ||
"version": "4.3.0", | ||
"description": "> TODO: description", | ||
"keywords": [], | ||
"author": "HiUI <[email protected]>", | ||
|
@@ -55,12 +55,12 @@ | |
"react-transition-group": "^4.4.2" | ||
}, | ||
"peerDependencies": { | ||
"@hi-ui/core": ">=4.0.8", | ||
"@hi-ui/core": ">=4.0.9", | ||
"react": ">=16.8.6", | ||
"react-dom": ">=16.8.6" | ||
}, | ||
"devDependencies": { | ||
"@hi-ui/core": "^4.0.8", | ||
"@hi-ui/core": "^4.0.9", | ||
"@hi-ui/core-css": "^4.1.5", | ||
"@types/react-transition-group": "^4.4.2", | ||
"react": "^17.0.1", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@hi-ui/locale-context", | ||
"version": "4.0.10", | ||
"version": "4.0.11", | ||
"description": "A sub-package for @hi-ui/hiui.", | ||
"keywords": [], | ||
"author": "HiUI <[email protected]>", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@hi-ui/modal", | ||
"version": "4.2.0", | ||
"version": "4.3.0", | ||
"description": "A sub-package for @hi-ui/hiui.", | ||
"keywords": [], | ||
"author": "HiUI <[email protected]>", | ||
|
@@ -62,12 +62,12 @@ | |
"react-transition-group": "^4.4.2" | ||
}, | ||
"peerDependencies": { | ||
"@hi-ui/core": ">=4.0.8", | ||
"@hi-ui/core": ">=4.0.9", | ||
"react": ">=16.8.6", | ||
"react-dom": ">=16.8.6" | ||
}, | ||
"devDependencies": { | ||
"@hi-ui/core": "^4.0.8", | ||
"@hi-ui/core": "^4.0.9", | ||
"@hi-ui/core-css": "^4.1.5", | ||
"react": "^17.0.1", | ||
"react-dom": "^17.0.1" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@hi-ui/picker", | ||
"version": "4.1.6", | ||
"version": "4.1.7", | ||
"description": "A sub-package for @hi-ui/hiui.", | ||
"keywords": [], | ||
"author": "HiUI <[email protected]>", | ||
|
@@ -48,20 +48,20 @@ | |
"@hi-ui/env": "^4.0.5", | ||
"@hi-ui/icons": "^4.0.19", | ||
"@hi-ui/input": "^4.1.1", | ||
"@hi-ui/loading": "^4.2.1", | ||
"@hi-ui/loading": "^4.3.0", | ||
"@hi-ui/popper": "^4.1.5", | ||
"@hi-ui/type-assertion": "^4.0.4", | ||
"@hi-ui/use-latest": "^4.0.4", | ||
"@hi-ui/use-toggle": "^4.0.4", | ||
"@hi-ui/use-uncontrolled-state": "^4.0.4" | ||
}, | ||
"peerDependencies": { | ||
"@hi-ui/core": ">=4.0.8", | ||
"@hi-ui/core": ">=4.0.9", | ||
"react": ">=16.8.6", | ||
"react-dom": ">=16.8.6" | ||
}, | ||
"devDependencies": { | ||
"@hi-ui/core": "^4.0.8", | ||
"@hi-ui/core": "^4.0.9", | ||
"@hi-ui/core-css": "^4.1.5", | ||
"react": "^17.0.1", | ||
"react-dom": "^17.0.1" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
# @hi-ui/portal-context | ||
|
||
## 4.0.0 | ||
|
||
### Minor Changes | ||
|
||
- [#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) |
Oops, something went wrong.