Skip to content

Commit

Permalink
update osx-ethers version
Browse files Browse the repository at this point in the history
  • Loading branch information
josemarinas committed Jul 11, 2023
1 parent 476ce04 commit f76de74
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions modules/client-common/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@aragon/sdk-client-common",
"author": "Aragon Association",
"version": "1.1.0",
"version": "1.2.0",
"license": "MIT",
"main": "dist/index.js",
"module": "dist/sdk-client-common.esm.js",
Expand Down Expand Up @@ -57,7 +57,7 @@
"typescript": "^4.6.2"
},
"dependencies": {
"@aragon/osx-ethers": "^1.2.1",
"@aragon/osx-ethers": "^1.3.0-rc0",
"@aragon/sdk-common": "^1.5.0",
"@aragon/sdk-ipfs": "^1.1.0",
"@ethersproject/abstract-signer": "^5.5.0",
Expand Down
4 changes: 2 additions & 2 deletions modules/client/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@aragon/sdk-client",
"author": "Aragon Association",
"version": "1.10.0-rc0",
"version": "1.10.1/-rc0",
"license": "MIT",
"main": "dist/index.js",
"module": "dist/sdk-client.esm.js",
Expand Down Expand Up @@ -61,7 +61,7 @@
},
"dependencies": {
"@aragon/osx-ethers": "1.3.0-rc0",
"@aragon/sdk-client-common": "^1.1.0",
"@aragon/sdk-client-common": "^1.2.0",
"@aragon/sdk-common": "^1.5.0",
"@aragon/sdk-ipfs": "^1.1.0",
"@ethersproject/abstract-signer": "^5.5.0",
Expand Down

0 comments on commit f76de74

Please sign in to comment.