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 27, 2025
1 parent 33a8df8 commit 60d6348
Show file tree
Hide file tree
Showing 6 changed files with 19 additions and 19 deletions.
10 changes: 5 additions & 5 deletions packages/api-kit/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@safe-global/api-kit",
"version": "2.5.7",
"version": "2.5.8",
"description": "SDK that facilitates the interaction with the Safe Transaction Service API",
"main": "dist/src/index.js",
"typings": "dist/src/index.d.ts",
Expand Down Expand Up @@ -39,8 +39,8 @@
],
"homepage": "https://github.com/safe-global/safe-core-sdk#readme",
"devDependencies": {
"@safe-global/relay-kit": "^3.4.0",
"@safe-global/testing-kit": "^0.1.1",
"@safe-global/relay-kit": "^3.4.1",
"@safe-global/testing-kit": "^0.1.2",
"@types/chai": "^4.3.20",
"@types/chai-as-promised": "^7.1.8",
"@types/mocha": "^10.0.10",
Expand All @@ -58,8 +58,8 @@
"web3": "^4.12.1"
},
"dependencies": {
"@safe-global/protocol-kit": "^5.2.0",
"@safe-global/types-kit": "^1.0.1",
"@safe-global/protocol-kit": "^5.2.1",
"@safe-global/types-kit": "^1.0.2",
"node-fetch": "^2.7.0",
"viem": "^2.21.8"
}
Expand Down
6 changes: 3 additions & 3 deletions packages/protocol-kit/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@safe-global/protocol-kit",
"version": "5.2.0",
"version": "5.2.1",
"description": "SDK that facilitates the interaction with Safe Smart Accounts",
"main": "dist/src/index.js",
"types": "dist/src/index.d.ts",
Expand Down Expand Up @@ -52,7 +52,7 @@
],
"homepage": "https://github.com/safe-global/safe-core-sdk#readme",
"devDependencies": {
"@safe-global/testing-kit": "^0.1.1",
"@safe-global/testing-kit": "^0.1.2",
"@types/chai": "^4.3.20",
"@types/chai-as-promised": "^7.1.8",
"@types/mocha": "^10.0.10",
Expand All @@ -70,7 +70,7 @@
"dependencies": {
"@safe-global/safe-deployments": "^1.37.24",
"@safe-global/safe-modules-deployments": "^2.2.4",
"@safe-global/types-kit": "^1.0.1",
"@safe-global/types-kit": "^1.0.2",
"abitype": "^1.0.2",
"semver": "^7.6.3",
"viem": "^2.21.8"
Expand Down
6 changes: 3 additions & 3 deletions 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.0",
"version": "3.4.1",
"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 Expand Up @@ -40,9 +40,9 @@
},
"dependencies": {
"@gelatonetwork/relay-sdk": "^5.5.0",
"@safe-global/protocol-kit": "^5.2.0",
"@safe-global/protocol-kit": "^5.2.1",
"@safe-global/safe-modules-deployments": "^2.2.4",
"@safe-global/types-kit": "^1.0.1",
"@safe-global/types-kit": "^1.0.2",
"viem": "^2.21.8"
}
}
10 changes: 5 additions & 5 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.2",
"version": "1.1.3",
"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 @@ -36,10 +36,10 @@
"access": "public"
},
"dependencies": {
"@safe-global/api-kit": "^2.5.7",
"@safe-global/protocol-kit": "^5.2.0",
"@safe-global/relay-kit": "^3.4.0",
"@safe-global/types-kit": "^1.0.1",
"@safe-global/api-kit": "^2.5.8",
"@safe-global/protocol-kit": "^5.2.1",
"@safe-global/relay-kit": "^3.4.1",
"@safe-global/types-kit": "^1.0.2",
"viem": "^2.21.8"
}
}
4 changes: 2 additions & 2 deletions packages/testing-kit/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@safe-global/testing-kit",
"version": "0.1.1",
"version": "0.1.2",
"description": "Helper package providing testing utilities",
"main": "dist/src/index.js",
"types": "dist/src/index.d.ts",
Expand Down Expand Up @@ -40,7 +40,7 @@
"@openzeppelin/contracts": "^2.5.1",
"@safe-global/safe-contracts-v1.4.1": "npm:@safe-global/[email protected]",
"@safe-global/safe-passkey": "0.2.0-alpha.1",
"@safe-global/types-kit": "^1.0.1",
"@safe-global/types-kit": "^1.0.2",
"@types/semver": "^7.5.8",
"hardhat": "^2.19.3",
"hardhat-deploy": "^0.12.4",
Expand Down
2 changes: 1 addition & 1 deletion packages/types-kit/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@safe-global/types-kit",
"version": "1.0.1",
"version": "1.0.2",
"description": "Types for use with the Safe Core SDK packages",
"main": "dist/src/index.js",
"types": "dist/src/index.d.ts",
Expand Down

0 comments on commit 60d6348

Please sign in to comment.