diff --git a/packages/assets-controllers/CHANGELOG.md b/packages/assets-controllers/CHANGELOG.md index 7bb93e5ec6..6c5e6437ec 100644 --- a/packages/assets-controllers/CHANGELOG.md +++ b/packages/assets-controllers/CHANGELOG.md @@ -14,19 +14,26 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Group network configurations by chain ([#4286](https://github.com/MetaMask/core/pull/4286)) - Release 193.0.0 ([#4643](https://github.com/MetaMask/core/pull/4643)) - Release 191.0.0 ([#4639](https://github.com/MetaMask/core/pull/4639)) -- Add way to view pkg changes since latest release ([#1390](https://github.com/MetaMask/core/pull/1390)) - Release/189.0.0 ([#4628](https://github.com/MetaMask/core/pull/4628)) -- chore: Add export of MarketDataDetails type ([#4622](https://github.com/MetaMask/core/pull/4622)) - Release 188.0.0 ([#4625](https://github.com/MetaMask/core/pull/4625)) - Release 185.0.0 ([#4618](https://github.com/MetaMask/core/pull/4618)) -- Bump `typescript` from `~5.1.6` to `~5.2.2` ([#4584](https://github.com/MetaMask/core/pull/4584)) -- chore: bump `@metamask/keyring-api` to version `8.1.0` ([#4594](https://github.com/MetaMask/core/pull/4594)) -- Bump `typescript` from `~5.0.4` to `~5.1.6` ([#4576](https://github.com/MetaMask/core/pull/4576)) - fix: fetch correct price for $OMNI ([#4570](https://github.com/MetaMask/core/pull/4570)) - fix: fix RatesController.setCryptoCurrencyList invalid internal field ([#4572](https://github.com/MetaMask/core/pull/4572)) -- Add public `name` property to `AssetsContractController` class ([#4564](https://github.com/MetaMask/core/pull/4564)) - remove provider undefined type ([#4567](https://github.com/MetaMask/core/pull/4567)) +### Added + +- Export `MarketDataDetails` type ([#4622](https://github.com/MetaMask/core/pull/4622)) + +### Changed + +- Bump `@metamask/keyring-api` to version `8.1.0` ([#4594](https://github.com/MetaMask/core/pull/4594)) +- Bump `typescript` from `~5.0.4` to `~5.2.2` ([#4576](https://github.com/MetaMask/core/pull/4576), [#4584](https://github.com/MetaMask/core/pull/4584)) + +### Fixed + +- Add public `name` property to `AssetsContractController` class ([#4564](https://github.com/MetaMask/core/pull/4564)) + ## [37.0.0] ### Added diff --git a/packages/gas-fee-controller/CHANGELOG.md b/packages/gas-fee-controller/CHANGELOG.md index ad0ce806de..2a57e457c6 100644 --- a/packages/gas-fee-controller/CHANGELOG.md +++ b/packages/gas-fee-controller/CHANGELOG.md @@ -17,8 +17,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Add way to view pkg changes since latest release ([#1390](https://github.com/MetaMask/core/pull/1390)) - Release 188.0.0 ([#4625](https://github.com/MetaMask/core/pull/4625)) - Release 185.0.0 ([#4618](https://github.com/MetaMask/core/pull/4618)) -- Bump `typescript` from `~5.1.6` to `~5.2.2` ([#4584](https://github.com/MetaMask/core/pull/4584)) -- Bump `typescript` from `~5.0.4` to `~5.1.6` ([#4576](https://github.com/MetaMask/core/pull/4576)) + +### Changed + +- Bump `typescript` from `~5.0.4` to `~5.2.2` ([#4576](https://github.com/MetaMask/core/pull/4576), [#4584](https://github.com/MetaMask/core/pull/4584)) ## [19.0.1] diff --git a/packages/network-controller/CHANGELOG.md b/packages/network-controller/CHANGELOG.md index 08fe9a706e..8a56341771 100644 --- a/packages/network-controller/CHANGELOG.md +++ b/packages/network-controller/CHANGELOG.md @@ -11,11 +11,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Uncategorized -- Group network configurations by chain ([#4286](https://github.com/MetaMask/core/pull/4286)) - Release 193.0.0 ([#4643](https://github.com/MetaMask/core/pull/4643)) - Release 191.0.0 ([#4639](https://github.com/MetaMask/core/pull/4639)) - deps(network-controller): @metamask/eth-block-tracker@^9.0.3->^10.0.0 ([#4424](https://github.com/MetaMask/core/pull/4424)) -- Add way to view pkg changes since latest release ([#1390](https://github.com/MetaMask/core/pull/1390)) - Release 188.0.0 ([#4625](https://github.com/MetaMask/core/pull/4625)) ### Added diff --git a/packages/permission-controller/CHANGELOG.md b/packages/permission-controller/CHANGELOG.md index 8d910e1130..8e531d85bc 100644 --- a/packages/permission-controller/CHANGELOG.md +++ b/packages/permission-controller/CHANGELOG.md @@ -13,10 +13,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Release 193.0.0 ([#4643](https://github.com/MetaMask/core/pull/4643)) - Release 191.0.0 ([#4639](https://github.com/MetaMask/core/pull/4639)) -- Add way to view pkg changes since latest release ([#1390](https://github.com/MetaMask/core/pull/1390)) -- Release 188.0.0 ([#4625](https://github.com/MetaMask/core/pull/4625)) -- Bump `typescript` from `~5.1.6` to `~5.2.2` ([#4584](https://github.com/MetaMask/core/pull/4584)) -- Bump `typescript` from `~5.0.4` to `~5.1.6` ([#4576](https://github.com/MetaMask/core/pull/4576)) + +### Changed + +- Bump `typescript` from `~5.0.4` to `~5.2.2` ([#4576](https://github.com/MetaMask/core/pull/4576), [#4584](https://github.com/MetaMask/core/pull/4584)) ## [11.0.0] diff --git a/packages/polling-controller/CHANGELOG.md b/packages/polling-controller/CHANGELOG.md index 5bd6d2c92b..c70234c023 100644 --- a/packages/polling-controller/CHANGELOG.md +++ b/packages/polling-controller/CHANGELOG.md @@ -13,11 +13,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Release 193.0.0 ([#4643](https://github.com/MetaMask/core/pull/4643)) - Release 191.0.0 ([#4639](https://github.com/MetaMask/core/pull/4639)) -- Add way to view pkg changes since latest release ([#1390](https://github.com/MetaMask/core/pull/1390)) - Release 188.0.0 ([#4625](https://github.com/MetaMask/core/pull/4625)) - Release 185.0.0 ([#4618](https://github.com/MetaMask/core/pull/4618)) -- Bump `typescript` from `~5.1.6` to `~5.2.2` ([#4584](https://github.com/MetaMask/core/pull/4584)) -- Bump `typescript` from `~5.0.4` to `~5.1.6` ([#4576](https://github.com/MetaMask/core/pull/4576)) + +### Changed + +- Bump `typescript` from `~5.0.4` to `~5.2.2` ([#4576](https://github.com/MetaMask/core/pull/4576), [#4584](https://github.com/MetaMask/core/pull/4584)) ## [9.0.1] diff --git a/packages/queued-request-controller/CHANGELOG.md b/packages/queued-request-controller/CHANGELOG.md index 021b69d627..28cdc3cc54 100644 --- a/packages/queued-request-controller/CHANGELOG.md +++ b/packages/queued-request-controller/CHANGELOG.md @@ -17,8 +17,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Add way to view pkg changes since latest release ([#1390](https://github.com/MetaMask/core/pull/1390)) - Release 188.0.0 ([#4625](https://github.com/MetaMask/core/pull/4625)) - Release 185.0.0 ([#4618](https://github.com/MetaMask/core/pull/4618)) -- Bump `typescript` from `~5.1.6` to `~5.2.2` ([#4584](https://github.com/MetaMask/core/pull/4584)) -- Bump `typescript` from `~5.0.4` to `~5.1.6` ([#4576](https://github.com/MetaMask/core/pull/4576)) + +### Changed + +- Bump `typescript` from `~5.0.4` to `~5.2.2` ([#4576](https://github.com/MetaMask/core/pull/4576), [#4584](https://github.com/MetaMask/core/pull/4584)) ## [4.0.0] diff --git a/packages/selected-network-controller/CHANGELOG.md b/packages/selected-network-controller/CHANGELOG.md index fcdb607ce9..02d497873b 100644 --- a/packages/selected-network-controller/CHANGELOG.md +++ b/packages/selected-network-controller/CHANGELOG.md @@ -13,11 +13,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Group network configurations by chain ([#4286](https://github.com/MetaMask/core/pull/4286)) - Release 193.0.0 ([#4643](https://github.com/MetaMask/core/pull/4643)) -- Add way to view pkg changes since latest release ([#1390](https://github.com/MetaMask/core/pull/1390)) - Release 188.0.0 ([#4625](https://github.com/MetaMask/core/pull/4625)) - Release 185.0.0 ([#4618](https://github.com/MetaMask/core/pull/4618)) -- Bump `typescript` from `~5.1.6` to `~5.2.2` ([#4584](https://github.com/MetaMask/core/pull/4584)) -- Bump `typescript` from `~5.0.4` to `~5.1.6` ([#4576](https://github.com/MetaMask/core/pull/4576)) + +### Changed + +- Bump `typescript` from `~5.0.4` to `~5.2.2` ([#4576](https://github.com/MetaMask/core/pull/4576), [#4584](https://github.com/MetaMask/core/pull/4584)) ## [17.0.0] diff --git a/packages/user-operation-controller/CHANGELOG.md b/packages/user-operation-controller/CHANGELOG.md index 34c910de0e..b0b0fc9b59 100644 --- a/packages/user-operation-controller/CHANGELOG.md +++ b/packages/user-operation-controller/CHANGELOG.md @@ -14,14 +14,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Release 193.0.0 ([#4643](https://github.com/MetaMask/core/pull/4643)) - Release 191.0.0 ([#4639](https://github.com/MetaMask/core/pull/4639)) - Release 190.0.0 ([#4631](https://github.com/MetaMask/core/pull/4631)) -- Add way to view pkg changes since latest release ([#1390](https://github.com/MetaMask/core/pull/1390)) - Release 188.0.0 ([#4625](https://github.com/MetaMask/core/pull/4625)) - Release 185.0.0 ([#4618](https://github.com/MetaMask/core/pull/4618)) - Release 183.0.0 ([#4601](https://github.com/MetaMask/core/pull/4601)) -- Bump `typescript` from `~5.1.6` to `~5.2.2` ([#4584](https://github.com/MetaMask/core/pull/4584)) -- Bump `typescript` from `~5.0.4` to `~5.1.6` ([#4576](https://github.com/MetaMask/core/pull/4576)) - Release/181.0.0 ([#4562](https://github.com/MetaMask/core/pull/4562)) +### Changed + +- Bump `typescript` from `~5.0.4` to `~5.2.2` ([#4576](https://github.com/MetaMask/core/pull/4576), [#4584](https://github.com/MetaMask/core/pull/4584)) + ## [14.0.1] ### Changed