@metamask-previews/assets-controllers 99.2.0-preview-55087dcda → 99.2.0-preview-c3cd77f

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/CHANGELOG.md +1 -1
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -13,9 +13,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
13
13
 
14
14
  ### Changed
15
15
 
16
+ - Lock `@metamask/core-backend` to `5.0.0` ([#7852](https://github.com/MetaMask/core/pull/7852))
16
17
  - Bump `@metamask/profile-sync-controller` from `^27.0.0` to `^27.1.0` ([#7849](https://github.com/MetaMask/core/pull/7849))
17
18
  - Fix trending tokens showing incorrect market cap values by adding `usePriceApiData` parameter (defaults to `true`) to use price API data for accurate market data ([#7829](https://github.com/MetaMask/core/pull/7829))
18
- - Bump `@metamask/core-backend` from `^5.0.0` to `^5.1.0` ([#7817](https://github.com/MetaMask/core/pull/7817))
19
19
  - Bump `@metamask/transaction-controller` from `^62.13.0` to `^62.14.0` ([#7832](https://github.com/MetaMask/core/pull/7832))
20
20
 
21
21
  ## [99.2.0]
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@metamask-previews/assets-controllers",
3
- "version": "99.2.0-preview-55087dcda",
3
+ "version": "99.2.0-preview-c3cd77f",
4
4
  "description": "Controllers which manage interactions involving ERC-20, ERC-721, and ERC-1155 tokens (including NFTs)",
5
5
  "keywords": [
6
6
  "MetaMask",
@@ -61,7 +61,7 @@
61
61
  "@metamask/base-controller": "^9.0.0",
62
62
  "@metamask/contract-metadata": "^2.4.0",
63
63
  "@metamask/controller-utils": "^11.18.0",
64
- "@metamask/core-backend": "^5.1.0",
64
+ "@metamask/core-backend": "5.0.0",
65
65
  "@metamask/eth-query": "^4.0.0",
66
66
  "@metamask/keyring-api": "^21.0.0",
67
67
  "@metamask/keyring-controller": "^25.1.0",