From 26beb2e1848d9db0a7415afa6571a887eceb4e51 Mon Sep 17 00:00:00 2001 From: seaona <54408225+seaona@users.noreply.github.com> Date: Mon, 27 May 2024 19:00:42 +0200 Subject: [PATCH] Release candidate v8.8.0 (#336) --- CHANGELOG.md | 14 +++++++++++++- package.json | 2 +- 2 files changed, 14 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 63e705e8..38d310b5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,17 @@ 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.8.0] +### Added +- Add json RPC result text area ([#334](https://github.com/MetaMask/test-dapp/pull/334)) +- Add token contract addresses and consolidate names ([#332](https://github.com/MetaMask/test-dapp/pull/332)) +- Add SDK support ([#331](https://github.com/MetaMask/test-dapp/pull/331)) +- Add Blockaid bypass for send value without 0x prefix ([#329](https://github.com/MetaMask/test-dapp/pull/329)) +- Add malicious deeplinks, bypasses and reorg ([#328](https://github.com/MetaMask/test-dapp/pull/328)) + +### Changed +- Change `eth-sig-util` to `@metamask/eth-sig-util` ([#286](https://github.com/MetaMask/test-dapp/pull/286)) + ## [8.7.0] ### Added - Add support for Send EIP1559 tx's without suggested gas values ([#320](https://github.com/MetaMask/test-dapp/pull/320)) @@ -178,7 +189,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Fix repository standardization issues ([#118](https://github.com/MetaMask/test-dapp/pull/118)) - Fix addEthereumChain button disable logic ([#93](https://github.com/MetaMask/test-dapp/pull/93)) -[Unreleased]: https://github.com/MetaMask/test-dapp/compare/v8.7.0...HEAD +[Unreleased]: https://github.com/MetaMask/test-dapp/compare/v8.8.0...HEAD +[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 [8.6.0]: https://github.com/MetaMask/test-dapp/compare/v8.5.0...v8.6.0 [8.5.0]: https://github.com/MetaMask/test-dapp/compare/v8.4.0...v8.5.0 diff --git a/package.json b/package.json index 03e94acc..e4e9ab08 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@metamask/test-dapp", - "version": "8.7.0", + "version": "8.8.0", "description": "A simple dapp used in MetaMask e2e tests.", "engines": { "node": ">= 18.0.0"