Skip to content

Commit

Permalink
update package and changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
josemarinas committed Oct 12, 2023
1 parent a62d848 commit 621359f
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 5 deletions.
2 changes: 2 additions & 0 deletions modules/client-common/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ TEMPLATE:
-->

## [UPCOMING]

## [1.7.0]
### Added

- Add common schemas for validations
Expand Down
2 changes: 1 addition & 1 deletion 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.6.0",
"version": "1.7.0",
"license": "MIT",
"main": "dist/index.js",
"module": "dist/sdk-client-common.esm.js",
Expand Down
8 changes: 7 additions & 1 deletion modules/client/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,16 @@ TEMPLATE:
-->

## [UPCOMING]
## [1.14.0]
### Added

- Add input validation on client functions
- Pagination on getMembers function
- Support for sepolia
- Return all version son `getPlugins` function

### Changed
- Update `sdk-common` imports to `sdk-common-client`
## [1.14.0]

### Added

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.14.0",
"version": "1.15.0",
"license": "MIT",
"main": "dist/index.js",
"module": "dist/sdk-client.esm.js",
Expand Down Expand Up @@ -62,7 +62,7 @@
},
"dependencies": {
"@aragon/osx-ethers": "1.3.0-rc0.3",
"@aragon/sdk-client-common": "^1.6.0",
"@aragon/sdk-client-common": "^1.7.0",
"@aragon/sdk-ipfs": "^1.1.0",
"@ethersproject/abstract-signer": "^5.5.0",
"@ethersproject/bignumber": "^5.6.0",
Expand Down
1 change: 0 additions & 1 deletion modules/common/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ TEMPLATE:

- Deprecate package, functionality moved to `@aragon/sdk-client-common`


## 1.6.0

### Added
Expand Down

0 comments on commit 621359f

Please sign in to comment.