Skip to content

Commit e86d0f3

Browse files
committed
chore: set release versions
1 parent 6af39dc commit e86d0f3

File tree

8 files changed

+18
-18
lines changed

8 files changed

+18
-18
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.10",
3+
"version": "2.5.11",
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,7 +39,7 @@
3939
],
4040
"homepage": "https://github.com/safe-global/safe-core-sdk#readme",
4141
"devDependencies": {
42-
"@safe-global/relay-kit": "^3.4.4",
42+
"@safe-global/relay-kit": "^3.4.5",
4343
"@safe-global/testing-kit": "^0.1.2",
4444
"@types/chai": "^4.3.20",
4545
"@types/chai-as-promised": "^7.1.8",
@@ -58,8 +58,8 @@
5858
"web3": "^4.12.1"
5959
},
6060
"dependencies": {
61-
"@safe-global/protocol-kit": "^5.2.3",
62-
"@safe-global/types-kit": "^1.0.3",
61+
"@safe-global/protocol-kit": "^5.2.4",
62+
"@safe-global/types-kit": "^1.0.4",
6363
"node-fetch": "^2.7.0",
6464
"viem": "^2.21.8"
6565
}

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.2.3",
3+
"version": "5.2.4",
44
"description": "SDK that facilitates the interaction with Safe Smart Accounts",
55
"main": "dist/src/index.js",
66
"types": "dist/src/index.d.ts",
@@ -70,7 +70,7 @@
7070
"dependencies": {
7171
"@safe-global/safe-deployments": "^1.37.28",
7272
"@safe-global/safe-modules-deployments": "^2.2.5",
73-
"@safe-global/types-kit": "^1.0.3",
73+
"@safe-global/types-kit": "^1.0.4",
7474
"abitype": "^1.0.2",
7575
"semver": "^7.6.3",
7676
"viem": "^2.21.8"
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export const getProtocolKitVersion = () => '5.2.3'
1+
export const getProtocolKitVersion = () => '5.2.4'

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.4.4",
3+
"version": "3.4.5",
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",
@@ -40,9 +40,9 @@
4040
},
4141
"dependencies": {
4242
"@gelatonetwork/relay-sdk": "^5.5.0",
43-
"@safe-global/protocol-kit": "^5.2.3",
43+
"@safe-global/protocol-kit": "^5.2.4",
4444
"@safe-global/safe-modules-deployments": "^2.2.5",
45-
"@safe-global/types-kit": "^1.0.3",
45+
"@safe-global/types-kit": "^1.0.4",
4646
"viem": "^2.21.8"
4747
}
4848
}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export const getRelayKitVersion = () => '3.4.4'
1+
export const getRelayKitVersion = () => '3.4.5'

packages/sdk-starter-kit/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@safe-global/sdk-starter-kit",
3-
"version": "1.1.6",
3+
"version": "1.1.7",
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,10 +36,10 @@
3636
"access": "public"
3737
},
3838
"dependencies": {
39-
"@safe-global/api-kit": "^2.5.10",
40-
"@safe-global/protocol-kit": "^5.2.3",
41-
"@safe-global/relay-kit": "^3.4.4",
42-
"@safe-global/types-kit": "^1.0.3",
39+
"@safe-global/api-kit": "^2.5.11",
40+
"@safe-global/protocol-kit": "^5.2.4",
41+
"@safe-global/relay-kit": "^3.4.5",
42+
"@safe-global/types-kit": "^1.0.4",
4343
"viem": "^2.21.8"
4444
}
4545
}

packages/testing-kit/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
"@openzeppelin/contracts": "^2.5.1",
4141
"@safe-global/safe-contracts-v1.4.1": "npm:@safe-global/[email protected]",
4242
"@safe-global/safe-passkey": "0.2.0-alpha.1",
43-
"@safe-global/types-kit": "^1.0.3",
43+
"@safe-global/types-kit": "^1.0.4",
4444
"@types/semver": "^7.5.8",
4545
"hardhat": "^2.19.3",
4646
"hardhat-deploy": "^0.12.4",

packages/types-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/types-kit",
3-
"version": "1.0.3",
3+
"version": "1.0.4",
44
"description": "Types for use with the Safe Core SDK packages",
55
"main": "dist/src/index.js",
66
"types": "dist/src/index.d.ts",

0 commit comments

Comments
 (0)