Skip to content

Commit

Permalink
chore: set release version
Browse files Browse the repository at this point in the history
  • Loading branch information
dasanra committed Aug 12, 2024
1 parent 83ac125 commit a9e595a
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 12 deletions.
4 changes: 2 additions & 2 deletions packages/api-kit/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@safe-global/api-kit",
"version": "2.4.3",
"version": "2.4.4",
"description": "SDK that facilitates the interaction with the Safe Transaction Service API",
"main": "dist/src/index.js",
"typings": "dist/src/index.d.ts",
Expand Down Expand Up @@ -59,7 +59,7 @@
"yargs": "^17.7.2"
},
"dependencies": {
"@safe-global/protocol-kit": "^4.0.3",
"@safe-global/protocol-kit": "^4.0.4",
"@safe-global/safe-core-sdk-types": "^5.0.3",
"ethers": "^6.13.1",
"node-fetch": "^2.7.0"
Expand Down
4 changes: 2 additions & 2 deletions packages/auth-kit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@
"react-dom": "^18.2.0"
},
"dependencies": {
"@safe-global/api-kit": "^2.4.3",
"@safe-global/protocol-kit": "^4.0.3",
"@safe-global/api-kit": "^2.4.4",
"@safe-global/protocol-kit": "^4.0.4",
"@web3auth/safeauth-embed": "^0.0.0",
"ethers": "^6.13.1"
}
Expand Down
4 changes: 2 additions & 2 deletions packages/onramp-kit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@
},
"dependencies": {
"@monerium/sdk": "^2.12.0",
"@safe-global/api-kit": "^2.4.3",
"@safe-global/protocol-kit": "^4.0.3",
"@safe-global/api-kit": "^2.4.4",
"@safe-global/protocol-kit": "^4.0.4",
"@safe-global/safe-core-sdk-types": "^5.0.3",
"@stripe/crypto": "^0.0.4",
"@stripe/stripe-js": "^1.54.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/protocol-kit/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@safe-global/protocol-kit",
"version": "4.0.3",
"version": "4.0.4",
"description": "SDK that facilitates the interaction with Safe Smart Accounts",
"main": "dist/src/index.js",
"types": "dist/src/index.d.ts",
Expand Down
4 changes: 2 additions & 2 deletions packages/relay-kit/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@safe-global/relay-kit",
"version": "3.0.3",
"version": "3.0.4",
"description": "SDK for Safe Smart Accounts with support for ERC-4337 and Relay",
"main": "dist/src/index.js",
"typings": "dist/src/index.d.ts",
Expand Down Expand Up @@ -39,7 +39,7 @@
},
"dependencies": {
"@gelatonetwork/relay-sdk": "^5.5.0",
"@safe-global/protocol-kit": "^4.0.3",
"@safe-global/protocol-kit": "^4.0.4",
"@safe-global/safe-core-sdk-types": "^5.0.3",
"@safe-global/safe-modules-deployments": "^2.1.1",
"ethers": "^6.13.1"
Expand Down
6 changes: 3 additions & 3 deletions packages/safe-kit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,9 @@
"access": "public"
},
"dependencies": {
"@safe-global/api-kit": "^2.4.3",
"@safe-global/protocol-kit": "^4.0.3",
"@safe-global/relay-kit": "^3.0.3",
"@safe-global/api-kit": "^2.4.4",
"@safe-global/protocol-kit": "^4.0.4",
"@safe-global/relay-kit": "^3.0.4",
"@safe-global/safe-core-sdk-types": "^5.0.3",
"ethers": "^6.13.1"
}
Expand Down

0 comments on commit a9e595a

Please sign in to comment.