diff --git a/packages/accounts-controller/CHANGELOG.md b/packages/accounts-controller/CHANGELOG.md index 8cfe47a00d..fc5bbbf73f 100644 --- a/packages/accounts-controller/CHANGELOG.md +++ b/packages/accounts-controller/CHANGELOG.md @@ -9,6 +9,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [20.0.1] +### Changed + +- Bump `@metamask/base-controller` from `^7.0.2` to `^7.0.3` ([#5012](https://github.com/MetaMask/core/pull/5012)) + ### Fixed - Make implicit peer dependencies explicit ([#4974](https://github.com/MetaMask/core/pull/4974)) diff --git a/packages/address-book-controller/CHANGELOG.md b/packages/address-book-controller/CHANGELOG.md index a36678d447..9af14c9669 100644 --- a/packages/address-book-controller/CHANGELOG.md +++ b/packages/address-book-controller/CHANGELOG.md @@ -9,13 +9,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [6.0.2] -### Uncategorized +### Changed -- Release 245.0.0 ([#4915](https://github.com/MetaMask/core/pull/4915)) -- Release 236.0.0 ([#4870](https://github.com/MetaMask/core/pull/4870)) -- Release 233.0.0 ([#4862](https://github.com/MetaMask/core/pull/4862)) -- chore: Bump `@metamask/utils` ([#4831](https://github.com/MetaMask/core/pull/4831)) -- Release 226.0.0 ([#4834](https://github.com/MetaMask/core/pull/4834)) +- Bump `@metamask/controller-utils` from `^11.3.0` to `^11.4.4` ([#4834](https://github.com/MetaMask/core/pull/4834), [#4862](https://github.com/MetaMask/core/pull/4862), [#4870](https://github.com/MetaMask/core/pull/4870), [#4915](https://github.com/MetaMask/core/pull/4915), [#5012](https://github.com/MetaMask/core/pull/5012)) +- Bump `@metamask/utils` from `^9.1.0` to `^10.0.0` ([#4831](https://github.com/MetaMask/core/pull/4831)) +- Bump `@metamask/base-controller` from `^7.0.2` to `^7.0.3` ([#5012](https://github.com/MetaMask/core/pull/5012)) ## [6.0.1] diff --git a/packages/announcement-controller/CHANGELOG.md b/packages/announcement-controller/CHANGELOG.md index d9c998bfd5..bc869c6ed2 100644 --- a/packages/announcement-controller/CHANGELOG.md +++ b/packages/announcement-controller/CHANGELOG.md @@ -9,9 +9,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [7.0.2] -### Uncategorized +### Changed -- Release 233.0.0 ([#4862](https://github.com/MetaMask/core/pull/4862)) +- Bump `@metamask/base-controller` from `^7.0.1` to `^7.0.3` ([#4862](https://github.com/MetaMask/core/pull/4862), [#5012](https://github.com/MetaMask/core/pull/5012)) ## [7.0.1] diff --git a/packages/approval-controller/CHANGELOG.md b/packages/approval-controller/CHANGELOG.md index 9d4556d47c..a531c48eed 100644 --- a/packages/approval-controller/CHANGELOG.md +++ b/packages/approval-controller/CHANGELOG.md @@ -9,6 +9,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [7.1.2] +### Changed + +- Bump `@metamask/base-controller` from `^7.0.2` to `^7.0.3` ([#5012](https://github.com/MetaMask/core/pull/5012)) + ## [7.1.1] ### Changed diff --git a/packages/assets-controllers/CHANGELOG.md b/packages/assets-controllers/CHANGELOG.md index 66124c030c..081b7d764b 100644 --- a/packages/assets-controllers/CHANGELOG.md +++ b/packages/assets-controllers/CHANGELOG.md @@ -9,10 +9,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [45.1.1] -### Uncategorized - -- fix: prevent non-current network tokens from being hidden incorrectly ([#4967](https://github.com/MetaMask/core/pull/4967)) - ### Fixed - Make implicit peer dependencies explicit ([#4974](https://github.com/MetaMask/core/pull/4974)) @@ -21,6 +17,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - `webextension-polyfill` `^0.10.0 || ^0.11.0 || ^0.12.0` (required by `@metamask/providers`) - These dependencies really should be present in projects that consume this package (e.g. MetaMask clients), and this change ensures that they now are. - Furthermore, we are assuming that clients already use these dependencies, since otherwise it would be impossible to consume this package in its entirety or even create a working build. Hence, the addition of these peer dependencies is really a formality and should not be breaking. +- Fix `TokensController.ignoreTokens` so that it honors the specified chain when ignoring tokens rather than always using the globally selected chain ([#4967](https://github.com/MetaMask/core/pull/4967)) ## [45.1.0]