Skip to content

Commit

Permalink
v5.3.9
Browse files Browse the repository at this point in the history
  • Loading branch information
simonheys committed Mar 9, 2023
1 parent a595166 commit 14a5e07
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 7 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"packages": ["packages/*"],
"version": "5.3.8",
"version": "5.3.9",
"npmClient": "yarn",
"useWorkspaces": true
}
2 changes: 1 addition & 1 deletion packages/extension/manifest/v2.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"$schema": "https://json.schemastore.org/chrome-manifest.json",
"name": "Argent X",
"description": "The security of Ethereum with the scale of StarkNet",
"version": "5.3.8",
"version": "5.3.9",
"manifest_version": 2,
"browser_action": {
"default_icon": {
Expand Down
2 changes: 1 addition & 1 deletion packages/extension/manifest/v3.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"$schema": "https://json.schemastore.org/chrome-manifest.json",
"name": "Argent X",
"description": "The security of Ethereum with the scale of StarkNet",
"version": "5.3.8",
"version": "5.3.9",
"manifest_version": 3,
"action": {
"default_icon": {
Expand Down
2 changes: 1 addition & 1 deletion packages/extension/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@argent-x/extension",
"version": "5.3.8",
"version": "5.3.9",
"main": "index.js",
"license": "MIT",
"devDependencies": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -224,6 +224,7 @@ export const useCheckUpgradeAvailable = (account?: Account) => {
() => account && checkIfUpgradeAvailable(account, accountClassHash),
{ suspense: false },
)
return { needsUpgrade: false, needsUpgradeError, needsUpgradeValidating }

return { needsUpgrade, needsUpgradeError, needsUpgradeValidating }
// return { needsUpgrade, needsUpgradeError, needsUpgradeValidating }
}
4 changes: 2 additions & 2 deletions packages/storybook/package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"name": "@argent-x/storybook",
"version": "5.3.8",
"version": "5.3.9",
"private": true,
"devDependencies": {
"@argent-x/extension": "^5.3.8",
"@argent-x/extension": "^5.3.9",
"@argent/ui": "^5.3.6",
"@babel/core": "^7.18.5",
"@chakra-ui/storybook-addon": "^4.0.12",
Expand Down

0 comments on commit 14a5e07

Please sign in to comment.