From 75a30fe79bf5fc13e235ef2d2e738c42c08c6df4 Mon Sep 17 00:00:00 2001 From: OGPoyraz Date: Wed, 11 Sep 2024 15:53:45 +0200 Subject: [PATCH 1/9] Initialize Release 202.0.0 --- packages/announcement-controller/CHANGELOG.md | 11 ++++++++ packages/assets-controllers/CHANGELOG.md | 6 +++++ packages/build-utils/CHANGELOG.md | 9 +++++++ packages/chain-controller/CHANGELOG.md | 9 +++++++ packages/controller-utils/CHANGELOG.md | 4 +++ packages/eth-json-rpc-provider/CHANGELOG.md | 4 +++ packages/json-rpc-engine/CHANGELOG.md | 19 +++++++++----- .../json-rpc-middleware-stream/CHANGELOG.md | 26 ++++++++++++------- packages/keyring-controller/CHANGELOG.md | 4 +++ packages/logging-controller/CHANGELOG.md | 4 +++ packages/name-controller/CHANGELOG.md | 17 ++++++++++++ packages/notification-controller/CHANGELOG.md | 14 ++++++++++ .../permission-log-controller/CHANGELOG.md | 14 ++++++++++ packages/profile-sync-controller/CHANGELOG.md | 5 ++++ packages/rate-limit-controller/CHANGELOG.md | 14 ++++++++++ .../selected-network-controller/CHANGELOG.md | 4 +++ packages/signature-controller/CHANGELOG.md | 5 ++++ packages/transaction-controller/CHANGELOG.md | 4 +++ .../user-operation-controller/CHANGELOG.md | 4 +++ 19 files changed, 161 insertions(+), 16 deletions(-) diff --git a/packages/announcement-controller/CHANGELOG.md b/packages/announcement-controller/CHANGELOG.md index 7f4779d944..d76d3cf054 100644 --- a/packages/announcement-controller/CHANGELOG.md +++ b/packages/announcement-controller/CHANGELOG.md @@ -7,6 +7,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### Uncategorized + +- Release 193.0.0 ([#4643](https://github.com/MetaMask/core/pull/4643)) +- Add way to view pkg changes since latest release ([#1390](https://github.com/MetaMask/core/pull/1390)) +- Release 188.0.0 ([#4625](https://github.com/MetaMask/core/pull/4625)) +- Bump `typescript` from `~5.1.6` to `~5.2.2` ([#4584](https://github.com/MetaMask/core/pull/4584)) +- Bump `typescript` from `~5.0.4` to `~5.1.6` ([#4576](https://github.com/MetaMask/core/pull/4576)) +- Release 179.0.0 ([#4544](https://github.com/MetaMask/core/pull/4544)) +- Upgrade to TypeScript v5.0 and set `module{,Resolution}` option to `Node16` ([#3645](https://github.com/MetaMask/core/pull/3645)) +- Release/172.0.0 ([#4517](https://github.com/MetaMask/core/pull/4517)) + ## [7.0.0] ### Changed diff --git a/packages/assets-controllers/CHANGELOG.md b/packages/assets-controllers/CHANGELOG.md index 73608c6d89..4ff60ff217 100644 --- a/packages/assets-controllers/CHANGELOG.md +++ b/packages/assets-controllers/CHANGELOG.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### Uncategorized + +- Release 200.0.0 ([#4680](https://github.com/MetaMask/core/pull/4680)) +- don't update currency rates on transient errors ([#4662](https://github.com/MetaMask/core/pull/4662)) +- fix: fallback conversion rate for token market data ([#4615](https://github.com/MetaMask/core/pull/4615)) + ## [38.0.0] ### Added diff --git a/packages/build-utils/CHANGELOG.md b/packages/build-utils/CHANGELOG.md index 2979089780..ef5a5e429c 100644 --- a/packages/build-utils/CHANGELOG.md +++ b/packages/build-utils/CHANGELOG.md @@ -7,6 +7,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### Uncategorized + +- Add way to view pkg changes since latest release ([#1390](https://github.com/MetaMask/core/pull/1390)) +- Bump `typescript` from `~5.1.6` to `~5.2.2` ([#4584](https://github.com/MetaMask/core/pull/4584)) +- Bump `typescript` from `~5.0.4` to `~5.1.6` ([#4576](https://github.com/MetaMask/core/pull/4576)) +- Upgrade to TypeScript v5.0 and set `module{,Resolution}` option to `Node16` ([#3645](https://github.com/MetaMask/core/pull/3645)) +- Bump `@metamask/utils` from `^9.0.0` to `^9.1.0` ([#4529](https://github.com/MetaMask/core/pull/4529)) +- chore(deps): Bump `@metamask/utils` to `^9.0.0`, `@metamask/rpc-errors` to `^6.3.1` ([#4516](https://github.com/MetaMask/core/pull/4516)) + ## [3.0.0] ### Changed diff --git a/packages/chain-controller/CHANGELOG.md b/packages/chain-controller/CHANGELOG.md index b34c828f27..cc0be1f74f 100644 --- a/packages/chain-controller/CHANGELOG.md +++ b/packages/chain-controller/CHANGELOG.md @@ -7,6 +7,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### Uncategorized + +- Release 193.0.0 ([#4643](https://github.com/MetaMask/core/pull/4643)) +- Add way to view pkg changes since latest release ([#1390](https://github.com/MetaMask/core/pull/1390)) +- Release 188.0.0 ([#4625](https://github.com/MetaMask/core/pull/4625)) +- Bump `typescript` from `~5.1.6` to `~5.2.2` ([#4584](https://github.com/MetaMask/core/pull/4584)) +- chore: bump `@metamask/keyring-api` to version `8.1.0` ([#4594](https://github.com/MetaMask/core/pull/4594)) +- Bump `typescript` from `~5.0.4` to `~5.1.6` ([#4576](https://github.com/MetaMask/core/pull/4576)) + ## [0.1.1] ### Changed diff --git a/packages/controller-utils/CHANGELOG.md b/packages/controller-utils/CHANGELOG.md index 443dd80d4a..9eb6e19038 100644 --- a/packages/controller-utils/CHANGELOG.md +++ b/packages/controller-utils/CHANGELOG.md @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### Uncategorized + +- feat: Add initial tracing to `SignatureController` ([#4655](https://github.com/MetaMask/core/pull/4655)) + ## [11.2.0] ### Added diff --git a/packages/eth-json-rpc-provider/CHANGELOG.md b/packages/eth-json-rpc-provider/CHANGELOG.md index d49c618009..5811f06223 100644 --- a/packages/eth-json-rpc-provider/CHANGELOG.md +++ b/packages/eth-json-rpc-provider/CHANGELOG.md @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### Uncategorized + +- Add way to view pkg changes since latest release ([#1390](https://github.com/MetaMask/core/pull/1390)) + ## [4.1.3] ### Changed diff --git a/packages/json-rpc-engine/CHANGELOG.md b/packages/json-rpc-engine/CHANGELOG.md index 1c56fb1947..5b3f2daade 100644 --- a/packages/json-rpc-engine/CHANGELOG.md +++ b/packages/json-rpc-engine/CHANGELOG.md @@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### Uncategorized + +- Add way to view pkg changes since latest release ([#1390](https://github.com/MetaMask/core/pull/1390)) +- Bump `typescript` from `~5.1.6` to `~5.2.2` ([#4584](https://github.com/MetaMask/core/pull/4584)) +- Bump `typescript` from `~5.0.4` to `~5.1.6` ([#4576](https://github.com/MetaMask/core/pull/4576)) +- Release 180.0.0 ([#4548](https://github.com/MetaMask/core/pull/4548)) + ## [9.0.2] ### Changed @@ -195,9 +202,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 [7.2.0]: https://github.com/MetaMask/core/compare/@metamask/json-rpc-engine@7.1.1...@metamask/json-rpc-engine@7.2.0 [7.1.1]: https://github.com/MetaMask/core/compare/@metamask/json-rpc-engine@7.1.0...@metamask/json-rpc-engine@7.1.1 [7.1.0]: https://github.com/MetaMask/core/compare/@metamask/json-rpc-engine@7.0.0...@metamask/json-rpc-engine@7.1.0 -[7.0.0]: https://github.com/MetaMask/core/compare/json-rpc-engine@6.1.0...@metamask/json-rpc-engine@7.0.0 -[6.1.0]: https://github.com/MetaMask/core/compare/json-rpc-engine@6.0.0...json-rpc-engine@6.1.0 -[6.0.0]: https://github.com/MetaMask/core/compare/json-rpc-engine@5.4.0...json-rpc-engine@6.0.0 -[5.4.0]: https://github.com/MetaMask/core/compare/json-rpc-engine@5.3.0...json-rpc-engine@5.4.0 -[5.3.0]: https://github.com/MetaMask/core/compare/json-rpc-engine@5.2.0...json-rpc-engine@5.3.0 -[5.2.0]: https://github.com/MetaMask/core/releases/tag/json-rpc-engine@5.2.0 +[7.0.0]: https://github.com/MetaMask/core/compare/@metamask/json-rpc-engine@6.1.0...@metamask/json-rpc-engine@7.0.0 +[6.1.0]: https://github.com/MetaMask/core/compare/@metamask/json-rpc-engine@6.0.0...@metamask/json-rpc-engine@6.1.0 +[6.0.0]: https://github.com/MetaMask/core/compare/@metamask/json-rpc-engine@5.4.0...@metamask/json-rpc-engine@6.0.0 +[5.4.0]: https://github.com/MetaMask/core/compare/@metamask/json-rpc-engine@5.3.0...@metamask/json-rpc-engine@5.4.0 +[5.3.0]: https://github.com/MetaMask/core/compare/@metamask/json-rpc-engine@5.2.0...@metamask/json-rpc-engine@5.3.0 +[5.2.0]: https://github.com/MetaMask/core/releases/tag/@metamask/json-rpc-engine@5.2.0 diff --git a/packages/json-rpc-middleware-stream/CHANGELOG.md b/packages/json-rpc-middleware-stream/CHANGELOG.md index f785b6119c..3c63ab0116 100644 --- a/packages/json-rpc-middleware-stream/CHANGELOG.md +++ b/packages/json-rpc-middleware-stream/CHANGELOG.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### Uncategorized + +- Add way to view pkg changes since latest release ([#1390](https://github.com/MetaMask/core/pull/1390)) +- Bump `typescript` from `~5.1.6` to `~5.2.2` ([#4584](https://github.com/MetaMask/core/pull/4584)) +- Bump `typescript` from `~5.0.4` to `~5.1.6` ([#4576](https://github.com/MetaMask/core/pull/4576)) + ## [8.0.2] ### Uncategorized @@ -158,13 +164,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 [7.0.0]: https://github.com/MetaMask/core/compare/@metamask/json-rpc-middleware-stream@6.0.2...@metamask/json-rpc-middleware-stream@7.0.0 [6.0.2]: https://github.com/MetaMask/core/compare/@metamask/json-rpc-middleware-stream@6.0.1...@metamask/json-rpc-middleware-stream@6.0.2 [6.0.1]: https://github.com/MetaMask/core/compare/@metamask/json-rpc-middleware-stream@6.0.0...@metamask/json-rpc-middleware-stream@6.0.1 -[6.0.0]: https://github.com/MetaMask/core/compare/json-rpc-middleware-stream@5.0.1...@metamask/json-rpc-middleware-stream@6.0.0 -[5.0.1]: https://github.com/MetaMask/core/compare/json-rpc-middleware-stream@5.0.0...json-rpc-middleware-stream@5.0.1 -[5.0.0]: https://github.com/MetaMask/core/compare/json-rpc-middleware-stream@4.2.3...json-rpc-middleware-stream@5.0.0 -[4.2.3]: https://github.com/MetaMask/core/compare/json-rpc-middleware-stream@4.2.2...json-rpc-middleware-stream@4.2.3 -[4.2.2]: https://github.com/MetaMask/core/compare/json-rpc-middleware-stream@4.2.1...json-rpc-middleware-stream@4.2.2 -[4.2.1]: https://github.com/MetaMask/core/compare/json-rpc-middleware-stream@4.2.0...json-rpc-middleware-stream@4.2.1 -[4.2.0]: https://github.com/MetaMask/core/compare/json-rpc-middleware-stream@4.1.0...json-rpc-middleware-stream@4.2.0 -[4.1.0]: https://github.com/MetaMask/core/compare/json-rpc-middleware-stream@4.0.0...json-rpc-middleware-stream@4.1.0 -[4.0.0]: https://github.com/MetaMask/core/compare/json-rpc-middleware-stream@3.0.0...json-rpc-middleware-stream@4.0.0 -[3.0.0]: https://github.com/MetaMask/core/releases/tag/json-rpc-middleware-stream@3.0.0 +[6.0.0]: https://github.com/MetaMask/core/compare/@metamask/json-rpc-middleware-stream@5.0.1...@metamask/json-rpc-middleware-stream@6.0.0 +[5.0.1]: https://github.com/MetaMask/core/compare/@metamask/json-rpc-middleware-stream@5.0.0...@metamask/json-rpc-middleware-stream@5.0.1 +[5.0.0]: https://github.com/MetaMask/core/compare/@metamask/json-rpc-middleware-stream@4.2.3...@metamask/json-rpc-middleware-stream@5.0.0 +[4.2.3]: https://github.com/MetaMask/core/compare/@metamask/json-rpc-middleware-stream@4.2.2...@metamask/json-rpc-middleware-stream@4.2.3 +[4.2.2]: https://github.com/MetaMask/core/compare/@metamask/json-rpc-middleware-stream@4.2.1...@metamask/json-rpc-middleware-stream@4.2.2 +[4.2.1]: https://github.com/MetaMask/core/compare/@metamask/json-rpc-middleware-stream@4.2.0...@metamask/json-rpc-middleware-stream@4.2.1 +[4.2.0]: https://github.com/MetaMask/core/compare/@metamask/json-rpc-middleware-stream@4.1.0...@metamask/json-rpc-middleware-stream@4.2.0 +[4.1.0]: https://github.com/MetaMask/core/compare/@metamask/json-rpc-middleware-stream@4.0.0...@metamask/json-rpc-middleware-stream@4.1.0 +[4.0.0]: https://github.com/MetaMask/core/compare/@metamask/json-rpc-middleware-stream@3.0.0...@metamask/json-rpc-middleware-stream@4.0.0 +[3.0.0]: https://github.com/MetaMask/core/releases/tag/@metamask/json-rpc-middleware-stream@3.0.0 diff --git a/packages/keyring-controller/CHANGELOG.md b/packages/keyring-controller/CHANGELOG.md index 41f035bfc3..ee5ada7321 100644 --- a/packages/keyring-controller/CHANGELOG.md +++ b/packages/keyring-controller/CHANGELOG.md @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### Uncategorized + +- Release 194.0.0 ([#4651](https://github.com/MetaMask/core/pull/4651)) + ## [17.2.0] ### Added diff --git a/packages/logging-controller/CHANGELOG.md b/packages/logging-controller/CHANGELOG.md index 1637584baa..7980d3830a 100644 --- a/packages/logging-controller/CHANGELOG.md +++ b/packages/logging-controller/CHANGELOG.md @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### Uncategorized + +- Release 194.0.0 ([#4651](https://github.com/MetaMask/core/pull/4651)) + ## [6.0.0] ### Added diff --git a/packages/name-controller/CHANGELOG.md b/packages/name-controller/CHANGELOG.md index 1d76978d49..ace379ec04 100644 --- a/packages/name-controller/CHANGELOG.md +++ b/packages/name-controller/CHANGELOG.md @@ -7,6 +7,23 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### Uncategorized + +- Release 194.0.0 ([#4651](https://github.com/MetaMask/core/pull/4651)) +- Release 193.0.0 ([#4643](https://github.com/MetaMask/core/pull/4643)) +- Release 191.0.0 ([#4639](https://github.com/MetaMask/core/pull/4639)) +- Add way to view pkg changes since latest release ([#1390](https://github.com/MetaMask/core/pull/1390)) +- Release 188.0.0 ([#4625](https://github.com/MetaMask/core/pull/4625)) +- Bump `typescript` from `~5.1.6` to `~5.2.2` ([#4584](https://github.com/MetaMask/core/pull/4584)) +- Bump `typescript` from `~5.0.4` to `~5.1.6` ([#4576](https://github.com/MetaMask/core/pull/4576)) +- Release 179.0.0 ([#4544](https://github.com/MetaMask/core/pull/4544)) +- Upgrade to TypeScript v5.0 and set `module{,Resolution}` option to `Node16` ([#3645](https://github.com/MetaMask/core/pull/3645)) +- Bump `@metamask/utils` from `^9.0.0` to `^9.1.0` ([#4529](https://github.com/MetaMask/core/pull/4529)) +- Release/172.0.0 ([#4517](https://github.com/MetaMask/core/pull/4517)) +- chore(deps): Bump `@metamask/utils` to `^9.0.0`, `@metamask/rpc-errors` to `^6.3.1` ([#4516](https://github.com/MetaMask/core/pull/4516)) +- Enable `resetMocks` Jest configuration option ([#4417](https://github.com/MetaMask/core/pull/4417)) +- Restore ESLint warnings as errors (ignoring them for now) ([#4382](https://github.com/MetaMask/core/pull/4382)) + ## [8.0.0] ### Changed diff --git a/packages/notification-controller/CHANGELOG.md b/packages/notification-controller/CHANGELOG.md index 182d9021cc..f31b04ecfd 100644 --- a/packages/notification-controller/CHANGELOG.md +++ b/packages/notification-controller/CHANGELOG.md @@ -7,6 +7,20 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### Uncategorized + +- Release 193.0.0 ([#4643](https://github.com/MetaMask/core/pull/4643)) +- Add way to view pkg changes since latest release ([#1390](https://github.com/MetaMask/core/pull/1390)) +- Release 188.0.0 ([#4625](https://github.com/MetaMask/core/pull/4625)) +- Bump `typescript` from `~5.1.6` to `~5.2.2` ([#4584](https://github.com/MetaMask/core/pull/4584)) +- Bump `typescript` from `~5.0.4` to `~5.1.6` ([#4576](https://github.com/MetaMask/core/pull/4576)) +- Release 179.0.0 ([#4544](https://github.com/MetaMask/core/pull/4544)) +- Upgrade to TypeScript v5.0 and set `module{,Resolution}` option to `Node16` ([#3645](https://github.com/MetaMask/core/pull/3645)) +- Bump `@metamask/utils` from `^9.0.0` to `^9.1.0` ([#4529](https://github.com/MetaMask/core/pull/4529)) +- Release/172.0.0 ([#4517](https://github.com/MetaMask/core/pull/4517)) +- chore(deps): Bump `@metamask/utils` to `^9.0.0`, `@metamask/rpc-errors` to `^6.3.1` ([#4516](https://github.com/MetaMask/core/pull/4516)) +- Restore ESLint warnings as errors (ignoring them for now) ([#4382](https://github.com/MetaMask/core/pull/4382)) + ## [6.0.0] ### Changed diff --git a/packages/permission-log-controller/CHANGELOG.md b/packages/permission-log-controller/CHANGELOG.md index ad1ff6dd12..4ad07b55eb 100644 --- a/packages/permission-log-controller/CHANGELOG.md +++ b/packages/permission-log-controller/CHANGELOG.md @@ -7,6 +7,20 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### Uncategorized + +- Release 193.0.0 ([#4643](https://github.com/MetaMask/core/pull/4643)) +- Add way to view pkg changes since latest release ([#1390](https://github.com/MetaMask/core/pull/1390)) +- Release 188.0.0 ([#4625](https://github.com/MetaMask/core/pull/4625)) +- Bump `typescript` from `~5.1.6` to `~5.2.2` ([#4584](https://github.com/MetaMask/core/pull/4584)) +- Bump `typescript` from `~5.0.4` to `~5.1.6` ([#4576](https://github.com/MetaMask/core/pull/4576)) +- Release 179.0.0 ([#4544](https://github.com/MetaMask/core/pull/4544)) +- Upgrade to TypeScript v5.0 and set `module{,Resolution}` option to `Node16` ([#3645](https://github.com/MetaMask/core/pull/3645)) +- Bump `@metamask/utils` from `^9.0.0` to `^9.1.0` ([#4529](https://github.com/MetaMask/core/pull/4529)) +- Release/172.0.0 ([#4517](https://github.com/MetaMask/core/pull/4517)) +- chore(deps): Bump `@metamask/utils` to `^9.0.0`, `@metamask/rpc-errors` to `^6.3.1` ([#4516](https://github.com/MetaMask/core/pull/4516)) +- Restore ESLint warnings as errors (ignoring them for now) ([#4382](https://github.com/MetaMask/core/pull/4382)) + ## [3.0.0] ### Changed diff --git a/packages/profile-sync-controller/CHANGELOG.md b/packages/profile-sync-controller/CHANGELOG.md index 4fa073df1f..0a0cd5bdac 100644 --- a/packages/profile-sync-controller/CHANGELOG.md +++ b/packages/profile-sync-controller/CHANGELOG.md @@ -7,6 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### Uncategorized + +- feat: scaffolding - update storage schema ([#4684](https://github.com/MetaMask/core/pull/4684)) +- Release 200.0.0 ([#4680](https://github.com/MetaMask/core/pull/4680)) + ## [0.5.0] ### Added diff --git a/packages/rate-limit-controller/CHANGELOG.md b/packages/rate-limit-controller/CHANGELOG.md index 91da273a4d..55c6dbc2ee 100644 --- a/packages/rate-limit-controller/CHANGELOG.md +++ b/packages/rate-limit-controller/CHANGELOG.md @@ -7,6 +7,20 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### Uncategorized + +- Release 193.0.0 ([#4643](https://github.com/MetaMask/core/pull/4643)) +- Add way to view pkg changes since latest release ([#1390](https://github.com/MetaMask/core/pull/1390)) +- Release 188.0.0 ([#4625](https://github.com/MetaMask/core/pull/4625)) +- Bump `typescript` from `~5.1.6` to `~5.2.2` ([#4584](https://github.com/MetaMask/core/pull/4584)) +- Bump `typescript` from `~5.0.4` to `~5.1.6` ([#4576](https://github.com/MetaMask/core/pull/4576)) +- Release 179.0.0 ([#4544](https://github.com/MetaMask/core/pull/4544)) +- Upgrade to TypeScript v5.0 and set `module{,Resolution}` option to `Node16` ([#3645](https://github.com/MetaMask/core/pull/3645)) +- Bump `@metamask/utils` from `^9.0.0` to `^9.1.0` ([#4529](https://github.com/MetaMask/core/pull/4529)) +- Release/172.0.0 ([#4517](https://github.com/MetaMask/core/pull/4517)) +- chore(deps): Bump `@metamask/utils` to `^9.0.0`, `@metamask/rpc-errors` to `^6.3.1` ([#4516](https://github.com/MetaMask/core/pull/4516)) +- Restore ESLint warnings as errors (ignoring them for now) ([#4382](https://github.com/MetaMask/core/pull/4382)) + ## [6.0.0] ### Changed diff --git a/packages/selected-network-controller/CHANGELOG.md b/packages/selected-network-controller/CHANGELOG.md index c1a0b92684..521de968ca 100644 --- a/packages/selected-network-controller/CHANGELOG.md +++ b/packages/selected-network-controller/CHANGELOG.md @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### Uncategorized + +- selected network controller: redirect domains to default endpoint ([#4679](https://github.com/MetaMask/core/pull/4679)) + ## [18.0.0] ### Changed diff --git a/packages/signature-controller/CHANGELOG.md b/packages/signature-controller/CHANGELOG.md index 15528a0342..5ef3c97040 100644 --- a/packages/signature-controller/CHANGELOG.md +++ b/packages/signature-controller/CHANGELOG.md @@ -7,6 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### Uncategorized + +- feat: Add initial tracing to `SignatureController` ([#4655](https://github.com/MetaMask/core/pull/4655)) +- Release 194.0.0 ([#4651](https://github.com/MetaMask/core/pull/4651)) + ## [19.0.0] ### Changed diff --git a/packages/transaction-controller/CHANGELOG.md b/packages/transaction-controller/CHANGELOG.md index dae1281d67..be1d23698a 100644 --- a/packages/transaction-controller/CHANGELOG.md +++ b/packages/transaction-controller/CHANGELOG.md @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### Uncategorized + +- feat: Add initial tracing to `SignatureController` ([#4655](https://github.com/MetaMask/core/pull/4655)) + ## [36.1.0] ### Added diff --git a/packages/user-operation-controller/CHANGELOG.md b/packages/user-operation-controller/CHANGELOG.md index bab38635d5..9e79edae8e 100644 --- a/packages/user-operation-controller/CHANGELOG.md +++ b/packages/user-operation-controller/CHANGELOG.md @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### Uncategorized + +- Release 201.0.0 ([#4686](https://github.com/MetaMask/core/pull/4686)) + ## [15.0.0] ### Changed From 59ed96b04b5cefd7005f62bb23a8069ac1a0e409 Mon Sep 17 00:00:00 2001 From: OGPoyraz Date: Wed, 11 Sep 2024 15:55:32 +0200 Subject: [PATCH 2/9] Update Release 202.0.0 --- package.json | 2 +- packages/address-book-controller/package.json | 2 +- packages/announcement-controller/CHANGELOG.md | 11 ----- packages/assets-controllers/CHANGELOG.md | 6 --- packages/assets-controllers/package.json | 2 +- packages/build-utils/CHANGELOG.md | 9 ----- packages/chain-controller/CHANGELOG.md | 9 ----- packages/controller-utils/CHANGELOG.md | 5 ++- packages/controller-utils/package.json | 2 +- packages/ens-controller/package.json | 2 +- packages/eth-json-rpc-provider/CHANGELOG.md | 4 -- packages/gas-fee-controller/package.json | 2 +- packages/json-rpc-engine/CHANGELOG.md | 19 +++------ .../json-rpc-middleware-stream/CHANGELOG.md | 26 +++++------- packages/keyring-controller/CHANGELOG.md | 4 -- packages/logging-controller/CHANGELOG.md | 4 -- packages/logging-controller/package.json | 2 +- packages/message-manager/package.json | 2 +- packages/name-controller/CHANGELOG.md | 17 -------- packages/name-controller/package.json | 2 +- packages/network-controller/package.json | 2 +- packages/notification-controller/CHANGELOG.md | 14 ------- .../package.json | 2 +- packages/permission-controller/package.json | 2 +- .../permission-log-controller/CHANGELOG.md | 14 ------- packages/phishing-controller/package.json | 2 +- packages/polling-controller/package.json | 2 +- packages/preferences-controller/package.json | 2 +- packages/profile-sync-controller/CHANGELOG.md | 5 --- .../queued-request-controller/package.json | 2 +- packages/rate-limit-controller/CHANGELOG.md | 14 ------- .../selected-network-controller/CHANGELOG.md | 4 -- packages/signature-controller/CHANGELOG.md | 5 ++- packages/signature-controller/package.json | 4 +- packages/transaction-controller/CHANGELOG.md | 5 ++- packages/transaction-controller/package.json | 4 +- .../user-operation-controller/CHANGELOG.md | 4 -- .../user-operation-controller/package.json | 4 +- yarn.lock | 40 +++++++++---------- 39 files changed, 70 insertions(+), 193 deletions(-) diff --git a/package.json b/package.json index d5a24d8cd3..c40f1949e4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@metamask/core-monorepo", - "version": "201.0.0", + "version": "202.0.0", "private": true, "description": "Monorepo for packages shared between MetaMask clients", "repository": { diff --git a/packages/address-book-controller/package.json b/packages/address-book-controller/package.json index f7fccf51fc..117052ed7c 100644 --- a/packages/address-book-controller/package.json +++ b/packages/address-book-controller/package.json @@ -43,7 +43,7 @@ }, "dependencies": { "@metamask/base-controller": "^7.0.0", - "@metamask/controller-utils": "^11.2.0", + "@metamask/controller-utils": "^11.3.0", "@metamask/utils": "^9.1.0" }, "devDependencies": { diff --git a/packages/announcement-controller/CHANGELOG.md b/packages/announcement-controller/CHANGELOG.md index d76d3cf054..7f4779d944 100644 --- a/packages/announcement-controller/CHANGELOG.md +++ b/packages/announcement-controller/CHANGELOG.md @@ -7,17 +7,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] -### Uncategorized - -- Release 193.0.0 ([#4643](https://github.com/MetaMask/core/pull/4643)) -- Add way to view pkg changes since latest release ([#1390](https://github.com/MetaMask/core/pull/1390)) -- Release 188.0.0 ([#4625](https://github.com/MetaMask/core/pull/4625)) -- Bump `typescript` from `~5.1.6` to `~5.2.2` ([#4584](https://github.com/MetaMask/core/pull/4584)) -- Bump `typescript` from `~5.0.4` to `~5.1.6` ([#4576](https://github.com/MetaMask/core/pull/4576)) -- Release 179.0.0 ([#4544](https://github.com/MetaMask/core/pull/4544)) -- Upgrade to TypeScript v5.0 and set `module{,Resolution}` option to `Node16` ([#3645](https://github.com/MetaMask/core/pull/3645)) -- Release/172.0.0 ([#4517](https://github.com/MetaMask/core/pull/4517)) - ## [7.0.0] ### Changed diff --git a/packages/assets-controllers/CHANGELOG.md b/packages/assets-controllers/CHANGELOG.md index 4ff60ff217..73608c6d89 100644 --- a/packages/assets-controllers/CHANGELOG.md +++ b/packages/assets-controllers/CHANGELOG.md @@ -7,12 +7,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] -### Uncategorized - -- Release 200.0.0 ([#4680](https://github.com/MetaMask/core/pull/4680)) -- don't update currency rates on transient errors ([#4662](https://github.com/MetaMask/core/pull/4662)) -- fix: fallback conversion rate for token market data ([#4615](https://github.com/MetaMask/core/pull/4615)) - ## [38.0.0] ### Added diff --git a/packages/assets-controllers/package.json b/packages/assets-controllers/package.json index 11e488cf0e..bab2b04dca 100644 --- a/packages/assets-controllers/package.json +++ b/packages/assets-controllers/package.json @@ -50,7 +50,7 @@ "@metamask/abi-utils": "^2.0.3", "@metamask/base-controller": "^7.0.0", "@metamask/contract-metadata": "^2.4.0", - "@metamask/controller-utils": "^11.2.0", + "@metamask/controller-utils": "^11.3.0", "@metamask/eth-query": "^4.0.0", "@metamask/metamask-eth-abis": "^3.1.1", "@metamask/polling-controller": "^10.0.0", diff --git a/packages/build-utils/CHANGELOG.md b/packages/build-utils/CHANGELOG.md index ef5a5e429c..2979089780 100644 --- a/packages/build-utils/CHANGELOG.md +++ b/packages/build-utils/CHANGELOG.md @@ -7,15 +7,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] -### Uncategorized - -- Add way to view pkg changes since latest release ([#1390](https://github.com/MetaMask/core/pull/1390)) -- Bump `typescript` from `~5.1.6` to `~5.2.2` ([#4584](https://github.com/MetaMask/core/pull/4584)) -- Bump `typescript` from `~5.0.4` to `~5.1.6` ([#4576](https://github.com/MetaMask/core/pull/4576)) -- Upgrade to TypeScript v5.0 and set `module{,Resolution}` option to `Node16` ([#3645](https://github.com/MetaMask/core/pull/3645)) -- Bump `@metamask/utils` from `^9.0.0` to `^9.1.0` ([#4529](https://github.com/MetaMask/core/pull/4529)) -- chore(deps): Bump `@metamask/utils` to `^9.0.0`, `@metamask/rpc-errors` to `^6.3.1` ([#4516](https://github.com/MetaMask/core/pull/4516)) - ## [3.0.0] ### Changed diff --git a/packages/chain-controller/CHANGELOG.md b/packages/chain-controller/CHANGELOG.md index cc0be1f74f..b34c828f27 100644 --- a/packages/chain-controller/CHANGELOG.md +++ b/packages/chain-controller/CHANGELOG.md @@ -7,15 +7,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] -### Uncategorized - -- Release 193.0.0 ([#4643](https://github.com/MetaMask/core/pull/4643)) -- Add way to view pkg changes since latest release ([#1390](https://github.com/MetaMask/core/pull/1390)) -- Release 188.0.0 ([#4625](https://github.com/MetaMask/core/pull/4625)) -- Bump `typescript` from `~5.1.6` to `~5.2.2` ([#4584](https://github.com/MetaMask/core/pull/4584)) -- chore: bump `@metamask/keyring-api` to version `8.1.0` ([#4594](https://github.com/MetaMask/core/pull/4594)) -- Bump `typescript` from `~5.0.4` to `~5.1.6` ([#4576](https://github.com/MetaMask/core/pull/4576)) - ## [0.1.1] ### Changed diff --git a/packages/controller-utils/CHANGELOG.md b/packages/controller-utils/CHANGELOG.md index 9eb6e19038..be123d8d18 100644 --- a/packages/controller-utils/CHANGELOG.md +++ b/packages/controller-utils/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [11.3.0] + ### Uncategorized - feat: Add initial tracing to `SignatureController` ([#4655](https://github.com/MetaMask/core/pull/4655)) @@ -381,7 +383,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@11.2.0...HEAD +[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/controller-utils@11.3.0...HEAD +[11.3.0]: https://github.com/MetaMask/core/compare/@metamask/controller-utils@11.2.0...@metamask/controller-utils@11.3.0 [11.2.0]: https://github.com/MetaMask/core/compare/@metamask/controller-utils@11.1.0...@metamask/controller-utils@11.2.0 [11.1.0]: https://github.com/MetaMask/core/compare/@metamask/controller-utils@11.0.2...@metamask/controller-utils@11.1.0 [11.0.2]: https://github.com/MetaMask/core/compare/@metamask/controller-utils@11.0.1...@metamask/controller-utils@11.0.2 diff --git a/packages/controller-utils/package.json b/packages/controller-utils/package.json index 8cdfc9bae2..50d48bed94 100644 --- a/packages/controller-utils/package.json +++ b/packages/controller-utils/package.json @@ -1,6 +1,6 @@ { "name": "@metamask/controller-utils", - "version": "11.2.0", + "version": "11.3.0", "description": "Data and convenience functions shared by multiple packages", "keywords": [ "MetaMask", diff --git a/packages/ens-controller/package.json b/packages/ens-controller/package.json index 6c32dfad53..85a9694ffd 100644 --- a/packages/ens-controller/package.json +++ b/packages/ens-controller/package.json @@ -44,7 +44,7 @@ "dependencies": { "@ethersproject/providers": "^5.7.0", "@metamask/base-controller": "^7.0.0", - "@metamask/controller-utils": "^11.2.0", + "@metamask/controller-utils": "^11.3.0", "@metamask/utils": "^9.1.0", "punycode": "^2.1.1" }, diff --git a/packages/eth-json-rpc-provider/CHANGELOG.md b/packages/eth-json-rpc-provider/CHANGELOG.md index 5811f06223..d49c618009 100644 --- a/packages/eth-json-rpc-provider/CHANGELOG.md +++ b/packages/eth-json-rpc-provider/CHANGELOG.md @@ -7,10 +7,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] -### Uncategorized - -- Add way to view pkg changes since latest release ([#1390](https://github.com/MetaMask/core/pull/1390)) - ## [4.1.3] ### Changed diff --git a/packages/gas-fee-controller/package.json b/packages/gas-fee-controller/package.json index ca7e306198..e282a642b7 100644 --- a/packages/gas-fee-controller/package.json +++ b/packages/gas-fee-controller/package.json @@ -43,7 +43,7 @@ }, "dependencies": { "@metamask/base-controller": "^7.0.0", - "@metamask/controller-utils": "^11.2.0", + "@metamask/controller-utils": "^11.3.0", "@metamask/eth-query": "^4.0.0", "@metamask/ethjs-unit": "^0.3.0", "@metamask/polling-controller": "^10.0.0", diff --git a/packages/json-rpc-engine/CHANGELOG.md b/packages/json-rpc-engine/CHANGELOG.md index 5b3f2daade..1c56fb1947 100644 --- a/packages/json-rpc-engine/CHANGELOG.md +++ b/packages/json-rpc-engine/CHANGELOG.md @@ -7,13 +7,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] -### Uncategorized - -- Add way to view pkg changes since latest release ([#1390](https://github.com/MetaMask/core/pull/1390)) -- Bump `typescript` from `~5.1.6` to `~5.2.2` ([#4584](https://github.com/MetaMask/core/pull/4584)) -- Bump `typescript` from `~5.0.4` to `~5.1.6` ([#4576](https://github.com/MetaMask/core/pull/4576)) -- Release 180.0.0 ([#4548](https://github.com/MetaMask/core/pull/4548)) - ## [9.0.2] ### Changed @@ -202,9 +195,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 [7.2.0]: https://github.com/MetaMask/core/compare/@metamask/json-rpc-engine@7.1.1...@metamask/json-rpc-engine@7.2.0 [7.1.1]: https://github.com/MetaMask/core/compare/@metamask/json-rpc-engine@7.1.0...@metamask/json-rpc-engine@7.1.1 [7.1.0]: https://github.com/MetaMask/core/compare/@metamask/json-rpc-engine@7.0.0...@metamask/json-rpc-engine@7.1.0 -[7.0.0]: https://github.com/MetaMask/core/compare/@metamask/json-rpc-engine@6.1.0...@metamask/json-rpc-engine@7.0.0 -[6.1.0]: https://github.com/MetaMask/core/compare/@metamask/json-rpc-engine@6.0.0...@metamask/json-rpc-engine@6.1.0 -[6.0.0]: https://github.com/MetaMask/core/compare/@metamask/json-rpc-engine@5.4.0...@metamask/json-rpc-engine@6.0.0 -[5.4.0]: https://github.com/MetaMask/core/compare/@metamask/json-rpc-engine@5.3.0...@metamask/json-rpc-engine@5.4.0 -[5.3.0]: https://github.com/MetaMask/core/compare/@metamask/json-rpc-engine@5.2.0...@metamask/json-rpc-engine@5.3.0 -[5.2.0]: https://github.com/MetaMask/core/releases/tag/@metamask/json-rpc-engine@5.2.0 +[7.0.0]: https://github.com/MetaMask/core/compare/json-rpc-engine@6.1.0...@metamask/json-rpc-engine@7.0.0 +[6.1.0]: https://github.com/MetaMask/core/compare/json-rpc-engine@6.0.0...json-rpc-engine@6.1.0 +[6.0.0]: https://github.com/MetaMask/core/compare/json-rpc-engine@5.4.0...json-rpc-engine@6.0.0 +[5.4.0]: https://github.com/MetaMask/core/compare/json-rpc-engine@5.3.0...json-rpc-engine@5.4.0 +[5.3.0]: https://github.com/MetaMask/core/compare/json-rpc-engine@5.2.0...json-rpc-engine@5.3.0 +[5.2.0]: https://github.com/MetaMask/core/releases/tag/json-rpc-engine@5.2.0 diff --git a/packages/json-rpc-middleware-stream/CHANGELOG.md b/packages/json-rpc-middleware-stream/CHANGELOG.md index 3c63ab0116..f785b6119c 100644 --- a/packages/json-rpc-middleware-stream/CHANGELOG.md +++ b/packages/json-rpc-middleware-stream/CHANGELOG.md @@ -7,12 +7,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] -### Uncategorized - -- Add way to view pkg changes since latest release ([#1390](https://github.com/MetaMask/core/pull/1390)) -- Bump `typescript` from `~5.1.6` to `~5.2.2` ([#4584](https://github.com/MetaMask/core/pull/4584)) -- Bump `typescript` from `~5.0.4` to `~5.1.6` ([#4576](https://github.com/MetaMask/core/pull/4576)) - ## [8.0.2] ### Uncategorized @@ -164,13 +158,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 [7.0.0]: https://github.com/MetaMask/core/compare/@metamask/json-rpc-middleware-stream@6.0.2...@metamask/json-rpc-middleware-stream@7.0.0 [6.0.2]: https://github.com/MetaMask/core/compare/@metamask/json-rpc-middleware-stream@6.0.1...@metamask/json-rpc-middleware-stream@6.0.2 [6.0.1]: https://github.com/MetaMask/core/compare/@metamask/json-rpc-middleware-stream@6.0.0...@metamask/json-rpc-middleware-stream@6.0.1 -[6.0.0]: https://github.com/MetaMask/core/compare/@metamask/json-rpc-middleware-stream@5.0.1...@metamask/json-rpc-middleware-stream@6.0.0 -[5.0.1]: https://github.com/MetaMask/core/compare/@metamask/json-rpc-middleware-stream@5.0.0...@metamask/json-rpc-middleware-stream@5.0.1 -[5.0.0]: https://github.com/MetaMask/core/compare/@metamask/json-rpc-middleware-stream@4.2.3...@metamask/json-rpc-middleware-stream@5.0.0 -[4.2.3]: https://github.com/MetaMask/core/compare/@metamask/json-rpc-middleware-stream@4.2.2...@metamask/json-rpc-middleware-stream@4.2.3 -[4.2.2]: https://github.com/MetaMask/core/compare/@metamask/json-rpc-middleware-stream@4.2.1...@metamask/json-rpc-middleware-stream@4.2.2 -[4.2.1]: https://github.com/MetaMask/core/compare/@metamask/json-rpc-middleware-stream@4.2.0...@metamask/json-rpc-middleware-stream@4.2.1 -[4.2.0]: https://github.com/MetaMask/core/compare/@metamask/json-rpc-middleware-stream@4.1.0...@metamask/json-rpc-middleware-stream@4.2.0 -[4.1.0]: https://github.com/MetaMask/core/compare/@metamask/json-rpc-middleware-stream@4.0.0...@metamask/json-rpc-middleware-stream@4.1.0 -[4.0.0]: https://github.com/MetaMask/core/compare/@metamask/json-rpc-middleware-stream@3.0.0...@metamask/json-rpc-middleware-stream@4.0.0 -[3.0.0]: https://github.com/MetaMask/core/releases/tag/@metamask/json-rpc-middleware-stream@3.0.0 +[6.0.0]: https://github.com/MetaMask/core/compare/json-rpc-middleware-stream@5.0.1...@metamask/json-rpc-middleware-stream@6.0.0 +[5.0.1]: https://github.com/MetaMask/core/compare/json-rpc-middleware-stream@5.0.0...json-rpc-middleware-stream@5.0.1 +[5.0.0]: https://github.com/MetaMask/core/compare/json-rpc-middleware-stream@4.2.3...json-rpc-middleware-stream@5.0.0 +[4.2.3]: https://github.com/MetaMask/core/compare/json-rpc-middleware-stream@4.2.2...json-rpc-middleware-stream@4.2.3 +[4.2.2]: https://github.com/MetaMask/core/compare/json-rpc-middleware-stream@4.2.1...json-rpc-middleware-stream@4.2.2 +[4.2.1]: https://github.com/MetaMask/core/compare/json-rpc-middleware-stream@4.2.0...json-rpc-middleware-stream@4.2.1 +[4.2.0]: https://github.com/MetaMask/core/compare/json-rpc-middleware-stream@4.1.0...json-rpc-middleware-stream@4.2.0 +[4.1.0]: https://github.com/MetaMask/core/compare/json-rpc-middleware-stream@4.0.0...json-rpc-middleware-stream@4.1.0 +[4.0.0]: https://github.com/MetaMask/core/compare/json-rpc-middleware-stream@3.0.0...json-rpc-middleware-stream@4.0.0 +[3.0.0]: https://github.com/MetaMask/core/releases/tag/json-rpc-middleware-stream@3.0.0 diff --git a/packages/keyring-controller/CHANGELOG.md b/packages/keyring-controller/CHANGELOG.md index ee5ada7321..41f035bfc3 100644 --- a/packages/keyring-controller/CHANGELOG.md +++ b/packages/keyring-controller/CHANGELOG.md @@ -7,10 +7,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] -### Uncategorized - -- Release 194.0.0 ([#4651](https://github.com/MetaMask/core/pull/4651)) - ## [17.2.0] ### Added diff --git a/packages/logging-controller/CHANGELOG.md b/packages/logging-controller/CHANGELOG.md index 7980d3830a..1637584baa 100644 --- a/packages/logging-controller/CHANGELOG.md +++ b/packages/logging-controller/CHANGELOG.md @@ -7,10 +7,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] -### Uncategorized - -- Release 194.0.0 ([#4651](https://github.com/MetaMask/core/pull/4651)) - ## [6.0.0] ### Added diff --git a/packages/logging-controller/package.json b/packages/logging-controller/package.json index 3749ca89fd..d05b37ec3a 100644 --- a/packages/logging-controller/package.json +++ b/packages/logging-controller/package.json @@ -43,7 +43,7 @@ }, "dependencies": { "@metamask/base-controller": "^7.0.0", - "@metamask/controller-utils": "^11.2.0", + "@metamask/controller-utils": "^11.3.0", "uuid": "^8.3.2" }, "devDependencies": { diff --git a/packages/message-manager/package.json b/packages/message-manager/package.json index 31adb92e91..ff5edf28f9 100644 --- a/packages/message-manager/package.json +++ b/packages/message-manager/package.json @@ -43,7 +43,7 @@ }, "dependencies": { "@metamask/base-controller": "^7.0.0", - "@metamask/controller-utils": "^11.2.0", + "@metamask/controller-utils": "^11.3.0", "@metamask/eth-sig-util": "^7.0.1", "@metamask/utils": "^9.1.0", "@types/uuid": "^8.3.0", diff --git a/packages/name-controller/CHANGELOG.md b/packages/name-controller/CHANGELOG.md index ace379ec04..1d76978d49 100644 --- a/packages/name-controller/CHANGELOG.md +++ b/packages/name-controller/CHANGELOG.md @@ -7,23 +7,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] -### Uncategorized - -- Release 194.0.0 ([#4651](https://github.com/MetaMask/core/pull/4651)) -- Release 193.0.0 ([#4643](https://github.com/MetaMask/core/pull/4643)) -- Release 191.0.0 ([#4639](https://github.com/MetaMask/core/pull/4639)) -- Add way to view pkg changes since latest release ([#1390](https://github.com/MetaMask/core/pull/1390)) -- Release 188.0.0 ([#4625](https://github.com/MetaMask/core/pull/4625)) -- Bump `typescript` from `~5.1.6` to `~5.2.2` ([#4584](https://github.com/MetaMask/core/pull/4584)) -- Bump `typescript` from `~5.0.4` to `~5.1.6` ([#4576](https://github.com/MetaMask/core/pull/4576)) -- Release 179.0.0 ([#4544](https://github.com/MetaMask/core/pull/4544)) -- Upgrade to TypeScript v5.0 and set `module{,Resolution}` option to `Node16` ([#3645](https://github.com/MetaMask/core/pull/3645)) -- Bump `@metamask/utils` from `^9.0.0` to `^9.1.0` ([#4529](https://github.com/MetaMask/core/pull/4529)) -- Release/172.0.0 ([#4517](https://github.com/MetaMask/core/pull/4517)) -- chore(deps): Bump `@metamask/utils` to `^9.0.0`, `@metamask/rpc-errors` to `^6.3.1` ([#4516](https://github.com/MetaMask/core/pull/4516)) -- Enable `resetMocks` Jest configuration option ([#4417](https://github.com/MetaMask/core/pull/4417)) -- Restore ESLint warnings as errors (ignoring them for now) ([#4382](https://github.com/MetaMask/core/pull/4382)) - ## [8.0.0] ### Changed diff --git a/packages/name-controller/package.json b/packages/name-controller/package.json index 3ec400aca2..60bf3b6758 100644 --- a/packages/name-controller/package.json +++ b/packages/name-controller/package.json @@ -44,7 +44,7 @@ }, "dependencies": { "@metamask/base-controller": "^7.0.0", - "@metamask/controller-utils": "^11.2.0", + "@metamask/controller-utils": "^11.3.0", "@metamask/utils": "^9.1.0", "async-mutex": "^0.5.0" }, diff --git a/packages/network-controller/package.json b/packages/network-controller/package.json index 4fd810705e..bbf3b3b3ef 100644 --- a/packages/network-controller/package.json +++ b/packages/network-controller/package.json @@ -43,7 +43,7 @@ }, "dependencies": { "@metamask/base-controller": "^7.0.0", - "@metamask/controller-utils": "^11.2.0", + "@metamask/controller-utils": "^11.3.0", "@metamask/eth-block-tracker": "^10.0.0", "@metamask/eth-json-rpc-infura": "^9.1.0", "@metamask/eth-json-rpc-middleware": "^13.0.0", diff --git a/packages/notification-controller/CHANGELOG.md b/packages/notification-controller/CHANGELOG.md index f31b04ecfd..182d9021cc 100644 --- a/packages/notification-controller/CHANGELOG.md +++ b/packages/notification-controller/CHANGELOG.md @@ -7,20 +7,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] -### Uncategorized - -- Release 193.0.0 ([#4643](https://github.com/MetaMask/core/pull/4643)) -- Add way to view pkg changes since latest release ([#1390](https://github.com/MetaMask/core/pull/1390)) -- Release 188.0.0 ([#4625](https://github.com/MetaMask/core/pull/4625)) -- Bump `typescript` from `~5.1.6` to `~5.2.2` ([#4584](https://github.com/MetaMask/core/pull/4584)) -- Bump `typescript` from `~5.0.4` to `~5.1.6` ([#4576](https://github.com/MetaMask/core/pull/4576)) -- Release 179.0.0 ([#4544](https://github.com/MetaMask/core/pull/4544)) -- Upgrade to TypeScript v5.0 and set `module{,Resolution}` option to `Node16` ([#3645](https://github.com/MetaMask/core/pull/3645)) -- Bump `@metamask/utils` from `^9.0.0` to `^9.1.0` ([#4529](https://github.com/MetaMask/core/pull/4529)) -- Release/172.0.0 ([#4517](https://github.com/MetaMask/core/pull/4517)) -- chore(deps): Bump `@metamask/utils` to `^9.0.0`, `@metamask/rpc-errors` to `^6.3.1` ([#4516](https://github.com/MetaMask/core/pull/4516)) -- Restore ESLint warnings as errors (ignoring them for now) ([#4382](https://github.com/MetaMask/core/pull/4382)) - ## [6.0.0] ### Changed diff --git a/packages/notification-services-controller/package.json b/packages/notification-services-controller/package.json index c6e7d0b2ae..0ac95dbaf6 100644 --- a/packages/notification-services-controller/package.json +++ b/packages/notification-services-controller/package.json @@ -71,7 +71,7 @@ "dependencies": { "@contentful/rich-text-html-renderer": "^16.5.2", "@metamask/base-controller": "^7.0.0", - "@metamask/controller-utils": "^11.2.0", + "@metamask/controller-utils": "^11.3.0", "bignumber.js": "^4.1.0", "firebase": "^10.11.0", "loglevel": "^1.8.1", diff --git a/packages/permission-controller/package.json b/packages/permission-controller/package.json index 422a7d0260..f6774757e6 100644 --- a/packages/permission-controller/package.json +++ b/packages/permission-controller/package.json @@ -43,7 +43,7 @@ }, "dependencies": { "@metamask/base-controller": "^7.0.0", - "@metamask/controller-utils": "^11.2.0", + "@metamask/controller-utils": "^11.3.0", "@metamask/json-rpc-engine": "^9.0.2", "@metamask/rpc-errors": "^6.3.1", "@metamask/utils": "^9.1.0", diff --git a/packages/permission-log-controller/CHANGELOG.md b/packages/permission-log-controller/CHANGELOG.md index 4ad07b55eb..ad1ff6dd12 100644 --- a/packages/permission-log-controller/CHANGELOG.md +++ b/packages/permission-log-controller/CHANGELOG.md @@ -7,20 +7,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] -### Uncategorized - -- Release 193.0.0 ([#4643](https://github.com/MetaMask/core/pull/4643)) -- Add way to view pkg changes since latest release ([#1390](https://github.com/MetaMask/core/pull/1390)) -- Release 188.0.0 ([#4625](https://github.com/MetaMask/core/pull/4625)) -- Bump `typescript` from `~5.1.6` to `~5.2.2` ([#4584](https://github.com/MetaMask/core/pull/4584)) -- Bump `typescript` from `~5.0.4` to `~5.1.6` ([#4576](https://github.com/MetaMask/core/pull/4576)) -- Release 179.0.0 ([#4544](https://github.com/MetaMask/core/pull/4544)) -- Upgrade to TypeScript v5.0 and set `module{,Resolution}` option to `Node16` ([#3645](https://github.com/MetaMask/core/pull/3645)) -- Bump `@metamask/utils` from `^9.0.0` to `^9.1.0` ([#4529](https://github.com/MetaMask/core/pull/4529)) -- Release/172.0.0 ([#4517](https://github.com/MetaMask/core/pull/4517)) -- chore(deps): Bump `@metamask/utils` to `^9.0.0`, `@metamask/rpc-errors` to `^6.3.1` ([#4516](https://github.com/MetaMask/core/pull/4516)) -- Restore ESLint warnings as errors (ignoring them for now) ([#4382](https://github.com/MetaMask/core/pull/4382)) - ## [3.0.0] ### Changed diff --git a/packages/phishing-controller/package.json b/packages/phishing-controller/package.json index 71b7f64f84..e9e9c3939f 100644 --- a/packages/phishing-controller/package.json +++ b/packages/phishing-controller/package.json @@ -43,7 +43,7 @@ }, "dependencies": { "@metamask/base-controller": "^7.0.0", - "@metamask/controller-utils": "^11.2.0", + "@metamask/controller-utils": "^11.3.0", "@noble/hashes": "^1.4.0", "@types/punycode": "^2.1.0", "eth-phishing-detect": "^1.2.0", diff --git a/packages/polling-controller/package.json b/packages/polling-controller/package.json index 05b67ef5ea..64571c65b6 100644 --- a/packages/polling-controller/package.json +++ b/packages/polling-controller/package.json @@ -43,7 +43,7 @@ }, "dependencies": { "@metamask/base-controller": "^7.0.0", - "@metamask/controller-utils": "^11.2.0", + "@metamask/controller-utils": "^11.3.0", "@metamask/utils": "^9.1.0", "@types/uuid": "^8.3.0", "fast-json-stable-stringify": "^2.1.0", diff --git a/packages/preferences-controller/package.json b/packages/preferences-controller/package.json index 136a211440..a0b45cc99c 100644 --- a/packages/preferences-controller/package.json +++ b/packages/preferences-controller/package.json @@ -43,7 +43,7 @@ }, "dependencies": { "@metamask/base-controller": "^7.0.0", - "@metamask/controller-utils": "^11.2.0" + "@metamask/controller-utils": "^11.3.0" }, "devDependencies": { "@metamask/auto-changelog": "^3.4.4", diff --git a/packages/profile-sync-controller/CHANGELOG.md b/packages/profile-sync-controller/CHANGELOG.md index 0a0cd5bdac..4fa073df1f 100644 --- a/packages/profile-sync-controller/CHANGELOG.md +++ b/packages/profile-sync-controller/CHANGELOG.md @@ -7,11 +7,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] -### Uncategorized - -- feat: scaffolding - update storage schema ([#4684](https://github.com/MetaMask/core/pull/4684)) -- Release 200.0.0 ([#4680](https://github.com/MetaMask/core/pull/4680)) - ## [0.5.0] ### Added diff --git a/packages/queued-request-controller/package.json b/packages/queued-request-controller/package.json index effd062ead..a00d668acd 100644 --- a/packages/queued-request-controller/package.json +++ b/packages/queued-request-controller/package.json @@ -43,7 +43,7 @@ }, "dependencies": { "@metamask/base-controller": "^7.0.0", - "@metamask/controller-utils": "^11.2.0", + "@metamask/controller-utils": "^11.3.0", "@metamask/json-rpc-engine": "^9.0.2", "@metamask/rpc-errors": "^6.3.1", "@metamask/swappable-obj-proxy": "^2.2.0", diff --git a/packages/rate-limit-controller/CHANGELOG.md b/packages/rate-limit-controller/CHANGELOG.md index 55c6dbc2ee..91da273a4d 100644 --- a/packages/rate-limit-controller/CHANGELOG.md +++ b/packages/rate-limit-controller/CHANGELOG.md @@ -7,20 +7,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] -### Uncategorized - -- Release 193.0.0 ([#4643](https://github.com/MetaMask/core/pull/4643)) -- Add way to view pkg changes since latest release ([#1390](https://github.com/MetaMask/core/pull/1390)) -- Release 188.0.0 ([#4625](https://github.com/MetaMask/core/pull/4625)) -- Bump `typescript` from `~5.1.6` to `~5.2.2` ([#4584](https://github.com/MetaMask/core/pull/4584)) -- Bump `typescript` from `~5.0.4` to `~5.1.6` ([#4576](https://github.com/MetaMask/core/pull/4576)) -- Release 179.0.0 ([#4544](https://github.com/MetaMask/core/pull/4544)) -- Upgrade to TypeScript v5.0 and set `module{,Resolution}` option to `Node16` ([#3645](https://github.com/MetaMask/core/pull/3645)) -- Bump `@metamask/utils` from `^9.0.0` to `^9.1.0` ([#4529](https://github.com/MetaMask/core/pull/4529)) -- Release/172.0.0 ([#4517](https://github.com/MetaMask/core/pull/4517)) -- chore(deps): Bump `@metamask/utils` to `^9.0.0`, `@metamask/rpc-errors` to `^6.3.1` ([#4516](https://github.com/MetaMask/core/pull/4516)) -- Restore ESLint warnings as errors (ignoring them for now) ([#4382](https://github.com/MetaMask/core/pull/4382)) - ## [6.0.0] ### Changed diff --git a/packages/selected-network-controller/CHANGELOG.md b/packages/selected-network-controller/CHANGELOG.md index 521de968ca..c1a0b92684 100644 --- a/packages/selected-network-controller/CHANGELOG.md +++ b/packages/selected-network-controller/CHANGELOG.md @@ -7,10 +7,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] -### Uncategorized - -- selected network controller: redirect domains to default endpoint ([#4679](https://github.com/MetaMask/core/pull/4679)) - ## [18.0.0] ### Changed diff --git a/packages/signature-controller/CHANGELOG.md b/packages/signature-controller/CHANGELOG.md index 5ef3c97040..e49c15eb6f 100644 --- a/packages/signature-controller/CHANGELOG.md +++ b/packages/signature-controller/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [19.1.0] + ### Uncategorized - feat: Add initial tracing to `SignatureController` ([#4655](https://github.com/MetaMask/core/pull/4655)) @@ -309,7 +311,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Initial release ([#1214](https://github.com/MetaMask/core/pull/1214)) -[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/signature-controller@19.0.0...HEAD +[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/signature-controller@19.1.0...HEAD +[19.1.0]: https://github.com/MetaMask/core/compare/@metamask/signature-controller@19.0.0...@metamask/signature-controller@19.1.0 [19.0.0]: https://github.com/MetaMask/core/compare/@metamask/signature-controller@18.1.0...@metamask/signature-controller@19.0.0 [18.1.0]: https://github.com/MetaMask/core/compare/@metamask/signature-controller@18.0.1...@metamask/signature-controller@18.1.0 [18.0.1]: https://github.com/MetaMask/core/compare/@metamask/signature-controller@18.0.0...@metamask/signature-controller@18.0.1 diff --git a/packages/signature-controller/package.json b/packages/signature-controller/package.json index 24fc38ac63..79feeeae07 100644 --- a/packages/signature-controller/package.json +++ b/packages/signature-controller/package.json @@ -1,6 +1,6 @@ { "name": "@metamask/signature-controller", - "version": "19.0.0", + "version": "19.1.0", "description": "Processes signing requests in order to sign arbitrary and typed data", "keywords": [ "MetaMask", @@ -43,7 +43,7 @@ }, "dependencies": { "@metamask/base-controller": "^7.0.0", - "@metamask/controller-utils": "^11.2.0", + "@metamask/controller-utils": "^11.3.0", "@metamask/message-manager": "^10.1.0", "@metamask/utils": "^9.1.0", "lodash": "^4.17.21" diff --git a/packages/transaction-controller/CHANGELOG.md b/packages/transaction-controller/CHANGELOG.md index be1d23698a..f6ff23ea54 100644 --- a/packages/transaction-controller/CHANGELOG.md +++ b/packages/transaction-controller/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [36.2.0] + ### Uncategorized - feat: Add initial tracing to `SignatureController` ([#4655](https://github.com/MetaMask/core/pull/4655)) @@ -997,7 +999,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/transaction-controller@36.1.0...HEAD +[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/transaction-controller@36.2.0...HEAD +[36.2.0]: https://github.com/MetaMask/core/compare/@metamask/transaction-controller@36.1.0...@metamask/transaction-controller@36.2.0 [36.1.0]: https://github.com/MetaMask/core/compare/@metamask/transaction-controller@36.0.0...@metamask/transaction-controller@36.1.0 [36.0.0]: https://github.com/MetaMask/core/compare/@metamask/transaction-controller@35.2.0...@metamask/transaction-controller@36.0.0 [35.2.0]: https://github.com/MetaMask/core/compare/@metamask/transaction-controller@35.1.1...@metamask/transaction-controller@35.2.0 diff --git a/packages/transaction-controller/package.json b/packages/transaction-controller/package.json index e97de4d80a..09e1d5185a 100644 --- a/packages/transaction-controller/package.json +++ b/packages/transaction-controller/package.json @@ -1,6 +1,6 @@ { "name": "@metamask/transaction-controller", - "version": "36.1.0", + "version": "36.2.0", "description": "Stores transactions alongside their periodically updated statuses and manages interactions such as approval and cancellation", "keywords": [ "MetaMask", @@ -49,7 +49,7 @@ "@ethersproject/contracts": "^5.7.0", "@ethersproject/providers": "^5.7.0", "@metamask/base-controller": "^7.0.0", - "@metamask/controller-utils": "^11.2.0", + "@metamask/controller-utils": "^11.3.0", "@metamask/eth-query": "^4.0.0", "@metamask/metamask-eth-abis": "^3.1.1", "@metamask/nonce-tracker": "^6.0.0", diff --git a/packages/user-operation-controller/CHANGELOG.md b/packages/user-operation-controller/CHANGELOG.md index 9e79edae8e..bab38635d5 100644 --- a/packages/user-operation-controller/CHANGELOG.md +++ b/packages/user-operation-controller/CHANGELOG.md @@ -7,10 +7,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] -### Uncategorized - -- Release 201.0.0 ([#4686](https://github.com/MetaMask/core/pull/4686)) - ## [15.0.0] ### Changed diff --git a/packages/user-operation-controller/package.json b/packages/user-operation-controller/package.json index 74ac518005..385a3b3b0b 100644 --- a/packages/user-operation-controller/package.json +++ b/packages/user-operation-controller/package.json @@ -44,7 +44,7 @@ }, "dependencies": { "@metamask/base-controller": "^7.0.0", - "@metamask/controller-utils": "^11.2.0", + "@metamask/controller-utils": "^11.3.0", "@metamask/eth-query": "^4.0.0", "@metamask/polling-controller": "^10.0.0", "@metamask/rpc-errors": "^6.3.1", @@ -61,7 +61,7 @@ "@metamask/gas-fee-controller": "^20.0.0", "@metamask/keyring-controller": "^17.2.0", "@metamask/network-controller": "^21.0.0", - "@metamask/transaction-controller": "^36.1.0", + "@metamask/transaction-controller": "^36.2.0", "@types/jest": "^27.4.1", "deepmerge": "^4.2.2", "jest": "^27.5.1", diff --git a/yarn.lock b/yarn.lock index 804314311c..acf165d2a3 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2236,7 +2236,7 @@ __metadata: dependencies: "@metamask/auto-changelog": "npm:^3.4.4" "@metamask/base-controller": "npm:^7.0.0" - "@metamask/controller-utils": "npm:^11.2.0" + "@metamask/controller-utils": "npm:^11.3.0" "@metamask/utils": "npm:^9.1.0" "@types/jest": "npm:^27.4.1" deepmerge: "npm:^4.2.2" @@ -2299,7 +2299,7 @@ __metadata: "@metamask/auto-changelog": "npm:^3.4.4" "@metamask/base-controller": "npm:^7.0.0" "@metamask/contract-metadata": "npm:^2.4.0" - "@metamask/controller-utils": "npm:^11.2.0" + "@metamask/controller-utils": "npm:^11.3.0" "@metamask/eth-query": "npm:^4.0.0" "@metamask/ethjs-provider-http": "npm:^0.3.0" "@metamask/keyring-api": "npm:^8.1.0" @@ -2488,7 +2488,7 @@ __metadata: languageName: node linkType: hard -"@metamask/controller-utils@npm:^11.0.2, @metamask/controller-utils@npm:^11.2.0, @metamask/controller-utils@workspace:packages/controller-utils": +"@metamask/controller-utils@npm:^11.0.2, @metamask/controller-utils@npm:^11.3.0, @metamask/controller-utils@workspace:packages/controller-utils": version: 0.0.0-use.local resolution: "@metamask/controller-utils@workspace:packages/controller-utils" dependencies: @@ -2596,7 +2596,7 @@ __metadata: "@ethersproject/providers": "npm:^5.7.0" "@metamask/auto-changelog": "npm:^3.4.4" "@metamask/base-controller": "npm:^7.0.0" - "@metamask/controller-utils": "npm:^11.2.0" + "@metamask/controller-utils": "npm:^11.3.0" "@metamask/network-controller": "npm:^21.0.0" "@metamask/utils": "npm:^9.1.0" "@types/jest": "npm:^27.4.1" @@ -2960,7 +2960,7 @@ __metadata: dependencies: "@metamask/auto-changelog": "npm:^3.4.4" "@metamask/base-controller": "npm:^7.0.0" - "@metamask/controller-utils": "npm:^11.2.0" + "@metamask/controller-utils": "npm:^11.3.0" "@metamask/eth-query": "npm:^4.0.0" "@metamask/ethjs-unit": "npm:^0.3.0" "@metamask/network-controller": "npm:^21.0.0" @@ -3110,7 +3110,7 @@ __metadata: dependencies: "@metamask/auto-changelog": "npm:^3.4.4" "@metamask/base-controller": "npm:^7.0.0" - "@metamask/controller-utils": "npm:^11.2.0" + "@metamask/controller-utils": "npm:^11.3.0" "@types/jest": "npm:^27.4.1" deepmerge: "npm:^4.2.2" jest: "npm:^27.5.1" @@ -3128,7 +3128,7 @@ __metadata: dependencies: "@metamask/auto-changelog": "npm:^3.4.4" "@metamask/base-controller": "npm:^7.0.0" - "@metamask/controller-utils": "npm:^11.2.0" + "@metamask/controller-utils": "npm:^11.3.0" "@metamask/eth-sig-util": "npm:^7.0.1" "@metamask/utils": "npm:^9.1.0" "@types/jest": "npm:^27.4.1" @@ -3157,7 +3157,7 @@ __metadata: dependencies: "@metamask/auto-changelog": "npm:^3.4.4" "@metamask/base-controller": "npm:^7.0.0" - "@metamask/controller-utils": "npm:^11.2.0" + "@metamask/controller-utils": "npm:^11.3.0" "@metamask/utils": "npm:^9.1.0" "@types/jest": "npm:^27.4.1" async-mutex: "npm:^0.5.0" @@ -3177,7 +3177,7 @@ __metadata: "@json-rpc-specification/meta-schema": "npm:^1.0.6" "@metamask/auto-changelog": "npm:^3.4.4" "@metamask/base-controller": "npm:^7.0.0" - "@metamask/controller-utils": "npm:^11.2.0" + "@metamask/controller-utils": "npm:^11.3.0" "@metamask/eth-block-tracker": "npm:^10.0.0" "@metamask/eth-json-rpc-infura": "npm:^9.1.0" "@metamask/eth-json-rpc-middleware": "npm:^13.0.0" @@ -3247,7 +3247,7 @@ __metadata: "@lavamoat/allow-scripts": "npm:^3.0.4" "@metamask/auto-changelog": "npm:^3.4.4" "@metamask/base-controller": "npm:^7.0.0" - "@metamask/controller-utils": "npm:^11.2.0" + "@metamask/controller-utils": "npm:^11.3.0" "@metamask/keyring-controller": "npm:^17.2.0" "@metamask/profile-sync-controller": "npm:^0.5.0" "@types/jest": "npm:^27.4.1" @@ -3308,7 +3308,7 @@ __metadata: "@metamask/approval-controller": "npm:^7.0.3" "@metamask/auto-changelog": "npm:^3.4.4" "@metamask/base-controller": "npm:^7.0.0" - "@metamask/controller-utils": "npm:^11.2.0" + "@metamask/controller-utils": "npm:^11.3.0" "@metamask/json-rpc-engine": "npm:^9.0.2" "@metamask/rpc-errors": "npm:^6.3.1" "@metamask/utils": "npm:^9.1.0" @@ -3369,7 +3369,7 @@ __metadata: dependencies: "@metamask/auto-changelog": "npm:^3.4.4" "@metamask/base-controller": "npm:^7.0.0" - "@metamask/controller-utils": "npm:^11.2.0" + "@metamask/controller-utils": "npm:^11.3.0" "@noble/hashes": "npm:^1.4.0" "@types/jest": "npm:^27.4.1" "@types/punycode": "npm:^2.1.0" @@ -3394,7 +3394,7 @@ __metadata: dependencies: "@metamask/auto-changelog": "npm:^3.4.4" "@metamask/base-controller": "npm:^7.0.0" - "@metamask/controller-utils": "npm:^11.2.0" + "@metamask/controller-utils": "npm:^11.3.0" "@metamask/network-controller": "npm:^21.0.0" "@metamask/utils": "npm:^9.1.0" "@types/jest": "npm:^27.4.1" @@ -3429,7 +3429,7 @@ __metadata: dependencies: "@metamask/auto-changelog": "npm:^3.4.4" "@metamask/base-controller": "npm:^7.0.0" - "@metamask/controller-utils": "npm:^11.2.0" + "@metamask/controller-utils": "npm:^11.3.0" "@metamask/keyring-controller": "npm:^17.2.0" "@types/jest": "npm:^27.4.1" deepmerge: "npm:^4.2.2" @@ -3506,7 +3506,7 @@ __metadata: dependencies: "@metamask/auto-changelog": "npm:^3.4.4" "@metamask/base-controller": "npm:^7.0.0" - "@metamask/controller-utils": "npm:^11.2.0" + "@metamask/controller-utils": "npm:^11.3.0" "@metamask/json-rpc-engine": "npm:^9.0.2" "@metamask/network-controller": "npm:^21.0.0" "@metamask/rpc-errors": "npm:^6.3.1" @@ -3610,7 +3610,7 @@ __metadata: "@metamask/approval-controller": "npm:^7.0.3" "@metamask/auto-changelog": "npm:^3.4.4" "@metamask/base-controller": "npm:^7.0.0" - "@metamask/controller-utils": "npm:^11.2.0" + "@metamask/controller-utils": "npm:^11.3.0" "@metamask/keyring-controller": "npm:^17.2.0" "@metamask/logging-controller": "npm:^6.0.0" "@metamask/message-manager": "npm:^10.1.0" @@ -3798,7 +3798,7 @@ __metadata: languageName: node linkType: hard -"@metamask/transaction-controller@npm:^36.1.0, @metamask/transaction-controller@workspace:packages/transaction-controller": +"@metamask/transaction-controller@npm:^36.2.0, @metamask/transaction-controller@workspace:packages/transaction-controller": version: 0.0.0-use.local resolution: "@metamask/transaction-controller@workspace:packages/transaction-controller" dependencies: @@ -3813,7 +3813,7 @@ __metadata: "@metamask/approval-controller": "npm:^7.0.3" "@metamask/auto-changelog": "npm:^3.4.4" "@metamask/base-controller": "npm:^7.0.0" - "@metamask/controller-utils": "npm:^11.2.0" + "@metamask/controller-utils": "npm:^11.3.0" "@metamask/eth-json-rpc-provider": "npm:^4.1.3" "@metamask/eth-query": "npm:^4.0.0" "@metamask/ethjs-provider-http": "npm:^0.3.0" @@ -3858,7 +3858,7 @@ __metadata: "@metamask/approval-controller": "npm:^7.0.3" "@metamask/auto-changelog": "npm:^3.4.4" "@metamask/base-controller": "npm:^7.0.0" - "@metamask/controller-utils": "npm:^11.2.0" + "@metamask/controller-utils": "npm:^11.3.0" "@metamask/eth-query": "npm:^4.0.0" "@metamask/gas-fee-controller": "npm:^20.0.0" "@metamask/keyring-controller": "npm:^17.2.0" @@ -3866,7 +3866,7 @@ __metadata: "@metamask/polling-controller": "npm:^10.0.0" "@metamask/rpc-errors": "npm:^6.3.1" "@metamask/superstruct": "npm:^3.1.0" - "@metamask/transaction-controller": "npm:^36.1.0" + "@metamask/transaction-controller": "npm:^36.2.0" "@metamask/utils": "npm:^9.1.0" "@types/jest": "npm:^27.4.1" bn.js: "npm:^5.2.1" From a8824339c6e3a86dcf948d11eeeaa9b721f9ff77 Mon Sep 17 00:00:00 2001 From: OGPoyraz Date: Wed, 11 Sep 2024 16:00:36 +0200 Subject: [PATCH 3/9] Add changelog changes --- packages/controller-utils/CHANGELOG.md | 4 ++-- packages/signature-controller/CHANGELOG.md | 8 +++++--- packages/transaction-controller/CHANGELOG.md | 4 ++-- 3 files changed, 9 insertions(+), 7 deletions(-) diff --git a/packages/controller-utils/CHANGELOG.md b/packages/controller-utils/CHANGELOG.md index be123d8d18..1df241d5ed 100644 --- a/packages/controller-utils/CHANGELOG.md +++ b/packages/controller-utils/CHANGELOG.md @@ -9,9 +9,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [11.3.0] -### Uncategorized +### Added -- feat: Add initial tracing to `SignatureController` ([#4655](https://github.com/MetaMask/core/pull/4655)) +- Add export of tracing types ([#4655](https://github.com/MetaMask/core/pull/4655)) ## [11.2.0] diff --git a/packages/signature-controller/CHANGELOG.md b/packages/signature-controller/CHANGELOG.md index e49c15eb6f..4ca4d25a28 100644 --- a/packages/signature-controller/CHANGELOG.md +++ b/packages/signature-controller/CHANGELOG.md @@ -9,10 +9,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [19.1.0] -### Uncategorized +### Changed -- feat: Add initial tracing to `SignatureController` ([#4655](https://github.com/MetaMask/core/pull/4655)) -- Release 194.0.0 ([#4651](https://github.com/MetaMask/core/pull/4651)) +- Add tracing infrastructure ([#4575](https://github.com/MetaMask/core/pull/4575)) + - Add optional `trace` callback to constructor. + - Add optional `traceContext` option to `newUnsignedPersonalMessage` and `newUnsignedTypedMessage` methods. + - Add initial tracing of signature lifecycle. ## [19.0.0] diff --git a/packages/transaction-controller/CHANGELOG.md b/packages/transaction-controller/CHANGELOG.md index f6ff23ea54..487d01ac1a 100644 --- a/packages/transaction-controller/CHANGELOG.md +++ b/packages/transaction-controller/CHANGELOG.md @@ -9,9 +9,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [36.2.0] -### Uncategorized +### Changed -- feat: Add initial tracing to `SignatureController` ([#4655](https://github.com/MetaMask/core/pull/4655)) +- Removed trace types from `TransactionController`, instead import them from `@metamask/controller-utils` ([#4655](https://github.com/MetaMask/core/pull/4655)) ## [36.1.0] From 4d1a54e8ac7e46361b578d8542eb1c711c9cdfbd Mon Sep 17 00:00:00 2001 From: OGPoyraz Date: Fri, 13 Sep 2024 07:31:22 +0200 Subject: [PATCH 4/9] Update yarn.lock --- yarn.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/yarn.lock b/yarn.lock index 3e638e47c0..84a3c81aa7 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2488,7 +2488,7 @@ __metadata: languageName: node linkType: hard -"@metamask/controller-utils@npm:^11.0.2, @metamask/controller-utils@npm:^11.3.0, @metamask/controller-utils@workspace:packages/controller-utils": +"@metamask/controller-utils@npm:^11.3.0, @metamask/controller-utils@workspace:packages/controller-utils": version: 0.0.0-use.local resolution: "@metamask/controller-utils@workspace:packages/controller-utils" dependencies: From 38db9f558184bc699bf8d34b3003091a6da01e4e Mon Sep 17 00:00:00 2001 From: OGPoyraz Date: Fri, 13 Sep 2024 09:25:56 +0200 Subject: [PATCH 5/9] Update packages/signature-controller/CHANGELOG.md Co-authored-by: Jongsun Suh --- packages/signature-controller/CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/signature-controller/CHANGELOG.md b/packages/signature-controller/CHANGELOG.md index 4ca4d25a28..c9c98855ce 100644 --- a/packages/signature-controller/CHANGELOG.md +++ b/packages/signature-controller/CHANGELOG.md @@ -9,7 +9,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [19.1.0] -### Changed +### Added - Add tracing infrastructure ([#4575](https://github.com/MetaMask/core/pull/4575)) - Add optional `trace` callback to constructor. From afec6d7dc13164072cc47fe488160eb2b0f06e0d Mon Sep 17 00:00:00 2001 From: OGPoyraz Date: Fri, 13 Sep 2024 09:26:03 +0200 Subject: [PATCH 6/9] Update packages/transaction-controller/CHANGELOG.md Co-authored-by: Jongsun Suh --- packages/transaction-controller/CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/transaction-controller/CHANGELOG.md b/packages/transaction-controller/CHANGELOG.md index 487d01ac1a..596e696b58 100644 --- a/packages/transaction-controller/CHANGELOG.md +++ b/packages/transaction-controller/CHANGELOG.md @@ -9,7 +9,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [36.2.0] -### Changed +### Removed - Removed trace types from `TransactionController`, instead import them from `@metamask/controller-utils` ([#4655](https://github.com/MetaMask/core/pull/4655)) From 3c1bbecefe3010aaa6cac599b68421118956890f Mon Sep 17 00:00:00 2001 From: OGPoyraz Date: Fri, 13 Sep 2024 10:24:39 +0200 Subject: [PATCH 7/9] Update packages/transaction-controller/CHANGELOG.md Co-authored-by: Jongsun Suh --- packages/transaction-controller/CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/packages/transaction-controller/CHANGELOG.md b/packages/transaction-controller/CHANGELOG.md index 596e696b58..18bac5f091 100644 --- a/packages/transaction-controller/CHANGELOG.md +++ b/packages/transaction-controller/CHANGELOG.md @@ -9,6 +9,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [36.2.0] +### Changed + +- Bump `@metamask/controller-utils` from `^11.2.0` to `^11.3.0` ([#4688](https://github.com/MetaMask/core/pull/4688)) + ### Removed - Removed trace types from `TransactionController`, instead import them from `@metamask/controller-utils` ([#4655](https://github.com/MetaMask/core/pull/4655)) From f8d268d0015b35abd7d8cf3c05d0812b94f444ac Mon Sep 17 00:00:00 2001 From: OGPoyraz Date: Fri, 13 Sep 2024 10:39:37 +0200 Subject: [PATCH 8/9] Update packages/controller-utils/CHANGELOG.md Co-authored-by: Jongsun Suh --- packages/controller-utils/CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/packages/controller-utils/CHANGELOG.md b/packages/controller-utils/CHANGELOG.md index 1df241d5ed..36b571d7b9 100644 --- a/packages/controller-utils/CHANGELOG.md +++ b/packages/controller-utils/CHANGELOG.md @@ -11,7 +11,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added -- Add export of tracing types ([#4655](https://github.com/MetaMask/core/pull/4655)) +- Add types `TraceContext`, `TraceRequest`, `TraceCallback` ([#4655](https://github.com/MetaMask/core/pull/4655)) + - Migrated from `@metamask/transaction-controller@36.2.0`. ## [11.2.0] From 104bf0f49683ac17a730979ba6ef188ebaf729eb Mon Sep 17 00:00:00 2001 From: OGPoyraz Date: Fri, 13 Sep 2024 10:42:57 +0200 Subject: [PATCH 9/9] Add changed section to signature-controller --- packages/signature-controller/CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/packages/signature-controller/CHANGELOG.md b/packages/signature-controller/CHANGELOG.md index c9c98855ce..329013c760 100644 --- a/packages/signature-controller/CHANGELOG.md +++ b/packages/signature-controller/CHANGELOG.md @@ -16,6 +16,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Add optional `traceContext` option to `newUnsignedPersonalMessage` and `newUnsignedTypedMessage` methods. - Add initial tracing of signature lifecycle. +### Changed + +- Bump `@metamask/controller-utils` from `^11.2.0` to `^11.3.0` ([#4688](https://github.com/MetaMask/core/pull/4688)) + ## [19.0.0] ### Changed