Skip to content

Commit

Permalink
Release v7.0.1 (#242)
Browse files Browse the repository at this point in the history
  • Loading branch information
adonesky1 authored Jun 23, 2023
1 parent 1408449 commit b09dbf3
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [7.0.1]
### Fixed
- Fix issue where add watch NFT buttons introduced in `v7.0.0` called `wallet_watchAsset` with parameter tokenId typed as a number, rather than as a string ([#241](https://github.com/MetaMask/test-dapp/pull/241))

## [7.0.0]
### Added
- Add watch NFT buttons that call `wallet_watchAsset` to add NFTs to wallet for NFT contracts deployed through the dapp ([#232](https://github.com/MetaMask/test-dapp/pull/232))
Expand Down Expand Up @@ -95,7 +99,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Fix repository standardization issues ([#118](https://github.com/MetaMask/test-dapp/pull/118))
- Fix addEthereumChain button disable logic ([#93](https://github.com/MetaMask/test-dapp/pull/93))

[Unreleased]: https://github.com/MetaMask/test-dapp/compare/v7.0.0...HEAD
[Unreleased]: https://github.com/MetaMask/test-dapp/compare/v7.0.1...HEAD
[7.0.1]: https://github.com/MetaMask/test-dapp/compare/v7.0.0...v7.0.1
[7.0.0]: https://github.com/MetaMask/test-dapp/compare/v6.2.0...v7.0.0
[6.2.0]: https://github.com/MetaMask/test-dapp/compare/v6.1.0...v6.2.0
[6.1.0]: https://github.com/MetaMask/test-dapp/compare/v6.0.0...v6.1.0
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@metamask/test-dapp",
"version": "7.0.0",
"version": "7.0.1",
"description": "A simple dapp used in MetaMask e2e tests.",
"engines": {
"node": ">= 16.0.0"
Expand Down

0 comments on commit b09dbf3

Please sign in to comment.