Skip to content

Commit 553c807

Browse files
authored
release candidate 9.8.0 (#425)
1 parent 96b689d commit 553c807

2 files changed

Lines changed: 8 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,13 @@ 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+
## [9.8.0]
9+
### Added
10+
- Add a new Send Calls - Required Assets button to the EIP-5792 send calls section ([#423](https://github.com/MetaMask/test-dapp/pull/423))
11+
12+
### Changed
13+
- Enable importing and rendering the Web3Modal on Android ([#424](https://github.com/MetaMask/test-dapp/pull/424))
14+
815
## [9.7.0]
916
### Added
1017
- Add swap comparison card for batch transactions ([#420](https://github.com/MetaMask/test-dapp/pull/420))

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": "9.7.0",
3+
"version": "9.8.0",
44
"description": "A simple dapp used in MetaMask e2e tests.",
55
"engines": {
66
"node": ">= 18.0.0"

0 commit comments

Comments
 (0)