Skip to content

Commit

Permalink
Fix: Protocol update 1.3.0 (#253)
Browse files Browse the repository at this point in the history
* update osx-ethers version

* fix package.json

* Update modules/client/package.json

Co-authored-by: Jør∂¡ <[email protected]>

* Update modules/client-common/package.json

Co-authored-by: Jør∂¡ <[email protected]>

* Update modules/client/package.json

Co-authored-by: Jør∂¡ <[email protected]>

* Updating the changelog

---------

Co-authored-by: Jør∂¡ <[email protected]>
Co-authored-by: Jør∂¡ <[email protected]>
  • Loading branch information
3 people authored Jul 11, 2023
1 parent 476ce04 commit 38e5144
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 12 deletions.
2 changes: 2 additions & 0 deletions modules/client-common/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ TEMPLATE:
-->

## [UPCOMING]
### Changed
- Updates `@aragon/osx-ethers` to v1.3.0-rc0.

## 1.1.0
- Added `MULTI_FETCH_TIMEOUT` for operations involving many remote data fetches
Expand Down
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-rc0",
"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.0-rc1",
"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-rc0",
"@aragon/sdk-common": "^1.5.0",
"@aragon/sdk-ipfs": "^1.1.0",
"@ethersproject/abstract-signer": "^5.5.0",
Expand Down
9 changes: 1 addition & 8 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -10,20 +10,13 @@
"@jridgewell/gen-mapping" "^0.1.0"
"@jridgewell/trace-mapping" "^0.3.9"

"@aragon/[email protected]":
"@aragon/[email protected]", "@aragon/osx-ethers@^1.3.0-rc0":
version "1.3.0-rc0"
resolved "https://registry.yarnpkg.com/@aragon/osx-ethers/-/osx-ethers-1.3.0-rc0.tgz#f706b007f8e3c95418f6ba8dab7bdeeb97858378"
integrity sha512-iPTkjnmIToVc6x+4xfBByMskX0VhYrNvHlolsewLHz3wuJONx08dUODAxnMgU17X9H8UXxuLcApTf+KvhUezxg==
dependencies:
ethers "^5.6.2"

"@aragon/osx-ethers@^1.2.1":
version "1.2.1"
resolved "https://registry.yarnpkg.com/@aragon/osx-ethers/-/osx-ethers-1.2.1.tgz#a442048137153ed5a3ca4eff3f3927b45a5134b5"
integrity sha512-3Fscq8C9elIktiI6OT7fR5iaAvim+ghU6IUvZF3P/phvWm9roNp/GXAROhA/Vx41NQxeqmfXokgFo6KOWt4drA==
dependencies:
ethers "^5.6.2"

"@babel/code-frame@^7.0.0", "@babel/code-frame@^7.12.13", "@babel/code-frame@^7.18.6", "@babel/code-frame@^7.5.5":
version "7.18.6"
resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.18.6.tgz#3b25d38c89600baa2dcc219edfa88a74eb2c427a"
Expand Down

0 comments on commit 38e5144

Please sign in to comment.