Skip to content

Commit

Permalink
v5.3.17
Browse files Browse the repository at this point in the history
  • Loading branch information
gergold committed Apr 3, 2023
1 parent db0ba6a commit 6fbdcd0
Show file tree
Hide file tree
Showing 14 changed files with 26 additions and 26 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.16",
"version": "5.3.17",
"npmClient": "yarn",
"useWorkspaces": true
}
6 changes: 3 additions & 3 deletions packages/dapp/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@argent-x/dapp",
"version": "5.3.16",
"version": "5.3.17",
"private": true,
"scripts": {
"dev": "next dev",
Expand All @@ -10,8 +10,8 @@
"lint": "next lint"
},
"dependencies": {
"@argent/get-starknet": "^5.3.16",
"@argent/x-sessions": "^5.3.16",
"@argent/get-starknet": "^5.3.17",
"@argent/x-sessions": "^5.3.17",
"ethers": "^5.5.1",
"next": "^13.0.0",
"react": "^18.0.0",
Expand Down
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.16",
"version": "5.3.17",
"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.16",
"version": "5.3.17",
"manifest_version": 3,
"action": {
"default_icon": {
Expand Down
16 changes: 8 additions & 8 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.16",
"version": "5.3.17",
"main": "index.js",
"license": "MIT",
"devDependencies": {
Expand Down Expand Up @@ -74,13 +74,13 @@
"push-release-branch": "git push --set-upstream origin release/v$npm_package_version --follow-tags"
},
"dependencies": {
"@argent/guardian": "^5.3.16",
"@argent/stack-router": "^5.3.16",
"@argent/ui": "^5.3.16",
"@argent/x-multicall": "^5.3.16",
"@argent/x-sessions": "^5.3.16",
"@argent/x-swap": "^5.3.16",
"@argent/x-window": "^5.3.16",
"@argent/guardian": "^5.3.17",
"@argent/stack-router": "^5.3.17",
"@argent/ui": "^5.3.17",
"@argent/x-multicall": "^5.3.17",
"@argent/x-sessions": "^5.3.17",
"@argent/x-swap": "^5.3.17",
"@argent/x-window": "^5.3.17",
"@chakra-ui/icons": "^2.0.15",
"@chakra-ui/react": "2.5.1",
"@extend-chrome/messages": "^1.2.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/get-starknet/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@argent/get-starknet",
"version": "5.3.16",
"version": "5.3.17",
"repository": "github:argentlabs/argent-x",
"private": false,
"main": "dist/",
Expand Down
2 changes: 1 addition & 1 deletion packages/guardian/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@argent/guardian",
"version": "5.3.16",
"version": "5.3.17",
"license": "MIT",
"private": false,
"type": "module",
Expand Down
2 changes: 1 addition & 1 deletion packages/multicall/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@argent/x-multicall",
"version": "5.3.16",
"version": "5.3.17",
"description": "A library for batched calls to Starknet smart contracts",
"keywords": [
"starknet",
Expand Down
2 changes: 1 addition & 1 deletion packages/sessions/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@argent/x-sessions",
"version": "5.3.16",
"version": "5.3.17",
"description": "Manage sessions for Argent X wallets",
"keywords": [
"starknet",
Expand Down
4 changes: 2 additions & 2 deletions packages/stack-router/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@argent/stack-router",
"version": "5.3.16",
"version": "5.3.17",
"license": "MIT",
"private": true,
"files": [
Expand Down Expand Up @@ -32,7 +32,7 @@
"lodash-es": "^4.17.21"
},
"devDependencies": {
"@argent/ui": "^5.3.16",
"@argent/ui": "^5.3.17",
"@types/lodash-es": "^4.17.6",
"@types/react": "^18.0.0",
"@types/react-dom": "^18.0.0",
Expand Down
6 changes: 3 additions & 3 deletions packages/storybook/package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"name": "@argent-x/storybook",
"version": "5.3.16",
"version": "5.3.17",
"private": true,
"devDependencies": {
"@argent-x/extension": "^5.3.16",
"@argent/ui": "^5.3.16",
"@argent-x/extension": "^5.3.17",
"@argent/ui": "^5.3.17",
"@babel/core": "^7.18.5",
"@chakra-ui/storybook-addon": "^4.0.12",
"@storybook/addon-actions": "^6.5.9",
Expand Down
2 changes: 1 addition & 1 deletion packages/swap/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@argent/x-swap",
"version": "5.3.16",
"version": "5.3.17",
"license": "MIT",
"private": true,
"files": [
Expand Down
2 changes: 1 addition & 1 deletion packages/ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@argent/ui",
"version": "5.3.16",
"version": "5.3.17",
"license": "MIT",
"private": true,
"files": [
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.16",
"version": "5.3.17",
"license": "MIT",
"files": [
"dist"
Expand Down

0 comments on commit 6fbdcd0

Please sign in to comment.