From ea18ab15e1ef938b11043e3fe8f9898b17fc6b49 Mon Sep 17 00:00:00 2001 From: Priya Date: Fri, 23 Aug 2024 15:49:17 +0200 Subject: [PATCH] Release Candidate v8.10.0 (#357) * Release Candidate v8.10.0 * chore: add unrelease section back * chore: add unrelease section back --- CHANGELOG.md | 13 +++++++++++++ package.json | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 12a67a65..eaa26fff 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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)) @@ -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 diff --git a/package.json b/package.json index 8f1c1692..bfe0fb09 100644 --- a/package.json +++ b/package.json @@ -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"