From 303902db3db122a479261a30d1eed9cbf658f30c Mon Sep 17 00:00:00 2001 From: legobt <6wbvkn0j@anonaddy.me> Date: Wed, 22 Nov 2023 01:03:05 +0000 Subject: [PATCH 1/3] v8.0.0 --- CHANGELOG.md | 13 ++++++++++++- package.json | 2 +- 2 files changed, 13 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7aa96284..e39aea02 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,16 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased] + +## [8.0.0] +### Uncategorized +- Update `eth_signTypedData_v4` example ([#274](https://github.com/MetaMask/test-dapp/pull/274)) +- Fix allow-scripts integration ([#275](https://github.com/MetaMask/test-dapp/pull/275)) +- Fix signing ([#276](https://github.com/MetaMask/test-dapp/pull/276)) +- wallet_watchAsset for ERC1155 ([#272](https://github.com/MetaMask/test-dapp/pull/272)) +- feat: add `transferFrom` and `approve` to input address for ERC20 contract ([#271](https://github.com/MetaMask/test-dapp/pull/271)) +- BREAKING: Bump to webpack 5; support Node.js >= 18 ([#264](https://github.com/MetaMask/test-dapp/pull/264)) + ## [7.3.1] ### Fixed - Fix clickable PPOM section after connecting ([#267](https://github.com/MetaMask/test-dapp/pull/267)) @@ -126,7 +136,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.3.1...HEAD +[Unreleased]: https://github.com/MetaMask/test-dapp/compare/v8.0.0...HEAD +[8.0.0]: https://github.com/MetaMask/test-dapp/compare/v7.3.1...v8.0.0 [7.3.1]: https://github.com/MetaMask/test-dapp/compare/v7.3.0...v7.3.1 [7.3.0]: https://github.com/MetaMask/test-dapp/compare/v7.2.0...v7.3.0 [7.2.0]: https://github.com/MetaMask/test-dapp/compare/v7.1.0...v7.2.0 diff --git a/package.json b/package.json index 1bf8cd67..3485a299 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@metamask/test-dapp", - "version": "7.3.1", + "version": "8.0.0", "description": "A simple dapp used in MetaMask e2e tests.", "engines": { "node": ">= 18.0.0" From 46bba21549762218f690fb20240fffb842f13653 Mon Sep 17 00:00:00 2001 From: legobt <6wbvkn0j@anonaddy.me> Date: Wed, 22 Nov 2023 01:06:16 +0000 Subject: [PATCH 2/3] update changelog --- CHANGELOG.md | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e39aea02..c310c756 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,13 +7,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] ## [8.0.0] -### Uncategorized +### Added +- Add `wallet_watchAsset` for ERC1155 ([#272](https://github.com/MetaMask/test-dapp/pull/272)) + +### Changed +- **BREAKING**: Minimum Node.js version is now 18 ([#264](https://github.com/MetaMask/test-dapp/pull/264)) +- Update to webpack 5 ([#264](https://github.com/MetaMask/test-dapp/pull/264)) - Update `eth_signTypedData_v4` example ([#274](https://github.com/MetaMask/test-dapp/pull/274)) -- Fix allow-scripts integration ([#275](https://github.com/MetaMask/test-dapp/pull/275)) +- Add `transferFrom` and `approve` to input address for ERC20 contract ([#271](https://github.com/MetaMask/test-dapp/pull/271)) + +### Fixed - Fix signing ([#276](https://github.com/MetaMask/test-dapp/pull/276)) -- wallet_watchAsset for ERC1155 ([#272](https://github.com/MetaMask/test-dapp/pull/272)) -- feat: add `transferFrom` and `approve` to input address for ERC20 contract ([#271](https://github.com/MetaMask/test-dapp/pull/271)) -- BREAKING: Bump to webpack 5; support Node.js >= 18 ([#264](https://github.com/MetaMask/test-dapp/pull/264)) ## [7.3.1] ### Fixed @@ -49,7 +53,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [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)) +- 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)) ### Changed - **BREAKING:** Change all instances of the term `collectible` to `NFT` ([#237](https://github.com/MetaMask/test-dapp/pull/237)) From d98a282e549100db4d8375669517cc670ee4e1e2 Mon Sep 17 00:00:00 2001 From: legobeat <109787230+legobeat@users.noreply.github.com> Date: Wed, 22 Nov 2023 10:11:38 +0900 Subject: [PATCH 3/3] Update CHANGELOG.md Co-authored-by: Mark Stacey --- CHANGELOG.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c310c756..5afb168e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,9 +16,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Update `eth_signTypedData_v4` example ([#274](https://github.com/MetaMask/test-dapp/pull/274)) - Add `transferFrom` and `approve` to input address for ERC20 contract ([#271](https://github.com/MetaMask/test-dapp/pull/271)) -### Fixed -- Fix signing ([#276](https://github.com/MetaMask/test-dapp/pull/276)) - ## [7.3.1] ### Fixed - Fix clickable PPOM section after connecting ([#267](https://github.com/MetaMask/test-dapp/pull/267))