Skip to content

Commit 4b8db6d

Browse files
committed
chore: set release versions
1 parent 64c0fcf commit 4b8db6d

File tree

7 files changed

+19
-19
lines changed

7 files changed

+19
-19
lines changed

packages/account-abstraction-kit/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@
3434
"access": "public"
3535
},
3636
"dependencies": {
37-
"@safe-global/protocol-kit": "^4.0.1",
38-
"@safe-global/relay-kit": "^3.0.1",
39-
"@safe-global/safe-core-sdk-types": "^5.0.1"
37+
"@safe-global/protocol-kit": "^4.0.2",
38+
"@safe-global/relay-kit": "^3.0.2",
39+
"@safe-global/safe-core-sdk-types": "^5.0.2"
4040
}
4141
}

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": "2.4.1",
3+
"version": "2.4.2",
44
"description": "SDK that facilitates the interaction with the Safe Transaction Service API",
55
"main": "dist/src/index.js",
66
"typings": "dist/src/index.d.ts",
@@ -59,8 +59,8 @@
5959
"yargs": "^17.7.2"
6060
},
6161
"dependencies": {
62-
"@safe-global/protocol-kit": "^4.0.1",
63-
"@safe-global/safe-core-sdk-types": "^5.0.1",
62+
"@safe-global/protocol-kit": "^4.0.2",
63+
"@safe-global/safe-core-sdk-types": "^5.0.2",
6464
"ethers": "^6.13.1",
6565
"node-fetch": "^2.7.0"
6666
}

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": "2.0.7",
3+
"version": "2.0.8",
44
"description": "Authentication library for web2 logins",
55
"main": "dist/src/index.js",
66
"types": "dist/src/index.d.ts",
@@ -39,8 +39,8 @@
3939
"react-dom": "^18.2.0"
4040
},
4141
"dependencies": {
42-
"@safe-global/api-kit": "^2.4.1",
43-
"@safe-global/protocol-kit": "^4.0.1",
42+
"@safe-global/api-kit": "^2.4.2",
43+
"@safe-global/protocol-kit": "^4.0.2",
4444
"@web3auth/safeauth-embed": "^0.0.0",
4545
"ethers": "^6.13.1"
4646
}

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": "3.0.6",
3+
"version": "3.0.7",
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.12.0",
39-
"@safe-global/api-kit": "^2.4.1",
40-
"@safe-global/protocol-kit": "^4.0.1",
41-
"@safe-global/safe-core-sdk-types": "^5.0.1",
39+
"@safe-global/api-kit": "^2.4.2",
40+
"@safe-global/protocol-kit": "^4.0.2",
41+
"@safe-global/safe-core-sdk-types": "^5.0.2",
4242
"@stripe/crypto": "^0.0.4",
4343
"@stripe/stripe-js": "^1.54.2",
4444
"ethers": "^6.13.1"

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": "4.0.1",
3+
"version": "4.0.2",
44
"description": "SDK that facilitates the interaction with Safe Smart Accounts",
55
"main": "dist/src/index.js",
66
"types": "dist/src/index.d.ts",
@@ -73,7 +73,7 @@
7373
},
7474
"dependencies": {
7575
"@noble/hashes": "^1.3.3",
76-
"@safe-global/safe-core-sdk-types": "^5.0.1",
76+
"@safe-global/safe-core-sdk-types": "^5.0.2",
7777
"@safe-global/safe-deployments": "^1.37.0",
7878
"abitype": "^1.0.2",
7979
"ethereumjs-util": "^7.1.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": "3.0.1",
3+
"version": "3.0.2",
44
"description": "SDK for Safe Smart Accounts with support for ERC-4337 and Relay",
55
"main": "dist/src/index.js",
66
"typings": "dist/src/index.d.ts",
@@ -39,8 +39,8 @@
3939
},
4040
"dependencies": {
4141
"@gelatonetwork/relay-sdk": "^5.5.0",
42-
"@safe-global/protocol-kit": "^4.0.1",
43-
"@safe-global/safe-core-sdk-types": "^5.0.1",
42+
"@safe-global/protocol-kit": "^4.0.2",
43+
"@safe-global/safe-core-sdk-types": "^5.0.2",
4444
"@safe-global/safe-modules-deployments": "^2.1.1",
4545
"ethers": "^6.13.1"
4646
}

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": "5.0.1",
3+
"version": "5.0.2",
44
"description": "Safe Core SDK types",
55
"main": "dist/src/index.js",
66
"types": "dist/src/index.d.ts",

0 commit comments

Comments
 (0)