Skip to content

Commit

Permalink
docs: format changelogs (#309)
Browse files Browse the repository at this point in the history
  • Loading branch information
heueristik authored Nov 27, 2023
1 parent 0018241 commit 1a4657d
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 7 deletions.
1 change: 0 additions & 1 deletion modules/client-common/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ TEMPLATE:

- Updated subgraph version to 1.4.0


## [1.11.0]

### Added
Expand Down
25 changes: 19 additions & 6 deletions modules/client/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,18 +20,20 @@ TEMPLATE:
## [UPCOMING]

### Fixed

- Added missing security check that checks that the `to` address in the permission actions is the DAO address

## [1.19.2]

### Fixed
- Fixed proposal id not being transformed

- Fixed proposal id not being transformed

## [1.19.1]

### Added

- Classify signalling multisig proposals as succeeded even after the end date is passed using the subgraph `isSignalling` attribute.
- Classify signalling multisig proposals as succeeded even after the end date is passed using the subgraph `isSignalling` attribute.

### Changed

Expand All @@ -43,9 +45,9 @@ TEMPLATE:
- Rename `applyUpdateAction` to `applyUpdateActionAndPermissionsBlock`
- Rename `isDaoUpdateAction`to `containsDaoUpdateAction`
- Rename `isDaoUpdate` to `isDaoUpdateProposal`
- Rename `isDaoUpdateValid` to `isDaoUpdateProposalValid`
- Rename `isDaoUpdateValid` to `isDaoUpdateProposalValid`
- Rename `isPluginUpdate` to `isPluginUpdateProposal`
- Rename `isPluginUpdateValid` to `isPluginUpdateProposalValid`
- Rename `isPluginUpdateValid` to `isPluginUpdateProposalValid`
- Rename `isPluginUpdateAction` to `containsPluginUpdateAction`
- Rename `isPluginUpdateActionBlockWithRootPermission` to `containsPluginUpdateActionBlockWithRootPermission`

Expand All @@ -71,17 +73,19 @@ TEMPLATE:
- Removed `restoreBlockTime()` test helper function

## [1.18.2]

### Fixed

- Plugin preparations query

## [1.18.1]

### Fixed

- ERC20Transfers query missing decimals


## [1.18.0]

### Added

- Support for arbitrum network
Expand All @@ -91,33 +95,39 @@ TEMPLATE:
- Plugin preparations query

## [1.17.1]

### Fixed

- Fix support for subgraph 1.3.1

## [1.17.0]

### Added

- `getPluginPreparations` function to `Client`

## [1.16.3]

### Fixed

- Required ensSubdomain in createDao

## [1.16.2]

### Fixed

- Ens name regex

## [1.16.1]

### Fixed

- Estimations using `getProvider` instead of `getConnectedSigner` in functions where the identity of the wallet is needed

## [1.16.0]

### Added

- Helper for `daoUpdateAction` in `Client`

### Changed
Expand All @@ -127,16 +137,18 @@ TEMPLATE:
- Rename `isPluginUpdateProposalValid` to `isPluginUpdateValid`

## [1.15.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 All @@ -149,6 +161,7 @@ TEMPLATE:

- All addresses are now lowercased on subgraph methods
- Use signer only when transactions need to be signed, else use provider

## [1.13.1-rc1]

### Fixes
Expand Down
1 change: 1 addition & 0 deletions modules/common/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ TEMPLATE:

- New error classes
- `getInterfaceId` function

## 1.5.0

### Added
Expand Down

0 comments on commit 1a4657d

Please sign in to comment.