Skip to content

Commit

Permalink
chore: set release versions
Browse files Browse the repository at this point in the history
  • Loading branch information
dasanra committed Jan 31, 2025
1 parent 75beced commit 9d9303c
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion packages/api-kit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
],
"homepage": "https://github.com/safe-global/safe-core-sdk#readme",
"devDependencies": {
"@safe-global/relay-kit": "^3.4.1",
"@safe-global/relay-kit": "^3.4.2",
"@safe-global/testing-kit": "^0.1.2",
"@types/chai": "^4.3.20",
"@types/chai-as-promised": "^7.1.8",
Expand Down
2 changes: 1 addition & 1 deletion packages/relay-kit/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@safe-global/relay-kit",
"version": "3.4.1",
"version": "3.4.2",
"description": "SDK for Safe Smart Accounts with support for ERC-4337 and Relay",
"main": "dist/src/index.js",
"typings": "dist/src/index.d.ts",
Expand Down
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export const getRelayKitVersion = () => '3.4.1'
export const getRelayKitVersion = () => '3.4.2'
4 changes: 2 additions & 2 deletions packages/sdk-starter-kit/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@safe-global/sdk-starter-kit",
"version": "1.1.3",
"version": "1.1.4",
"description": "SDK that provides the basic tools to interact with the Safe Smart Account.",
"main": "dist/src/index.js",
"typings": "dist/src/index.d.ts",
Expand Down Expand Up @@ -38,7 +38,7 @@
"dependencies": {
"@safe-global/api-kit": "^2.5.8",
"@safe-global/protocol-kit": "^5.2.1",
"@safe-global/relay-kit": "^3.4.1",
"@safe-global/relay-kit": "^3.4.2",
"@safe-global/types-kit": "^1.0.2",
"viem": "^2.21.8"
}
Expand Down

0 comments on commit 9d9303c

Please sign in to comment.