Skip to content

Commit

Permalink
v5.3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
simonheys committed Mar 6, 2023
1 parent 3a737b4 commit 5eefa11
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 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.6",
"version": "5.3.7",
"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.6",
"version": "5.3.7",
"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.6",
"version": "5.3.7",
"manifest_version": 3,
"action": {
"default_icon": {
Expand Down
4 changes: 2 additions & 2 deletions 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.6",
"version": "5.3.7",
"main": "index.js",
"license": "MIT",
"devDependencies": {
Expand Down Expand Up @@ -80,7 +80,7 @@
"@argent/x-multicall": "^5.3.6",
"@argent/x-sessions": "^5.3.6",
"@argent/x-swap": "^5.3.6",
"@argent/x-window": "^5.3.6",
"@argent/x-window": "^5.3.7",
"@chakra-ui/icons": "^2.0.15",
"@chakra-ui/react": "2.5.1",
"@extend-chrome/messages": "^1.2.2",
Expand Down
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.6",
"version": "5.3.7",
"private": true,
"devDependencies": {
"@argent-x/extension": "^5.3.6",
"@argent-x/extension": "^5.3.7",
"@argent/ui": "^5.3.6",
"@babel/core": "^7.18.5",
"@chakra-ui/storybook-addon": "^4.0.12",
Expand Down
2 changes: 1 addition & 1 deletion packages/window/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@argent/x-window",
"version": "5.3.6",
"version": "5.3.7",
"license": "MIT",
"files": [
"dist"
Expand Down

0 comments on commit 5eefa11

Please sign in to comment.