Skip to content

Commit a83dfee

Browse files
authored
chore: set release versions (#1232)
1 parent ce49299 commit a83dfee

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": "4.0.0-alpha.0",
3+
"version": "4.0.0",
44
"description": "SDK that facilitates the interaction with the Safe Transaction Service API",
55
"types": "dist/src/index.d.ts",
66
"main": "dist/cjs/index.cjs",
@@ -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.4",
49+
"@safe-global/relay-kit": "^4.0.5",
5050
"@safe-global/testing-kit": "^0.2.1",
5151
"@types/chai": "^4.3.20",
5252
"@types/chai-as-promised": "^7.1.8",
@@ -65,8 +65,8 @@
6565
"tsconfig-paths": "^4.2.0"
6666
},
6767
"dependencies": {
68-
"@safe-global/protocol-kit": "^6.0.5",
69-
"@safe-global/types-kit": "^2.0.1",
68+
"@safe-global/protocol-kit": "^6.1.0",
69+
"@safe-global/types-kit": "^3.0.0",
7070
"node-fetch": "^2.7.0",
7171
"viem": "^2.21.8"
7272
}

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": "6.0.5",
3+
"version": "6.1.0",
44
"description": "SDK that facilitates the interaction with Safe Smart Accounts",
55
"types": "dist/src/index.d.ts",
66
"main": "dist/cjs/src/index.cjs",
@@ -81,7 +81,7 @@
8181
"dependencies": {
8282
"@safe-global/safe-deployments": "^1.37.35",
8383
"@safe-global/safe-modules-deployments": "^2.2.10",
84-
"@safe-global/types-kit": "^2.0.1",
84+
"@safe-global/types-kit": "^3.0.0",
8585
"abitype": "^1.0.2",
8686
"semver": "^7.7.1",
8787
"viem": "^2.21.8"
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export const getProtocolKitVersion = () => '6.0.5'
1+
export const getProtocolKitVersion = () => '6.1.0'

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": "4.0.4",
3+
"version": "4.0.5",
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",
@@ -56,9 +56,9 @@
5656
},
5757
"dependencies": {
5858
"@gelatonetwork/relay-sdk": "^5.6.0",
59-
"@safe-global/protocol-kit": "^6.0.5",
59+
"@safe-global/protocol-kit": "^6.1.0",
6060
"@safe-global/safe-modules-deployments": "^2.2.10",
61-
"@safe-global/types-kit": "^2.0.1",
61+
"@safe-global/types-kit": "^3.0.0",
6262
"semver": "^7.7.1",
6363
"viem": "^2.21.8"
6464
}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export const getRelayKitVersion = () => '4.0.4'
1+
export const getRelayKitVersion = () => '4.0.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": "3.0.0-alpha.0",
3+
"version": "3.0.0",
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",
@@ -45,10 +45,10 @@
4545
"access": "public"
4646
},
4747
"dependencies": {
48-
"@safe-global/api-kit": "^4.0.0-alpha.0",
49-
"@safe-global/protocol-kit": "^6.0.5",
50-
"@safe-global/relay-kit": "^4.0.4",
51-
"@safe-global/types-kit": "^2.0.1",
48+
"@safe-global/api-kit": "^4.0.0",
49+
"@safe-global/protocol-kit": "^6.1.0",
50+
"@safe-global/relay-kit": "^4.0.5",
51+
"@safe-global/types-kit": "^3.0.0",
5252
"viem": "^2.21.8"
5353
}
5454
}

packages/testing-kit/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
"@openzeppelin/contracts": "^2.5.1",
5050
"@safe-global/safe-contracts-v1.4.1": "npm:@safe-global/safe-contracts@1.4.1",
5151
"@safe-global/safe-passkey": "0.2.0",
52-
"@safe-global/types-kit": "^2.0.1",
52+
"@safe-global/types-kit": "^3.0.0",
5353
"@types/semver": "^7.7.0",
5454
"hardhat": "^2.22.19",
5555
"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": "2.0.1",
3+
"version": "3.0.0",
44
"description": "Types for use with the Safe Core SDK packages",
55
"types": "dist/src/index.d.ts",
66
"main": "dist/cjs/index.cjs",

0 commit comments

Comments
 (0)