-
Notifications
You must be signed in to change notification settings - Fork 2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* RELEASING: Releasing 5 package(s) Releases: @qiankunjs/[email protected] @qiankunjs/[email protected] [email protected] @qiankunjs/[email protected] @qiankunjs/[email protected] [skip ci] * chore: update versions (rc) * Update packages/loader/CHANGELOG.md * Update packages/sandbox/CHANGELOG.md * fix: ci --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: Kuitos <[email protected]>
- Loading branch information
1 parent
e448082
commit 452017b
Showing
12 changed files
with
76 additions
and
10 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
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
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
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
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
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 |
---|---|---|
@@ -0,0 +1,11 @@ | ||
# @qiankunjs/react | ||
|
||
## 0.0.1-rc.2 | ||
|
||
### Patch Changes | ||
|
||
- e7d788ef: feat: not rebind non-native global properties | ||
- Updated dependencies [317961eb] | ||
- Updated dependencies [e448082c] | ||
- Updated dependencies [76b6bff7] | ||
- [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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@qiankunjs/react", | ||
"version": "0.0.1-rc.1", | ||
"version": "0.0.1-rc.2", | ||
"description": "qiankun react ui binding", | ||
"main": "./dist/cjs/index.js", | ||
"module": "./dist/esm/index.js", | ||
|
@@ -23,13 +23,16 @@ | |
"react": "^18.2.0" | ||
}, | ||
"peerDependencies": { | ||
"qiankun": "2.x || 3.x", | ||
"qiankun": "3.0.0-rc.6", | ||
"react": ">=16.9.0", | ||
"react-dom": ">=16.9.0" | ||
}, | ||
"publishConfig": { | ||
"registry": "https://registry.npmjs.org/" | ||
}, | ||
"files": ["dist", "src"], | ||
"files": [ | ||
"dist", | ||
"src" | ||
], | ||
"repository": "[email protected]:umijs/qiankun.git" | ||
} |