@metamask-previews/assets-controllers 100.0.2-preview-980f677 → 100.0.3-preview-567bc78af

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
@@ -9,6 +9,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
9
9
 
10
10
  ### Changed
11
11
 
12
+ - Bump `@metamask/transaction-controller` from `^62.18.0` to `^62.19.0` ([#8031](https://github.com/MetaMask/core/pull/8031))
13
+
14
+ ## [100.0.3]
15
+
16
+ ### Changed
17
+
12
18
  - Bump `@metamask/transaction-controller` from `^62.17.1` to `^62.18.0` ([#8005](https://github.com/MetaMask/core/pull/8005))
13
19
 
14
20
  ### Fixed
@@ -2728,7 +2734,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2728
2734
 
2729
2735
  - Use Ethers for AssetsContractController ([#845](https://github.com/MetaMask/core/pull/845))
2730
2736
 
2731
- [Unreleased]: https://github.com/MetaMask/core/compare/@metamask/assets-controllers@100.0.2...HEAD
2737
+ [Unreleased]: https://github.com/MetaMask/core/compare/@metamask/assets-controllers@100.0.3...HEAD
2738
+ [100.0.3]: https://github.com/MetaMask/core/compare/@metamask/assets-controllers@100.0.2...@metamask/assets-controllers@100.0.3
2732
2739
  [100.0.2]: https://github.com/MetaMask/core/compare/@metamask/assets-controllers@100.0.1...@metamask/assets-controllers@100.0.2
2733
2740
  [100.0.1]: https://github.com/MetaMask/core/compare/@metamask/assets-controllers@100.0.0...@metamask/assets-controllers@100.0.1
2734
2741
  [100.0.0]: https://github.com/MetaMask/core/compare/@metamask/assets-controllers@99.4.0...@metamask/assets-controllers@100.0.0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@metamask-previews/assets-controllers",
3
- "version": "100.0.2-preview-980f677",
3
+ "version": "100.0.3-preview-567bc78af",
4
4
  "description": "Controllers which manage interactions involving ERC-20, ERC-721, and ERC-1155 tokens (including NFTs)",
5
5
  "keywords": [
6
6
  "MetaMask",
@@ -79,7 +79,7 @@
79
79
  "@metamask/snaps-sdk": "^10.3.0",
80
80
  "@metamask/snaps-utils": "^11.7.0",
81
81
  "@metamask/storage-service": "^1.0.0",
82
- "@metamask/transaction-controller": "^62.18.0",
82
+ "@metamask/transaction-controller": "^62.19.0",
83
83
  "@metamask/utils": "^11.9.0",
84
84
  "@types/bn.js": "^5.1.5",
85
85
  "@types/uuid": "^8.3.0",