Skip to content

Commit

Permalink
chore: set release version (safe-global#390)
Browse files Browse the repository at this point in the history
  • Loading branch information
dasanra committed Apr 12, 2023
1 parent 63479ea commit 7959821
Show file tree
Hide file tree
Showing 8 changed files with 18 additions and 18 deletions.
6 changes: 3 additions & 3 deletions packages/account-abstraction-kit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,9 @@
"access": "public"
},
"dependencies": {
"@safe-global/protocol-kit": "^0.1.0",
"@safe-global/relay-kit": "^0.1.0",
"@safe-global/safe-core-sdk-types": "^1.10.0",
"@safe-global/protocol-kit": "^0.1.1",
"@safe-global/relay-kit": "^0.1.1",
"@safe-global/safe-core-sdk-types": "^1.10.1",
"ethereumjs-util": "^7.1.5",
"ethers": "^5.7.2"
}
Expand Down
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": "1.0.0",
"version": "1.0.1",
"description": "Safe API Kit",
"main": "dist/src/index.js",
"typings": "dist/src/index.d.ts",
Expand Down Expand Up @@ -38,7 +38,7 @@
"devDependencies": {
"@nomiclabs/hardhat-ethers": "^2.2.2",
"@nomiclabs/hardhat-web3": "^2.0.0",
"@safe-global/protocol-kit": "^0.1.0",
"@safe-global/protocol-kit": "^0.1.1",
"@types/chai": "^4.3.4",
"@types/chai-as-promised": "^7.1.5",
"@types/mocha": "^10.0.1",
Expand All @@ -56,7 +56,7 @@
},
"dependencies": {
"@ethersproject/abstract-signer": "^5.7.0",
"@safe-global/safe-core-sdk-types": "^1.10.0",
"@safe-global/safe-core-sdk-types": "^1.10.1",
"node-fetch": "^2.6.6"
}
}
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": "0.1.0",
"version": "0.1.1",
"description": "Authentication library for web2 logins",
"main": "dist/src/index.js",
"types": "dist/src/index.d.ts",
Expand Down Expand Up @@ -43,8 +43,8 @@
"react-dom": "^18.2.0"
},
"dependencies": {
"@safe-global/protocol-kit": "^0.1.0",
"@safe-global/api-kit": "^1.0.0",
"@safe-global/api-kit": "^1.0.1",
"@safe-global/protocol-kit": "^0.1.1",
"@walletconnect/client": "^1.8.0",
"ethers": "^5.7.2"
},
Expand Down
2 changes: 1 addition & 1 deletion 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": "0.1.0",
"version": "0.1.1",
"description": "Onramp library",
"main": "dist/src/index.js",
"types": "dist/src/index.d.ts",
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": "0.1.0",
"version": "0.1.1",
"description": "SDK to interact with Safe smart contracts",
"main": "dist/src/index.js",
"typings": "dist/src/index.d.ts",
Expand Down Expand Up @@ -53,7 +53,7 @@
"@nomiclabs/hardhat-ethers": "^2.2.2",
"@nomiclabs/hardhat-waffle": "^2.0.3",
"@nomiclabs/hardhat-web3": "^2.0.0",
"@safe-global/safe-core-sdk-types": "^1.10.0",
"@safe-global/safe-core-sdk-types": "^1.10.1",
"@typechain/ethers-v5": "^10.2.0",
"@typechain/web3-v1": "^6.0.2",
"@types/chai": "^4.3.4",
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": "0.1.0",
"version": "0.1.1",
"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": "^3.1.0",
"@safe-global/protocol-kit": "^0.1.0",
"@safe-global/safe-core-sdk-types": "^1.10.0",
"@safe-global/protocol-kit": "^0.1.1",
"@safe-global/safe-core-sdk-types": "^1.10.1",
"ethers": "^5.7.2"
}
}
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": "1.10.0",
"version": "1.10.1",
"description": "Safe Core SDK types",
"main": "dist/src/index.js",
"typings": "dist/src/index.d.ts",
Expand Down
4 changes: 2 additions & 2 deletions packages/safe-ethers-adapters/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,8 @@
"@ethersproject/properties": "^5.7.0"
},
"dependencies": {
"@safe-global/protocol-kit": "^0.1.0",
"@safe-global/safe-core-sdk-types": "^1.10.0",
"@safe-global/protocol-kit": "^0.1.1",
"@safe-global/safe-core-sdk-types": "^1.10.1",
"@safe-global/safe-deployments": "^1.20.2",
"axios": "^0.27.2"
}
Expand Down

0 comments on commit 7959821

Please sign in to comment.