@metamask-previews/assets-controllers 101.0.0-preview-45f35b773 → 101.0.1-preview-e0f8f1907

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 +8 -1
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
 
8
8
  ## [Unreleased]
9
9
 
10
+ ## [101.0.1]
11
+
12
+ ### Changed
13
+
14
+ - Bump `@metamask/core-backend` from `^6.1.1` to `^6.2.0` ([#8232](https://github.com/MetaMask/core/pull/8232))
15
+
10
16
  ### Fixed
11
17
 
12
18
  - `TokenBalancesController` no longer crashes when `AccountActivityService:statusChanged` emits non-EVM chain IDs (e.g. `solana:mainnet`); such chains are now silently skipped ([#8228](https://github.com/MetaMask/core/pull/8228))
@@ -2837,7 +2843,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2837
2843
 
2838
2844
  - Use Ethers for AssetsContractController ([#845](https://github.com/MetaMask/core/pull/845))
2839
2845
 
2840
- [Unreleased]: https://github.com/MetaMask/core/compare/@metamask/assets-controllers@101.0.0...HEAD
2846
+ [Unreleased]: https://github.com/MetaMask/core/compare/@metamask/assets-controllers@101.0.1...HEAD
2847
+ [101.0.1]: https://github.com/MetaMask/core/compare/@metamask/assets-controllers@101.0.0...@metamask/assets-controllers@101.0.1
2841
2848
  [101.0.0]: https://github.com/MetaMask/core/compare/@metamask/assets-controllers@100.2.1...@metamask/assets-controllers@101.0.0
2842
2849
  [100.2.1]: https://github.com/MetaMask/core/compare/@metamask/assets-controllers@100.2.0...@metamask/assets-controllers@100.2.1
2843
2850
  [100.2.0]: https://github.com/MetaMask/core/compare/@metamask/assets-controllers@100.1.0...@metamask/assets-controllers@100.2.0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@metamask-previews/assets-controllers",
3
- "version": "101.0.0-preview-45f35b773",
3
+ "version": "101.0.1-preview-e0f8f1907",
4
4
  "description": "Controllers which manage interactions involving ERC-20, ERC-721, and ERC-1155 tokens (including NFTs)",
5
5
  "keywords": [
6
6
  "MetaMask",
@@ -63,7 +63,7 @@
63
63
  "@metamask/base-controller": "^9.0.0",
64
64
  "@metamask/contract-metadata": "^2.4.0",
65
65
  "@metamask/controller-utils": "^11.19.0",
66
- "@metamask/core-backend": "^6.1.1",
66
+ "@metamask/core-backend": "^6.2.0",
67
67
  "@metamask/eth-query": "^4.0.0",
68
68
  "@metamask/keyring-api": "^21.5.0",
69
69
  "@metamask/keyring-controller": "^25.1.0",