-
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.
Revert "Generate version and changelog (#3066)"
This reverts commit 8c9782d.
- Loading branch information
Showing
26 changed files
with
67 additions
and
158 deletions.
There are no files selected for viewing
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,6 @@ | ||
--- | ||
"@hi-ui/locale-context": patch | ||
"@hi-ui/hiui": patch | ||
--- | ||
|
||
fix(locale-context): 修改英文前往(#3062) |
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,12 @@ | ||
--- | ||
"@hi-ui/core": patch | ||
"@hi-ui/portal-context": minor | ||
"@hi-ui/drawer": minor | ||
"@hi-ui/hiui": minor | ||
"@hi-ui/loading": minor | ||
"@hi-ui/modal": minor | ||
"@hi-ui/preview": minor | ||
"@hi-ui/provider": minor | ||
--- | ||
|
||
feat(portal-context): Provider 增加 portal 参数,支持配置全局 container (#3060) |
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,5 @@ | ||
--- | ||
"@hi-ui/picker": patch | ||
--- | ||
|
||
feat(picker): 对外暴露 resetSearch 方法 |
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,6 @@ | ||
--- | ||
"@hi-ui/date-picker": patch | ||
"@hi-ui/hiui": patch | ||
--- | ||
|
||
perf(date-picker): 范围选择交互优化 (#3055) |
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.9", | ||
"version": "4.0.8", | ||
"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.11", | ||
"@hi-ui/portal-context": "^4.0.0" | ||
"@hi-ui/locale-context": "^4.0.8", | ||
"@hi-ui/portal-context": "^4.0.0-alpha.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.1", | ||
"version": "4.9.0", | ||
"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.9", | ||
"@hi-ui/core": ">=4.0.8", | ||
"react": ">=16.8.6", | ||
"react-dom": ">=16.8.6" | ||
}, | ||
"devDependencies": { | ||
"@hi-ui/core": "^4.0.9", | ||
"@hi-ui/core": "^4.0.8", | ||
"@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.3.0", | ||
"version": "4.2.1", | ||
"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.3.0", | ||
"@hi-ui/modal": "^4.2.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.9", | ||
"@hi-ui/core": ">=4.0.8", | ||
"react": ">=16.8.6", | ||
"react-dom": ">=16.8.6" | ||
}, | ||
"devDependencies": { | ||
"@hi-ui/core": "^4.0.9", | ||
"@hi-ui/core": "^4.0.8", | ||
"@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.10.0", | ||
"version": "4.9.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.1", | ||
"@hi-ui/date-picker": "^4.9.0", | ||
"@hi-ui/descriptions": "^4.5.0", | ||
"@hi-ui/drawer": "^4.3.0", | ||
"@hi-ui/drawer": "^4.2.1", | ||
"@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.3.0", | ||
"@hi-ui/loading": "^4.2.1", | ||
"@hi-ui/menu": "^4.3.1", | ||
"@hi-ui/message": "^4.1.0", | ||
"@hi-ui/modal": "^4.3.0", | ||
"@hi-ui/modal": "^4.2.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.7", | ||
"@hi-ui/picker": "^4.1.6", | ||
"@hi-ui/pop-confirm": "^4.2.5", | ||
"@hi-ui/popover": "^4.1.1", | ||
"@hi-ui/preview": "^4.2.0", | ||
"@hi-ui/preview": "^4.1.1", | ||
"@hi-ui/progress": "^4.0.10", | ||
"@hi-ui/provider": "^4.1.0", | ||
"@hi-ui/provider": "^4.0.9", | ||
"@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.9", | ||
"@hi-ui/core": ">=4.0.8", | ||
"react": ">=16.8.6", | ||
"react-dom": ">=16.8.6" | ||
}, | ||
"devDependencies": { | ||
"@hi-ui/core": "^4.0.9", | ||
"@hi-ui/core": "^4.0.8", | ||
"@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.3.0", | ||
"version": "4.2.1", | ||
"description": "> TODO: description", | ||
"keywords": [], | ||
"author": "HiUI <[email protected]>", | ||
|
@@ -55,12 +55,12 @@ | |
"react-transition-group": "^4.4.2" | ||
}, | ||
"peerDependencies": { | ||
"@hi-ui/core": ">=4.0.9", | ||
"@hi-ui/core": ">=4.0.8", | ||
"react": ">=16.8.6", | ||
"react-dom": ">=16.8.6" | ||
}, | ||
"devDependencies": { | ||
"@hi-ui/core": "^4.0.9", | ||
"@hi-ui/core": "^4.0.8", | ||
"@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.11", | ||
"version": "4.0.10", | ||
"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.3.0", | ||
"version": "4.2.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.9", | ||
"@hi-ui/core": ">=4.0.8", | ||
"react": ">=16.8.6", | ||
"react-dom": ">=16.8.6" | ||
}, | ||
"devDependencies": { | ||
"@hi-ui/core": "^4.0.9", | ||
"@hi-ui/core": "^4.0.8", | ||
"@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.7", | ||
"version": "4.1.6", | ||
"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.3.0", | ||
"@hi-ui/loading": "^4.2.1", | ||
"@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.9", | ||
"@hi-ui/core": ">=4.0.8", | ||
"react": ">=16.8.6", | ||
"react-dom": ">=16.8.6" | ||
}, | ||
"devDependencies": { | ||
"@hi-ui/core": "^4.0.9", | ||
"@hi-ui/core": "^4.0.8", | ||
"@hi-ui/core-css": "^4.1.5", | ||
"react": "^17.0.1", | ||
"react-dom": "^17.0.1" | ||
|
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.