Skip to content

Commit 261be4f

Browse files
authored
Release Candidate v7.2.0 (#261)
1 parent b6e2e97 commit 261be4f

2 files changed

Lines changed: 12 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 11 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+
## [7.2.0]
9+
### Added
10+
- Add ability to create multiple tokens and watch all of them ([#259](https://github.com/MetaMask/test-dapp/pull/259))
11+
- Add PPOM setApprovalForAll button. Add token symbols for PPOM buttons ([#258](https://github.com/MetaMask/test-dapp/pull/258))
12+
13+
### Fixed
14+
- Fix legacy send gas to 21000 ([#169](https://github.com/MetaMask/test-dapp/pull/169))
15+
- Fix Network ID incorrectly using chainId value ([#256](https://github.com/MetaMask/test-dapp/pull/256))
16+
817
## [7.1.0]
918
### Added
1019
- Add PPOM testing section ([#253](https://github.com/MetaMask/test-dapp/pull/253))
@@ -109,7 +118,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
109118
- Fix repository standardization issues ([#118](https://github.com/MetaMask/test-dapp/pull/118))
110119
- Fix addEthereumChain button disable logic ([#93](https://github.com/MetaMask/test-dapp/pull/93))
111120

112-
[Unreleased]: https://github.com/MetaMask/test-dapp/compare/v7.1.0...HEAD
121+
[Unreleased]: https://github.com/MetaMask/test-dapp/compare/v7.2.0...HEAD
122+
[7.2.0]: https://github.com/MetaMask/test-dapp/compare/v7.1.0...v7.2.0
113123
[7.1.0]: https://github.com/MetaMask/test-dapp/compare/v7.0.2...v7.1.0
114124
[7.0.2]: https://github.com/MetaMask/test-dapp/compare/v7.0.1...v7.0.2
115125
[7.0.1]: https://github.com/MetaMask/test-dapp/compare/v7.0.0...v7.0.1

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

0 commit comments

Comments
 (0)