Skip to content

Commit

Permalink
Merge branch 'development' into make-gas-limit-optional
Browse files Browse the repository at this point in the history
  • Loading branch information
DaniSomoza committed Jul 13, 2023
2 parents 1801f06 + 12924e5 commit 9202697
Show file tree
Hide file tree
Showing 7 changed files with 20 additions and 20 deletions.
8 changes: 4 additions & 4 deletions packages/account-abstraction-kit/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@safe-global/account-abstraction-kit-poc",
"version": "1.1.0",
"version": "1.2.0",
"description": "Safe Account Abstraction Kit PoC",
"main": "dist/src/index.js",
"typings": "dist/src/index.d.ts",
Expand Down Expand Up @@ -34,9 +34,9 @@
"access": "public"
},
"dependencies": {
"@safe-global/protocol-kit": "^1.1.0",
"@safe-global/relay-kit": "^1.1.0",
"@safe-global/safe-core-sdk-types": "^2.1.0",
"@safe-global/protocol-kit": "^1.2.0",
"@safe-global/relay-kit": "^1.2.0",
"@safe-global/safe-core-sdk-types": "^2.2.0",
"ethereumjs-util": "^7.1.5",
"ethers": "^5.7.2"
}
Expand Down
6 changes: 3 additions & 3 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": "1.2.0",
"version": "1.3.0",
"description": "Safe API Kit",
"main": "dist/src/index.js",
"typings": "dist/src/index.d.ts",
Expand Down Expand Up @@ -38,7 +38,7 @@
"devDependencies": {
"@nomiclabs/hardhat-ethers": "^2.2.3",
"@nomiclabs/hardhat-web3": "^2.0.0",
"@safe-global/protocol-kit": "^1.1.0",
"@safe-global/protocol-kit": "^1.2.0",
"@types/chai": "^4.3.5",
"@types/chai-as-promised": "^7.1.5",
"@types/mocha": "^10.0.1",
Expand All @@ -56,7 +56,7 @@
},
"dependencies": {
"@ethersproject/abstract-signer": "^5.7.0",
"@safe-global/safe-core-sdk-types": "^2.1.0",
"@safe-global/safe-core-sdk-types": "^2.2.0",
"node-fetch": "^2.6.6"
}
}
6 changes: 3 additions & 3 deletions packages/auth-kit/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@safe-global/auth-kit",
"version": "1.1.0",
"version": "1.2.0",
"description": "Authentication library for web2 logins",
"main": "dist/src/index.js",
"types": "dist/src/index.d.ts",
Expand Down Expand Up @@ -43,8 +43,8 @@
"@web3auth/base": "^4.3.0",
"@web3auth/modal": "^4.3.1",
"@web3auth/openlogin-adapter": "^4.3.0",
"@safe-global/api-kit": "^1.2.0",
"@safe-global/protocol-kit": "^1.1.0",
"@safe-global/api-kit": "^1.3.0",
"@safe-global/protocol-kit": "^1.2.0",
"@walletconnect/client": "^1.8.0",
"ethers": "^5.7.2"
}
Expand Down
8 changes: 4 additions & 4 deletions packages/onramp-kit/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@safe-global/onramp-kit",
"version": "1.2.0",
"version": "1.3.0",
"description": "Onramp library",
"main": "dist/src/index.js",
"types": "dist/src/index.d.ts",
Expand Down Expand Up @@ -36,9 +36,9 @@
},
"dependencies": {
"@monerium/sdk": "^2.3.0",
"@safe-global/api-kit": "^1.2.0",
"@safe-global/protocol-kit": "^1.1.0",
"@safe-global/safe-core-sdk-types": "^2.1.0",
"@safe-global/api-kit": "^1.3.0",
"@safe-global/protocol-kit": "^1.2.0",
"@safe-global/safe-core-sdk-types": "^2.2.0",
"@stripe/crypto": "^0.0.4",
"@stripe/stripe-js": "^1.52.0",
"ethers": "^5.7.0"
Expand Down
4 changes: 2 additions & 2 deletions 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": "1.1.0",
"version": "1.2.0",
"description": "SDK to interact with Safe smart contracts",
"main": "dist/src/index.js",
"types": "dist/src/index.d.ts",
Expand Down Expand Up @@ -58,7 +58,7 @@
"@nomiclabs/hardhat-waffle": "^2.0.6",
"@nomiclabs/hardhat-web3": "^2.0.0",
"@safe-global/safe-contracts-v1.4.1": "npm:@safe-global/safe-contracts@1.4.1",
"@safe-global/safe-core-sdk-types": "^2.1.0",
"@safe-global/safe-core-sdk-types": "^2.2.0",
"@typechain/ethers-v5": "^10.2.0",
"@typechain/web3-v1": "^6.0.3",
"@types/chai": "^4.3.5",
Expand Down
6 changes: 3 additions & 3 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": "1.1.0",
"version": "1.2.0",
"description": "Safe Relay Kit",
"main": "dist/src/index.js",
"typings": "dist/src/index.d.ts",
Expand Down Expand Up @@ -36,8 +36,8 @@
},
"dependencies": {
"@gelatonetwork/relay-sdk": "^3.1.0",
"@safe-global/protocol-kit": "^1.1.0",
"@safe-global/safe-core-sdk-types": "^2.1.0",
"@safe-global/protocol-kit": "^1.2.0",
"@safe-global/safe-core-sdk-types": "^2.2.0",
"ethers": "^5.7.2"
}
}
2 changes: 1 addition & 1 deletion packages/safe-core-sdk-types/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@safe-global/safe-core-sdk-types",
"version": "2.1.0",
"version": "2.2.0",
"description": "Safe Core SDK types",
"main": "dist/src/index.js",
"types": "dist/src/index.d.ts",
Expand Down

0 comments on commit 9202697

Please sign in to comment.