Skip to content

Commit

Permalink
Feature: Update to version 1.3.0 of the contracts (#315)
Browse files Browse the repository at this point in the history
* update to version 1.3.0 of the contracts

* update package

* update package

* update changelog
  • Loading branch information
josemarinas committed Dec 12, 2023
1 parent a33232d commit 2cfb6b8
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 4 deletions.
6 changes: 6 additions & 0 deletions modules/client-common/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,12 @@ TEMPLATE:

### Changed

-Update `osx-ethers` to v1.3.0

## [1.12.0]

### Changed

- Updated subgraph version to 1.4.0

## [1.11.0]
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.12.0",
"version": "1.13.0",
"license": "MIT",
"main": "dist/index.js",
"module": "dist/sdk-client-common.esm.js",
Expand Down Expand Up @@ -58,7 +58,7 @@
"typescript": "^5.2.2"
},
"dependencies": {
"@aragon/osx-ethers": "^1.3.0-rc0.4",
"@aragon/osx-ethers": "^1.3.0",
"@aragon/osx-ethers-v1.0.0": "npm:@aragon/osx-ethers@1.2.1",
"@aragon/sdk-ipfs": "^1.1.0",
"@ethersproject/abstract-signer": "^5.5.0",
Expand Down
6 changes: 6 additions & 0 deletions modules/client/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,12 @@ TEMPLATE:
-->

## [UPCOMING]

### Changed

-Update `osx-ethers` to v1.3.0

## [1.20.4]
### Fixed

- Fixed update proposal detection
Expand Down
4 changes: 2 additions & 2 deletions modules/client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,8 @@
"typescript": "^5.2.2"
},
"dependencies": {
"@aragon/osx-ethers": "1.3.0-rc0.4",
"@aragon/sdk-client-common": "^1.12.0",
"@aragon/osx-ethers": "1.3.0",
"@aragon/sdk-client-common": "^1.13.0",
"@aragon/sdk-ipfs": "^1.1.0",
"@ethersproject/abstract-signer": "^5.5.0",
"@ethersproject/bignumber": "^5.6.0",
Expand Down

0 comments on commit 2cfb6b8

Please sign in to comment.