@metamask-previews/assets-controllers 100.2.1-preview-a12b37cc3 → 101.0.0-preview-3685bfb

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 -2
  2. package/package.json +6 -6
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
+ ## [101.0.0]
11
+
10
12
  ### Added
11
13
 
12
14
  - Add Stable network (chain 988) support ([#8185](https://github.com/MetaMask/core/pull/8185))
@@ -40,6 +42,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
40
42
 
41
43
  ### Changed
42
44
 
45
+ - Bump `@metamask/approval-controller` from `^8.0.0` to `^9.0.0` ([#8225](https://github.com/MetaMask/core/pull/8225))
46
+ - Bump `@metamask/network-enablement-controller` from `^4.2.0` to `^5.0.0` ([#8225](https://github.com/MetaMask/core/pull/8225))
47
+ - Bump `@metamask/permission-controller` from `^12.2.0` to `^12.2.1` ([#8225](https://github.com/MetaMask/core/pull/8225))
48
+ - Bump `@metamask/phishing-controller` from `^16.3.0` to `^17.0.0` ([#8225](https://github.com/MetaMask/core/pull/8225))
43
49
  - Updated `ApprovalController` method calls (`accept` → `acceptRequest`) ([#8183](https://github.com/MetaMask/core/pull/8183))
44
50
  - **BREAKING:** Standardize names of `AccountTrackerController` messenger action types ([#8164](https://github.com/MetaMask/core/pull/8164))
45
51
  - All existing types for messenger actions have been renamed so they include `Controller` (e.g. `AccountTrackerUpdateNativeBalancesAction` -> `AccountTrackerControllerUpdateNativeBalancesAction`). You will need to update imports appropriately.
@@ -47,7 +53,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
47
53
  - Remove hardcoded `supportedNftDetectionNetworks` chain allowlist from `NftDetectionController`; the NFT API now returns an empty array for unsupported chains instead of an error, so chain gating is no longer needed in the client ([#8180](https://github.com/MetaMask/core/pull/8180))
48
54
  - `NftDetectionController` now skips the NFT API call entirely when all provided chain IDs are non-EVM (decimal `0`), returning an empty result immediately ([#8180](https://github.com/MetaMask/core/pull/8180))
49
55
  - Update `ReservoirResponse.continuation` type from `string` to `string | null` to match the NFT API response shape ([#8180](https://github.com/MetaMask/core/pull/8180))
50
- - Bump `@metamask/transaction-controller` from `^62.21.0` to `^62.22.0` ([#8217](https://github.com/MetaMask/core/pull/8217))
56
+ - Bump `@metamask/transaction-controller` from `^62.21.0` to `^63.0.0` ([#8217](https://github.com/MetaMask/core/pull/8217), [#8225](https://github.com/MetaMask/core/pull/8225))
51
57
 
52
58
  ### Fixed
53
59
 
@@ -2827,7 +2833,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2827
2833
 
2828
2834
  - Use Ethers for AssetsContractController ([#845](https://github.com/MetaMask/core/pull/845))
2829
2835
 
2830
- [Unreleased]: https://github.com/MetaMask/core/compare/@metamask/assets-controllers@100.2.1...HEAD
2836
+ [Unreleased]: https://github.com/MetaMask/core/compare/@metamask/assets-controllers@101.0.0...HEAD
2837
+ [101.0.0]: https://github.com/MetaMask/core/compare/@metamask/assets-controllers@100.2.1...@metamask/assets-controllers@101.0.0
2831
2838
  [100.2.1]: https://github.com/MetaMask/core/compare/@metamask/assets-controllers@100.2.0...@metamask/assets-controllers@100.2.1
2832
2839
  [100.2.0]: https://github.com/MetaMask/core/compare/@metamask/assets-controllers@100.1.0...@metamask/assets-controllers@100.2.0
2833
2840
  [100.1.0]: https://github.com/MetaMask/core/compare/@metamask/assets-controllers@100.0.3...@metamask/assets-controllers@100.1.0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@metamask-previews/assets-controllers",
3
- "version": "100.2.1-preview-a12b37cc3",
3
+ "version": "101.0.0-preview-3685bfb",
4
4
  "description": "Controllers which manage interactions involving ERC-20, ERC-721, and ERC-1155 tokens (including NFTs)",
5
5
  "keywords": [
6
6
  "MetaMask",
@@ -59,7 +59,7 @@
59
59
  "@metamask/abi-utils": "^2.0.3",
60
60
  "@metamask/account-tree-controller": "^5.0.1",
61
61
  "@metamask/accounts-controller": "^37.0.0",
62
- "@metamask/approval-controller": "^8.0.0",
62
+ "@metamask/approval-controller": "^9.0.0",
63
63
  "@metamask/base-controller": "^9.0.0",
64
64
  "@metamask/contract-metadata": "^2.4.0",
65
65
  "@metamask/controller-utils": "^11.19.0",
@@ -71,9 +71,9 @@
71
71
  "@metamask/metamask-eth-abis": "^3.1.1",
72
72
  "@metamask/multichain-account-service": "^7.1.0",
73
73
  "@metamask/network-controller": "^30.0.0",
74
- "@metamask/network-enablement-controller": "^4.2.0",
75
- "@metamask/permission-controller": "^12.2.0",
76
- "@metamask/phishing-controller": "^16.3.0",
74
+ "@metamask/network-enablement-controller": "^5.0.0",
75
+ "@metamask/permission-controller": "^12.2.1",
76
+ "@metamask/phishing-controller": "^17.0.0",
77
77
  "@metamask/polling-controller": "^16.0.3",
78
78
  "@metamask/preferences-controller": "^23.0.0",
79
79
  "@metamask/profile-sync-controller": "^28.0.0",
@@ -82,7 +82,7 @@
82
82
  "@metamask/snaps-sdk": "^10.3.0",
83
83
  "@metamask/snaps-utils": "^11.7.0",
84
84
  "@metamask/storage-service": "^1.0.0",
85
- "@metamask/transaction-controller": "^62.22.0",
85
+ "@metamask/transaction-controller": "^63.0.0",
86
86
  "@metamask/utils": "^11.9.0",
87
87
  "@types/bn.js": "^5.1.5",
88
88
  "@types/uuid": "^8.3.0",