Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: format changelogs #309

Merged
merged 1 commit into from
Nov 27, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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