From 74ffc7a85606003784940c27d57d0111e96cb3b1 Mon Sep 17 00:00:00 2001 From: Goktug Poyraz Date: Thu, 20 Apr 2023 11:18:20 +0200 Subject: [PATCH 1/4] Release 47.0.0 --- package.json | 2 +- packages/assets-controllers/CHANGELOG.md | 11 ++++++++++- packages/assets-controllers/package.json | 2 +- packages/controller-utils/CHANGELOG.md | 11 ++++++++++- packages/controller-utils/package.json | 2 +- packages/message-manager/CHANGELOG.md | 7 ++++++- packages/message-manager/package.json | 2 +- 7 files changed, 30 insertions(+), 7 deletions(-) diff --git a/package.json b/package.json index 957de740c6..f95b26d261 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@metamask/core-monorepo", - "version": "46.0.0", + "version": "47.0.0", "private": true, "description": "Monorepo for packages shared between MetaMask clients", "repository": { diff --git a/packages/assets-controllers/CHANGELOG.md b/packages/assets-controllers/CHANGELOG.md index 5cd7ed30de..45419625c6 100644 --- a/packages/assets-controllers/CHANGELOG.md +++ b/packages/assets-controllers/CHANGELOG.md @@ -6,6 +6,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [6.0.0] +### Uncategorized +- BREAKING Use enum for apporoval type ([#1217](https://github.com/MetaMask/core/pull/1217)) +- deps: eth-rpc-errors@4.0.0->4.0.2 ([#1215](https://github.com/MetaMask/core/pull/1215)) +- deps: bump @metamask/utils to 5.0.1 ([#1211](https://github.com/MetaMask/core/pull/1211)) +- BREAKING Adds messenger to token controller ([#1166](https://github.com/MetaMask/core/pull/1166)) +- Make `setProviderType` async ([#1191](https://github.com/MetaMask/core/pull/1191)) + ## [5.1.0] ### Added - Support watching assets on a specific account ([#1124](https://github.com/MetaMask/core/pull/1124)) @@ -87,7 +95,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Changed - Use Ethers for AssetsContractController ([#845](https://github.com/MetaMask/core/pull/845)) -[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/assets-controllers@5.1.0...HEAD +[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/assets-controllers@6.0.0...HEAD +[6.0.0]: https://github.com/MetaMask/core/compare/@metamask/assets-controllers@5.1.0...@metamask/assets-controllers@6.0.0 [5.1.0]: https://github.com/MetaMask/core/compare/@metamask/assets-controllers@5.0.1...@metamask/assets-controllers@5.1.0 [5.0.1]: https://github.com/MetaMask/core/compare/@metamask/assets-controllers@5.0.0...@metamask/assets-controllers@5.0.1 [5.0.0]: https://github.com/MetaMask/core/compare/@metamask/assets-controllers@4.0.1...@metamask/assets-controllers@5.0.0 diff --git a/packages/assets-controllers/package.json b/packages/assets-controllers/package.json index 04268e84c2..f3c06f1933 100644 --- a/packages/assets-controllers/package.json +++ b/packages/assets-controllers/package.json @@ -1,6 +1,6 @@ { "name": "@metamask/assets-controllers", - "version": "5.1.0", + "version": "6.0.0", "description": "Controllers which manage interactions involving ERC-20, ERC-721, and ERC-1155 tokens (including NFTs)", "keywords": [ "MetaMask", diff --git a/packages/controller-utils/CHANGELOG.md b/packages/controller-utils/CHANGELOG.md index 7b57dddcb3..fe0ae18654 100644 --- a/packages/controller-utils/CHANGELOG.md +++ b/packages/controller-utils/CHANGELOG.md @@ -6,6 +6,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [3.2.0] +### Uncategorized +- deps: eth-rpc-errors@4.0.0->4.0.2 ([#1215](https://github.com/MetaMask/core/pull/1215)) +- deps: bump @metamask/utils to 5.0.1 ([#1211](https://github.com/MetaMask/core/pull/1211)) +- BREAKING Adds messenger to token controller ([#1166](https://github.com/MetaMask/core/pull/1166)) +- Add ApprovalType enum ([#1174](https://github.com/MetaMask/core/pull/1174)) +- Improve return type of `toHex` ([#1195](https://github.com/MetaMask/core/pull/1195)) + ## [3.1.0] ### Added - Add SIWE detection support for PersonalMessageManager ([#1139](https://github.com/MetaMask/core/pull/1139)) @@ -69,7 +77,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 All changes listed after this point were applied to this package following the monorepo conversion. -[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/controller-utils@3.1.0...HEAD +[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/controller-utils@3.2.0...HEAD +[3.2.0]: https://github.com/MetaMask/core/compare/@metamask/controller-utils@3.1.0...@metamask/controller-utils@3.2.0 [3.1.0]: https://github.com/MetaMask/core/compare/@metamask/controller-utils@3.0.0...@metamask/controller-utils@3.1.0 [3.0.0]: https://github.com/MetaMask/core/compare/@metamask/controller-utils@2.0.0...@metamask/controller-utils@3.0.0 [2.0.0]: https://github.com/MetaMask/core/compare/@metamask/controller-utils@1.0.0...@metamask/controller-utils@2.0.0 diff --git a/packages/controller-utils/package.json b/packages/controller-utils/package.json index dea5a24680..fb21879e08 100644 --- a/packages/controller-utils/package.json +++ b/packages/controller-utils/package.json @@ -1,6 +1,6 @@ { "name": "@metamask/controller-utils", - "version": "3.1.0", + "version": "3.2.0", "description": "Data and convenience functions shared by multiple packages", "keywords": [ "MetaMask", diff --git a/packages/message-manager/CHANGELOG.md b/packages/message-manager/CHANGELOG.md index 9d4d690c44..f1759bd841 100644 --- a/packages/message-manager/CHANGELOG.md +++ b/packages/message-manager/CHANGELOG.md @@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [3.1.0] +### Uncategorized +- Add DecryptMessageManager ([#1149](https://github.com/MetaMask/core/pull/1149)) + ## [3.0.0] ### Added - Add EncryptionPublicKeyManager ([#1144](https://github.com/MetaMask/core/pull/1144)) @@ -41,7 +45,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 All changes listed after this point were applied to this package following the monorepo conversion. -[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/message-manager@3.0.0...HEAD +[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/message-manager@3.1.0...HEAD +[3.1.0]: https://github.com/MetaMask/core/compare/@metamask/message-manager@3.0.0...@metamask/message-manager@3.1.0 [3.0.0]: https://github.com/MetaMask/core/compare/@metamask/message-manager@2.1.0...@metamask/message-manager@3.0.0 [2.1.0]: https://github.com/MetaMask/core/compare/@metamask/message-manager@2.0.0...@metamask/message-manager@2.1.0 [2.0.0]: https://github.com/MetaMask/core/compare/@metamask/message-manager@1.0.2...@metamask/message-manager@2.0.0 diff --git a/packages/message-manager/package.json b/packages/message-manager/package.json index b200397d8e..d87c5a3bbc 100644 --- a/packages/message-manager/package.json +++ b/packages/message-manager/package.json @@ -1,6 +1,6 @@ { "name": "@metamask/message-manager", - "version": "3.0.0", + "version": "3.1.0", "description": "Stores and manages interactions with signing requests", "keywords": [ "MetaMask", From 72dd1020316e1c0b51b7a5507b4fc58bac92b701 Mon Sep 17 00:00:00 2001 From: Bernardo Garces Chapero Date: Thu, 20 Apr 2023 10:23:46 +0100 Subject: [PATCH 2/4] Update CHANGELOG.md --- packages/controller-utils/CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/controller-utils/CHANGELOG.md b/packages/controller-utils/CHANGELOG.md index fe0ae18654..4ebc85b8bd 100644 --- a/packages/controller-utils/CHANGELOG.md +++ b/packages/controller-utils/CHANGELOG.md @@ -10,7 +10,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Uncategorized - deps: eth-rpc-errors@4.0.0->4.0.2 ([#1215](https://github.com/MetaMask/core/pull/1215)) - deps: bump @metamask/utils to 5.0.1 ([#1211](https://github.com/MetaMask/core/pull/1211)) -- BREAKING Adds messenger to token controller ([#1166](https://github.com/MetaMask/core/pull/1166)) +- Adds ORIGIN_METAMASK constant ([#1166](https://github.com/MetaMask/core/pull/1166)) - Add ApprovalType enum ([#1174](https://github.com/MetaMask/core/pull/1174)) - Improve return type of `toHex` ([#1195](https://github.com/MetaMask/core/pull/1195)) From 84736b67d656adfb35a7d26eaa071a56af7d74ed Mon Sep 17 00:00:00 2001 From: Bernardo Garces Chapero Date: Thu, 20 Apr 2023 10:24:13 +0100 Subject: [PATCH 3/4] Update CHANGELOG.md --- packages/controller-utils/CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/controller-utils/CHANGELOG.md b/packages/controller-utils/CHANGELOG.md index 4ebc85b8bd..8345e91777 100644 --- a/packages/controller-utils/CHANGELOG.md +++ b/packages/controller-utils/CHANGELOG.md @@ -10,7 +10,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Uncategorized - deps: eth-rpc-errors@4.0.0->4.0.2 ([#1215](https://github.com/MetaMask/core/pull/1215)) - deps: bump @metamask/utils to 5.0.1 ([#1211](https://github.com/MetaMask/core/pull/1211)) -- Adds ORIGIN_METAMASK constant ([#1166](https://github.com/MetaMask/core/pull/1166)) +- Add ORIGIN_METAMASK constant ([#1166](https://github.com/MetaMask/core/pull/1166)) - Add ApprovalType enum ([#1174](https://github.com/MetaMask/core/pull/1174)) - Improve return type of `toHex` ([#1195](https://github.com/MetaMask/core/pull/1195)) From 59f34cb18cf7ba83120d041265da184b738fd37a Mon Sep 17 00:00:00 2001 From: Bernardo Garces Chapero Date: Thu, 20 Apr 2023 10:25:50 +0100 Subject: [PATCH 4/4] Update CHANGELOG.md --- packages/assets-controllers/CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/assets-controllers/CHANGELOG.md b/packages/assets-controllers/CHANGELOG.md index 45419625c6..32fe06847d 100644 --- a/packages/assets-controllers/CHANGELOG.md +++ b/packages/assets-controllers/CHANGELOG.md @@ -8,10 +8,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [6.0.0] ### Uncategorized -- BREAKING Use enum for apporoval type ([#1217](https://github.com/MetaMask/core/pull/1217)) +- Use enum for apporoval type ([#1217](https://github.com/MetaMask/core/pull/1217)) - deps: eth-rpc-errors@4.0.0->4.0.2 ([#1215](https://github.com/MetaMask/core/pull/1215)) - deps: bump @metamask/utils to 5.0.1 ([#1211](https://github.com/MetaMask/core/pull/1211)) -- BREAKING Adds messenger to token controller ([#1166](https://github.com/MetaMask/core/pull/1166)) +- Send confirmation popups via approval controller ([#1166](https://github.com/MetaMask/core/pull/1166)) - Make `setProviderType` async ([#1191](https://github.com/MetaMask/core/pull/1191)) ## [5.1.0]