Skip to content

Commit

Permalink
0.35.0 (#219)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Oct 7, 2024
1 parent 0e9a282 commit 0ecd808
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 2 deletions.
15 changes: 14 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.35.0]
### 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
- fix: update berachain `chainid` ([#205](https://github.com/MetaMask/ppom-validator/pull/205))
Expand Down Expand Up @@ -188,7 +200,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Restrict provider access to PPOM ([#7](https://github.com/MetaMask/ppom-validator/pull/7))
- Integrate with ppom npm module ([#8](https://github.com/MetaMask/ppom-validator/pull/8))

[Unreleased]: https://github.com/MetaMask/ppom-validator/compare/v0.34.0...HEAD
[Unreleased]: https://github.com/MetaMask/ppom-validator/compare/v0.35.0...HEAD
[0.35.0]: https://github.com/MetaMask/ppom-validator/compare/v0.34.0...v0.35.0
[0.34.0]: https://github.com/MetaMask/ppom-validator/compare/v0.33.0...v0.34.0
[0.33.0]: https://github.com/MetaMask/ppom-validator/compare/v0.32.0...v0.33.0
[0.32.0]: https://github.com/MetaMask/ppom-validator/compare/v0.31.0...v0.32.0
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@metamask/ppom-validator",
"version": "0.34.0",
"version": "0.35.0",
"description": "This module has code to integrate Blockaid PPOM with MetaMask",
"homepage": "https://github.com/MetaMask/ppom-validator#readme",
"bugs": {
Expand Down

0 comments on commit 0ecd808

Please sign in to comment.