From 88ba43fce47d1d677e558b78a37a973b901cdb6c Mon Sep 17 00:00:00 2001 From: Charly Chevalier Date: Thu, 6 Feb 2025 09:58:48 +0100 Subject: [PATCH 1/6] Initialize Release 296.0.0 --- packages/accounts-controller/CHANGELOG.md | 9 +++++++ packages/address-book-controller/CHANGELOG.md | 8 ++++++ packages/announcement-controller/CHANGELOG.md | 5 ++++ packages/approval-controller/CHANGELOG.md | 5 ++++ packages/assets-controllers/CHANGELOG.md | 12 +++++++++ packages/base-controller/CHANGELOG.md | 6 +++++ packages/build-utils/CHANGELOG.md | 6 +++++ packages/composable-controller/CHANGELOG.md | 7 +++++ packages/earn-controller/CHANGELOG.md | 4 +++ packages/ens-controller/CHANGELOG.md | 9 +++++++ packages/gas-fee-controller/CHANGELOG.md | 9 +++++++ .../json-rpc-middleware-stream/CHANGELOG.md | 26 ++++++++++++------- packages/keyring-controller/CHANGELOG.md | 6 +++++ packages/logging-controller/CHANGELOG.md | 6 +++++ packages/message-manager/CHANGELOG.md | 6 +++++ .../CHANGELOG.md | 8 ++++++ packages/multichain/CHANGELOG.md | 5 ++++ packages/name-controller/CHANGELOG.md | 8 ++++++ packages/permission-controller/CHANGELOG.md | 7 +++++ .../permission-log-controller/CHANGELOG.md | 10 +++++++ packages/phishing-controller/CHANGELOG.md | 7 +++++ packages/polling-controller/CHANGELOG.md | 10 +++++++ packages/preferences-controller/CHANGELOG.md | 10 +++++++ .../queued-request-controller/CHANGELOG.md | 6 +++++ packages/rate-limit-controller/CHANGELOG.md | 7 +++++ .../CHANGELOG.md | 7 +++++ .../selected-network-controller/CHANGELOG.md | 6 +++++ packages/signature-controller/CHANGELOG.md | 11 ++++++++ packages/transaction-controller/CHANGELOG.md | 4 +++ .../user-operation-controller/CHANGELOG.md | 7 +++++ 30 files changed, 227 insertions(+), 10 deletions(-) diff --git a/packages/accounts-controller/CHANGELOG.md b/packages/accounts-controller/CHANGELOG.md index b79885e8e4c..bf2a2432beb 100644 --- a/packages/accounts-controller/CHANGELOG.md +++ b/packages/accounts-controller/CHANGELOG.md @@ -7,6 +7,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### Uncategorized + +- chore: mark `@metamask/snaps-controllers` peer dependency bump as breaking in CHANGELOG ([#5267](https://github.com/MetaMask/core/pull/5267)) +- chore(accounts): fix AccountsController eslint warnings & errors ([#5266](https://github.com/MetaMask/core/pull/5266)) +- chore(accounts): Rename `ControllerMessenger` to `Messenger` ([#5090](https://github.com/MetaMask/core/pull/5090)) +- fix(accounts-controller): export `*` in index ([#5224](https://github.com/MetaMask/core/pull/5224)) +- feat: bump @metamask/utils to v11.1.0 ([#5223](https://github.com/MetaMask/core/pull/5223)) +- feat: bump snaps-sdk to v6.16.0 ([#5220](https://github.com/MetaMask/core/pull/5220)) + ### Changed - **BREAKING:** Bump `@metamask/snaps-controllers` peer dependency from `^9.7.0` to `^9.19.0` ([#5265](https://github.com/MetaMask/core/pull/5265)) diff --git a/packages/address-book-controller/CHANGELOG.md b/packages/address-book-controller/CHANGELOG.md index 5c12bdcc58a..7c4782319ca 100644 --- a/packages/address-book-controller/CHANGELOG.md +++ b/packages/address-book-controller/CHANGELOG.md @@ -7,6 +7,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### Uncategorized + +- Release 293.0.0 ([#5272](https://github.com/MetaMask/core/pull/5272)) +- chore(address-book-controller): Rename `ControllerMessenger` to `Messenger` ([#5091](https://github.com/MetaMask/core/pull/5091)) +- feat: bump @metamask/utils to v11.1.0 ([#5223](https://github.com/MetaMask/core/pull/5223)) +- Release 280.0.0 ([#5135](https://github.com/MetaMask/core/pull/5135)) +- Bump `@metamask/utils` to `^11.0.1` and `@metamask/rpc-errors` to `^7.0.2` ([#5080](https://github.com/MetaMask/core/pull/5080)) + ### Changed - Bump `@metamask/base-controller` from `^7.0.0` to `^7.1.0` ([#5079](https://github.com/MetaMask/core/pull/5079)) diff --git a/packages/announcement-controller/CHANGELOG.md b/packages/announcement-controller/CHANGELOG.md index dfe0e30978f..9cd9c267296 100644 --- a/packages/announcement-controller/CHANGELOG.md +++ b/packages/announcement-controller/CHANGELOG.md @@ -7,6 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### Uncategorized + +- chore(accouncement): Rename `ControllerMessenger` to `Messenger` ([#5092](https://github.com/MetaMask/core/pull/5092)) +- Release 280.0.0 ([#5135](https://github.com/MetaMask/core/pull/5135)) + ### Changed - Bump `@metamask/base-controller` from `^7.0.0` to `^7.1.0` ([#5079](https://github.com/MetaMask/core/pull/5079)) diff --git a/packages/approval-controller/CHANGELOG.md b/packages/approval-controller/CHANGELOG.md index cd4fb7b7a20..da8502ddad8 100644 --- a/packages/approval-controller/CHANGELOG.md +++ b/packages/approval-controller/CHANGELOG.md @@ -7,6 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### Uncategorized + +- chore(approval): Rename `ControllerMessenger` to `Messenger` ([#5228](https://github.com/MetaMask/core/pull/5228)) +- feat: bump @metamask/utils to v11.1.0 ([#5223](https://github.com/MetaMask/core/pull/5223)) + ## [7.1.2] ### Changed diff --git a/packages/assets-controllers/CHANGELOG.md b/packages/assets-controllers/CHANGELOG.md index e7ffc3c1ad5..7136123722f 100644 --- a/packages/assets-controllers/CHANGELOG.md +++ b/packages/assets-controllers/CHANGELOG.md @@ -7,6 +7,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### Uncategorized + +- chore: update multichain controllers to listen for new update events ([#5221](https://github.com/MetaMask/core/pull/5221)) +- chore(multichain-assets): Rename `ControllerMessenger` to `Messenger` ([#5282](https://github.com/MetaMask/core/pull/5282)) +- chore(multichain-assets): Rename `RestrictedControllerMessenger` to `RestrictedMessenger` ([#5281](https://github.com/MetaMask/core/pull/5281)) +- feat: add multichain assets controller ([#5138](https://github.com/MetaMask/core/pull/5138)) +- Release 293.0.0 ([#5272](https://github.com/MetaMask/core/pull/5272)) +- fix: fix tokens state ([#5257](https://github.com/MetaMask/core/pull/5257)) +- chore(assets): Rename `ControllerMessenger` to `Messenger` ([#5229](https://github.com/MetaMask/core/pull/5229)) +- feat: bump @metamask/utils to v11.1.0 ([#5223](https://github.com/MetaMask/core/pull/5223)) +- feat: bump snaps-sdk to v6.16.0 ([#5220](https://github.com/MetaMask/core/pull/5220)) + ### Changed - Bump `@metamask/snaps-utils` from `^8.9.0` to `^8.10.0` ([#5265](https://github.com/MetaMask/core/pull/5265)) diff --git a/packages/base-controller/CHANGELOG.md b/packages/base-controller/CHANGELOG.md index 0835c87ff73..43a106b2955 100644 --- a/packages/base-controller/CHANGELOG.md +++ b/packages/base-controller/CHANGELOG.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### Uncategorized + +- Release 293.0.0 ([#5272](https://github.com/MetaMask/core/pull/5272)) +- chore(base): Rename `ControllerMessenger` to `Messenger` ([#5246](https://github.com/MetaMask/core/pull/5246)) +- feat: bump @metamask/utils to v11.1.0 ([#5223](https://github.com/MetaMask/core/pull/5223)) + ### Changed - **BREAKING:** Remove deprecated messenger-related exports and simplify `RestrictedMessenger` constructor ([#5260](https://github.com/MetaMask/core/pull/5260)) diff --git a/packages/build-utils/CHANGELOG.md b/packages/build-utils/CHANGELOG.md index a2f575f2089..0e00463f994 100644 --- a/packages/build-utils/CHANGELOG.md +++ b/packages/build-utils/CHANGELOG.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### Uncategorized + +- feat: bump @metamask/utils to v11.1.0 ([#5223](https://github.com/MetaMask/core/pull/5223)) +- Bump `eslint` to `^9.11.1` and migrate to flat config ([#4727](https://github.com/MetaMask/core/pull/4727)) +- Bump `@metamask/utils` to `^11.0.1` and `@metamask/rpc-errors` to `^7.0.2` ([#5080](https://github.com/MetaMask/core/pull/5080)) + ## [3.0.2] ### Changed diff --git a/packages/composable-controller/CHANGELOG.md b/packages/composable-controller/CHANGELOG.md index 749d23910e7..5e711343b28 100644 --- a/packages/composable-controller/CHANGELOG.md +++ b/packages/composable-controller/CHANGELOG.md @@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### Uncategorized + +- Release 293.0.0 ([#5272](https://github.com/MetaMask/core/pull/5272)) +- chore(composable): Rename `ControllerMessenger` to `Messenger` ([#5230](https://github.com/MetaMask/core/pull/5230)) +- Release 280.0.0 ([#5135](https://github.com/MetaMask/core/pull/5135)) +- Release 274.0.0 ([#5082](https://github.com/MetaMask/core/pull/5082)) + ### Changed - **BREAKING:** Re-define `ComposableControllerStateConstraint` type using `StateConstraint` instead of `LegacyControllerStateConstraint` ([#5018](https://github.com/MetaMask/core/pull/5018/)) diff --git a/packages/earn-controller/CHANGELOG.md b/packages/earn-controller/CHANGELOG.md index a295c730468..9a02694e570 100644 --- a/packages/earn-controller/CHANGELOG.md +++ b/packages/earn-controller/CHANGELOG.md @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### Uncategorized + +- Release 293.0.0 ([#5272](https://github.com/MetaMask/core/pull/5272)) + ## [0.1.0] ### Added diff --git a/packages/ens-controller/CHANGELOG.md b/packages/ens-controller/CHANGELOG.md index 7b0704f80b5..46e2e0fe215 100644 --- a/packages/ens-controller/CHANGELOG.md +++ b/packages/ens-controller/CHANGELOG.md @@ -7,6 +7,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### Uncategorized + +- Release 293.0.0 ([#5272](https://github.com/MetaMask/core/pull/5272)) +- chore(ens): Rename `ControllerMessenger` to `Messenger` ([#5231](https://github.com/MetaMask/core/pull/5231)) +- feat: bump @metamask/utils to v11.1.0 ([#5223](https://github.com/MetaMask/core/pull/5223)) +- Release 280.0.0 ([#5135](https://github.com/MetaMask/core/pull/5135)) +- Bump `@metamask/utils` to `^11.0.1` and `@metamask/rpc-errors` to `^7.0.2` ([#5080](https://github.com/MetaMask/core/pull/5080)) +- Release 266.0.0 ([#5038](https://github.com/MetaMask/core/pull/5038)) + ### Changed - Bump `@metamask/base-controller` from `^7.0.0` to `^7.1.0` ([#5079](https://github.com/MetaMask/core/pull/5079)) diff --git a/packages/gas-fee-controller/CHANGELOG.md b/packages/gas-fee-controller/CHANGELOG.md index eb7f7149bb9..8a159d59426 100644 --- a/packages/gas-fee-controller/CHANGELOG.md +++ b/packages/gas-fee-controller/CHANGELOG.md @@ -7,6 +7,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### Uncategorized + +- Release 293.0.0 ([#5272](https://github.com/MetaMask/core/pull/5272)) +- chore(gas-fee): Rename `ControllerMessenger` to `Messenger` ([#5232](https://github.com/MetaMask/core/pull/5232)) +- feat: bump @metamask/utils to v11.1.0 ([#5223](https://github.com/MetaMask/core/pull/5223)) +- Release 280.0.0 ([#5135](https://github.com/MetaMask/core/pull/5135)) +- Bump `@metamask/utils` to `^11.0.1` and `@metamask/rpc-errors` to `^7.0.2` ([#5080](https://github.com/MetaMask/core/pull/5080)) +- Release 266.0.0 ([#5038](https://github.com/MetaMask/core/pull/5038)) + ### Changed - Bump `@metamask/base-controller` from `^7.0.0` to `^7.1.0` ([#5079](https://github.com/MetaMask/core/pull/5079)) diff --git a/packages/json-rpc-middleware-stream/CHANGELOG.md b/packages/json-rpc-middleware-stream/CHANGELOG.md index 314c13930b7..a0f9f495712 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 + +- Release 293.0.0 ([#5272](https://github.com/MetaMask/core/pull/5272)) +- feat: bump @metamask/utils to v11.1.0 ([#5223](https://github.com/MetaMask/core/pull/5223)) +- Fix ESLint config ([#5132](https://github.com/MetaMask/core/pull/5132)) + ## [8.0.6] ### Changed @@ -203,13 +209,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 f9bc4651737..b9c3124b23c 100644 --- a/packages/keyring-controller/CHANGELOG.md +++ b/packages/keyring-controller/CHANGELOG.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### Uncategorized + +- chore: fix lint warnings in `KeyringController` ([#5170](https://github.com/MetaMask/core/pull/5170)) +- chore(keyring): Rename `RestrictedControllerMessenger` to `RestrictedMessenger` ([#5239](https://github.com/MetaMask/core/pull/5239)) +- feat: bump @metamask/utils to v11.1.0 ([#5223](https://github.com/MetaMask/core/pull/5223)) + ### Changed - Bump `@metamask/keyring-api"` from `^16.1.0` to `^17.0.0` ([#5280](https://github.com/MetaMask/core/pull/5280)) diff --git a/packages/logging-controller/CHANGELOG.md b/packages/logging-controller/CHANGELOG.md index 4d7b0422a5e..e935f9ed054 100644 --- a/packages/logging-controller/CHANGELOG.md +++ b/packages/logging-controller/CHANGELOG.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### Uncategorized + +- Release 293.0.0 ([#5272](https://github.com/MetaMask/core/pull/5272)) +- chore(logging): Rename `ControllerMessenger` to `Messenger` ([#5235](https://github.com/MetaMask/core/pull/5235)) +- Release 280.0.0 ([#5135](https://github.com/MetaMask/core/pull/5135)) + ### Changed - Bump `@metamask/base-controller` from `^7.0.0` to `^7.1.0` ([#5079](https://github.com/MetaMask/core/pull/5079)) diff --git a/packages/message-manager/CHANGELOG.md b/packages/message-manager/CHANGELOG.md index 0395cc7f3e6..e5970a0b1b8 100644 --- a/packages/message-manager/CHANGELOG.md +++ b/packages/message-manager/CHANGELOG.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### Uncategorized + +- Release 293.0.0 ([#5272](https://github.com/MetaMask/core/pull/5272)) +- chore(message-manager): Rename `ControllerMessenger` to `Messenger` ([#5233](https://github.com/MetaMask/core/pull/5233)) +- feat: bump @metamask/utils to v11.1.0 ([#5223](https://github.com/MetaMask/core/pull/5223)) + ## [12.0.0] ### Changed diff --git a/packages/multichain-transactions-controller/CHANGELOG.md b/packages/multichain-transactions-controller/CHANGELOG.md index 3f59e5fe267..07353d9a5f8 100644 --- a/packages/multichain-transactions-controller/CHANGELOG.md +++ b/packages/multichain-transactions-controller/CHANGELOG.md @@ -7,6 +7,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### Uncategorized + +- chore: update multichain controllers to listen for new update events ([#5221](https://github.com/MetaMask/core/pull/5221)) +- chore: mark `@metamask/snaps-controllers` peer dependency bump as breaking in CHANGELOG ([#5267](https://github.com/MetaMask/core/pull/5267)) +- chore(multichain-transactions): Rename `RestrictedControllerMessenger` to `RestrictedMessenger` ([#5240](https://github.com/MetaMask/core/pull/5240)) +- feat: bump @metamask/utils to v11.1.0 ([#5223](https://github.com/MetaMask/core/pull/5223)) +- feat: bump snaps-sdk to v6.16.0 ([#5220](https://github.com/MetaMask/core/pull/5220)) + ### Changed - **BREAKING:** Bump `@metamask/snaps-controllers` peer dependency from `^9.10.0` to `^9.19.0` ([#5265](https://github.com/MetaMask/core/pull/5265)) diff --git a/packages/multichain/CHANGELOG.md b/packages/multichain/CHANGELOG.md index 97ba79c89b0..be9c87c586b 100644 --- a/packages/multichain/CHANGELOG.md +++ b/packages/multichain/CHANGELOG.md @@ -7,6 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### Uncategorized + +- Release 293.0.0 ([#5272](https://github.com/MetaMask/core/pull/5272)) +- feat: bump @metamask/utils to v11.1.0 ([#5223](https://github.com/MetaMask/core/pull/5223)) + ## [2.1.0] ### Added diff --git a/packages/name-controller/CHANGELOG.md b/packages/name-controller/CHANGELOG.md index cc5fe4e49c5..7e7cd7e9a6c 100644 --- a/packages/name-controller/CHANGELOG.md +++ b/packages/name-controller/CHANGELOG.md @@ -7,6 +7,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### Uncategorized + +- Release 293.0.0 ([#5272](https://github.com/MetaMask/core/pull/5272)) +- chore(name): Rename `RestrictedControllerMessenger` to `RestrictedMessenger` ([#5236](https://github.com/MetaMask/core/pull/5236)) +- feat: bump @metamask/utils to v11.1.0 ([#5223](https://github.com/MetaMask/core/pull/5223)) +- Release 280.0.0 ([#5135](https://github.com/MetaMask/core/pull/5135)) +- Bump `@metamask/utils` to `^11.0.1` and `@metamask/rpc-errors` to `^7.0.2` ([#5080](https://github.com/MetaMask/core/pull/5080)) + ### Changed - Bump `@metamask/base-controller` from `^7.0.0` to `^7.1.0` ([#5079](https://github.com/MetaMask/core/pull/5079)) diff --git a/packages/permission-controller/CHANGELOG.md b/packages/permission-controller/CHANGELOG.md index d50033d54e6..8f30f09e2ac 100644 --- a/packages/permission-controller/CHANGELOG.md +++ b/packages/permission-controller/CHANGELOG.md @@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### Uncategorized + +- Release 293.0.0 ([#5272](https://github.com/MetaMask/core/pull/5272)) +- chore(permission): Rename `ControllerMessenger` to `Messenger` ([#5245](https://github.com/MetaMask/core/pull/5245)) +- feat: bump @metamask/utils to v11.1.0 ([#5223](https://github.com/MetaMask/core/pull/5223)) +- Fix ESLint config ([#5132](https://github.com/MetaMask/core/pull/5132)) + ## [11.0.5] ### Changed diff --git a/packages/permission-log-controller/CHANGELOG.md b/packages/permission-log-controller/CHANGELOG.md index f271fb58477..c728d12ea03 100644 --- a/packages/permission-log-controller/CHANGELOG.md +++ b/packages/permission-log-controller/CHANGELOG.md @@ -7,6 +7,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### Uncategorized + +- Release 293.0.0 ([#5272](https://github.com/MetaMask/core/pull/5272)) +- chore(permission-log): Rename `ControllerMessenger` to `Messenger` ([#5247](https://github.com/MetaMask/core/pull/5247)) +- feat: bump @metamask/utils to v11.1.0 ([#5223](https://github.com/MetaMask/core/pull/5223)) +- Release 280.0.0 ([#5135](https://github.com/MetaMask/core/pull/5135)) +- Release 274.0.0 ([#5082](https://github.com/MetaMask/core/pull/5082)) +- Bump `@metamask/utils` to `^11.0.1` and `@metamask/rpc-errors` to `^7.0.2` ([#5080](https://github.com/MetaMask/core/pull/5080)) +- chore: bump nanoid dependency ([#5073](https://github.com/MetaMask/core/pull/5073)) + ### Changed - Bump `@metamask/base-controller` from `^7.0.0` to `^7.1.0` ([#5079](https://github.com/MetaMask/core/pull/5079)) diff --git a/packages/phishing-controller/CHANGELOG.md b/packages/phishing-controller/CHANGELOG.md index 85136854cad..0547caaebdc 100644 --- a/packages/phishing-controller/CHANGELOG.md +++ b/packages/phishing-controller/CHANGELOG.md @@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### Uncategorized + +- Release 293.0.0 ([#5272](https://github.com/MetaMask/core/pull/5272)) +- chore(phishing): Rename `ControllerMessenger` to `Messenger` ([#5248](https://github.com/MetaMask/core/pull/5248)) +- Fix ESLint config ([#5132](https://github.com/MetaMask/core/pull/5132)) +- Release 280.0.0 ([#5135](https://github.com/MetaMask/core/pull/5135)) + ### Changed - Bump `@metamask/base-controller` from `^7.0.0` to `^7.1.0` ([#5079](https://github.com/MetaMask/core/pull/5079)) diff --git a/packages/polling-controller/CHANGELOG.md b/packages/polling-controller/CHANGELOG.md index ae9f57ae406..76a326bda30 100644 --- a/packages/polling-controller/CHANGELOG.md +++ b/packages/polling-controller/CHANGELOG.md @@ -7,6 +7,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### Uncategorized + +- Release 293.0.0 ([#5272](https://github.com/MetaMask/core/pull/5272)) +- chore(polling): Rename `ControllerMessenger` to `Messenger` ([#5249](https://github.com/MetaMask/core/pull/5249)) +- feat: bump @metamask/utils to v11.1.0 ([#5223](https://github.com/MetaMask/core/pull/5223)) +- Fix ESLint config ([#5132](https://github.com/MetaMask/core/pull/5132)) +- Release 280.0.0 ([#5135](https://github.com/MetaMask/core/pull/5135)) +- Bump `@metamask/utils` to `^11.0.1` and `@metamask/rpc-errors` to `^7.0.2` ([#5080](https://github.com/MetaMask/core/pull/5080)) +- Release 266.0.0 ([#5038](https://github.com/MetaMask/core/pull/5038)) + ### Changed - Bump `@metamask/base-controller` from `^7.0.0` to `^7.1.0` ([#5079](https://github.com/MetaMask/core/pull/5079)) diff --git a/packages/preferences-controller/CHANGELOG.md b/packages/preferences-controller/CHANGELOG.md index b97f3059ab5..02e028b99f1 100644 --- a/packages/preferences-controller/CHANGELOG.md +++ b/packages/preferences-controller/CHANGELOG.md @@ -7,6 +7,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### Uncategorized + +- Release 293.0.0 ([#5272](https://github.com/MetaMask/core/pull/5272)) +- chore(preferences): Rename `ControllerMessenger` to `Messenger` ([#5251](https://github.com/MetaMask/core/pull/5251)) +- Release 290.0.0 ([#5218](https://github.com/MetaMask/core/pull/5218)) +- Release 287.0.0 ([#5182](https://github.com/MetaMask/core/pull/5182)) +- Release 281.0.0 ([#5140](https://github.com/MetaMask/core/pull/5140)) +- Release 280.0.0 ([#5135](https://github.com/MetaMask/core/pull/5135)) +- Release 270.0.0 ([#5058](https://github.com/MetaMask/core/pull/5058)) + ### Changed - Bump `@metamask/base-controller` from `^7.0.0` to `^7.1.0` ([#5079](https://github.com/MetaMask/core/pull/5079)) diff --git a/packages/queued-request-controller/CHANGELOG.md b/packages/queued-request-controller/CHANGELOG.md index 3ee3ba77404..392438fb70b 100644 --- a/packages/queued-request-controller/CHANGELOG.md +++ b/packages/queued-request-controller/CHANGELOG.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### Uncategorized + +- Release 293.0.0 ([#5272](https://github.com/MetaMask/core/pull/5272)) +- chore(queued-request): Rename `ControllerMessenger` to `Messenger` ([#5254](https://github.com/MetaMask/core/pull/5254)) +- feat: bump @metamask/utils to v11.1.0 ([#5223](https://github.com/MetaMask/core/pull/5223)) + ## [9.0.0] ### Added diff --git a/packages/rate-limit-controller/CHANGELOG.md b/packages/rate-limit-controller/CHANGELOG.md index 0488a53c7b4..1a0cae4785f 100644 --- a/packages/rate-limit-controller/CHANGELOG.md +++ b/packages/rate-limit-controller/CHANGELOG.md @@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### Uncategorized + +- chore(rate-limit): Rename `ControllerMessenger` to `Messenger` ([#5255](https://github.com/MetaMask/core/pull/5255)) +- feat: bump @metamask/utils to v11.1.0 ([#5223](https://github.com/MetaMask/core/pull/5223)) +- Release 280.0.0 ([#5135](https://github.com/MetaMask/core/pull/5135)) +- Bump `@metamask/utils` to `^11.0.1` and `@metamask/rpc-errors` to `^7.0.2` ([#5080](https://github.com/MetaMask/core/pull/5080)) + ### Changed - Bump `@metamask/base-controller` from `^7.0.0` to `^7.1.0` ([#5079](https://github.com/MetaMask/core/pull/5079)) diff --git a/packages/remote-feature-flag-controller/CHANGELOG.md b/packages/remote-feature-flag-controller/CHANGELOG.md index b688177db93..bb6aa32a96a 100644 --- a/packages/remote-feature-flag-controller/CHANGELOG.md +++ b/packages/remote-feature-flag-controller/CHANGELOG.md @@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### Uncategorized + +- Release 293.0.0 ([#5272](https://github.com/MetaMask/core/pull/5272)) +- chore(remote-feature-flag): Rename `ControllerMessenger` to `Messenger` ([#5253](https://github.com/MetaMask/core/pull/5253)) +- feat: bump @metamask/utils to v11.1.0 ([#5223](https://github.com/MetaMask/core/pull/5223)) +- Release 280.0.0 ([#5135](https://github.com/MetaMask/core/pull/5135)) + ### Added - Add `onBreak` and `onDegraded` methods to `ClientConfigApiService` ([#5109](https://github.com/MetaMask/core/pull/5109)) diff --git a/packages/selected-network-controller/CHANGELOG.md b/packages/selected-network-controller/CHANGELOG.md index a3c99091484..95d20287584 100644 --- a/packages/selected-network-controller/CHANGELOG.md +++ b/packages/selected-network-controller/CHANGELOG.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### Uncategorized + +- Release 293.0.0 ([#5272](https://github.com/MetaMask/core/pull/5272)) +- chore(selected-network): Rename `ControllerMessenger` to `Messenger` ([#5256](https://github.com/MetaMask/core/pull/5256)) +- feat: bump @metamask/utils to v11.1.0 ([#5223](https://github.com/MetaMask/core/pull/5223)) + ## [21.0.0] ### Added diff --git a/packages/signature-controller/CHANGELOG.md b/packages/signature-controller/CHANGELOG.md index b44e726d681..7224e1154bf 100644 --- a/packages/signature-controller/CHANGELOG.md +++ b/packages/signature-controller/CHANGELOG.md @@ -7,6 +7,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### Uncategorized + +- Release 293.0.0 ([#5272](https://github.com/MetaMask/core/pull/5272)) +- chore(signature): Rename `RestrictedControllerMessenger` to `RestrictedMessenger` ([#5237](https://github.com/MetaMask/core/pull/5237)) +- feat: bump @metamask/utils to v11.1.0 ([#5223](https://github.com/MetaMask/core/pull/5223)) +- Release 290.0.0 ([#5218](https://github.com/MetaMask/core/pull/5218)) +- Release 287.0.0 ([#5182](https://github.com/MetaMask/core/pull/5182)) +- Fix ESLint config ([#5132](https://github.com/MetaMask/core/pull/5132)) +- Release 281.0.0 ([#5140](https://github.com/MetaMask/core/pull/5140)) +- Release 280.0.0 ([#5135](https://github.com/MetaMask/core/pull/5135)) + ## [23.2.0] ### Changed diff --git a/packages/transaction-controller/CHANGELOG.md b/packages/transaction-controller/CHANGELOG.md index 309b663f4be..f2e89cd5eb9 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 + +- Release 293.0.0 ([#5272](https://github.com/MetaMask/core/pull/5272)) + ## [44.1.0] ### Changed diff --git a/packages/user-operation-controller/CHANGELOG.md b/packages/user-operation-controller/CHANGELOG.md index d623e396baf..22c9e280c4a 100644 --- a/packages/user-operation-controller/CHANGELOG.md +++ b/packages/user-operation-controller/CHANGELOG.md @@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### Uncategorized + +- Release 293.0.0 ([#5272](https://github.com/MetaMask/core/pull/5272)) +- Release 291.0.0 ([#5264](https://github.com/MetaMask/core/pull/5264)) +- chore(user-operation): Rename `RestrictedControllerMessenger` to `RestrictedMessenger` ([#5238](https://github.com/MetaMask/core/pull/5238)) +- feat: bump @metamask/utils to v11.1.0 ([#5223](https://github.com/MetaMask/core/pull/5223)) + ## [23.0.0] ### Changed From 49609dd00308c2dad401c359d56296e65f059eaa Mon Sep 17 00:00:00 2001 From: Charly Chevalier Date: Thu, 6 Feb 2025 10:06:57 +0100 Subject: [PATCH 2/6] Update Release 296.0.0 --- package.json | 2 +- packages/accounts-controller/CHANGELOG.md | 5 +- packages/accounts-controller/package.json | 4 +- packages/address-book-controller/CHANGELOG.md | 8 --- packages/announcement-controller/CHANGELOG.md | 5 -- packages/approval-controller/CHANGELOG.md | 5 -- packages/assets-controllers/CHANGELOG.md | 5 +- packages/assets-controllers/package.json | 8 +-- packages/base-controller/CHANGELOG.md | 6 --- packages/build-utils/CHANGELOG.md | 6 --- packages/composable-controller/CHANGELOG.md | 7 --- packages/earn-controller/CHANGELOG.md | 5 +- packages/earn-controller/package.json | 6 +-- packages/ens-controller/CHANGELOG.md | 9 ---- packages/gas-fee-controller/CHANGELOG.md | 9 ---- .../json-rpc-middleware-stream/CHANGELOG.md | 26 ++++------ packages/keyring-controller/CHANGELOG.md | 5 +- packages/keyring-controller/package.json | 2 +- packages/logging-controller/CHANGELOG.md | 6 --- packages/message-manager/CHANGELOG.md | 6 --- .../CHANGELOG.md | 5 +- .../package.json | 8 +-- packages/multichain/CHANGELOG.md | 5 -- packages/name-controller/CHANGELOG.md | 8 --- .../CHANGELOG.md | 5 +- .../package.json | 8 +-- packages/permission-controller/CHANGELOG.md | 7 --- .../permission-log-controller/CHANGELOG.md | 10 ---- packages/phishing-controller/CHANGELOG.md | 7 --- packages/polling-controller/CHANGELOG.md | 10 ---- packages/preferences-controller/CHANGELOG.md | 10 ---- packages/preferences-controller/package.json | 2 +- packages/profile-sync-controller/CHANGELOG.md | 5 +- packages/profile-sync-controller/package.json | 8 +-- .../queued-request-controller/CHANGELOG.md | 6 --- packages/rate-limit-controller/CHANGELOG.md | 7 --- .../CHANGELOG.md | 7 --- .../selected-network-controller/CHANGELOG.md | 6 --- packages/signature-controller/CHANGELOG.md | 11 ---- packages/signature-controller/package.json | 2 +- packages/transaction-controller/CHANGELOG.md | 5 +- packages/transaction-controller/package.json | 6 +-- .../user-operation-controller/CHANGELOG.md | 5 +- .../user-operation-controller/package.json | 8 +-- yarn.lock | 52 +++++++++---------- 45 files changed, 104 insertions(+), 244 deletions(-) diff --git a/package.json b/package.json index b6ab55fc24d..1dca1c193bb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@metamask/core-monorepo", - "version": "295.0.0", + "version": "296.0.0", "private": true, "description": "Monorepo for packages shared between MetaMask clients", "repository": { diff --git a/packages/accounts-controller/CHANGELOG.md b/packages/accounts-controller/CHANGELOG.md index bf2a2432beb..646b28dc339 100644 --- a/packages/accounts-controller/CHANGELOG.md +++ b/packages/accounts-controller/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [23.0.0] + ### Uncategorized - chore: mark `@metamask/snaps-controllers` peer dependency bump as breaking in CHANGELOG ([#5267](https://github.com/MetaMask/core/pull/5267)) @@ -433,7 +435,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Initial release ([#1637](https://github.com/MetaMask/core/pull/1637)) -[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/accounts-controller@22.0.0...HEAD +[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/accounts-controller@23.0.0...HEAD +[23.0.0]: https://github.com/MetaMask/core/compare/@metamask/accounts-controller@22.0.0...@metamask/accounts-controller@23.0.0 [22.0.0]: https://github.com/MetaMask/core/compare/@metamask/accounts-controller@21.0.2...@metamask/accounts-controller@22.0.0 [21.0.2]: https://github.com/MetaMask/core/compare/@metamask/accounts-controller@21.0.1...@metamask/accounts-controller@21.0.2 [21.0.1]: https://github.com/MetaMask/core/compare/@metamask/accounts-controller@21.0.0...@metamask/accounts-controller@21.0.1 diff --git a/packages/accounts-controller/package.json b/packages/accounts-controller/package.json index 347660027e5..318b1d93212 100644 --- a/packages/accounts-controller/package.json +++ b/packages/accounts-controller/package.json @@ -1,6 +1,6 @@ { "name": "@metamask/accounts-controller", - "version": "22.0.0", + "version": "23.0.0", "description": "Manages internal accounts", "keywords": [ "MetaMask", @@ -62,7 +62,7 @@ }, "devDependencies": { "@metamask/auto-changelog": "^3.4.4", - "@metamask/keyring-controller": "^19.0.5", + "@metamask/keyring-controller": "^19.0.6", "@metamask/providers": "^18.1.1", "@metamask/snaps-controllers": "^9.19.0", "@types/jest": "^27.4.1", diff --git a/packages/address-book-controller/CHANGELOG.md b/packages/address-book-controller/CHANGELOG.md index 7c4782319ca..5c12bdcc58a 100644 --- a/packages/address-book-controller/CHANGELOG.md +++ b/packages/address-book-controller/CHANGELOG.md @@ -7,14 +7,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] -### Uncategorized - -- Release 293.0.0 ([#5272](https://github.com/MetaMask/core/pull/5272)) -- chore(address-book-controller): Rename `ControllerMessenger` to `Messenger` ([#5091](https://github.com/MetaMask/core/pull/5091)) -- feat: bump @metamask/utils to v11.1.0 ([#5223](https://github.com/MetaMask/core/pull/5223)) -- Release 280.0.0 ([#5135](https://github.com/MetaMask/core/pull/5135)) -- Bump `@metamask/utils` to `^11.0.1` and `@metamask/rpc-errors` to `^7.0.2` ([#5080](https://github.com/MetaMask/core/pull/5080)) - ### Changed - Bump `@metamask/base-controller` from `^7.0.0` to `^7.1.0` ([#5079](https://github.com/MetaMask/core/pull/5079)) diff --git a/packages/announcement-controller/CHANGELOG.md b/packages/announcement-controller/CHANGELOG.md index 9cd9c267296..dfe0e30978f 100644 --- a/packages/announcement-controller/CHANGELOG.md +++ b/packages/announcement-controller/CHANGELOG.md @@ -7,11 +7,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] -### Uncategorized - -- chore(accouncement): Rename `ControllerMessenger` to `Messenger` ([#5092](https://github.com/MetaMask/core/pull/5092)) -- Release 280.0.0 ([#5135](https://github.com/MetaMask/core/pull/5135)) - ### Changed - Bump `@metamask/base-controller` from `^7.0.0` to `^7.1.0` ([#5079](https://github.com/MetaMask/core/pull/5079)) diff --git a/packages/approval-controller/CHANGELOG.md b/packages/approval-controller/CHANGELOG.md index da8502ddad8..cd4fb7b7a20 100644 --- a/packages/approval-controller/CHANGELOG.md +++ b/packages/approval-controller/CHANGELOG.md @@ -7,11 +7,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] -### Uncategorized - -- chore(approval): Rename `ControllerMessenger` to `Messenger` ([#5228](https://github.com/MetaMask/core/pull/5228)) -- feat: bump @metamask/utils to v11.1.0 ([#5223](https://github.com/MetaMask/core/pull/5223)) - ## [7.1.2] ### Changed diff --git a/packages/assets-controllers/CHANGELOG.md b/packages/assets-controllers/CHANGELOG.md index 7136123722f..6147ac8456f 100644 --- a/packages/assets-controllers/CHANGELOG.md +++ b/packages/assets-controllers/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [48.0.0] + ### Uncategorized - chore: update multichain controllers to listen for new update events ([#5221](https://github.com/MetaMask/core/pull/5221)) @@ -1374,7 +1376,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Use Ethers for AssetsContractController ([#845](https://github.com/MetaMask/core/pull/845)) -[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/assets-controllers@47.0.0...HEAD +[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/assets-controllers@48.0.0...HEAD +[48.0.0]: https://github.com/MetaMask/core/compare/@metamask/assets-controllers@47.0.0...@metamask/assets-controllers@48.0.0 [47.0.0]: https://github.com/MetaMask/core/compare/@metamask/assets-controllers@46.0.1...@metamask/assets-controllers@47.0.0 [46.0.1]: https://github.com/MetaMask/core/compare/@metamask/assets-controllers@46.0.0...@metamask/assets-controllers@46.0.1 [46.0.0]: https://github.com/MetaMask/core/compare/@metamask/assets-controllers@45.1.2...@metamask/assets-controllers@46.0.0 diff --git a/packages/assets-controllers/package.json b/packages/assets-controllers/package.json index 37794b955bd..66af6b2f401 100644 --- a/packages/assets-controllers/package.json +++ b/packages/assets-controllers/package.json @@ -1,6 +1,6 @@ { "name": "@metamask/assets-controllers", - "version": "47.0.0", + "version": "48.0.0", "description": "Controllers which manage interactions involving ERC-20, ERC-721, and ERC-1155 tokens (including NFTs)", "keywords": [ "MetaMask", @@ -77,11 +77,11 @@ }, "devDependencies": { "@babel/runtime": "^7.23.9", - "@metamask/accounts-controller": "^22.0.0", + "@metamask/accounts-controller": "^23.0.0", "@metamask/approval-controller": "^7.1.2", "@metamask/auto-changelog": "^3.4.4", "@metamask/ethjs-provider-http": "^0.3.0", - "@metamask/keyring-controller": "^19.0.5", + "@metamask/keyring-controller": "^19.0.6", "@metamask/keyring-internal-api": "^4.0.1", "@metamask/keyring-snap-client": "^3.0.3", "@metamask/network-controller": "^22.2.0", @@ -105,7 +105,7 @@ "webextension-polyfill": "^0.12.0" }, "peerDependencies": { - "@metamask/accounts-controller": "^22.0.0", + "@metamask/accounts-controller": "^23.0.0", "@metamask/approval-controller": "^7.0.0", "@metamask/keyring-controller": "^19.0.0", "@metamask/network-controller": "^22.0.0", diff --git a/packages/base-controller/CHANGELOG.md b/packages/base-controller/CHANGELOG.md index 43a106b2955..0835c87ff73 100644 --- a/packages/base-controller/CHANGELOG.md +++ b/packages/base-controller/CHANGELOG.md @@ -7,12 +7,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] -### Uncategorized - -- Release 293.0.0 ([#5272](https://github.com/MetaMask/core/pull/5272)) -- chore(base): Rename `ControllerMessenger` to `Messenger` ([#5246](https://github.com/MetaMask/core/pull/5246)) -- feat: bump @metamask/utils to v11.1.0 ([#5223](https://github.com/MetaMask/core/pull/5223)) - ### Changed - **BREAKING:** Remove deprecated messenger-related exports and simplify `RestrictedMessenger` constructor ([#5260](https://github.com/MetaMask/core/pull/5260)) diff --git a/packages/build-utils/CHANGELOG.md b/packages/build-utils/CHANGELOG.md index 0e00463f994..a2f575f2089 100644 --- a/packages/build-utils/CHANGELOG.md +++ b/packages/build-utils/CHANGELOG.md @@ -7,12 +7,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] -### Uncategorized - -- feat: bump @metamask/utils to v11.1.0 ([#5223](https://github.com/MetaMask/core/pull/5223)) -- Bump `eslint` to `^9.11.1` and migrate to flat config ([#4727](https://github.com/MetaMask/core/pull/4727)) -- Bump `@metamask/utils` to `^11.0.1` and `@metamask/rpc-errors` to `^7.0.2` ([#5080](https://github.com/MetaMask/core/pull/5080)) - ## [3.0.2] ### Changed diff --git a/packages/composable-controller/CHANGELOG.md b/packages/composable-controller/CHANGELOG.md index 5e711343b28..749d23910e7 100644 --- a/packages/composable-controller/CHANGELOG.md +++ b/packages/composable-controller/CHANGELOG.md @@ -7,13 +7,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] -### Uncategorized - -- Release 293.0.0 ([#5272](https://github.com/MetaMask/core/pull/5272)) -- chore(composable): Rename `ControllerMessenger` to `Messenger` ([#5230](https://github.com/MetaMask/core/pull/5230)) -- Release 280.0.0 ([#5135](https://github.com/MetaMask/core/pull/5135)) -- Release 274.0.0 ([#5082](https://github.com/MetaMask/core/pull/5082)) - ### Changed - **BREAKING:** Re-define `ComposableControllerStateConstraint` type using `StateConstraint` instead of `LegacyControllerStateConstraint` ([#5018](https://github.com/MetaMask/core/pull/5018/)) diff --git a/packages/earn-controller/CHANGELOG.md b/packages/earn-controller/CHANGELOG.md index 9a02694e570..4595777b5a3 100644 --- a/packages/earn-controller/CHANGELOG.md +++ b/packages/earn-controller/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [1.0.0] + ### Uncategorized - Release 293.0.0 ([#5272](https://github.com/MetaMask/core/pull/5272)) @@ -17,5 +19,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Initial release ([#5271](https://github.com/MetaMask/core/pull/5271)) -[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/earn-controller@0.1.0...HEAD +[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/earn-controller@1.0.0...HEAD +[1.0.0]: https://github.com/MetaMask/core/compare/@metamask/earn-controller@0.1.0...@metamask/earn-controller@1.0.0 [0.1.0]: https://github.com/MetaMask/core/releases/tag/@metamask/earn-controller@0.1.0 diff --git a/packages/earn-controller/package.json b/packages/earn-controller/package.json index 9597cb4a2ae..4939f4d7596 100644 --- a/packages/earn-controller/package.json +++ b/packages/earn-controller/package.json @@ -1,6 +1,6 @@ { "name": "@metamask/earn-controller", - "version": "0.1.0", + "version": "1.0.0", "description": "Manages state for earning features and coordinates interactions between staking services, SDK integrations, and other controllers to enable users to participate in various earning opportunities", "keywords": [ "MetaMask", @@ -53,7 +53,7 @@ "@metamask/stake-sdk": "^1.0.0" }, "devDependencies": { - "@metamask/accounts-controller": "^22.0.0", + "@metamask/accounts-controller": "^23.0.0", "@metamask/auto-changelog": "^3.4.4", "@metamask/network-controller": "^22.2.0", "@types/jest": "^27.4.1", @@ -65,7 +65,7 @@ "typescript": "~5.2.2" }, "peerDependencies": { - "@metamask/accounts-controller": "^22.0.0", + "@metamask/accounts-controller": "^23.0.0", "@metamask/network-controller": "^22.1.1" }, "engines": { diff --git a/packages/ens-controller/CHANGELOG.md b/packages/ens-controller/CHANGELOG.md index 46e2e0fe215..7b0704f80b5 100644 --- a/packages/ens-controller/CHANGELOG.md +++ b/packages/ens-controller/CHANGELOG.md @@ -7,15 +7,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] -### Uncategorized - -- Release 293.0.0 ([#5272](https://github.com/MetaMask/core/pull/5272)) -- chore(ens): Rename `ControllerMessenger` to `Messenger` ([#5231](https://github.com/MetaMask/core/pull/5231)) -- feat: bump @metamask/utils to v11.1.0 ([#5223](https://github.com/MetaMask/core/pull/5223)) -- Release 280.0.0 ([#5135](https://github.com/MetaMask/core/pull/5135)) -- Bump `@metamask/utils` to `^11.0.1` and `@metamask/rpc-errors` to `^7.0.2` ([#5080](https://github.com/MetaMask/core/pull/5080)) -- Release 266.0.0 ([#5038](https://github.com/MetaMask/core/pull/5038)) - ### Changed - Bump `@metamask/base-controller` from `^7.0.0` to `^7.1.0` ([#5079](https://github.com/MetaMask/core/pull/5079)) diff --git a/packages/gas-fee-controller/CHANGELOG.md b/packages/gas-fee-controller/CHANGELOG.md index 8a159d59426..eb7f7149bb9 100644 --- a/packages/gas-fee-controller/CHANGELOG.md +++ b/packages/gas-fee-controller/CHANGELOG.md @@ -7,15 +7,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] -### Uncategorized - -- Release 293.0.0 ([#5272](https://github.com/MetaMask/core/pull/5272)) -- chore(gas-fee): Rename `ControllerMessenger` to `Messenger` ([#5232](https://github.com/MetaMask/core/pull/5232)) -- feat: bump @metamask/utils to v11.1.0 ([#5223](https://github.com/MetaMask/core/pull/5223)) -- Release 280.0.0 ([#5135](https://github.com/MetaMask/core/pull/5135)) -- Bump `@metamask/utils` to `^11.0.1` and `@metamask/rpc-errors` to `^7.0.2` ([#5080](https://github.com/MetaMask/core/pull/5080)) -- Release 266.0.0 ([#5038](https://github.com/MetaMask/core/pull/5038)) - ### Changed - Bump `@metamask/base-controller` from `^7.0.0` to `^7.1.0` ([#5079](https://github.com/MetaMask/core/pull/5079)) diff --git a/packages/json-rpc-middleware-stream/CHANGELOG.md b/packages/json-rpc-middleware-stream/CHANGELOG.md index a0f9f495712..314c13930b7 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 - -- Release 293.0.0 ([#5272](https://github.com/MetaMask/core/pull/5272)) -- feat: bump @metamask/utils to v11.1.0 ([#5223](https://github.com/MetaMask/core/pull/5223)) -- Fix ESLint config ([#5132](https://github.com/MetaMask/core/pull/5132)) - ## [8.0.6] ### Changed @@ -209,13 +203,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 b9c3124b23c..a20cd7a9a36 100644 --- a/packages/keyring-controller/CHANGELOG.md +++ b/packages/keyring-controller/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [19.0.6] + ### Uncategorized - chore: fix lint warnings in `KeyringController` ([#5170](https://github.com/MetaMask/core/pull/5170)) @@ -656,7 +658,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/keyring-controller@19.0.5...HEAD +[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/keyring-controller@19.0.6...HEAD +[19.0.6]: https://github.com/MetaMask/core/compare/@metamask/keyring-controller@19.0.5...@metamask/keyring-controller@19.0.6 [19.0.5]: https://github.com/MetaMask/core/compare/@metamask/keyring-controller@19.0.4...@metamask/keyring-controller@19.0.5 [19.0.4]: https://github.com/MetaMask/core/compare/@metamask/keyring-controller@19.0.3...@metamask/keyring-controller@19.0.4 [19.0.3]: https://github.com/MetaMask/core/compare/@metamask/keyring-controller@19.0.2...@metamask/keyring-controller@19.0.3 diff --git a/packages/keyring-controller/package.json b/packages/keyring-controller/package.json index 2153587da9c..a028d09d5e4 100644 --- a/packages/keyring-controller/package.json +++ b/packages/keyring-controller/package.json @@ -1,6 +1,6 @@ { "name": "@metamask/keyring-controller", - "version": "19.0.5", + "version": "19.0.6", "description": "Stores identities seen in the wallet and manages interactions such as signing", "keywords": [ "MetaMask", diff --git a/packages/logging-controller/CHANGELOG.md b/packages/logging-controller/CHANGELOG.md index e935f9ed054..4d7b0422a5e 100644 --- a/packages/logging-controller/CHANGELOG.md +++ b/packages/logging-controller/CHANGELOG.md @@ -7,12 +7,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] -### Uncategorized - -- Release 293.0.0 ([#5272](https://github.com/MetaMask/core/pull/5272)) -- chore(logging): Rename `ControllerMessenger` to `Messenger` ([#5235](https://github.com/MetaMask/core/pull/5235)) -- Release 280.0.0 ([#5135](https://github.com/MetaMask/core/pull/5135)) - ### Changed - Bump `@metamask/base-controller` from `^7.0.0` to `^7.1.0` ([#5079](https://github.com/MetaMask/core/pull/5079)) diff --git a/packages/message-manager/CHANGELOG.md b/packages/message-manager/CHANGELOG.md index e5970a0b1b8..0395cc7f3e6 100644 --- a/packages/message-manager/CHANGELOG.md +++ b/packages/message-manager/CHANGELOG.md @@ -7,12 +7,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] -### Uncategorized - -- Release 293.0.0 ([#5272](https://github.com/MetaMask/core/pull/5272)) -- chore(message-manager): Rename `ControllerMessenger` to `Messenger` ([#5233](https://github.com/MetaMask/core/pull/5233)) -- feat: bump @metamask/utils to v11.1.0 ([#5223](https://github.com/MetaMask/core/pull/5223)) - ## [12.0.0] ### Changed diff --git a/packages/multichain-transactions-controller/CHANGELOG.md b/packages/multichain-transactions-controller/CHANGELOG.md index 07353d9a5f8..03bb918a0ce 100644 --- a/packages/multichain-transactions-controller/CHANGELOG.md +++ b/packages/multichain-transactions-controller/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [1.0.0] + ### Uncategorized - chore: update multichain controllers to listen for new update events ([#5221](https://github.com/MetaMask/core/pull/5221)) @@ -38,6 +40,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Initial release ([#5133](https://github.com/MetaMask/core/pull/5133)), ([#5177](https://github.com/MetaMask/core/pull/5177)) -[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/multichain-transactions-controller@0.1.0...HEAD +[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/multichain-transactions-controller@1.0.0...HEAD +[1.0.0]: https://github.com/MetaMask/core/compare/@metamask/multichain-transactions-controller@0.1.0...@metamask/multichain-transactions-controller@1.0.0 [0.1.0]: https://github.com/MetaMask/core/compare/@metamask/multichain-transactions-controller@0.0.1...@metamask/multichain-transactions-controller@0.1.0 [0.0.1]: https://github.com/MetaMask/core/releases/tag/@metamask/multichain-transactions-controller@0.0.1 diff --git a/packages/multichain-transactions-controller/package.json b/packages/multichain-transactions-controller/package.json index 59961ed5e89..82c892e72a2 100644 --- a/packages/multichain-transactions-controller/package.json +++ b/packages/multichain-transactions-controller/package.json @@ -1,6 +1,6 @@ { "name": "@metamask/multichain-transactions-controller", - "version": "0.1.0", + "version": "1.0.0", "description": "This package is responsible for getting transactions from our Bitcoin and Solana snaps", "keywords": [ "MetaMask", @@ -61,9 +61,9 @@ "uuid": "^8.3.2" }, "devDependencies": { - "@metamask/accounts-controller": "^22.0.0", + "@metamask/accounts-controller": "^23.0.0", "@metamask/auto-changelog": "^3.4.4", - "@metamask/keyring-controller": "^19.0.5", + "@metamask/keyring-controller": "^19.0.6", "@types/jest": "^27.4.1", "deepmerge": "^4.2.2", "jest": "^27.5.1", @@ -73,7 +73,7 @@ "typescript": "~5.2.2" }, "peerDependencies": { - "@metamask/accounts-controller": "^22.0.0", + "@metamask/accounts-controller": "^23.0.0", "@metamask/snaps-controllers": "^9.19.0" }, "engines": { diff --git a/packages/multichain/CHANGELOG.md b/packages/multichain/CHANGELOG.md index be9c87c586b..97ba79c89b0 100644 --- a/packages/multichain/CHANGELOG.md +++ b/packages/multichain/CHANGELOG.md @@ -7,11 +7,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] -### Uncategorized - -- Release 293.0.0 ([#5272](https://github.com/MetaMask/core/pull/5272)) -- feat: bump @metamask/utils to v11.1.0 ([#5223](https://github.com/MetaMask/core/pull/5223)) - ## [2.1.0] ### Added diff --git a/packages/name-controller/CHANGELOG.md b/packages/name-controller/CHANGELOG.md index 7e7cd7e9a6c..cc5fe4e49c5 100644 --- a/packages/name-controller/CHANGELOG.md +++ b/packages/name-controller/CHANGELOG.md @@ -7,14 +7,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] -### Uncategorized - -- Release 293.0.0 ([#5272](https://github.com/MetaMask/core/pull/5272)) -- chore(name): Rename `RestrictedControllerMessenger` to `RestrictedMessenger` ([#5236](https://github.com/MetaMask/core/pull/5236)) -- feat: bump @metamask/utils to v11.1.0 ([#5223](https://github.com/MetaMask/core/pull/5223)) -- Release 280.0.0 ([#5135](https://github.com/MetaMask/core/pull/5135)) -- Bump `@metamask/utils` to `^11.0.1` and `@metamask/rpc-errors` to `^7.0.2` ([#5080](https://github.com/MetaMask/core/pull/5080)) - ### Changed - Bump `@metamask/base-controller` from `^7.0.0` to `^7.1.0` ([#5079](https://github.com/MetaMask/core/pull/5079)) diff --git a/packages/notification-services-controller/CHANGELOG.md b/packages/notification-services-controller/CHANGELOG.md index 83879ddbf93..e7218a8b264 100644 --- a/packages/notification-services-controller/CHANGELOG.md +++ b/packages/notification-services-controller/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [1.0.0] + ## [0.19.0] ### Changed @@ -296,7 +298,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Initial release -[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/notification-services-controller@0.19.0...HEAD +[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/notification-services-controller@1.0.0...HEAD +[1.0.0]: https://github.com/MetaMask/core/compare/@metamask/notification-services-controller@0.19.0...@metamask/notification-services-controller@1.0.0 [0.19.0]: https://github.com/MetaMask/core/compare/@metamask/notification-services-controller@0.18.0...@metamask/notification-services-controller@0.19.0 [0.18.0]: https://github.com/MetaMask/core/compare/@metamask/notification-services-controller@0.17.0...@metamask/notification-services-controller@0.18.0 [0.17.0]: https://github.com/MetaMask/core/compare/@metamask/notification-services-controller@0.16.0...@metamask/notification-services-controller@0.17.0 diff --git a/packages/notification-services-controller/package.json b/packages/notification-services-controller/package.json index f6cb62b3bb0..406b8a4205a 100644 --- a/packages/notification-services-controller/package.json +++ b/packages/notification-services-controller/package.json @@ -1,6 +1,6 @@ { "name": "@metamask/notification-services-controller", - "version": "0.19.0", + "version": "1.0.0", "description": "Manages New MetaMask decentralized Notification system", "keywords": [ "MetaMask", @@ -112,8 +112,8 @@ "@lavamoat/allow-scripts": "^3.0.4", "@lavamoat/preinstall-always-fail": "^2.1.0", "@metamask/auto-changelog": "^3.4.4", - "@metamask/keyring-controller": "^19.0.5", - "@metamask/profile-sync-controller": "^6.0.0", + "@metamask/keyring-controller": "^19.0.6", + "@metamask/profile-sync-controller": "^7.0.0", "@types/jest": "^27.4.1", "@types/readable-stream": "^2.3.0", "contentful": "^10.15.0", @@ -128,7 +128,7 @@ }, "peerDependencies": { "@metamask/keyring-controller": "^19.0.0", - "@metamask/profile-sync-controller": "^6.0.0" + "@metamask/profile-sync-controller": "^7.0.0" }, "engines": { "node": "^18.18 || >=20" diff --git a/packages/permission-controller/CHANGELOG.md b/packages/permission-controller/CHANGELOG.md index 8f30f09e2ac..d50033d54e6 100644 --- a/packages/permission-controller/CHANGELOG.md +++ b/packages/permission-controller/CHANGELOG.md @@ -7,13 +7,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] -### Uncategorized - -- Release 293.0.0 ([#5272](https://github.com/MetaMask/core/pull/5272)) -- chore(permission): Rename `ControllerMessenger` to `Messenger` ([#5245](https://github.com/MetaMask/core/pull/5245)) -- feat: bump @metamask/utils to v11.1.0 ([#5223](https://github.com/MetaMask/core/pull/5223)) -- Fix ESLint config ([#5132](https://github.com/MetaMask/core/pull/5132)) - ## [11.0.5] ### Changed diff --git a/packages/permission-log-controller/CHANGELOG.md b/packages/permission-log-controller/CHANGELOG.md index c728d12ea03..f271fb58477 100644 --- a/packages/permission-log-controller/CHANGELOG.md +++ b/packages/permission-log-controller/CHANGELOG.md @@ -7,16 +7,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] -### Uncategorized - -- Release 293.0.0 ([#5272](https://github.com/MetaMask/core/pull/5272)) -- chore(permission-log): Rename `ControllerMessenger` to `Messenger` ([#5247](https://github.com/MetaMask/core/pull/5247)) -- feat: bump @metamask/utils to v11.1.0 ([#5223](https://github.com/MetaMask/core/pull/5223)) -- Release 280.0.0 ([#5135](https://github.com/MetaMask/core/pull/5135)) -- Release 274.0.0 ([#5082](https://github.com/MetaMask/core/pull/5082)) -- Bump `@metamask/utils` to `^11.0.1` and `@metamask/rpc-errors` to `^7.0.2` ([#5080](https://github.com/MetaMask/core/pull/5080)) -- chore: bump nanoid dependency ([#5073](https://github.com/MetaMask/core/pull/5073)) - ### Changed - Bump `@metamask/base-controller` from `^7.0.0` to `^7.1.0` ([#5079](https://github.com/MetaMask/core/pull/5079)) diff --git a/packages/phishing-controller/CHANGELOG.md b/packages/phishing-controller/CHANGELOG.md index 0547caaebdc..85136854cad 100644 --- a/packages/phishing-controller/CHANGELOG.md +++ b/packages/phishing-controller/CHANGELOG.md @@ -7,13 +7,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] -### Uncategorized - -- Release 293.0.0 ([#5272](https://github.com/MetaMask/core/pull/5272)) -- chore(phishing): Rename `ControllerMessenger` to `Messenger` ([#5248](https://github.com/MetaMask/core/pull/5248)) -- Fix ESLint config ([#5132](https://github.com/MetaMask/core/pull/5132)) -- Release 280.0.0 ([#5135](https://github.com/MetaMask/core/pull/5135)) - ### Changed - Bump `@metamask/base-controller` from `^7.0.0` to `^7.1.0` ([#5079](https://github.com/MetaMask/core/pull/5079)) diff --git a/packages/polling-controller/CHANGELOG.md b/packages/polling-controller/CHANGELOG.md index 76a326bda30..ae9f57ae406 100644 --- a/packages/polling-controller/CHANGELOG.md +++ b/packages/polling-controller/CHANGELOG.md @@ -7,16 +7,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] -### Uncategorized - -- Release 293.0.0 ([#5272](https://github.com/MetaMask/core/pull/5272)) -- chore(polling): Rename `ControllerMessenger` to `Messenger` ([#5249](https://github.com/MetaMask/core/pull/5249)) -- feat: bump @metamask/utils to v11.1.0 ([#5223](https://github.com/MetaMask/core/pull/5223)) -- Fix ESLint config ([#5132](https://github.com/MetaMask/core/pull/5132)) -- Release 280.0.0 ([#5135](https://github.com/MetaMask/core/pull/5135)) -- Bump `@metamask/utils` to `^11.0.1` and `@metamask/rpc-errors` to `^7.0.2` ([#5080](https://github.com/MetaMask/core/pull/5080)) -- Release 266.0.0 ([#5038](https://github.com/MetaMask/core/pull/5038)) - ### Changed - Bump `@metamask/base-controller` from `^7.0.0` to `^7.1.0` ([#5079](https://github.com/MetaMask/core/pull/5079)) diff --git a/packages/preferences-controller/CHANGELOG.md b/packages/preferences-controller/CHANGELOG.md index 02e028b99f1..b97f3059ab5 100644 --- a/packages/preferences-controller/CHANGELOG.md +++ b/packages/preferences-controller/CHANGELOG.md @@ -7,16 +7,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] -### Uncategorized - -- Release 293.0.0 ([#5272](https://github.com/MetaMask/core/pull/5272)) -- chore(preferences): Rename `ControllerMessenger` to `Messenger` ([#5251](https://github.com/MetaMask/core/pull/5251)) -- Release 290.0.0 ([#5218](https://github.com/MetaMask/core/pull/5218)) -- Release 287.0.0 ([#5182](https://github.com/MetaMask/core/pull/5182)) -- Release 281.0.0 ([#5140](https://github.com/MetaMask/core/pull/5140)) -- Release 280.0.0 ([#5135](https://github.com/MetaMask/core/pull/5135)) -- Release 270.0.0 ([#5058](https://github.com/MetaMask/core/pull/5058)) - ### Changed - Bump `@metamask/base-controller` from `^7.0.0` to `^7.1.0` ([#5079](https://github.com/MetaMask/core/pull/5079)) diff --git a/packages/preferences-controller/package.json b/packages/preferences-controller/package.json index cbbe4ba6102..41d4c909adb 100644 --- a/packages/preferences-controller/package.json +++ b/packages/preferences-controller/package.json @@ -52,7 +52,7 @@ }, "devDependencies": { "@metamask/auto-changelog": "^3.4.4", - "@metamask/keyring-controller": "^19.0.5", + "@metamask/keyring-controller": "^19.0.6", "@types/jest": "^27.4.1", "deepmerge": "^4.2.2", "jest": "^27.5.1", diff --git a/packages/profile-sync-controller/CHANGELOG.md b/packages/profile-sync-controller/CHANGELOG.md index 6672432dceb..64723d6b33c 100644 --- a/packages/profile-sync-controller/CHANGELOG.md +++ b/packages/profile-sync-controller/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [7.0.0] + ## [6.0.0] ### Changed @@ -453,7 +455,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Initial release -[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/profile-sync-controller@6.0.0...HEAD +[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/profile-sync-controller@7.0.0...HEAD +[7.0.0]: https://github.com/MetaMask/core/compare/@metamask/profile-sync-controller@6.0.0...@metamask/profile-sync-controller@7.0.0 [6.0.0]: https://github.com/MetaMask/core/compare/@metamask/profile-sync-controller@5.0.0...@metamask/profile-sync-controller@6.0.0 [5.0.0]: https://github.com/MetaMask/core/compare/@metamask/profile-sync-controller@4.1.1...@metamask/profile-sync-controller@5.0.0 [4.1.1]: https://github.com/MetaMask/core/compare/@metamask/profile-sync-controller@4.1.0...@metamask/profile-sync-controller@4.1.1 diff --git a/packages/profile-sync-controller/package.json b/packages/profile-sync-controller/package.json index 02d097f7232..aa8a7a5f3fb 100644 --- a/packages/profile-sync-controller/package.json +++ b/packages/profile-sync-controller/package.json @@ -1,6 +1,6 @@ { "name": "@metamask/profile-sync-controller", - "version": "6.0.0", + "version": "7.0.0", "description": "The profile sync helps developers synchronize data across multiple clients and devices in a privacy-preserving way. All data saved in the user storage database is encrypted client-side to preserve privacy. The user storage provides a modular design, giving developers the flexibility to construct and manage their storage spaces in a way that best suits their needs", "keywords": [ "MetaMask", @@ -102,7 +102,7 @@ "dependencies": { "@metamask/base-controller": "^7.1.1", "@metamask/keyring-api": "^17.0.0", - "@metamask/keyring-controller": "^19.0.5", + "@metamask/keyring-controller": "^19.0.6", "@metamask/network-controller": "^22.2.0", "@metamask/snaps-sdk": "^6.17.1", "@metamask/snaps-utils": "^8.10.0", @@ -115,7 +115,7 @@ "devDependencies": { "@lavamoat/allow-scripts": "^3.0.4", "@lavamoat/preinstall-always-fail": "^2.1.0", - "@metamask/accounts-controller": "^22.0.0", + "@metamask/accounts-controller": "^23.0.0", "@metamask/auto-changelog": "^3.4.4", "@metamask/keyring-internal-api": "^4.0.1", "@metamask/providers": "^18.1.1", @@ -133,7 +133,7 @@ "webextension-polyfill": "^0.12.0" }, "peerDependencies": { - "@metamask/accounts-controller": "^22.0.0", + "@metamask/accounts-controller": "^23.0.0", "@metamask/keyring-controller": "^19.0.0", "@metamask/network-controller": "^22.0.0", "@metamask/providers": "^18.1.0", diff --git a/packages/queued-request-controller/CHANGELOG.md b/packages/queued-request-controller/CHANGELOG.md index 392438fb70b..3ee3ba77404 100644 --- a/packages/queued-request-controller/CHANGELOG.md +++ b/packages/queued-request-controller/CHANGELOG.md @@ -7,12 +7,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] -### Uncategorized - -- Release 293.0.0 ([#5272](https://github.com/MetaMask/core/pull/5272)) -- chore(queued-request): Rename `ControllerMessenger` to `Messenger` ([#5254](https://github.com/MetaMask/core/pull/5254)) -- feat: bump @metamask/utils to v11.1.0 ([#5223](https://github.com/MetaMask/core/pull/5223)) - ## [9.0.0] ### Added diff --git a/packages/rate-limit-controller/CHANGELOG.md b/packages/rate-limit-controller/CHANGELOG.md index 1a0cae4785f..0488a53c7b4 100644 --- a/packages/rate-limit-controller/CHANGELOG.md +++ b/packages/rate-limit-controller/CHANGELOG.md @@ -7,13 +7,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] -### Uncategorized - -- chore(rate-limit): Rename `ControllerMessenger` to `Messenger` ([#5255](https://github.com/MetaMask/core/pull/5255)) -- feat: bump @metamask/utils to v11.1.0 ([#5223](https://github.com/MetaMask/core/pull/5223)) -- Release 280.0.0 ([#5135](https://github.com/MetaMask/core/pull/5135)) -- Bump `@metamask/utils` to `^11.0.1` and `@metamask/rpc-errors` to `^7.0.2` ([#5080](https://github.com/MetaMask/core/pull/5080)) - ### Changed - Bump `@metamask/base-controller` from `^7.0.0` to `^7.1.0` ([#5079](https://github.com/MetaMask/core/pull/5079)) diff --git a/packages/remote-feature-flag-controller/CHANGELOG.md b/packages/remote-feature-flag-controller/CHANGELOG.md index bb6aa32a96a..b688177db93 100644 --- a/packages/remote-feature-flag-controller/CHANGELOG.md +++ b/packages/remote-feature-flag-controller/CHANGELOG.md @@ -7,13 +7,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] -### Uncategorized - -- Release 293.0.0 ([#5272](https://github.com/MetaMask/core/pull/5272)) -- chore(remote-feature-flag): Rename `ControllerMessenger` to `Messenger` ([#5253](https://github.com/MetaMask/core/pull/5253)) -- feat: bump @metamask/utils to v11.1.0 ([#5223](https://github.com/MetaMask/core/pull/5223)) -- Release 280.0.0 ([#5135](https://github.com/MetaMask/core/pull/5135)) - ### Added - Add `onBreak` and `onDegraded` methods to `ClientConfigApiService` ([#5109](https://github.com/MetaMask/core/pull/5109)) diff --git a/packages/selected-network-controller/CHANGELOG.md b/packages/selected-network-controller/CHANGELOG.md index 95d20287584..a3c99091484 100644 --- a/packages/selected-network-controller/CHANGELOG.md +++ b/packages/selected-network-controller/CHANGELOG.md @@ -7,12 +7,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] -### Uncategorized - -- Release 293.0.0 ([#5272](https://github.com/MetaMask/core/pull/5272)) -- chore(selected-network): Rename `ControllerMessenger` to `Messenger` ([#5256](https://github.com/MetaMask/core/pull/5256)) -- feat: bump @metamask/utils to v11.1.0 ([#5223](https://github.com/MetaMask/core/pull/5223)) - ## [21.0.0] ### Added diff --git a/packages/signature-controller/CHANGELOG.md b/packages/signature-controller/CHANGELOG.md index 7224e1154bf..b44e726d681 100644 --- a/packages/signature-controller/CHANGELOG.md +++ b/packages/signature-controller/CHANGELOG.md @@ -7,17 +7,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] -### Uncategorized - -- Release 293.0.0 ([#5272](https://github.com/MetaMask/core/pull/5272)) -- chore(signature): Rename `RestrictedControllerMessenger` to `RestrictedMessenger` ([#5237](https://github.com/MetaMask/core/pull/5237)) -- feat: bump @metamask/utils to v11.1.0 ([#5223](https://github.com/MetaMask/core/pull/5223)) -- Release 290.0.0 ([#5218](https://github.com/MetaMask/core/pull/5218)) -- Release 287.0.0 ([#5182](https://github.com/MetaMask/core/pull/5182)) -- Fix ESLint config ([#5132](https://github.com/MetaMask/core/pull/5132)) -- Release 281.0.0 ([#5140](https://github.com/MetaMask/core/pull/5140)) -- Release 280.0.0 ([#5135](https://github.com/MetaMask/core/pull/5135)) - ## [23.2.0] ### Changed diff --git a/packages/signature-controller/package.json b/packages/signature-controller/package.json index cf1ce1439d6..bc5f0c40a02 100644 --- a/packages/signature-controller/package.json +++ b/packages/signature-controller/package.json @@ -58,7 +58,7 @@ "devDependencies": { "@metamask/approval-controller": "^7.1.2", "@metamask/auto-changelog": "^3.4.4", - "@metamask/keyring-controller": "^19.0.5", + "@metamask/keyring-controller": "^19.0.6", "@metamask/logging-controller": "^6.0.3", "@metamask/network-controller": "^22.2.0", "@types/jest": "^27.4.1", diff --git a/packages/transaction-controller/CHANGELOG.md b/packages/transaction-controller/CHANGELOG.md index f2e89cd5eb9..ccbd0f92167 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] +## [45.0.0] + ### Uncategorized - Release 293.0.0 ([#5272](https://github.com/MetaMask/core/pull/5272)) @@ -1259,7 +1261,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@44.1.0...HEAD +[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/transaction-controller@45.0.0...HEAD +[45.0.0]: https://github.com/MetaMask/core/compare/@metamask/transaction-controller@44.1.0...@metamask/transaction-controller@45.0.0 [44.1.0]: https://github.com/MetaMask/core/compare/@metamask/transaction-controller@44.0.0...@metamask/transaction-controller@44.1.0 [44.0.0]: https://github.com/MetaMask/core/compare/@metamask/transaction-controller@43.0.0...@metamask/transaction-controller@44.0.0 [43.0.0]: https://github.com/MetaMask/core/compare/@metamask/transaction-controller@42.1.0...@metamask/transaction-controller@43.0.0 diff --git a/packages/transaction-controller/package.json b/packages/transaction-controller/package.json index 3532687f17d..5297b14771f 100644 --- a/packages/transaction-controller/package.json +++ b/packages/transaction-controller/package.json @@ -1,6 +1,6 @@ { "name": "@metamask/transaction-controller", - "version": "44.1.0", + "version": "45.0.0", "description": "Stores transactions alongside their periodically updated statuses and manages interactions such as approval and cancellation", "keywords": [ "MetaMask", @@ -69,7 +69,7 @@ }, "devDependencies": { "@babel/runtime": "^7.23.9", - "@metamask/accounts-controller": "^22.0.0", + "@metamask/accounts-controller": "^23.0.0", "@metamask/approval-controller": "^7.1.2", "@metamask/auto-changelog": "^3.4.4", "@metamask/eth-block-tracker": "^11.0.3", @@ -92,7 +92,7 @@ }, "peerDependencies": { "@babel/runtime": "^7.0.0", - "@metamask/accounts-controller": "^22.0.0", + "@metamask/accounts-controller": "^23.0.0", "@metamask/approval-controller": "^7.0.0", "@metamask/eth-block-tracker": ">=9", "@metamask/gas-fee-controller": "^22.0.0", diff --git a/packages/user-operation-controller/CHANGELOG.md b/packages/user-operation-controller/CHANGELOG.md index 22c9e280c4a..ee5023d01dd 100644 --- a/packages/user-operation-controller/CHANGELOG.md +++ b/packages/user-operation-controller/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [24.0.0] + ### Uncategorized - Release 293.0.0 ([#5272](https://github.com/MetaMask/core/pull/5272)) @@ -327,7 +329,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Initial Release ([#3749](https://github.com/MetaMask/core/pull/3749)) -[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/user-operation-controller@23.0.0...HEAD +[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/user-operation-controller@24.0.0...HEAD +[24.0.0]: https://github.com/MetaMask/core/compare/@metamask/user-operation-controller@23.0.0...@metamask/user-operation-controller@24.0.0 [23.0.0]: https://github.com/MetaMask/core/compare/@metamask/user-operation-controller@22.0.0...@metamask/user-operation-controller@23.0.0 [22.0.0]: https://github.com/MetaMask/core/compare/@metamask/user-operation-controller@21.0.0...@metamask/user-operation-controller@22.0.0 [21.0.0]: https://github.com/MetaMask/core/compare/@metamask/user-operation-controller@20.0.1...@metamask/user-operation-controller@21.0.0 diff --git a/packages/user-operation-controller/package.json b/packages/user-operation-controller/package.json index 939f567fdf2..7ea170dc0bd 100644 --- a/packages/user-operation-controller/package.json +++ b/packages/user-operation-controller/package.json @@ -1,6 +1,6 @@ { "name": "@metamask/user-operation-controller", - "version": "23.0.0", + "version": "24.0.0", "description": "Creates user operations and manages their life cycle", "keywords": [ "MetaMask", @@ -65,9 +65,9 @@ "@metamask/auto-changelog": "^3.4.4", "@metamask/eth-block-tracker": "^11.0.3", "@metamask/gas-fee-controller": "^22.0.2", - "@metamask/keyring-controller": "^19.0.5", + "@metamask/keyring-controller": "^19.0.6", "@metamask/network-controller": "^22.2.0", - "@metamask/transaction-controller": "^44.1.0", + "@metamask/transaction-controller": "^45.0.0", "@types/jest": "^27.4.1", "deepmerge": "^4.2.2", "jest": "^27.5.1", @@ -82,7 +82,7 @@ "@metamask/gas-fee-controller": "^22.0.0", "@metamask/keyring-controller": "^19.0.0", "@metamask/network-controller": "^22.0.0", - "@metamask/transaction-controller": "^44.0.0" + "@metamask/transaction-controller": "^45.0.0" }, "engines": { "node": "^18.18 || >=20" diff --git a/yarn.lock b/yarn.lock index 84a8f3ed95d..afb813337a7 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2300,7 +2300,7 @@ __metadata: languageName: node linkType: hard -"@metamask/accounts-controller@npm:^22.0.0, @metamask/accounts-controller@workspace:packages/accounts-controller": +"@metamask/accounts-controller@npm:^23.0.0, @metamask/accounts-controller@workspace:packages/accounts-controller": version: 0.0.0-use.local resolution: "@metamask/accounts-controller@workspace:packages/accounts-controller" dependencies: @@ -2309,7 +2309,7 @@ __metadata: "@metamask/base-controller": "npm:^7.1.1" "@metamask/eth-snap-keyring": "npm:^10.0.0" "@metamask/keyring-api": "npm:^17.0.0" - "@metamask/keyring-controller": "npm:^19.0.5" + "@metamask/keyring-controller": "npm:^19.0.6" "@metamask/keyring-internal-api": "npm:^4.0.1" "@metamask/providers": "npm:^18.1.1" "@metamask/snaps-controllers": "npm:^9.19.0" @@ -2420,7 +2420,7 @@ __metadata: "@ethersproject/contracts": "npm:^5.7.0" "@ethersproject/providers": "npm:^5.7.0" "@metamask/abi-utils": "npm:^2.0.3" - "@metamask/accounts-controller": "npm:^22.0.0" + "@metamask/accounts-controller": "npm:^23.0.0" "@metamask/approval-controller": "npm:^7.1.2" "@metamask/auto-changelog": "npm:^3.4.4" "@metamask/base-controller": "npm:^7.1.1" @@ -2429,7 +2429,7 @@ __metadata: "@metamask/eth-query": "npm:^4.0.0" "@metamask/ethjs-provider-http": "npm:^0.3.0" "@metamask/keyring-api": "npm:^17.0.0" - "@metamask/keyring-controller": "npm:^19.0.5" + "@metamask/keyring-controller": "npm:^19.0.6" "@metamask/keyring-internal-api": "npm:^4.0.1" "@metamask/keyring-snap-client": "npm:^3.0.3" "@metamask/metamask-eth-abis": "npm:^3.1.1" @@ -2467,7 +2467,7 @@ __metadata: uuid: "npm:^8.3.2" webextension-polyfill: "npm:^0.12.0" peerDependencies: - "@metamask/accounts-controller": ^22.0.0 + "@metamask/accounts-controller": ^23.0.0 "@metamask/approval-controller": ^7.0.0 "@metamask/keyring-controller": ^19.0.0 "@metamask/network-controller": ^22.0.0 @@ -2700,7 +2700,7 @@ __metadata: resolution: "@metamask/earn-controller@workspace:packages/earn-controller" dependencies: "@ethersproject/providers": "npm:^5.7.0" - "@metamask/accounts-controller": "npm:^22.0.0" + "@metamask/accounts-controller": "npm:^23.0.0" "@metamask/auto-changelog": "npm:^3.4.4" "@metamask/base-controller": "npm:^7.1.1" "@metamask/controller-utils": "npm:^11.5.0" @@ -2714,7 +2714,7 @@ __metadata: typedoc-plugin-missing-exports: "npm:^2.0.0" typescript: "npm:~5.2.2" peerDependencies: - "@metamask/accounts-controller": ^22.0.0 + "@metamask/accounts-controller": ^23.0.0 "@metamask/network-controller": ^22.1.1 languageName: unknown linkType: soft @@ -3249,7 +3249,7 @@ __metadata: languageName: node linkType: hard -"@metamask/keyring-controller@npm:^19.0.5, @metamask/keyring-controller@workspace:packages/keyring-controller": +"@metamask/keyring-controller@npm:^19.0.6, @metamask/keyring-controller@workspace:packages/keyring-controller": version: 0.0.0-use.local resolution: "@metamask/keyring-controller@workspace:packages/keyring-controller" dependencies: @@ -3405,11 +3405,11 @@ __metadata: version: 0.0.0-use.local resolution: "@metamask/multichain-transactions-controller@workspace:packages/multichain-transactions-controller" dependencies: - "@metamask/accounts-controller": "npm:^22.0.0" + "@metamask/accounts-controller": "npm:^23.0.0" "@metamask/auto-changelog": "npm:^3.4.4" "@metamask/base-controller": "npm:^7.1.1" "@metamask/keyring-api": "npm:^17.0.0" - "@metamask/keyring-controller": "npm:^19.0.5" + "@metamask/keyring-controller": "npm:^19.0.6" "@metamask/keyring-internal-api": "npm:^4.0.1" "@metamask/keyring-snap-client": "npm:^3.0.3" "@metamask/polling-controller": "npm:^12.0.2" @@ -3428,7 +3428,7 @@ __metadata: typescript: "npm:~5.2.2" uuid: "npm:^8.3.2" peerDependencies: - "@metamask/accounts-controller": ^22.0.0 + "@metamask/accounts-controller": ^23.0.0 "@metamask/snaps-controllers": ^9.19.0 languageName: unknown linkType: soft @@ -3545,8 +3545,8 @@ __metadata: "@metamask/auto-changelog": "npm:^3.4.4" "@metamask/base-controller": "npm:^7.1.1" "@metamask/controller-utils": "npm:^11.5.0" - "@metamask/keyring-controller": "npm:^19.0.5" - "@metamask/profile-sync-controller": "npm:^6.0.0" + "@metamask/keyring-controller": "npm:^19.0.6" + "@metamask/profile-sync-controller": "npm:^7.0.0" "@metamask/utils": "npm:^11.1.0" "@types/jest": "npm:^27.4.1" "@types/readable-stream": "npm:^2.3.0" @@ -3565,7 +3565,7 @@ __metadata: uuid: "npm:^8.3.2" peerDependencies: "@metamask/keyring-controller": ^19.0.0 - "@metamask/profile-sync-controller": ^6.0.0 + "@metamask/profile-sync-controller": ^7.0.0 languageName: unknown linkType: soft @@ -3713,7 +3713,7 @@ __metadata: "@metamask/auto-changelog": "npm:^3.4.4" "@metamask/base-controller": "npm:^7.1.1" "@metamask/controller-utils": "npm:^11.5.0" - "@metamask/keyring-controller": "npm:^19.0.5" + "@metamask/keyring-controller": "npm:^19.0.6" "@types/jest": "npm:^27.4.1" deepmerge: "npm:^4.2.2" jest: "npm:^27.5.1" @@ -3727,17 +3727,17 @@ __metadata: languageName: unknown linkType: soft -"@metamask/profile-sync-controller@npm:^6.0.0, @metamask/profile-sync-controller@workspace:packages/profile-sync-controller": +"@metamask/profile-sync-controller@npm:^7.0.0, @metamask/profile-sync-controller@workspace:packages/profile-sync-controller": version: 0.0.0-use.local resolution: "@metamask/profile-sync-controller@workspace:packages/profile-sync-controller" dependencies: "@lavamoat/allow-scripts": "npm:^3.0.4" "@lavamoat/preinstall-always-fail": "npm:^2.1.0" - "@metamask/accounts-controller": "npm:^22.0.0" + "@metamask/accounts-controller": "npm:^23.0.0" "@metamask/auto-changelog": "npm:^3.4.4" "@metamask/base-controller": "npm:^7.1.1" "@metamask/keyring-api": "npm:^17.0.0" - "@metamask/keyring-controller": "npm:^19.0.5" + "@metamask/keyring-controller": "npm:^19.0.6" "@metamask/keyring-internal-api": "npm:^4.0.1" "@metamask/network-controller": "npm:^22.2.0" "@metamask/providers": "npm:^18.1.1" @@ -3761,7 +3761,7 @@ __metadata: typescript: "npm:~5.2.2" webextension-polyfill: "npm:^0.12.0" peerDependencies: - "@metamask/accounts-controller": ^22.0.0 + "@metamask/accounts-controller": ^23.0.0 "@metamask/keyring-controller": ^19.0.0 "@metamask/network-controller": ^22.0.0 "@metamask/providers": ^18.1.0 @@ -3924,7 +3924,7 @@ __metadata: "@metamask/base-controller": "npm:^7.1.1" "@metamask/controller-utils": "npm:^11.5.0" "@metamask/eth-sig-util": "npm:^8.0.0" - "@metamask/keyring-controller": "npm:^19.0.5" + "@metamask/keyring-controller": "npm:^19.0.6" "@metamask/logging-controller": "npm:^6.0.3" "@metamask/network-controller": "npm:^22.2.0" "@metamask/utils": "npm:^11.1.0" @@ -4106,7 +4106,7 @@ __metadata: languageName: unknown linkType: soft -"@metamask/transaction-controller@npm:^44.1.0, @metamask/transaction-controller@workspace:packages/transaction-controller": +"@metamask/transaction-controller@npm:^45.0.0, @metamask/transaction-controller@workspace:packages/transaction-controller": version: 0.0.0-use.local resolution: "@metamask/transaction-controller@workspace:packages/transaction-controller" dependencies: @@ -4117,7 +4117,7 @@ __metadata: "@ethersproject/abi": "npm:^5.7.0" "@ethersproject/contracts": "npm:^5.7.0" "@ethersproject/providers": "npm:^5.7.0" - "@metamask/accounts-controller": "npm:^22.0.0" + "@metamask/accounts-controller": "npm:^23.0.0" "@metamask/approval-controller": "npm:^7.1.2" "@metamask/auto-changelog": "npm:^3.4.4" "@metamask/base-controller": "npm:^7.1.1" @@ -4152,7 +4152,7 @@ __metadata: uuid: "npm:^8.3.2" peerDependencies: "@babel/runtime": ^7.0.0 - "@metamask/accounts-controller": ^22.0.0 + "@metamask/accounts-controller": ^23.0.0 "@metamask/approval-controller": ^7.0.0 "@metamask/eth-block-tracker": ">=9" "@metamask/gas-fee-controller": ^22.0.0 @@ -4171,12 +4171,12 @@ __metadata: "@metamask/eth-block-tracker": "npm:^11.0.3" "@metamask/eth-query": "npm:^4.0.0" "@metamask/gas-fee-controller": "npm:^22.0.2" - "@metamask/keyring-controller": "npm:^19.0.5" + "@metamask/keyring-controller": "npm:^19.0.6" "@metamask/network-controller": "npm:^22.2.0" "@metamask/polling-controller": "npm:^12.0.2" "@metamask/rpc-errors": "npm:^7.0.2" "@metamask/superstruct": "npm:^3.1.0" - "@metamask/transaction-controller": "npm:^44.1.0" + "@metamask/transaction-controller": "npm:^45.0.0" "@metamask/utils": "npm:^11.1.0" "@types/jest": "npm:^27.4.1" bn.js: "npm:^5.2.1" @@ -4195,7 +4195,7 @@ __metadata: "@metamask/gas-fee-controller": ^22.0.0 "@metamask/keyring-controller": ^19.0.0 "@metamask/network-controller": ^22.0.0 - "@metamask/transaction-controller": ^44.0.0 + "@metamask/transaction-controller": ^45.0.0 languageName: unknown linkType: soft From 8857a814dc06d56724c6ea5529e40228b6f9d91b Mon Sep 17 00:00:00 2001 From: Charly Chevalier Date: Thu, 6 Feb 2025 10:43:12 +0100 Subject: [PATCH 3/6] chore: update changelogs --- packages/accounts-controller/CHANGELOG.md | 21 +++++++--------- packages/assets-controllers/CHANGELOG.md | 25 ++++++++++--------- packages/earn-controller/CHANGELOG.md | 11 ++++---- packages/earn-controller/package.json | 2 +- packages/keyring-controller/CHANGELOG.md | 7 +----- .../CHANGELOG.md | 19 ++++++-------- .../package.json | 2 +- .../CHANGELOG.md | 12 ++++++--- .../package.json | 2 +- packages/profile-sync-controller/CHANGELOG.md | 5 ++++ packages/transaction-controller/CHANGELOG.md | 4 +-- .../user-operation-controller/CHANGELOG.md | 9 +++---- 12 files changed, 59 insertions(+), 60 deletions(-) diff --git a/packages/accounts-controller/CHANGELOG.md b/packages/accounts-controller/CHANGELOG.md index 646b28dc339..345e507b361 100644 --- a/packages/accounts-controller/CHANGELOG.md +++ b/packages/accounts-controller/CHANGELOG.md @@ -9,22 +9,19 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [23.0.0] -### Uncategorized - -- chore: mark `@metamask/snaps-controllers` peer dependency bump as breaking in CHANGELOG ([#5267](https://github.com/MetaMask/core/pull/5267)) -- chore(accounts): fix AccountsController eslint warnings & errors ([#5266](https://github.com/MetaMask/core/pull/5266)) -- chore(accounts): Rename `ControllerMessenger` to `Messenger` ([#5090](https://github.com/MetaMask/core/pull/5090)) -- fix(accounts-controller): export `*` in index ([#5224](https://github.com/MetaMask/core/pull/5224)) -- feat: bump @metamask/utils to v11.1.0 ([#5223](https://github.com/MetaMask/core/pull/5223)) -- feat: bump snaps-sdk to v6.16.0 ([#5220](https://github.com/MetaMask/core/pull/5220)) - ### Changed - **BREAKING:** Bump `@metamask/snaps-controllers` peer dependency from `^9.7.0` to `^9.19.0` ([#5265](https://github.com/MetaMask/core/pull/5265)) -- Bump `@metamask/snaps-sdk` from `^6.16.0` to `^6.17.1` ([#5265](https://github.com/MetaMask/core/pull/5265)) -- Bump `@metamask/snaps-utils` from `^8.9.0` to `^8.10.0` ([#5265](https://github.com/MetaMask/core/pull/5265)) -- Bump `@metamask/eth-snap-keyring` from `^9.1.1` to `^10.0.0` ([#5280](https://github.com/MetaMask/core/pull/5280)) - Bump `@metamask/keyring-api"` from `^16.1.0` to `^17.0.0` ([#5280](https://github.com/MetaMask/core/pull/5280)) +- Bump `@metamask/eth-snap-keyring` from `^9.1.1` to `^10.0.0` ([#5280](https://github.com/MetaMask/core/pull/5280)) +- Bump `@metamask/snaps-sdk` from `^6.7.0` to `^6.17.1` ([#5220](https://github.com/MetaMask/core/pull/5220)), ([#5265](https://github.com/MetaMask/core/pull/5265)) +- Bump `@metamask/snaps-utils` from `^8.9.0` to `^8.10.0` ([#5265](https://github.com/MetaMask/core/pull/5265)) +- Bump `@metamask/utils` from `^11.0.1` to `^11.1.0` ([#5223](https://github.com/MetaMask/core/pull/5223)) + +### Fixed + +- Properly exports public members ([#5224](https://github.com/MetaMask/core/pull/5224)) + - The new events (`AccountsController:account{AssetList,Balances,Transactions}Updated`) from the previous versions but were not exported. ## [22.0.0] diff --git a/packages/assets-controllers/CHANGELOG.md b/packages/assets-controllers/CHANGELOG.md index 6147ac8456f..f1837b10cf7 100644 --- a/packages/assets-controllers/CHANGELOG.md +++ b/packages/assets-controllers/CHANGELOG.md @@ -9,22 +9,23 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [48.0.0] -### Uncategorized - -- chore: update multichain controllers to listen for new update events ([#5221](https://github.com/MetaMask/core/pull/5221)) -- chore(multichain-assets): Rename `ControllerMessenger` to `Messenger` ([#5282](https://github.com/MetaMask/core/pull/5282)) -- chore(multichain-assets): Rename `RestrictedControllerMessenger` to `RestrictedMessenger` ([#5281](https://github.com/MetaMask/core/pull/5281)) -- feat: add multichain assets controller ([#5138](https://github.com/MetaMask/core/pull/5138)) -- Release 293.0.0 ([#5272](https://github.com/MetaMask/core/pull/5272)) -- fix: fix tokens state ([#5257](https://github.com/MetaMask/core/pull/5257)) -- chore(assets): Rename `ControllerMessenger` to `Messenger` ([#5229](https://github.com/MetaMask/core/pull/5229)) -- feat: bump @metamask/utils to v11.1.0 ([#5223](https://github.com/MetaMask/core/pull/5223)) -- feat: bump snaps-sdk to v6.16.0 ([#5220](https://github.com/MetaMask/core/pull/5220)) +### Added + +- Add `MultichainAssetsController` for non-EVM assets ([#5138](https://github.com/MetaMask/core/pull/5138)) ### Changed -- Bump `@metamask/snaps-utils` from `^8.9.0` to `^8.10.0` ([#5265](https://github.com/MetaMask/core/pull/5265)) +- **BREAKING:** Bump `@metamask/accounts-controller` peer dependency from `^22.0.0` to `^23.0.0` ([#5292](https://github.com/MetaMask/core/pull/5292)) - Bump `@metamask/keyring-api"` from `^16.1.0` to `^17.0.0` ([#5280](https://github.com/MetaMask/core/pull/5280)) +- Bump `@metamask/snaps-utils` from `^8.9.0` to `^8.10.0` ([#5265](https://github.com/MetaMask/core/pull/5265)) +- Bump `@metamask/snaps-sdk` from `^6.7.0` to `^6.17.1` ([#5220](https://github.com/MetaMask/core/pull/5220)), ([#5265](https://github.com/MetaMask/core/pull/5265)) +- Bump `@metamask/utils` from `^11.0.1` to `^11.1.0` ([#5223](https://github.com/MetaMask/core/pull/5223)) +- Bump `@metamask/controller-utils` dependency from `^11.4.5` to `^11.5.0`([#5272](https://github.com/MetaMask/core/pull/5272)) +- Removed polling mechanism in the `MultichainBalancesController` and now relies on the new `AccountsController:accountBalancesUpdated` event ([#5221](https://github.com/MetaMask/core/pull/5221)) + +### Fixed + +- The tokens state is now updated only when the `tokenChainId` matches the currently selected chain ID. ([#5257](https://github.com/MetaMask/core/pull/5257)) ## [47.0.0] diff --git a/packages/earn-controller/CHANGELOG.md b/packages/earn-controller/CHANGELOG.md index 4595777b5a3..77593b83b11 100644 --- a/packages/earn-controller/CHANGELOG.md +++ b/packages/earn-controller/CHANGELOG.md @@ -7,11 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] -## [1.0.0] +## [0.2.0] -### Uncategorized +### Changed -- Release 293.0.0 ([#5272](https://github.com/MetaMask/core/pull/5272)) +- **BREAKING:** Bump `@metamask/accounts-controller` peer dependency from `^22.0.0` to `^23.0.0` ([#5292](https://github.com/MetaMask/core/pull/5292)) +- Bump `@metamask/controller-utils` dependency from `^11.4.5` to `^11.5.0`([#5272](https://github.com/MetaMask/core/pull/5272)) ## [0.1.0] @@ -19,6 +20,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Initial release ([#5271](https://github.com/MetaMask/core/pull/5271)) -[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/earn-controller@1.0.0...HEAD -[1.0.0]: https://github.com/MetaMask/core/compare/@metamask/earn-controller@0.1.0...@metamask/earn-controller@1.0.0 +[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/earn-controller@0.2.0...HEAD +[0.2.0]: https://github.com/MetaMask/core/compare/@metamask/earn-controller@0.1.0...@metamask/earn-controller@0.2.0 [0.1.0]: https://github.com/MetaMask/core/releases/tag/@metamask/earn-controller@0.1.0 diff --git a/packages/earn-controller/package.json b/packages/earn-controller/package.json index 4939f4d7596..21c09883892 100644 --- a/packages/earn-controller/package.json +++ b/packages/earn-controller/package.json @@ -1,6 +1,6 @@ { "name": "@metamask/earn-controller", - "version": "1.0.0", + "version": "0.2.0", "description": "Manages state for earning features and coordinates interactions between staking services, SDK integrations, and other controllers to enable users to participate in various earning opportunities", "keywords": [ "MetaMask", diff --git a/packages/keyring-controller/CHANGELOG.md b/packages/keyring-controller/CHANGELOG.md index a20cd7a9a36..03c912e785b 100644 --- a/packages/keyring-controller/CHANGELOG.md +++ b/packages/keyring-controller/CHANGELOG.md @@ -9,15 +9,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [19.0.6] -### Uncategorized - -- chore: fix lint warnings in `KeyringController` ([#5170](https://github.com/MetaMask/core/pull/5170)) -- chore(keyring): Rename `RestrictedControllerMessenger` to `RestrictedMessenger` ([#5239](https://github.com/MetaMask/core/pull/5239)) -- feat: bump @metamask/utils to v11.1.0 ([#5223](https://github.com/MetaMask/core/pull/5223)) - ### Changed - Bump `@metamask/keyring-api"` from `^16.1.0` to `^17.0.0` ([#5280](https://github.com/MetaMask/core/pull/5280)) +- Bump `@metamask/utils` from `^11.0.1` to `^11.1.0` ([#5223](https://github.com/MetaMask/core/pull/5223)) ## [19.0.5] diff --git a/packages/multichain-transactions-controller/CHANGELOG.md b/packages/multichain-transactions-controller/CHANGELOG.md index 03bb918a0ce..e9fdb29094d 100644 --- a/packages/multichain-transactions-controller/CHANGELOG.md +++ b/packages/multichain-transactions-controller/CHANGELOG.md @@ -7,23 +7,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] -## [1.0.0] - -### Uncategorized - -- chore: update multichain controllers to listen for new update events ([#5221](https://github.com/MetaMask/core/pull/5221)) -- chore: mark `@metamask/snaps-controllers` peer dependency bump as breaking in CHANGELOG ([#5267](https://github.com/MetaMask/core/pull/5267)) -- chore(multichain-transactions): Rename `RestrictedControllerMessenger` to `RestrictedMessenger` ([#5240](https://github.com/MetaMask/core/pull/5240)) -- feat: bump @metamask/utils to v11.1.0 ([#5223](https://github.com/MetaMask/core/pull/5223)) -- feat: bump snaps-sdk to v6.16.0 ([#5220](https://github.com/MetaMask/core/pull/5220)) +## [0.2.0] ### Changed +- **BREAKING:** Bump `@metamask/accounts-controller` peer dependency from `^22.0.0` to `^23.0.0` ([#5292](https://github.com/MetaMask/core/pull/5292)) - **BREAKING:** Bump `@metamask/snaps-controllers` peer dependency from `^9.10.0` to `^9.19.0` ([#5265](https://github.com/MetaMask/core/pull/5265)) -- Bump `@metamask/snaps-sdk` from `^6.16.0` to `^6.17.1` ([#5265](https://github.com/MetaMask/core/pull/5265)) +- Bump `@metamask/snaps-sdk` from `^6.7.0` to `^6.17.1` ([#5220](https://github.com/MetaMask/core/pull/5220)), ([#5265](https://github.com/MetaMask/core/pull/5265)) - Bump `@metamask/snaps-utils` from `^8.9.0` to `^8.10.0` ([#5265](https://github.com/MetaMask/core/pull/5265)) - Bump `@metamask/snaps-controllers` from `^9.10.0` to `^9.19.0` ([#5265](https://github.com/MetaMask/core/pull/5265)) - Bump `@metamask/keyring-api"` from `^16.1.0` to `^17.0.0` ([#5280](https://github.com/MetaMask/core/pull/5280)) +- Bump `@metamask/utils` from `^11.0.1` to `^11.1.0` ([#5223](https://github.com/MetaMask/core/pull/5223)) +- Removed polling mechanism and now relies on the new `AccountsController:accountTransactionsUpdated` event ([#5221](https://github.com/MetaMask/core/pull/5221)) ## [0.1.0] @@ -40,7 +35,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Initial release ([#5133](https://github.com/MetaMask/core/pull/5133)), ([#5177](https://github.com/MetaMask/core/pull/5177)) -[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/multichain-transactions-controller@1.0.0...HEAD -[1.0.0]: https://github.com/MetaMask/core/compare/@metamask/multichain-transactions-controller@0.1.0...@metamask/multichain-transactions-controller@1.0.0 +[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/multichain-transactions-controller@0.2.0...HEAD +[0.2.0]: https://github.com/MetaMask/core/compare/@metamask/multichain-transactions-controller@0.1.0...@metamask/multichain-transactions-controller@0.2.0 [0.1.0]: https://github.com/MetaMask/core/compare/@metamask/multichain-transactions-controller@0.0.1...@metamask/multichain-transactions-controller@0.1.0 [0.0.1]: https://github.com/MetaMask/core/releases/tag/@metamask/multichain-transactions-controller@0.0.1 diff --git a/packages/multichain-transactions-controller/package.json b/packages/multichain-transactions-controller/package.json index 82c892e72a2..fea142e6d6e 100644 --- a/packages/multichain-transactions-controller/package.json +++ b/packages/multichain-transactions-controller/package.json @@ -1,6 +1,6 @@ { "name": "@metamask/multichain-transactions-controller", - "version": "1.0.0", + "version": "0.2.0", "description": "This package is responsible for getting transactions from our Bitcoin and Solana snaps", "keywords": [ "MetaMask", diff --git a/packages/notification-services-controller/CHANGELOG.md b/packages/notification-services-controller/CHANGELOG.md index e7218a8b264..e9da0399b89 100644 --- a/packages/notification-services-controller/CHANGELOG.md +++ b/packages/notification-services-controller/CHANGELOG.md @@ -7,7 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] -## [1.0.0] +## [0.20.0] + + +### Changed +### Changed + +- **BREAKING:** Bump peer dependency `@metamask/profile-sync-controller` from `^6.0.0` to `^7.0.0` ([#5292](https://github.com/MetaMask/core/pull/5292)) ## [0.19.0] @@ -298,8 +304,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Initial release -[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/notification-services-controller@1.0.0...HEAD -[1.0.0]: https://github.com/MetaMask/core/compare/@metamask/notification-services-controller@0.19.0...@metamask/notification-services-controller@1.0.0 +[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/notification-services-controller@0.20.0...HEAD +[0.20.0]: https://github.com/MetaMask/core/compare/@metamask/notification-services-controller@0.19.0...@metamask/notification-services-controller@0.20.0 [0.19.0]: https://github.com/MetaMask/core/compare/@metamask/notification-services-controller@0.18.0...@metamask/notification-services-controller@0.19.0 [0.18.0]: https://github.com/MetaMask/core/compare/@metamask/notification-services-controller@0.17.0...@metamask/notification-services-controller@0.18.0 [0.17.0]: https://github.com/MetaMask/core/compare/@metamask/notification-services-controller@0.16.0...@metamask/notification-services-controller@0.17.0 diff --git a/packages/notification-services-controller/package.json b/packages/notification-services-controller/package.json index 406b8a4205a..1204475fc6f 100644 --- a/packages/notification-services-controller/package.json +++ b/packages/notification-services-controller/package.json @@ -1,6 +1,6 @@ { "name": "@metamask/notification-services-controller", - "version": "1.0.0", + "version": "0.20.0", "description": "Manages New MetaMask decentralized Notification system", "keywords": [ "MetaMask", diff --git a/packages/profile-sync-controller/CHANGELOG.md b/packages/profile-sync-controller/CHANGELOG.md index 64723d6b33c..4450329dc69 100644 --- a/packages/profile-sync-controller/CHANGELOG.md +++ b/packages/profile-sync-controller/CHANGELOG.md @@ -9,6 +9,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [7.0.0] +### Changed + +- **BREAKING:** Bump `@metamask/accounts-controller` peer dependency from `^22.0.0` to `^23.0.0` ([#5292](https://github.com/MetaMask/core/pull/5292)) +- **BREAKING:** Bump `@metamask/snaps-controllers` peer dependency from `^9.7.0` to `^9.19.0` ([#5265](https://github.com/MetaMask/core/pull/5265)) + ## [6.0.0] ### Changed diff --git a/packages/transaction-controller/CHANGELOG.md b/packages/transaction-controller/CHANGELOG.md index ccbd0f92167..7aff674e9ff 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 ## [45.0.0] -### Uncategorized +### Changed -- Release 293.0.0 ([#5272](https://github.com/MetaMask/core/pull/5272)) +- **BREAKING:** Bump `@metamask/accounts-controller` peer dependency from `^22.0.0` to `^23.0.0` ([#5292](https://github.com/MetaMask/core/pull/5292)) ## [44.1.0] diff --git a/packages/user-operation-controller/CHANGELOG.md b/packages/user-operation-controller/CHANGELOG.md index ee5023d01dd..088514e8394 100644 --- a/packages/user-operation-controller/CHANGELOG.md +++ b/packages/user-operation-controller/CHANGELOG.md @@ -9,12 +9,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [24.0.0] -### Uncategorized +### Changed -- Release 293.0.0 ([#5272](https://github.com/MetaMask/core/pull/5272)) -- Release 291.0.0 ([#5264](https://github.com/MetaMask/core/pull/5264)) -- chore(user-operation): Rename `RestrictedControllerMessenger` to `RestrictedMessenger` ([#5238](https://github.com/MetaMask/core/pull/5238)) -- feat: bump @metamask/utils to v11.1.0 ([#5223](https://github.com/MetaMask/core/pull/5223)) +- **BREAKING:** Bump `@metamask/transaction-controller` peer dependency from `^44.0.0` to `^45.0.0` ([#5292](https://github.com/MetaMask/core/pull/5292)) +- Bump `@metamask/controller-utils` dependency from `^11.4.5` to `^11.5.0`([#5272](https://github.com/MetaMask/core/pull/5272)) +- Bump `@metamask/utils` from `^11.0.1` to `^11.1.0` ([#5223](https://github.com/MetaMask/core/pull/5223)) ## [23.0.0] From 0bf2c65a1e3684df4a465d47b033a2144bb9856f Mon Sep 17 00:00:00 2001 From: Charly Chevalier Date: Thu, 6 Feb 2025 11:13:43 +0100 Subject: [PATCH 4/6] chore: update changelogs --- packages/notification-services-controller/CHANGELOG.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/packages/notification-services-controller/CHANGELOG.md b/packages/notification-services-controller/CHANGELOG.md index e9da0399b89..98dc93b82ac 100644 --- a/packages/notification-services-controller/CHANGELOG.md +++ b/packages/notification-services-controller/CHANGELOG.md @@ -9,8 +9,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [0.20.0] - -### Changed ### Changed - **BREAKING:** Bump peer dependency `@metamask/profile-sync-controller` from `^6.0.0` to `^7.0.0` ([#5292](https://github.com/MetaMask/core/pull/5292)) From 9ce3fa892d505c8369a3ee9ccc54d3abef743ddf Mon Sep 17 00:00:00 2001 From: Charly Chevalier Date: Thu, 6 Feb 2025 11:26:34 +0100 Subject: [PATCH 5/6] chore: update changelogs --- packages/assets-controllers/CHANGELOG.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/packages/assets-controllers/CHANGELOG.md b/packages/assets-controllers/CHANGELOG.md index f1837b10cf7..0f5c1cf1aaf 100644 --- a/packages/assets-controllers/CHANGELOG.md +++ b/packages/assets-controllers/CHANGELOG.md @@ -18,9 +18,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - **BREAKING:** Bump `@metamask/accounts-controller` peer dependency from `^22.0.0` to `^23.0.0` ([#5292](https://github.com/MetaMask/core/pull/5292)) - Bump `@metamask/keyring-api"` from `^16.1.0` to `^17.0.0` ([#5280](https://github.com/MetaMask/core/pull/5280)) - Bump `@metamask/snaps-utils` from `^8.9.0` to `^8.10.0` ([#5265](https://github.com/MetaMask/core/pull/5265)) -- Bump `@metamask/snaps-sdk` from `^6.7.0` to `^6.17.1` ([#5220](https://github.com/MetaMask/core/pull/5220)), ([#5265](https://github.com/MetaMask/core/pull/5265)) - Bump `@metamask/utils` from `^11.0.1` to `^11.1.0` ([#5223](https://github.com/MetaMask/core/pull/5223)) -- Bump `@metamask/controller-utils` dependency from `^11.4.5` to `^11.5.0`([#5272](https://github.com/MetaMask/core/pull/5272)) - Removed polling mechanism in the `MultichainBalancesController` and now relies on the new `AccountsController:accountBalancesUpdated` event ([#5221](https://github.com/MetaMask/core/pull/5221)) ### Fixed From 9dcf1843c2893f0935b979510d1c47111a44bc6d Mon Sep 17 00:00:00 2001 From: Charly Chevalier Date: Thu, 6 Feb 2025 11:51:33 +0100 Subject: [PATCH 6/6] chore: update changelogs Co-authored-by: cryptodev-2s <109512101+cryptodev-2s@users.noreply.github.com> --- packages/profile-sync-controller/CHANGELOG.md | 1 - 1 file changed, 1 deletion(-) diff --git a/packages/profile-sync-controller/CHANGELOG.md b/packages/profile-sync-controller/CHANGELOG.md index 4450329dc69..a70a755caca 100644 --- a/packages/profile-sync-controller/CHANGELOG.md +++ b/packages/profile-sync-controller/CHANGELOG.md @@ -12,7 +12,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Changed - **BREAKING:** Bump `@metamask/accounts-controller` peer dependency from `^22.0.0` to `^23.0.0` ([#5292](https://github.com/MetaMask/core/pull/5292)) -- **BREAKING:** Bump `@metamask/snaps-controllers` peer dependency from `^9.7.0` to `^9.19.0` ([#5265](https://github.com/MetaMask/core/pull/5265)) ## [6.0.0]