Skip to content

Commit

Permalink
0.33.0 (#195)
Browse files Browse the repository at this point in the history
This is the release candidate for version 0.33.0.

---------

Co-authored-by: github-actions <[email protected]>
Co-authored-by: Jongsun Suh <[email protected]>
  • Loading branch information
3 people authored Aug 23, 2024
1 parent 1476041 commit bcf4762
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 2 deletions.
16 changes: 15 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,19 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.33.0]
### Added
- Add and export types `PPOMControllerGetStateAction`, `PPOMControllerStateChangeEvent`, `PPOMControllerEvents` ([#193](https://github.com/MetaMask/ppom-validator/pull/193))

### Changed
- **BREAKING:** Bump `@metamask/base-controller` from `^3.0.0` to `^6.0.2` ([#193](https://github.com/MetaMask/ppom-validator/pull/193))
- **BREAKING:** Adapt to EIP-1193 provider changes by replacing the deprecated `sendAsync` method with the `request` method ([#190](https://github.com/MetaMask/ppom-validator/pull/190))
- `PPOMControllerMessenger` must allow `PPOMController:getState` action and `PPOMController:stateChange` event ([#193](https://github.com/MetaMask/ppom-validator/pull/193))
- Widen `PPOMControllerActions` to include `PPOMControllerGetStateAction`.

### Fixed
- Subscribe `PPOMControllerMessenger` to `NetworkController:networkDidChange` event and remove subscription to `NetworkController:stateChange` event ([#192](https://github.com/MetaMask/ppom-validator/pull/192))

## [0.32.0]
### Changed
- Add support for blockaid validation in new networks ([#188](https://github.com/MetaMask/ppom-validator/pull/188))
Expand Down Expand Up @@ -170,7 +183,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.32.0...HEAD
[Unreleased]: https://github.com/MetaMask/ppom-validator/compare/v0.33.0...HEAD
[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
[0.31.0]: https://github.com/MetaMask/ppom-validator/compare/v0.30.0...v0.31.0
[0.30.0]: https://github.com/MetaMask/ppom-validator/compare/v0.29.0...v0.30.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.32.0",
"version": "0.33.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 bcf4762

Please sign in to comment.