From e7d6684aa754b96aae6aa881005961c909e97ba3 Mon Sep 17 00:00:00 2001 From: seaona <54408225+seaona@users.noreply.github.com> Date: Tue, 8 Nov 2022 10:54:43 +0100 Subject: [PATCH] Sync develop with master v10.21.2 (#16399) * Fix approve transaction call in _onBootCleanUp (#16382) * Changelog updated * Fix lint Co-authored-by: Jyoti Puri Co-authored-by: Dan J Miller --- CHANGELOG.md | 7 ++++++- package.json | 2 +- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5b6d82386..b26d80a0a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Fixed - Fix issue where domain names were not always beign rendered correctly in the connected sites list ([#16074](https://github.com/MetaMask/metamask-extension/pull/16074)) +## [10.21.2] +### Fixed +- Fix undefined txParams when calling approveTransaction, by adding the id on the txMeta argument ([#16382](https://github.com/MetaMask/metamask-extension/pull/16382)) + ## [10.21.1] ### Changed - Improve rate limiting for metric events ([#16308](https://github.com/MetaMask/metamask-extension/pull/16308)) @@ -3255,7 +3259,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Uncategorized - Added the ability to restore accounts from seed words. -[Unreleased]: https://github.com/MetaMask/metamask-extension/compare/v10.21.1...HEAD +[Unreleased]: https://github.com/MetaMask/metamask-extension/compare/v10.21.2...HEAD +[10.21.2]: https://github.com/MetaMask/metamask-extension/compare/v10.21.1...v10.21.2 [10.21.1]: https://github.com/MetaMask/metamask-extension/compare/v10.21.0...v10.21.1 [10.21.0]: https://github.com/MetaMask/metamask-extension/compare/v10.20.0...v10.21.0 [10.20.0]: https://github.com/MetaMask/metamask-extension/compare/v10.19.0...v10.20.0 diff --git a/package.json b/package.json index 3e05b3dc9..c03b56cca 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "metamask-crx", - "version": "10.21.1", + "version": "10.21.2", "private": true, "repository": { "type": "git",