From ddb0dcec30bc25cf1e8cd93a57dfff38edeed2ea Mon Sep 17 00:00:00 2001 From: Salah-Eddine Saakoun Date: Tue, 3 Sep 2024 12:55:03 +0200 Subject: [PATCH 1/4] fix: make 12.0.1 changelog clear --- CHANGELOG.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cadd207..dbecd13 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,9 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] ## [12.0.1] +### Removed +- Remove logic for ensuring uniqueness of smart transactions ([#404](https://github.com/MetaMask/smart-transactions-controller/pull/404)) + - This issue has been resolved in production. + ### Fixed - Fix issue where this.ethQuery is sometimes unexpectedly undefined ([#405](https://github.com/MetaMask/smart-transactions-controller/pull/405)) -- Remove code that is no longer needed to ensure unique smart transactions ([#404](https://github.com/MetaMask/smart-transactions-controller/pull/404)) ## [12.0.0] ### Changed From 73f2d2aae582635e2731e0d73b8e4845641f7399 Mon Sep 17 00:00:00 2001 From: Salah-Eddine Saakoun Date: Tue, 3 Sep 2024 13:51:27 +0200 Subject: [PATCH 2/4] fix: changelog --- CHANGELOG.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index dbecd13..ede848d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,12 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] ## [12.0.1] -### Removed -- Remove logic for ensuring uniqueness of smart transactions ([#404](https://github.com/MetaMask/smart-transactions-controller/pull/404)) - - This issue has been resolved in production. - ### Fixed - Fix issue where this.ethQuery is sometimes unexpectedly undefined ([#405](https://github.com/MetaMask/smart-transactions-controller/pull/405)) +- Remove logic for ensuring uniqueness of smart transactions ([#404](https://github.com/MetaMask/smart-transactions-controller/pull/404)) + - This issue has been resolved in production. ## [12.0.0] ### Changed From 536577757c8ce8790deef5e4c0932f02a58fd643 Mon Sep 17 00:00:00 2001 From: Salah-Eddine Saakoun Date: Tue, 3 Sep 2024 13:52:05 +0200 Subject: [PATCH 3/4] fix: changelog --- CHANGELOG.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ede848d..6ba6eeb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,11 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] ## [12.0.1] -### Fixed -- Fix issue where this.ethQuery is sometimes unexpectedly undefined ([#405](https://github.com/MetaMask/smart-transactions-controller/pull/405)) +### CHANGED - Remove logic for ensuring uniqueness of smart transactions ([#404](https://github.com/MetaMask/smart-transactions-controller/pull/404)) - This issue has been resolved in production. +### Fixed +- Fix issue where this.ethQuery is sometimes unexpectedly undefined ([#405](https://github.com/MetaMask/smart-transactions-controller/pull/405)) + ## [12.0.0] ### Changed - Upgrade @metamask/network-controller from 19.0.0 to 20.0.0 ([#395](https://github.com/MetaMask/smart-transactions-controller/pull/395)) From eed6ca7143c3abf00404e9553073e8c764ac0519 Mon Sep 17 00:00:00 2001 From: Salah-Eddine Saakoun Date: Tue, 3 Sep 2024 13:52:32 +0200 Subject: [PATCH 4/4] fix: changelog --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6ba6eeb..267f10a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,7 +7,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] ## [12.0.1] -### CHANGED +### Changed - Remove logic for ensuring uniqueness of smart transactions ([#404](https://github.com/MetaMask/smart-transactions-controller/pull/404)) - This issue has been resolved in production.