Skip to content

Commit

Permalink
Release Candidate v8.10.0 (#357)
Browse files Browse the repository at this point in the history
* Release Candidate v8.10.0

* chore: add unrelease section back

* chore: add unrelease section back
  • Loading branch information
pnarayanaswamy authored Aug 23, 2024
1 parent 3dc8f69 commit ea18ab1
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,18 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]
## [8.10.0]
### Added
- Add malicious contract interaction as an option ([#356](https://github.com/MetaMask/test-dapp/pull/356))

### Changed
- Updates mmsdk to latest and fixes a bad call when extension doesn't exist ([#354](https://github.com/MetaMask/test-dapp/pull/354))
- Bump MetaMask SDK version to 0.26.5 ([#349](https://github.com/MetaMask/test-dapp/pull/349))
- Refactor permit code ([#351](https://github.com/MetaMask/test-dapp/pull/351))

### Fixed
- Fix the watch all nfts and watch ERC1155 dapp actions to use provider ([#348](https://github.com/MetaMask/test-dapp/pull/348))

## [8.9.0]
### Added
- Add opBnB chain ([#335](https://github.com/MetaMask/test-dapp/pull/335))
Expand Down Expand Up @@ -198,6 +210,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Fix addEthereumChain button disable logic ([#93](https://github.com/MetaMask/test-dapp/pull/93))

[Unreleased]: https://github.com/MetaMask/test-dapp/compare/v8.9.0...HEAD
[8.10.0]: https://github.com/MetaMask/test-dapp/compare/v8.9.0...v8.10.0
[8.9.0]: https://github.com/MetaMask/test-dapp/compare/v8.8.0...v8.9.0
[8.8.0]: https://github.com/MetaMask/test-dapp/compare/v8.7.0...v8.8.0
[8.7.0]: https://github.com/MetaMask/test-dapp/compare/v8.6.0...v8.7.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/test-dapp",
"version": "8.9.0",
"version": "8.10.0",
"description": "A simple dapp used in MetaMask e2e tests.",
"engines": {
"node": ">= 18.0.0"
Expand Down

0 comments on commit ea18ab1

Please sign in to comment.