@metamask-previews/assets-controllers 68.1.0-preview-5ff65365 → 68.2.0-preview-ca9d0265

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 +9 -6
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -7,11 +7,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
 
8
8
  ## [Unreleased]
9
9
 
10
- ### Changed
10
+ ## [68.2.0]
11
11
 
12
- - Bump `@metamask/controller-utils` to `^11.10.0` ([#5935](https://github.com/MetaMask/core/pull/5935))
13
- - Add `getErc20Balances` function within `TokenBalancesController` to support fetching ERC-20 token balances for a given address and token list ([#5925](https://github.com/MetaMask/core/pull/5925))
12
+ ### Added
13
+
14
+ - Added `getErc20Balances` function within `TokenBalancesController` to support fetching ERC-20 token balances for a given address and token list ([#5925](https://github.com/MetaMask/core/pull/5925))
14
15
  - This modular service simplifies balance retrieval logic and can be reused across different parts of the controller
16
+
17
+ ### Changed
18
+
15
19
  - Bump `@metamask/transaction-controller` to `^57.3.0` ([#5954](https://github.com/MetaMask/core/pull/5954))
16
20
 
17
21
  ### Fixed
@@ -32,8 +36,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
32
36
  ### Changed
33
37
 
34
38
  - Bump `@metamask/controller-utils` to `^11.10.0` ([#5935](https://github.com/MetaMask/core/pull/5935))
35
- - Add `getErc20Balances` function within `TokenBalancesController` to support fetching ERC-20 token balances for a given address and token list ([#5925](https://github.com/MetaMask/core/pull/5925))
36
- - This modular service simplifies balance retrieval logic and can be reused across different parts of the controller
37
39
 
38
40
  ## [68.0.0]
39
41
 
@@ -1724,7 +1726,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1724
1726
 
1725
1727
  - Use Ethers for AssetsContractController ([#845](https://github.com/MetaMask/core/pull/845))
1726
1728
 
1727
- [Unreleased]: https://github.com/MetaMask/core/compare/@metamask/assets-controllers@68.1.0...HEAD
1729
+ [Unreleased]: https://github.com/MetaMask/core/compare/@metamask/assets-controllers@68.2.0...HEAD
1730
+ [68.2.0]: https://github.com/MetaMask/core/compare/@metamask/assets-controllers@68.1.0...@metamask/assets-controllers@68.2.0
1728
1731
  [68.1.0]: https://github.com/MetaMask/core/compare/@metamask/assets-controllers@68.0.0...@metamask/assets-controllers@68.1.0
1729
1732
  [68.0.0]: https://github.com/MetaMask/core/compare/@metamask/assets-controllers@67.0.0...@metamask/assets-controllers@68.0.0
1730
1733
  [67.0.0]: https://github.com/MetaMask/core/compare/@metamask/assets-controllers@66.0.0...@metamask/assets-controllers@67.0.0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@metamask-previews/assets-controllers",
3
- "version": "68.1.0-preview-5ff65365",
3
+ "version": "68.2.0-preview-ca9d0265",
4
4
  "description": "Controllers which manage interactions involving ERC-20, ERC-721, and ERC-1155 tokens (including NFTs)",
5
5
  "keywords": [
6
6
  "MetaMask",