Skip to content

Commit 0b33784

Browse files
committed
chore: set release versions
1 parent 5d4be6f commit 0b33784

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

packages/api-kit/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
],
4747
"homepage": "https://github.com/safe-global/safe-core-sdk#readme",
4848
"devDependencies": {
49-
"@safe-global/relay-kit": "^4.0.1",
49+
"@safe-global/relay-kit": "^4.0.2",
5050
"@safe-global/testing-kit": "^0.2.1",
5151
"@types/chai": "^4.3.20",
5252
"@types/chai-as-promised": "^7.1.8",

packages/relay-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/relay-kit",
3-
"version": "4.0.1",
3+
"version": "4.0.2",
44
"description": "SDK for Safe Smart Accounts with support for ERC-4337 and Relay",
55
"types": "dist/src/index.d.ts",
66
"main": "dist/cjs/src/index.cjs",
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export const getRelayKitVersion = () => '4.0.1'
1+
export const getRelayKitVersion = () => '4.0.2'

packages/sdk-starter-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/sdk-starter-kit",
3-
"version": "2.0.1",
3+
"version": "2.0.2",
44
"description": "SDK that provides the basic tools to interact with the Safe Smart Account.",
55
"types": "dist/src/index.d.ts",
66
"main": "dist/cjs/index.cjs",
@@ -47,7 +47,7 @@
4747
"dependencies": {
4848
"@safe-global/api-kit": "^3.0.1",
4949
"@safe-global/protocol-kit": "^6.0.3",
50-
"@safe-global/relay-kit": "^4.0.1",
50+
"@safe-global/relay-kit": "^4.0.2",
5151
"@safe-global/types-kit": "^2.0.1",
5252
"viem": "^2.21.8"
5353
}

0 commit comments

Comments
 (0)