Skip to content

Commit 26beb2e

Browse files
authored
Release candidate v8.8.0 (#336)
1 parent 4c71d09 commit 26beb2e

2 files changed

Lines changed: 14 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,17 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

77
## [Unreleased]
8+
## [8.8.0]
9+
### Added
10+
- Add json RPC result text area ([#334](https://github.com/MetaMask/test-dapp/pull/334))
11+
- Add token contract addresses and consolidate names ([#332](https://github.com/MetaMask/test-dapp/pull/332))
12+
- Add SDK support ([#331](https://github.com/MetaMask/test-dapp/pull/331))
13+
- Add Blockaid bypass for send value without 0x prefix ([#329](https://github.com/MetaMask/test-dapp/pull/329))
14+
- Add malicious deeplinks, bypasses and reorg ([#328](https://github.com/MetaMask/test-dapp/pull/328))
15+
16+
### Changed
17+
- Change `eth-sig-util` to `@metamask/eth-sig-util` ([#286](https://github.com/MetaMask/test-dapp/pull/286))
18+
819
## [8.7.0]
920
### Added
1021
- 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
178189
- Fix repository standardization issues ([#118](https://github.com/MetaMask/test-dapp/pull/118))
179190
- Fix addEthereumChain button disable logic ([#93](https://github.com/MetaMask/test-dapp/pull/93))
180191

181-
[Unreleased]: https://github.com/MetaMask/test-dapp/compare/v8.7.0...HEAD
192+
[Unreleased]: https://github.com/MetaMask/test-dapp/compare/v8.8.0...HEAD
193+
[8.8.0]: https://github.com/MetaMask/test-dapp/compare/v8.7.0...v8.8.0
182194
[8.7.0]: https://github.com/MetaMask/test-dapp/compare/v8.6.0...v8.7.0
183195
[8.6.0]: https://github.com/MetaMask/test-dapp/compare/v8.5.0...v8.6.0
184196
[8.5.0]: https://github.com/MetaMask/test-dapp/compare/v8.4.0...v8.5.0

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@metamask/test-dapp",
3-
"version": "8.7.0",
3+
"version": "8.8.0",
44
"description": "A simple dapp used in MetaMask e2e tests.",
55
"engines": {
66
"node": ">= 18.0.0"

0 commit comments

Comments
 (0)