Skip to content

Commit

Permalink
Set release versions
Browse files Browse the repository at this point in the history
  • Loading branch information
dasanra committed Feb 27, 2024
1 parent 4f21b51 commit d6e2fe9
Show file tree
Hide file tree
Showing 7 changed files with 20 additions and 20 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.0.1",
"version": "2.0.2",
"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.0.0",
"@safe-global/relay-kit": "^2.0.1",
"@safe-global/safe-core-sdk-types": "^4.0.0"
"@safe-global/protocol-kit": "^3.0.1",
"@safe-global/relay-kit": "^2.0.2",
"@safe-global/safe-core-sdk-types": "^4.0.1"
}
}
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.1.0",
"version": "2.2.0",
"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.0",
"@safe-global/safe-core-sdk-types": "^4.0.0",
"@safe-global/protocol-kit": "^3.0.1",
"@safe-global/safe-core-sdk-types": "^4.0.1",
"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.1",
"version": "2.0.2",
"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.1.0",
"@safe-global/protocol-kit": "^3.0.0",
"@safe-global/api-kit": "^2.2.0",
"@safe-global/protocol-kit": "^3.0.1",
"@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.0",
"version": "3.0.1",
"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.1.0",
"@safe-global/protocol-kit": "^3.0.0",
"@safe-global/safe-core-sdk-types": "^4.0.0",
"@safe-global/api-kit": "^2.2.0",
"@safe-global/protocol-kit": "^3.0.1",
"@safe-global/safe-core-sdk-types": "^4.0.1",
"@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.0.0",
"version": "3.0.1",
"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/safe-contracts@1.4.1",
"@safe-global/safe-core-sdk-types": "^4.0.0",
"@safe-global/safe-core-sdk-types": "^4.0.1",
"@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.0.1",
"version": "2.0.2",
"description": "Safe Relay Kit",
"main": "dist/src/index.js",
"typings": "dist/src/index.d.ts",
Expand Down Expand Up @@ -36,7 +36,7 @@
},
"dependencies": {
"@gelatonetwork/relay-sdk": "^5.5.0",
"@safe-global/protocol-kit": "^3.0.0",
"@safe-global/safe-core-sdk-types": "^4.0.0"
"@safe-global/protocol-kit": "^3.0.1",
"@safe-global/safe-core-sdk-types": "^4.0.1"
}
}
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.0",
"version": "4.0.1",
"description": "Safe Core SDK types",
"main": "dist/src/index.js",
"types": "dist/src/index.d.ts",
Expand Down

0 comments on commit d6e2fe9

Please sign in to comment.