Skip to content

Commit 8ec2f67

Browse files
committed
chore: set release version
1 parent c0d427b commit 8ec2f67

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

packages/api-kit/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
"web3": "^4.12.1"
5959
},
6060
"dependencies": {
61-
"@safe-global/protocol-kit": "^5.2.6",
61+
"@safe-global/protocol-kit": "^5.2.7",
6262
"@safe-global/types-kit": "^1.0.5",
6363
"node-fetch": "^2.7.0",
6464
"viem": "^2.21.8"

packages/protocol-kit/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/protocol-kit",
3-
"version": "5.2.6",
3+
"version": "5.2.7",
44
"description": "SDK that facilitates the interaction with Safe Smart Accounts",
55
"main": "dist/src/index.js",
66
"types": "dist/src/index.d.ts",

packages/relay-kit/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
},
4141
"dependencies": {
4242
"@gelatonetwork/relay-sdk": "^5.5.0",
43-
"@safe-global/protocol-kit": "^5.2.6",
43+
"@safe-global/protocol-kit": "^5.2.7",
4444
"@safe-global/safe-modules-deployments": "^2.2.9",
4545
"@safe-global/types-kit": "^1.0.5",
4646
"semver": "^7.6.3",

packages/sdk-starter-kit/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
},
3838
"dependencies": {
3939
"@safe-global/api-kit": "^2.5.11",
40-
"@safe-global/protocol-kit": "^5.2.6",
40+
"@safe-global/protocol-kit": "^5.2.7",
4141
"@safe-global/relay-kit": "^3.4.6",
4242
"@safe-global/types-kit": "^1.0.5",
4343
"viem": "^2.21.8"

0 commit comments

Comments
 (0)