-
Notifications
You must be signed in to change notification settings - Fork 310
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Release] Hotfix 2.23.0 => 2.23.1 (patch) (#10916)
* chore: bump version to 2.23.1 * fix: incorrect navigate (#10924) * refactor: remove ssr (#10931) * refactor: remove ssr * fix: type error * fix: crash (#10941) * chore: lock file * refactor: code style * fix: internal wallet connected status (#10942) * fix: internal wallet connected status * chore: i18n * Revert "fix: internal wallet connected status (#10942)" This reverts commit 34eb13f. * chore: update texture * fix: typo --------- Co-authored-by: nuanyang233 <[email protected]> Co-authored-by: Jack Works <[email protected]>
- Loading branch information
1 parent
448c35c
commit 0a479ad
Showing
91 changed files
with
550 additions
and
3,363 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 |
---|---|---|
|
@@ -8,7 +8,7 @@ | |
"yarn": ">=999.0.0", | ||
"npm": ">=999.0.0" | ||
}, | ||
"version": "2.23.0", | ||
"version": "2.23.1", | ||
"private": true, | ||
"license": "AGPL-3.0-or-later", | ||
"scripts": { | ||
|
@@ -30,12 +30,10 @@ | |
}, | ||
"dependencies": { | ||
"@dimensiondev/holoflows-kit": "0.9.0-20230307045856-46252fb", | ||
"@emotion/cache": "11.10.3", | ||
"@emotion/react": "11.10.4", | ||
"@emotion/serialize": "1.1.0", | ||
"@emotion/server": "11.10.0", | ||
"@emotion/styled": "11.10.4", | ||
"@emotion/utils": "1.2.0", | ||
"@emotion/cache": "11.11.0", | ||
"@emotion/react": "11.11.1", | ||
"@emotion/serialize": "1.1.2", | ||
"@emotion/styled": "11.11.0", | ||
"@masknet/kit": "0.1.2", | ||
"@mui/base": "5.0.0-alpha.100", | ||
"@mui/icons-material": "5.10.6", | ||
|
@@ -131,9 +129,6 @@ | |
"@uniswap/[email protected]": "patches/@[email protected]", | ||
"@ceramicnetwork/[email protected]": "patches/@[email protected]", | ||
"[email protected]": "patches/[email protected]", | ||
"@emotion/[email protected]": "patches/@[email protected]", | ||
"@emotion/[email protected]": "patches/@[email protected]", | ||
"@emotion/[email protected]": "patches/@[email protected]", | ||
"@mui/[email protected]": "patches/@[email protected]", | ||
"[email protected]": "patches/[email protected]", | ||
"[email protected]": "patches/[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 |
---|---|---|
|
@@ -27,9 +27,5 @@ | |
"./icon-generated-as-url.d.ts" | ||
] | ||
} | ||
}, | ||
"scripts": {}, | ||
"dependencies": { | ||
"@emotion/server": "^11.10.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
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
74 changes: 0 additions & 74 deletions
74
packages/mask/background/tasks/Cancellable/PopupSSR/cache.ts
This file was deleted.
Oops, something went wrong.
42 changes: 0 additions & 42 deletions
42
packages/mask/background/tasks/Cancellable/PopupSSR/index_hasWorker.ts
This file was deleted.
Oops, something went wrong.
19 changes: 0 additions & 19 deletions
19
packages/mask/background/tasks/Cancellable/PopupSSR/index_noWorker.ts
This file was deleted.
Oops, something went wrong.
4 changes: 0 additions & 4 deletions
4
packages/mask/background/tasks/Cancellable/PopupSSR/loader.d.ts
This file was deleted.
Oops, something went wrong.
2 changes: 0 additions & 2 deletions
2
packages/mask/background/tasks/Cancellable/PopupSSR/loader.js
This file was deleted.
Oops, something went wrong.
14 changes: 0 additions & 14 deletions
14
packages/mask/background/tasks/Cancellable/PopupSSR/type.ts
This file was deleted.
Oops, something went wrong.
11 changes: 0 additions & 11 deletions
11
packages/mask/background/tasks/Cancellable/PopupSSR/worker.tsx
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
Oops, something went wrong.