Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
mcmire committed Dec 2, 2024
1 parent 0c6ea74 commit d0cec7e
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 12 deletions.
4 changes: 4 additions & 0 deletions packages/accounts-controller/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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))
Expand Down
10 changes: 4 additions & 6 deletions packages/address-book-controller/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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]

Expand Down
4 changes: 2 additions & 2 deletions packages/announcement-controller/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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]

Expand Down
4 changes: 4 additions & 0 deletions packages/approval-controller/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
5 changes: 1 addition & 4 deletions packages/assets-controllers/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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))
Expand All @@ -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]

Expand Down

0 comments on commit d0cec7e

Please sign in to comment.