Skip to content

Commit

Permalink
[Release] Hotfix 2.17.4 => 2.17.5 (patch) (#8611)
Browse files Browse the repository at this point in the history
* chore: bump version to 2.17.5

* fix: create web3 instance (#8565)

* fix: create web3 instance

* fix: create web3 instance

* fix(Web3Profile): mf-3299 list/unlist NFTs (#8602)

blame cdf8458

* fix(DSearch): match twitter link (#8606)

* fix(trending): token name uppercase (#8609)

* fix: remove unused code (#8613)

---------

Co-authored-by: Hancheng Zhou <z308114274@gmail.com>
Co-authored-by: UncleBill <billbill290@gmail.com>
Co-authored-by: lelenei <72531217+lelenei@users.noreply.github.com>
  • Loading branch information
4 people committed Feb 6, 2023
1 parent a2c1497 commit 4494969
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -7,7 +7,7 @@
"yarn": ">=999.0.0",
"npm": ">=999.0.0"
},
"version": "2.17.4",
"version": "2.17.5",
"private": true,
"license": "AGPL-3.0-or-later",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/mask/src/manifest.json
@@ -1,6 +1,6 @@
{
"name": "Mask Network",
"version": "2.17.4",
"version": "2.17.5",
"manifest_version": 2,
"permissions": ["storage", "downloads", "webNavigation", "activeTab"],
"optional_permissions": ["<all_urls>", "notifications", "clipboardRead"],
Expand Down
2 changes: 1 addition & 1 deletion packages/mask/src/plugins/Snapshot/SNSAdaptor/index.tsx
Expand Up @@ -13,7 +13,7 @@ const useStyles = makeStyles()((theme) => {
return {
skeleton: {
margin: theme.spacing(2),
'&:first-child': {
'&:first-of-type': {
marginTop: theme.spacing(3),
},
},
Expand Down
Expand Up @@ -97,8 +97,6 @@ export const UploadAvatarDialog: FC = () => {
return
}

// clear cache
await Twitter.staleUserByScreenName(identifier?.identifier?.userId ?? '')
showSnackbar(t.upload_avatar_success_message(), { variant: 'success' })

navigate(RoutePaths.Exit)
Expand Down

0 comments on commit 4494969

Please sign in to comment.