Skip to content

Commit 55b4b8d

Browse files
bergarcesgithub-actions[bot]cryptodev-2s
authored
Release/997.0.0 (#8874)
## Explanation <!-- Thanks for your contribution! Take a moment to answer these questions so that reviewers have the information they need to properly understand your changes: * What is the current state of things and why does it need to change? * What is the solution your changes offer and how does it work? * Are there any changes whose purpose might not obvious to those unfamiliar with the domain? * If your primary goal was to update one package but you found you had to update another one along the way, why did you do so? * If you had to upgrade a dependency, why did you do so? --> Patch release for @metamask/assets-controller ## References <!-- Are there any issues that this pull request is tied to? Are there other links that reviewers should consult to understand these changes better? Are there client or consumer pull requests to adopt any breaking changes? For example: * Fixes #12345 * Related to #67890 --> ## Checklist - [ ] I've updated the test suite for new or updated code as appropriate - [ ] I've updated documentation (JSDoc, Markdown, etc.) for new or updated code as appropriate - [ ] I've communicated my changes to consumers by [updating changelogs for packages I've changed](https://github.com/MetaMask/core/tree/main/docs/processes/updating-changelogs.md) - [ ] I've introduced [breaking changes](https://github.com/MetaMask/core/tree/main/docs/processes/breaking-changes.md) in this PR and have prepared draft pull requests for clients and consumer packages to resolve them <!-- CURSOR_SUMMARY --> --- > [!NOTE] > **Low Risk** > Primarily version/changelog updates and dependency bumps to consume `@metamask/assets-controller@8.0.1`, with no runtime logic changes in this PR. > > **Overview** > Releases `@metamask/assets-controller@8.0.1` (and bumps monorepo version to `997.0.0`), updating the assets-controller changelog and compare links accordingly. > > Updates downstream packages (`bridge-controller` and `transaction-pay-controller`) to depend on `@metamask/assets-controller@^8.0.1`, with corresponding changelog entries and `yarn.lock` updates. > > <sup>Reviewed by [Cursor Bugbot](https://cursor.com/bugbot) for commit 29c41b4. Bugbot is set up for automated code reviews on this repo. Configure [here](https://www.cursor.com/dashboard/bugbot).</sup> <!-- /CURSOR_SUMMARY --> --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: cryptodev-2s <109512101+cryptodev-2s@users.noreply.github.com>
1 parent 98220df commit 55b4b8d

8 files changed

Lines changed: 20 additions & 9 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@metamask/core-monorepo",
3-
"version": "996.0.0",
3+
"version": "997.0.0",
44
"private": true,
55
"description": "Monorepo for packages shared between MetaMask clients",
66
"repository": {

packages/assets-controller/CHANGELOG.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [8.0.1]
11+
1012
### Fixed
1113

12-
- Export `SnapControllerSnapInstalledEvent` from `AssetsControllerMessenger` allowed events type ([#8868](https://github.com/MetaMask/core/pull/8868))
14+
- Add the previously declared `SnapControllerSnapInstalledEvent` to the `AssetsControllerMessenger` allowed events ([#8868](https://github.com/MetaMask/core/pull/8868))
1315
- `addCustomAsset` now immediately seeds `assetsBalance` with a zero amount for the newly added asset, so the UI can render it before the next pipeline fetch ([#8872](https://github.com/MetaMask/core/pull/8872))
1416

1517
## [8.0.0]
@@ -519,7 +521,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
519521
- Refactor `RpcDataSource` to delegate polling to `BalanceFetcher` and `TokenDetector` services ([#7709](https://github.com/MetaMask/core/pull/7709))
520522
- Refactor `BalanceFetcher` and `TokenDetector` to extend `StaticIntervalPollingControllerOnly` for independent polling management ([#7709](https://github.com/MetaMask/core/pull/7709))
521523

522-
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/assets-controller@8.0.0...HEAD
524+
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/assets-controller@8.0.1...HEAD
525+
[8.0.1]: https://github.com/MetaMask/core/compare/@metamask/assets-controller@8.0.0...@metamask/assets-controller@8.0.1
523526
[8.0.0]: https://github.com/MetaMask/core/compare/@metamask/assets-controller@7.1.2...@metamask/assets-controller@8.0.0
524527
[7.1.2]: https://github.com/MetaMask/core/compare/@metamask/assets-controller@7.1.1...@metamask/assets-controller@7.1.2
525528
[7.1.1]: https://github.com/MetaMask/core/compare/@metamask/assets-controller@7.1.0...@metamask/assets-controller@7.1.1

packages/assets-controller/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@metamask/assets-controller",
3-
"version": "8.0.0",
3+
"version": "8.0.1",
44
"description": "Tracks assets balances/prices and handles token detection across all digital assets",
55
"keywords": [
66
"Ethereum",

packages/bridge-controller/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
### Changed
11+
12+
- Bump `@metamask/assets-controller` from `^8.0.0` to `^8.0.1` ([#8874](https://github.com/MetaMask/core/pull/8874))
13+
1014
## [73.0.1]
1115

1216
### Changed

packages/bridge-controller/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
"@ethersproject/contracts": "^5.7.0",
5959
"@ethersproject/providers": "^5.7.0",
6060
"@metamask/accounts-controller": "^38.1.1",
61-
"@metamask/assets-controller": "^8.0.0",
61+
"@metamask/assets-controller": "^8.0.1",
6262
"@metamask/assets-controllers": "^108.1.0",
6363
"@metamask/base-controller": "^9.1.0",
6464
"@metamask/controller-utils": "^12.1.0",

packages/transaction-pay-controller/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
### Changed
11+
12+
- Bump `@metamask/assets-controller` from `^8.0.0` to `^8.0.1` ([#8874](https://github.com/MetaMask/core/pull/8874))
13+
1014
## [22.6.3]
1115

1216
### Changed

packages/transaction-pay-controller/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
"@ethersproject/abi": "^5.7.0",
5858
"@ethersproject/contracts": "^5.7.0",
5959
"@ethersproject/providers": "^5.7.0",
60-
"@metamask/assets-controller": "^8.0.0",
60+
"@metamask/assets-controller": "^8.0.1",
6161
"@metamask/assets-controllers": "^108.1.0",
6262
"@metamask/base-controller": "^9.1.0",
6363
"@metamask/bridge-controller": "^73.0.1",

yarn.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2771,7 +2771,7 @@ __metadata:
27712771
languageName: unknown
27722772
linkType: soft
27732773

2774-
"@metamask/assets-controller@npm:^8.0.0, @metamask/assets-controller@workspace:packages/assets-controller":
2774+
"@metamask/assets-controller@npm:^8.0.1, @metamask/assets-controller@workspace:packages/assets-controller":
27752775
version: 0.0.0-use.local
27762776
resolution: "@metamask/assets-controller@workspace:packages/assets-controller"
27772777
dependencies:
@@ -3028,7 +3028,7 @@ __metadata:
30283028
"@ethersproject/contracts": "npm:^5.7.0"
30293029
"@ethersproject/providers": "npm:^5.7.0"
30303030
"@metamask/accounts-controller": "npm:^38.1.1"
3031-
"@metamask/assets-controller": "npm:^8.0.0"
3031+
"@metamask/assets-controller": "npm:^8.0.1"
30323032
"@metamask/assets-controllers": "npm:^108.1.0"
30333033
"@metamask/auto-changelog": "npm:^6.1.0"
30343034
"@metamask/base-controller": "npm:^9.1.0"
@@ -5775,7 +5775,7 @@ __metadata:
57755775
"@ethersproject/abi": "npm:^5.7.0"
57765776
"@ethersproject/contracts": "npm:^5.7.0"
57775777
"@ethersproject/providers": "npm:^5.7.0"
5778-
"@metamask/assets-controller": "npm:^8.0.0"
5778+
"@metamask/assets-controller": "npm:^8.0.1"
57795779
"@metamask/assets-controllers": "npm:^108.1.0"
57805780
"@metamask/auto-changelog": "npm:^6.1.0"
57815781
"@metamask/base-controller": "npm:^9.1.0"

0 commit comments

Comments
 (0)