Skip to content

Commit 41fac0f

Browse files
committed
chore: Set release versions
1 parent 4a9546f commit 41fac0f

File tree

5 files changed

+13
-13
lines changed

5 files changed

+13
-13
lines changed

packages/api-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/api-kit",
3-
"version": "2.5.1",
3+
"version": "2.5.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",
@@ -39,8 +39,8 @@
3939
],
4040
"homepage": "https://github.com/safe-global/safe-core-sdk#readme",
4141
"devDependencies": {
42-
"@safe-global/relay-kit": "^3.2.1",
43-
"@safe-global/testing-kit": "^0.1.0",
42+
"@safe-global/relay-kit": "^3.2.2",
43+
"@safe-global/testing-kit": "^0.1.1",
4444
"@types/chai": "^4.3.19",
4545
"@types/chai-as-promised": "^7.1.8",
4646
"@types/mocha": "^10.0.8",
@@ -58,7 +58,7 @@
5858
"web3": "^4.12.1"
5959
},
6060
"dependencies": {
61-
"@safe-global/protocol-kit": "^5.0.1",
61+
"@safe-global/protocol-kit": "^5.0.2",
6262
"@safe-global/types-kit": "^1.0.0",
6363
"node-fetch": "^2.7.0",
6464
"viem": "^2.21.8"

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": "5.0.1",
3+
"version": "5.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",
@@ -51,7 +51,7 @@
5151
],
5252
"homepage": "https://github.com/safe-global/safe-core-sdk#readme",
5353
"devDependencies": {
54-
"@safe-global/testing-kit": "^0.1.0",
54+
"@safe-global/testing-kit": "^0.1.1",
5555
"@types/chai": "^4.3.19",
5656
"@types/chai-as-promised": "^7.1.8",
5757
"@types/mocha": "^10.0.8",

packages/relay-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/relay-kit",
3-
"version": "3.2.1",
3+
"version": "3.2.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,7 +39,7 @@
3939
},
4040
"dependencies": {
4141
"@gelatonetwork/relay-sdk": "^5.5.0",
42-
"@safe-global/protocol-kit": "^5.0.1",
42+
"@safe-global/protocol-kit": "^5.0.2",
4343
"@safe-global/safe-modules-deployments": "^2.2.4",
4444
"@safe-global/types-kit": "^1.0.0",
4545
"viem": "^2.21.8"

packages/sdk-starter-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/sdk-starter-kit",
3-
"version": "1.0.1",
3+
"version": "1.0.2",
44
"description": "SDK that provides the basic tools to interact with the Safe Smart Account.",
55
"main": "dist/src/index.js",
66
"typings": "dist/src/index.d.ts",
@@ -36,9 +36,9 @@
3636
"access": "public"
3737
},
3838
"dependencies": {
39-
"@safe-global/api-kit": "^2.5.1",
40-
"@safe-global/protocol-kit": "^5.0.1",
41-
"@safe-global/relay-kit": "^3.2.1",
39+
"@safe-global/api-kit": "^2.5.2",
40+
"@safe-global/protocol-kit": "^5.0.2",
41+
"@safe-global/relay-kit": "^3.2.2",
4242
"@safe-global/types-kit": "^1.0.0",
4343
"viem": "^2.21.8"
4444
}

packages/testing-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/testing-kit",
3-
"version": "0.1.0",
3+
"version": "0.1.1",
44
"description": "Helper package providing testing utilities",
55
"main": "dist/src/index.js",
66
"types": "dist/src/index.d.ts",

0 commit comments

Comments
 (0)