@metamask-previews/assets-controller 8.3.2-preview-e4acb70 → 8.3.3-preview-2bb03d4

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 +10 -1
  2. package/package.json +7 -7
package/CHANGELOG.md CHANGED
@@ -7,10 +7,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
 
8
8
  ## [Unreleased]
9
9
 
10
+ ## [8.3.3]
11
+
10
12
  ### Changed
11
13
 
12
14
  - Bump `@metamask/network-enablement-controller` from `^5.2.0` to `^5.3.0` ([#9003](https://github.com/MetaMask/core/pull/9003))
13
15
  - Bump `@metamask/transaction-controller` from `^66.0.1` to `^67.0.0` ([#9021](https://github.com/MetaMask/core/pull/9021))
16
+ - Bump `@metamask/account-tree-controller` from `^7.5.1` to `^7.5.2` ([#9058](https://github.com/MetaMask/core/pull/9058))
17
+ - Bump `@metamask/accounts-controller` from `^39.0.0` to `^39.0.1` ([#9058](https://github.com/MetaMask/core/pull/9058))
18
+ - Bump `@metamask/assets-controllers` from `^108.5.0` to `^108.6.0` ([#9058](https://github.com/MetaMask/core/pull/9058))
19
+ - Bump `@metamask/controller-utils` from `^12.1.0` to `^12.1.1` ([#9058](https://github.com/MetaMask/core/pull/9058))
20
+ - Bump `@metamask/core-backend` from `^6.3.2` to `^6.3.3` ([#9058](https://github.com/MetaMask/core/pull/9058))
21
+ - Bump `@metamask/keyring-controller` from `^26.0.0` to `^27.0.0` ([#9058](https://github.com/MetaMask/core/pull/9058))
14
22
 
15
23
  ## [8.3.2]
16
24
 
@@ -576,7 +584,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
576
584
  - Refactor `RpcDataSource` to delegate polling to `BalanceFetcher` and `TokenDetector` services ([#7709](https://github.com/MetaMask/core/pull/7709))
577
585
  - Refactor `BalanceFetcher` and `TokenDetector` to extend `StaticIntervalPollingControllerOnly` for independent polling management ([#7709](https://github.com/MetaMask/core/pull/7709))
578
586
 
579
- [Unreleased]: https://github.com/MetaMask/core/compare/@metamask/assets-controller@8.3.2...HEAD
587
+ [Unreleased]: https://github.com/MetaMask/core/compare/@metamask/assets-controller@8.3.3...HEAD
588
+ [8.3.3]: https://github.com/MetaMask/core/compare/@metamask/assets-controller@8.3.2...@metamask/assets-controller@8.3.3
580
589
  [8.3.2]: https://github.com/MetaMask/core/compare/@metamask/assets-controller@8.3.1...@metamask/assets-controller@8.3.2
581
590
  [8.3.1]: https://github.com/MetaMask/core/compare/@metamask/assets-controller@8.3.0...@metamask/assets-controller@8.3.1
582
591
  [8.3.0]: https://github.com/MetaMask/core/compare/@metamask/assets-controller@8.2.0...@metamask/assets-controller@8.3.0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@metamask-previews/assets-controller",
3
- "version": "8.3.2-preview-e4acb70",
3
+ "version": "8.3.3-preview-2bb03d4",
4
4
  "description": "Tracks assets balances/prices and handles token detection across all digital assets",
5
5
  "keywords": [
6
6
  "Ethereum",
@@ -56,15 +56,15 @@
56
56
  "@ethereumjs/util": "^9.1.0",
57
57
  "@ethersproject/abi": "^5.7.0",
58
58
  "@ethersproject/providers": "^5.7.0",
59
- "@metamask/account-tree-controller": "^7.5.1",
60
- "@metamask/accounts-controller": "^39.0.0",
61
- "@metamask/assets-controllers": "^108.5.0",
59
+ "@metamask/account-tree-controller": "^7.5.2",
60
+ "@metamask/accounts-controller": "^39.0.1",
61
+ "@metamask/assets-controllers": "^108.6.0",
62
62
  "@metamask/base-controller": "^9.1.0",
63
63
  "@metamask/client-controller": "^1.0.1",
64
- "@metamask/controller-utils": "^12.1.0",
65
- "@metamask/core-backend": "^6.3.2",
64
+ "@metamask/controller-utils": "^12.1.1",
65
+ "@metamask/core-backend": "^6.3.3",
66
66
  "@metamask/keyring-api": "^23.1.0",
67
- "@metamask/keyring-controller": "^26.0.0",
67
+ "@metamask/keyring-controller": "^27.0.0",
68
68
  "@metamask/keyring-internal-api": "^11.0.1",
69
69
  "@metamask/keyring-snap-client": "^9.0.2",
70
70
  "@metamask/messenger": "^1.2.0",