Skip to content

Commit

Permalink
chore: updates changelog for each package
Browse files Browse the repository at this point in the history
  • Loading branch information
mathewmeconry committed Nov 22, 2023
1 parent cfe9805 commit 7bde36f
Show file tree
Hide file tree
Showing 4 changed files with 25 additions and 3 deletions.
13 changes: 11 additions & 2 deletions modules/client-common/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,35 +23,44 @@ TEMPLATE:

- Added `actions` to `SubgraphListItem` type

### Changed

- Replaces tsdx with eslint, rollupjs and jest
- Upgrades typescript to v5

## [1.10.0]

### Added

- Add support for arbitrum network


## [1.9.0]

### Changed

- Subgraph version from 1.3.0 to 1.3.1

## [1.8.0]

### Added

- Add new class error `InvalidPermissionOperationType`

## [1.7.1]

### Fixed

- ENS name Regex

## [1.7.0]

### Added

- Add common schemas for validations
- Support for sepolia network
- Move functionality from `sdk-common` to `sdk-client-common`
- New error classes `InvalidVersionError`, `PluginUpdatePreparationError` and `ProposalNotFoundError`
- New error classes `InvalidVersionError`, `PluginUpdatePreparationError` and
`ProposalNotFoundError`
- Add `isSubdomain`, `isIpfsUri` and `isEnsName` functions
- Update SizeMismatchError error class

Expand Down
6 changes: 6 additions & 0 deletions modules/client/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,12 @@ TEMPLATE:
- Add `actions` to `TokenVotingProposalListItem`
- Add `actions` to `AddresslistVotingProposalListItem`

### Changed

- Replaces tsdx with eslint, rollupjs and jest
- Upgrades typescript to v5
- Replaces ganache with hardhat

## [1.18.2]
### Fixed

Expand Down
4 changes: 3 additions & 1 deletion modules/common/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,11 @@ TEMPLATE:

## [UPCOMING]

### Change
### Changed

- Deprecate package, functionality moved to `@aragon/sdk-client-common`
- Replaces tsdx with eslint, rollupjs and jest
- Upgrades typescript to v5

## 1.6.0

Expand Down
5 changes: 5 additions & 0 deletions modules/ipfs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,11 @@ TEMPLATE:

## [UPCOMING]

### Changed

- Replaces tsdx with eslint, rollupjs and jest
- Upgrades typescript to v5

## 1.1.0

- Add common errors with response embedded
Expand Down

0 comments on commit 7bde36f

Please sign in to comment.