Skip to content

Commit

Permalink
edit CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mikesposito committed Oct 7, 2024
1 parent ba70386 commit 1f01e77
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]

## [0.35.0]
### Uncategorized
- Bump `@metamask/`-namespaced dependencies to latest, recategorize `@metamask/network-controller` to peer dependency ([#215](https://github.com/MetaMask/ppom-validator/pull/215))
### Changed
- **BREAKING:** Bump `@metamask/base-controller` from `^6.0.2` to `^7.0.1`
- **BREAKING:** Bump `@metamask/controller-utils` from `^8.0.1` to `^11.3.0`
- **BREAKING:** Bump `@metamask/utils` from `^8.3.0` to `^9.2.1`
- Bump `@metamask/rpc-errors` from `^6.3.1` to `^6.4.0`

### Fixed
- **BREAKING:** Add `@metamask/network-controller` as dev dependency (`^21.0.1`) and peer dependency (`^21.0.0`)
- Remove `@metamask/network-controller` as dependency.
- This peer dependency relationship was already relied upon since `0.16.0`, when `PPOMController` started communicating with `NetworkController` via messenger, but was not reflected in the package manifest until now.

## [0.34.0]
### Changed
Expand Down

0 comments on commit 1f01e77

Please sign in to comment.