Skip to content

Commit 243390e

Browse files
committed
release candidate 9.9.0
1 parent a94fcb8 commit 243390e

2 files changed

Lines changed: 13 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,15 @@ 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+
## [9.9.0]
10+
### Added
11+
- feat: tempo change default erc20 to mainnet ([#430](https://github.com/MetaMask/test-dapp/pull/430))
12+
- feat: add Tempo networks in selector ([#429](https://github.com/MetaMask/test-dapp/pull/429))
13+
- feat: add example Tempo batch tx ([#427](https://github.com/MetaMask/test-dapp/pull/427))
14+
- Add transaction data for EIP5792 sendCalls ([#428](https://github.com/MetaMask/test-dapp/pull/428))
15+
- Add hyperevm megaeth monad to network picker ([#426](https://github.com/MetaMask/test-dapp/pull/426))
16+
817
## [9.8.0]
918
### Added
1019
- Add a new Send Calls - Required Assets button to the EIP-5792 send calls section ([#423](https://github.com/MetaMask/test-dapp/pull/423))
@@ -280,7 +289,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
280289
- Fix repository standardization issues ([#118](https://github.com/MetaMask/test-dapp/pull/118))
281290
- Fix addEthereumChain button disable logic ([#93](https://github.com/MetaMask/test-dapp/pull/93))
282291

283-
[Unreleased]: https://github.com/MetaMask/test-dapp/compare/v9.7.0...HEAD
292+
[Unreleased]: https://github.com/MetaMask/test-dapp/compare/v9.9.0...HEAD
293+
[9.9.0]: https://github.com/MetaMask/test-dapp/compare/v9.8.0...v9.9.0
294+
[9.8.0]: https://github.com/MetaMask/test-dapp/compare/v9.7.0...v9.8.0
284295
[9.7.0]: https://github.com/MetaMask/test-dapp/compare/v9.6.0...v9.7.0
285296
[9.6.0]: https://github.com/MetaMask/test-dapp/compare/v9.5.0...v9.6.0
286297
[9.5.0]: https://github.com/MetaMask/test-dapp/compare/v9.4.0...v9.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": "9.8.0",
3+
"version": "9.9.0",
44
"description": "A simple dapp used in MetaMask e2e tests.",
55
"engines": {
66
"node": ">= 18.0.0"

0 commit comments

Comments
 (0)