Skip to content

Commit

Permalink
Update package versions
Browse files Browse the repository at this point in the history
  • Loading branch information
germartinez committed Aug 2, 2022
1 parent ea3181e commit ad9a13a
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
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": "@gnosis.pm/safe-core-sdk-types",
"version": "1.3.0",
"version": "1.4.0",
"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-core-sdk/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@gnosis.pm/safe-core-sdk",
"version": "2.3.0",
"version": "2.4.0",
"description": "Safe Core SDK",
"main": "dist/src/index.js",
"typings": "dist/src/index.d.ts",
Expand Down Expand Up @@ -90,7 +90,7 @@
},
"dependencies": {
"@ethersproject/solidity": "^5.6.0",
"@gnosis.pm/safe-core-sdk-types": "^1.3.0",
"@gnosis.pm/safe-core-sdk-types": "^1.4.0",
"@gnosis.pm/safe-deployments": "1.15.0",
"ethereumjs-util": "^7.1.4",
"semver": "^7.3.5",
Expand Down
4 changes: 2 additions & 2 deletions packages/safe-ethers-lib/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@gnosis.pm/safe-ethers-lib",
"version": "1.3.0",
"version": "1.4.0",
"description": "Ethers library adapter to be used by Safe Core SDK",
"main": "dist/src/index.js",
"typings": "dist/src/index.d.ts",
Expand Down Expand Up @@ -50,7 +50,7 @@
"typescript": "^4.6.3"
},
"dependencies": {
"@gnosis.pm/safe-core-sdk-types": "^1.3.0",
"@gnosis.pm/safe-core-sdk-types": "^1.4.0",
"@gnosis.pm/safe-core-sdk-utils": "^1.2.1"
},
"peerDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions packages/safe-web3-lib/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@gnosis.pm/safe-web3-lib",
"version": "1.3.0",
"version": "1.4.0",
"description": "Web3 library adapter to be used by Safe Core SDK",
"main": "dist/src/index.js",
"typings": "dist/src/index.d.ts",
Expand Down Expand Up @@ -51,7 +51,7 @@
},
"dependencies": {
"@ethersproject/bignumber": "^5.6.0",
"@gnosis.pm/safe-core-sdk-types": "^1.3.0",
"@gnosis.pm/safe-core-sdk-types": "^1.4.0",
"@gnosis.pm/safe-core-sdk-utils": "^1.2.1"
},
"peerDependencies": {
Expand Down

0 comments on commit ad9a13a

Please sign in to comment.