Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release Candidate v8.10.0 #357

Merged
merged 3 commits into from
Aug 23, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading