Skip to content

Commit a5384b9

Browse files
Release/407.0.0 (#5850)
## Explanation Bumps `@metamask/assets-controllers` from `63.0.0` to `63.1.0` ## 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 --> This is a non breaking build. Test drive mobile PR. MetaMask/metamask-mobile#15558 ## Changelog <!-- THIS SECTION IS NO LONGER NEEDED. The process for updating changelogs has changed. Please consult the "Updating changelogs" section of the Contributing doc for more. --> ## Checklist - [x] I've updated the test suite for new or updated code as appropriate - [x] I've updated documentation (JSDoc, Markdown, etc.) for new or updated code as appropriate - [x] I've communicated my changes to consumers by [updating changelogs for packages I've changed](https://github.com/MetaMask/core/tree/main/docs/contributing.md#updating-changelogs), highlighting breaking changes as necessary - [x] I've prepared draft pull requests for clients and consumer packages to resolve any breaking changes
1 parent 6369a54 commit a5384b9

File tree

5 files changed

+10
-7
lines changed

5 files changed

+10
-7
lines changed

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": "406.0.0",
3+
"version": "407.0.0",
44
"private": true,
55
"description": "Monorepo for packages shared between MetaMask clients",
66
"repository": {

packages/assets-controllers/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+
## [63.1.0]
11+
1012
### Changed
1113

12-
- Added optional`account` parameter to `fetchHistoricalPricesForAsset` method in `MultichainAssetsRatesController` ([#5833](https://github.com/MetaMask/core/pull/5833))
14+
- Added optional `account` parameter to `fetchHistoricalPricesForAsset` method in `MultichainAssetsRatesController` ([#5833](https://github.com/MetaMask/core/pull/5833))
1315
- Updated `TokenListController` `fetchTokenList` method to bail if cache is valid ([#5804](https://github.com/MetaMask/core/pull/5804))
1416
- also cleaned up internal state update logic
1517
- Bump `@metamask/controller-utils` to `^11.9.0` ([#5812](https://github.com/MetaMask/core/pull/5812))
@@ -1636,7 +1638,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
16361638
16371639
- Use Ethers for AssetsContractController ([#845](https://github.com/MetaMask/core/pull/845))
16381640
1639-
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/[email protected]
1641+
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/[email protected]
1642+
[63.1.0]: https://github.com/MetaMask/core/compare/@metamask/[email protected]...@metamask/[email protected]
16401643
[63.0.0]: https://github.com/MetaMask/core/compare/@metamask/[email protected]...@metamask/[email protected]
16411644
[62.0.0]: https://github.com/MetaMask/core/compare/@metamask/[email protected]...@metamask/[email protected]
16421645
[61.1.0]: https://github.com/MetaMask/core/compare/@metamask/[email protected]...@metamask/[email protected]

packages/assets-controllers/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-controllers",
3-
"version": "63.0.0",
3+
"version": "63.1.0",
44
"description": "Controllers which manage interactions involving ERC-20, ERC-721, and ERC-1155 tokens (including NFTs)",
55
"keywords": [
66
"MetaMask",

packages/bridge-controller/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
},
6666
"devDependencies": {
6767
"@metamask/accounts-controller": "^29.0.0",
68-
"@metamask/assets-controllers": "^63.0.0",
68+
"@metamask/assets-controllers": "^63.1.0",
6969
"@metamask/auto-changelog": "^3.4.4",
7070
"@metamask/eth-json-rpc-provider": "^4.1.8",
7171
"@metamask/network-controller": "^23.5.0",

yarn.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2555,7 +2555,7 @@ __metadata:
25552555
languageName: unknown
25562556
linkType: soft
25572557

2558-
"@metamask/assets-controllers@npm:^63.0.0, @metamask/assets-controllers@workspace:packages/assets-controllers":
2558+
"@metamask/assets-controllers@npm:^63.1.0, @metamask/assets-controllers@workspace:packages/assets-controllers":
25592559
version: 0.0.0-use.local
25602560
resolution: "@metamask/assets-controllers@workspace:packages/assets-controllers"
25612561
dependencies:
@@ -2699,7 +2699,7 @@ __metadata:
26992699
"@ethersproject/contracts": "npm:^5.7.0"
27002700
"@ethersproject/providers": "npm:^5.7.0"
27012701
"@metamask/accounts-controller": "npm:^29.0.0"
2702-
"@metamask/assets-controllers": "npm:^63.0.0"
2702+
"@metamask/assets-controllers": "npm:^63.1.0"
27032703
"@metamask/auto-changelog": "npm:^3.4.4"
27042704
"@metamask/base-controller": "npm:^8.0.1"
27052705
"@metamask/controller-utils": "npm:^11.9.0"

0 commit comments

Comments
 (0)