Skip to content

Commit

Permalink
Merge pull request #49 from gnosis/development
Browse files Browse the repository at this point in the history
Release 1
  • Loading branch information
germartinez authored Jul 19, 2021
2 parents 70038ea + 9b2b0cc commit 9ab23fd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion 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": "0.2.0",
"version": "0.3.0",
"description": "Safe Core SDK",
"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
@@ -1,6 +1,6 @@
{
"name": "@gnosis.pm/safe-ethers-adapters",
"version": "0.1.0-alpha.2",
"version": "0.1.0-alpha.3",
"description": "Safe Ethers Adapters",
"main": "dist/src/index.js",
"typings": "dist/src/index.d.ts",
Expand Down Expand Up @@ -73,7 +73,7 @@
}
},
"dependencies": {
"@gnosis.pm/safe-core-sdk": "^0.2.0",
"@gnosis.pm/safe-core-sdk": "^0.3.0",
"@gnosis.pm/safe-core-sdk-types": "^0.1.1",
"@gnosis.pm/safe-deployments": "^1.0.0",
"axios": "^0.21.1"
Expand Down

0 comments on commit 9ab23fd

Please sign in to comment.