@metamask-previews/assets-controllers 108.2.0-preview-4cca49f54 → 108.3.0-preview-1e1b476aa

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 +4 -1
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
 
8
8
  ## [Unreleased]
9
9
 
10
+ ## [108.3.0]
11
+
10
12
  ### Added
11
13
 
12
14
  - Add `fetchRwas` to fetch real-world asset tokens from the Token API ([#8931](https://github.com/MetaMask/core/pull/8931))
@@ -3128,7 +3130,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
3128
3130
 
3129
3131
  - Use Ethers for AssetsContractController ([#845](https://github.com/MetaMask/core/pull/845))
3130
3132
 
3131
- [Unreleased]: https://github.com/MetaMask/core/compare/@metamask/assets-controllers@108.2.0...HEAD
3133
+ [Unreleased]: https://github.com/MetaMask/core/compare/@metamask/assets-controllers@108.3.0...HEAD
3134
+ [108.3.0]: https://github.com/MetaMask/core/compare/@metamask/assets-controllers@108.2.0...@metamask/assets-controllers@108.3.0
3132
3135
  [108.2.0]: https://github.com/MetaMask/core/compare/@metamask/assets-controllers@108.1.0...@metamask/assets-controllers@108.2.0
3133
3136
  [108.1.0]: https://github.com/MetaMask/core/compare/@metamask/assets-controllers@108.0.0...@metamask/assets-controllers@108.1.0
3134
3137
  [108.0.0]: https://github.com/MetaMask/core/compare/@metamask/assets-controllers@107.0.0...@metamask/assets-controllers@108.0.0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@metamask-previews/assets-controllers",
3
- "version": "108.2.0-preview-4cca49f54",
3
+ "version": "108.3.0-preview-1e1b476aa",
4
4
  "description": "Controllers which manage interactions involving ERC-20, ERC-721, and ERC-1155 tokens (including NFTs)",
5
5
  "keywords": [
6
6
  "Ethereum",