Skip to content

Commit

Permalink
update changelog and example
Browse files Browse the repository at this point in the history
  • Loading branch information
josemarinas committed Oct 24, 2023
1 parent 2cfea7c commit 9e30b6c
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 4 deletions.
4 changes: 4 additions & 0 deletions modules/client/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,11 @@ TEMPLATE:
-->

## [UPCOMING]
### Added

- `getPluginPreparations` function to `Client`

## [1.16.3]
### Fixed

- Required ensSubdomain in createDao
Expand Down
13 changes: 10 additions & 3 deletions modules/client/examples/01-client/20-get-plugin-preparations.ts
Original file line number Diff line number Diff line change
@@ -1,11 +1,18 @@
/* MARKDOWN
---
title: Get DAOs
title: Get Plugin Preparations
---
## Get Existing DAOs from the DAO Registry
## Get Plugin Preparations
Returns plugin preparations filtered by:
- pluginAddress
- daoAddressOrEns
- pluginRepoAddress
- type(Installation or Update)
Gets a list of DAOs from the Aragon OSx DAO registry.
*/

import {
Expand Down
2 changes: 1 addition & 1 deletion 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.16.3",
"version": "1.17.0",
"license": "MIT",
"main": "dist/index.js",
"module": "dist/sdk-client.esm.js",
Expand Down

0 comments on commit 9e30b6c

Please sign in to comment.