Skip to content

Commit 12924e5

Browse files
authored
Update package versions (#485)
1 parent 7c73018 commit 12924e5

File tree

7 files changed

+20
-20
lines changed

7 files changed

+20
-20
lines changed

packages/account-abstraction-kit/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@safe-global/account-abstraction-kit-poc",
3-
"version": "1.1.0",
3+
"version": "1.2.0",
44
"description": "Safe Account Abstraction Kit PoC",
55
"main": "dist/src/index.js",
66
"typings": "dist/src/index.d.ts",
@@ -34,9 +34,9 @@
3434
"access": "public"
3535
},
3636
"dependencies": {
37-
"@safe-global/protocol-kit": "^1.1.0",
38-
"@safe-global/relay-kit": "^1.1.0",
39-
"@safe-global/safe-core-sdk-types": "^2.1.0",
37+
"@safe-global/protocol-kit": "^1.2.0",
38+
"@safe-global/relay-kit": "^1.2.0",
39+
"@safe-global/safe-core-sdk-types": "^2.2.0",
4040
"ethereumjs-util": "^7.1.5",
4141
"ethers": "^5.7.2"
4242
}

packages/api-kit/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@safe-global/api-kit",
3-
"version": "1.2.0",
3+
"version": "1.3.0",
44
"description": "Safe API Kit",
55
"main": "dist/src/index.js",
66
"typings": "dist/src/index.d.ts",
@@ -38,7 +38,7 @@
3838
"devDependencies": {
3939
"@nomiclabs/hardhat-ethers": "^2.2.3",
4040
"@nomiclabs/hardhat-web3": "^2.0.0",
41-
"@safe-global/protocol-kit": "^1.1.0",
41+
"@safe-global/protocol-kit": "^1.2.0",
4242
"@types/chai": "^4.3.5",
4343
"@types/chai-as-promised": "^7.1.5",
4444
"@types/mocha": "^10.0.1",
@@ -56,7 +56,7 @@
5656
},
5757
"dependencies": {
5858
"@ethersproject/abstract-signer": "^5.7.0",
59-
"@safe-global/safe-core-sdk-types": "^2.1.0",
59+
"@safe-global/safe-core-sdk-types": "^2.2.0",
6060
"node-fetch": "^2.6.6"
6161
}
6262
}

packages/auth-kit/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@safe-global/auth-kit",
3-
"version": "1.1.0",
3+
"version": "1.2.0",
44
"description": "Authentication library for web2 logins",
55
"main": "dist/src/index.js",
66
"types": "dist/src/index.d.ts",
@@ -43,8 +43,8 @@
4343
"@web3auth/base": "^4.3.0",
4444
"@web3auth/modal": "^4.3.1",
4545
"@web3auth/openlogin-adapter": "^4.3.0",
46-
"@safe-global/api-kit": "^1.2.0",
47-
"@safe-global/protocol-kit": "^1.1.0",
46+
"@safe-global/api-kit": "^1.3.0",
47+
"@safe-global/protocol-kit": "^1.2.0",
4848
"@walletconnect/client": "^1.8.0",
4949
"ethers": "^5.7.2"
5050
}

packages/onramp-kit/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@safe-global/onramp-kit",
3-
"version": "1.2.0",
3+
"version": "1.3.0",
44
"description": "Onramp library",
55
"main": "dist/src/index.js",
66
"types": "dist/src/index.d.ts",
@@ -36,9 +36,9 @@
3636
},
3737
"dependencies": {
3838
"@monerium/sdk": "^2.3.0",
39-
"@safe-global/api-kit": "^1.2.0",
40-
"@safe-global/protocol-kit": "^1.1.0",
41-
"@safe-global/safe-core-sdk-types": "^2.1.0",
39+
"@safe-global/api-kit": "^1.3.0",
40+
"@safe-global/protocol-kit": "^1.2.0",
41+
"@safe-global/safe-core-sdk-types": "^2.2.0",
4242
"@stripe/crypto": "^0.0.4",
4343
"@stripe/stripe-js": "^1.52.0",
4444
"ethers": "^5.7.0"

packages/protocol-kit/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@safe-global/protocol-kit",
3-
"version": "1.1.0",
3+
"version": "1.2.0",
44
"description": "SDK to interact with Safe smart contracts",
55
"main": "dist/src/index.js",
66
"types": "dist/src/index.d.ts",
@@ -58,7 +58,7 @@
5858
"@nomiclabs/hardhat-waffle": "^2.0.6",
5959
"@nomiclabs/hardhat-web3": "^2.0.0",
6060
"@safe-global/safe-contracts-v1.4.1": "npm:@safe-global/safe-contracts@1.4.1",
61-
"@safe-global/safe-core-sdk-types": "^2.1.0",
61+
"@safe-global/safe-core-sdk-types": "^2.2.0",
6262
"@typechain/ethers-v5": "^10.2.0",
6363
"@typechain/web3-v1": "^6.0.3",
6464
"@types/chai": "^4.3.5",

packages/relay-kit/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@safe-global/relay-kit",
3-
"version": "1.1.0",
3+
"version": "1.2.0",
44
"description": "Safe Relay Kit",
55
"main": "dist/src/index.js",
66
"typings": "dist/src/index.d.ts",
@@ -36,8 +36,8 @@
3636
},
3737
"dependencies": {
3838
"@gelatonetwork/relay-sdk": "^3.1.0",
39-
"@safe-global/protocol-kit": "^1.1.0",
40-
"@safe-global/safe-core-sdk-types": "^2.1.0",
39+
"@safe-global/protocol-kit": "^1.2.0",
40+
"@safe-global/safe-core-sdk-types": "^2.2.0",
4141
"ethers": "^5.7.2"
4242
}
4343
}

packages/safe-core-sdk-types/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@safe-global/safe-core-sdk-types",
3-
"version": "2.1.0",
3+
"version": "2.2.0",
44
"description": "Safe Core SDK types",
55
"main": "dist/src/index.js",
66
"types": "dist/src/index.d.ts",

0 commit comments

Comments
 (0)