Skip to content

Commit

Permalink
chore: set release version
Browse files Browse the repository at this point in the history
  • Loading branch information
dasanra committed Apr 30, 2024
1 parent dd8ebb6 commit 0bc0515
Show file tree
Hide file tree
Showing 8 changed files with 20 additions and 41 deletions.
8 changes: 4 additions & 4 deletions packages/account-abstraction-kit/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@safe-global/account-abstraction-kit-poc",
"version": "2.1.0-alpha.0",
"version": "2.1.0",
"description": "Safe Account Abstraction Kit PoC",
"main": "dist/src/index.js",
"typings": "dist/src/index.d.ts",
Expand Down Expand Up @@ -34,8 +34,8 @@
"access": "public"
},
"dependencies": {
"@safe-global/protocol-kit": "^3.1.0-alpha.0",
"@safe-global/relay-kit": "^2.1.0-alpha.0",
"@safe-global/safe-core-sdk-types": "^4.0.2"
"@safe-global/protocol-kit": "^3.1.0",
"@safe-global/relay-kit": "^2.1.0",
"@safe-global/safe-core-sdk-types": "^4.1.0"
}
}
6 changes: 3 additions & 3 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.3.0",
"version": "2.3.1",
"description": "Safe API Kit",
"main": "dist/src/index.js",
"typings": "dist/src/index.d.ts",
Expand Down Expand Up @@ -55,8 +55,8 @@
"yargs": "^17.7.2"
},
"dependencies": {
"@safe-global/protocol-kit": "^3.0.2",
"@safe-global/safe-core-sdk-types": "^4.0.2",
"@safe-global/protocol-kit": "^3.1.0",
"@safe-global/safe-core-sdk-types": "^4.1.0",
"ethers": "^6.7.1",
"node-fetch": "^2.7.0"
}
Expand Down
6 changes: 3 additions & 3 deletions packages/auth-kit/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@safe-global/auth-kit",
"version": "2.0.3",
"version": "2.0.4",
"description": "Authentication library for web2 logins",
"main": "dist/src/index.js",
"types": "dist/src/index.d.ts",
Expand Down Expand Up @@ -40,8 +40,8 @@
"react-dom": "^18.2.0"
},
"dependencies": {
"@safe-global/api-kit": "^2.3.0",
"@safe-global/protocol-kit": "^3.0.2",
"@safe-global/api-kit": "^2.3.1",
"@safe-global/protocol-kit": "^3.1.0",
"@web3auth/safeauth-embed": "^0.0.0",
"ethers": "^6.7.1"
}
Expand Down
8 changes: 4 additions & 4 deletions packages/onramp-kit/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@safe-global/onramp-kit",
"version": "3.0.2",
"version": "3.0.3",
"description": "Onramp library",
"main": "dist/src/index.js",
"types": "dist/src/index.d.ts",
Expand Down Expand Up @@ -36,9 +36,9 @@
},
"dependencies": {
"@monerium/sdk": "^2.9.0",
"@safe-global/api-kit": "^2.3.0",
"@safe-global/protocol-kit": "^3.0.2",
"@safe-global/safe-core-sdk-types": "^4.0.2",
"@safe-global/api-kit": "^2.3.1",
"@safe-global/protocol-kit": "^3.1.0",
"@safe-global/safe-core-sdk-types": "^4.1.0",
"@stripe/crypto": "^0.0.4",
"@stripe/stripe-js": "^1.54.2",
"ethers": "^6.7.1"
Expand Down
4 changes: 2 additions & 2 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": "3.1.0-alpha.0",
"version": "3.1.0",
"description": "SDK to interact with Safe smart contracts",
"main": "dist/src/index.js",
"types": "dist/src/index.d.ts",
Expand Down Expand Up @@ -58,7 +58,7 @@
"@nomiclabs/hardhat-web3": "^2.0.0",
"@openzeppelin/contracts": "^2.5.1",
"@safe-global/safe-contracts-v1.4.1": "npm:@safe-global/[email protected]",
"@safe-global/safe-core-sdk-types": "^4.0.2",
"@safe-global/safe-core-sdk-types": "^4.1.0",
"@typechain/ethers-v6": "^0.5.0",
"@typechain/web3-v1": "^6.0.7",
"@types/chai": "^4.3.11",
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": "2.1.0-alpha.0",
"version": "2.1.0",
"description": "Safe Relay Kit",
"main": "dist/src/index.js",
"typings": "dist/src/index.d.ts",
Expand Down Expand Up @@ -36,8 +36,8 @@
},
"dependencies": {
"@gelatonetwork/relay-sdk": "^5.5.0",
"@safe-global/protocol-kit": "^3.1.0-alpha.0",
"@safe-global/safe-core-sdk-types": "^4.0.2",
"@safe-global/protocol-kit": "^3.1.0",
"@safe-global/safe-core-sdk-types": "^4.1.0",
"@safe-global/safe-modules-deployments": "^2.0.0",
"ethers": "^6.7.1"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/safe-core-sdk-types/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@safe-global/safe-core-sdk-types",
"version": "4.0.2",
"version": "4.1.0",
"description": "Safe Core SDK types",
"main": "dist/src/index.js",
"types": "dist/src/index.d.ts",
Expand Down
21 changes: 0 additions & 21 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1850,32 +1850,11 @@
picocolors "^1.0.0"
tslib "^2.6.0"

"@safe-global/protocol-kit@^3.0.2":
version "3.0.2"
resolved "https://registry.yarnpkg.com/@safe-global/protocol-kit/-/protocol-kit-3.0.2.tgz#cfa4c5e890c101aa89e11768d07b2bc5455f72fb"
integrity sha512-Jxvvfu4yqEdWeOuY3VWOOs/q5f27om3tctL2guOCDbAuSx3Vd1peaKRwLiREkvrrqKEW0tfmzUSsqtmlJExfBw==
dependencies:
"@noble/hashes" "^1.3.3"
"@safe-global/safe-deployments" "^1.34.0"
ethereumjs-util "^7.1.5"
ethers "^6.7.1"
semver "^7.5.4"
web3 "^1.10.3"
web3-core "^1.10.3"
web3-utils "^1.10.3"

"@safe-global/safe-contracts-v1.4.1@npm:@safe-global/[email protected]":
version "1.4.1"
resolved "https://registry.npmjs.org/@safe-global/safe-contracts/-/safe-contracts-1.4.1.tgz"
integrity sha512-fP1jewywSwsIniM04NsqPyVRFKPMAuirC3ftA/TA4X3Zc5EnwQp/UCJUU2PL/37/z/jMo8UUaJ+pnFNWmMU7dQ==

"@safe-global/safe-deployments@^1.34.0":
version "1.34.0"
resolved "https://registry.yarnpkg.com/@safe-global/safe-deployments/-/safe-deployments-1.34.0.tgz#5eef33012a4af55c4440036b1c0cfdb2245c6e49"
integrity sha512-J55iHhB1tiNoPeVQ5s943zrfeKRYPqBtnz/EM7d878WzUmmDlTGKHN98qPYKBxkRKP1UjEWuQDrZxy80lx1rJw==
dependencies:
semver "^7.3.7"

"@safe-global/safe-deployments@^1.35.0":
version "1.35.0"
resolved "https://registry.yarnpkg.com/@safe-global/safe-deployments/-/safe-deployments-1.35.0.tgz#6930a86a006526a9791ebd2a11cf8f5d8358563b"
Expand Down

0 comments on commit 0bc0515

Please sign in to comment.