From 42d88c0d0da373ebf2bdf5eac1e21b670889be5e Mon Sep 17 00:00:00 2001 From: github-actions Date: Thu, 9 Sep 2021 15:06:00 +0000 Subject: [PATCH 1/7] 15.1.0 --- CHANGELOG.md | 8 +++++++- package.json | 2 +- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4c9d9a2707..06bbbe1594 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [15.1.0] +### Uncategorized +- [FEATURE] Manage transaction state ([#582](https://github.com/MetaMask/controllers/pull/582)) +- Bump immer from 8.0.1 to 9.0.6 ([#581](https://github.com/MetaMask/controllers/pull/581)) + ## [15.0.2] ### Fixed - Change AbortController to default import ([#579](https://github.com/MetaMask/controllers/pull/579)) @@ -363,7 +368,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Removed - Remove shapeshift controller (#209) -[Unreleased]: https://github.com/MetaMask/controllers/compare/v15.0.2...HEAD +[Unreleased]: https://github.com/MetaMask/controllers/compare/v15.1.0...HEAD +[15.1.0]: https://github.com/MetaMask/controllers/compare/v15.0.2...v15.1.0 [15.0.2]: https://github.com/MetaMask/controllers/compare/v15.0.1...v15.0.2 [15.0.1]: https://github.com/MetaMask/controllers/compare/v15.0.0...v15.0.1 [15.0.0]: https://github.com/MetaMask/controllers/compare/v14.2.0...v15.0.0 diff --git a/package.json b/package.json index 50eb554a65..2974b5d4f0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@metamask/controllers", - "version": "15.0.2", + "version": "15.1.0", "description": "Collection of platform-agnostic modules for creating secure data models for cryptocurrency wallets", "keywords": [ "MetaMask", From e32bd6cbdeb5ffa524c76faae2d693f7130d9e41 Mon Sep 17 00:00:00 2001 From: gantunesr Date: Thu, 9 Sep 2021 12:28:06 -0300 Subject: [PATCH 2/7] Update CHANGELOG --- CHANGELOG.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 06bbbe1594..b0787c0bce 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,14 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] ## [15.1.0] -### Uncategorized -- [FEATURE] Manage transaction state ([#582](https://github.com/MetaMask/controllers/pull/582)) -- Bump immer from 8.0.1 to 9.0.6 ([#581](https://github.com/MetaMask/controllers/pull/581)) +### Changed +- Manage transaction state ([#582](https://github.com/MetaMask/controllers/pull/582)) ## [15.0.2] ### Fixed - Change AbortController to default import ([#579](https://github.com/MetaMask/controllers/pull/579)) - - Fix error thrown when polyfilled AbortController is instantiated as a named import. + - Fix error thrown when polyfilled AbortController is instantiated as a named import. ## [15.0.1] ### Fixed From 0d7fe869ffe9e113da6e815b90fabe42c84f96f9 Mon Sep 17 00:00:00 2001 From: gantunesr Date: Thu, 9 Sep 2021 12:42:28 -0300 Subject: [PATCH 3/7] Add immer bump change --- CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b0787c0bce..945803706e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,7 +8,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [15.1.0] ### Changed -- Manage transaction state ([#582](https://github.com/MetaMask/controllers/pull/582)) +- [FEATURE] Manage transaction state ([#582](https://github.com/MetaMask/controllers/pull/582)) +- Bump immer from 8.0.1 to 9.0.6 ([#581](https://github.com/MetaMask/controllers/pull/581)) ## [15.0.2] ### Fixed From c3b297002ed27710aca5f8985913b0e925c3a3cd Mon Sep 17 00:00:00 2001 From: gantunesr Date: Thu, 9 Sep 2021 12:47:03 -0300 Subject: [PATCH 4/7] Add change description --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 945803706e..ecc891b4f3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [15.1.0] ### Changed - [FEATURE] Manage transaction state ([#582](https://github.com/MetaMask/controllers/pull/582)) + - Update on the TransactionController to reconcile the data between local and remote sources (Etherscan) and avoid misleading display of gas or status information. - Bump immer from 8.0.1 to 9.0.6 ([#581](https://github.com/MetaMask/controllers/pull/581)) ## [15.0.2] From 288e0f0adecb5cf74ad6856df94a0215d33c6489 Mon Sep 17 00:00:00 2001 From: gantunesr Date: Thu, 9 Sep 2021 12:48:10 -0300 Subject: [PATCH 5/7] Improve change title --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ecc891b4f3..d728883748 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,7 +8,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [15.1.0] ### Changed -- [FEATURE] Manage transaction state ([#582](https://github.com/MetaMask/controllers/pull/582)) +- Improve transaction state management ([#582](https://github.com/MetaMask/controllers/pull/582)) - Update on the TransactionController to reconcile the data between local and remote sources (Etherscan) and avoid misleading display of gas or status information. - Bump immer from 8.0.1 to 9.0.6 ([#581](https://github.com/MetaMask/controllers/pull/581)) From 021847d6c8bd3c69b70a2b97e0fa5371a757080a Mon Sep 17 00:00:00 2001 From: gantunesr Date: Thu, 9 Sep 2021 12:49:31 -0300 Subject: [PATCH 6/7] Improve description --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d728883748..fc1209d026 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,7 +9,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [15.1.0] ### Changed - Improve transaction state management ([#582](https://github.com/MetaMask/controllers/pull/582)) - - Update on the TransactionController to reconcile the data between local and remote sources (Etherscan) and avoid misleading display of gas or status information. + - TransactionController Improvement to reconcile the data between local and remote sources (Etherscan) and avoid misleading display of gas or status information. - Bump immer from 8.0.1 to 9.0.6 ([#581](https://github.com/MetaMask/controllers/pull/581)) ## [15.0.2] From b11d39c79edd722a050f85b105d21855772b8d0a Mon Sep 17 00:00:00 2001 From: gantunesr Date: Thu, 9 Sep 2021 12:52:14 -0300 Subject: [PATCH 7/7] Improve description --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fc1209d026..ff858ecd63 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,7 +9,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [15.1.0] ### Changed - Improve transaction state management ([#582](https://github.com/MetaMask/controllers/pull/582)) - - TransactionController Improvement to reconcile the data between local and remote sources (Etherscan) and avoid misleading display of gas or status information. + - TransactionController improvement to reconcile the data between local and remote sources (Etherscan) and avoid misleading display of gas and/or status information. - Bump immer from 8.0.1 to 9.0.6 ([#581](https://github.com/MetaMask/controllers/pull/581)) ## [15.0.2]