Skip to content

Commit addd6ad

Browse files
release candidate 9.7.0 (#421)
1 parent f3644ab commit addd6ad

2 files changed

Lines changed: 10 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 9 additions & 1 deletion
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.7.0]
9+
### Added
10+
- Add swap comparison card for batch transactions ([#420](https://github.com/MetaMask/test-dapp/pull/420))
11+
12+
### Fixed
13+
- Fix hex amount leading zeros in swap comparison card ([#419](https://github.com/MetaMask/test-dapp/pull/419))
14+
815
## [9.6.0]
916
### Added
1017
- Add swap comparison card ([#417](https://github.com/MetaMask/test-dapp/pull/417))
@@ -266,7 +273,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
266273
- Fix repository standardization issues ([#118](https://github.com/MetaMask/test-dapp/pull/118))
267274
- Fix addEthereumChain button disable logic ([#93](https://github.com/MetaMask/test-dapp/pull/93))
268275

269-
[Unreleased]: https://github.com/MetaMask/test-dapp/compare/v9.6.0...HEAD
276+
[Unreleased]: https://github.com/MetaMask/test-dapp/compare/v9.7.0...HEAD
277+
[9.7.0]: https://github.com/MetaMask/test-dapp/compare/v9.6.0...v9.7.0
270278
[9.6.0]: https://github.com/MetaMask/test-dapp/compare/v9.5.0...v9.6.0
271279
[9.5.0]: https://github.com/MetaMask/test-dapp/compare/v9.4.0...v9.5.0
272280
[9.4.0]: https://github.com/MetaMask/test-dapp/compare/v9.3.0...v9.4.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.6.0",
3+
"version": "9.7.0",
44
"description": "A simple dapp used in MetaMask e2e tests.",
55
"engines": {
66
"node": ">= 18.0.0"

0 commit comments

Comments
 (0)