@metamask-previews/assets-controller 5.0.0-preview-2deb59b44 → 5.0.1-preview-548bdd1d9

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 +5 -5
package/CHANGELOG.md CHANGED
@@ -7,10 +7,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
 
8
8
  ## [Unreleased]
9
9
 
10
+ ## [5.0.1]
11
+
10
12
  ### Changed
11
13
 
12
14
  - Bump `@metamask/transaction-controller` from `^64.0.0` to `^64.2.0` ([#8432](https://github.com/MetaMask/core/pull/8432), [#8447](https://github.com/MetaMask/core/pull/8447))
13
- - Bump `@metamask/base-controller` from `^9.0.1` to `^9.1.0` ([#8451](https://github.com/MetaMask/core/pull/8451))
15
+ - Bump `@metamask/base-controller` from `^9.0.1` to `^9.1.0` ([#8457](https://github.com/MetaMask/core/pull/8457))
16
+ - Bump `@metamask/keyring-api` from `^21.6.0` to `^23.0.0` ([#8464](https://github.com/MetaMask/core/pull/8464))
17
+ - Bump `@metamask/keyring-internal-api` from `^10.0.0` to `^10.1.0` ([#8464](https://github.com/MetaMask/core/pull/8464))
18
+ - Bump `@metamask/keyring-snap-client` from `^8.2.0` to `^9.0.0` ([#8464](https://github.com/MetaMask/core/pull/8464))
19
+ - Bump `@metamask/assets-controllers` from `^103.1.1` to `^104.0.0` ([#8466](https://github.com/MetaMask/core/pull/8466))
14
20
 
15
21
  ### Fixed
16
22
 
@@ -299,7 +305,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
299
305
  - Refactor `RpcDataSource` to delegate polling to `BalanceFetcher` and `TokenDetector` services ([#7709](https://github.com/MetaMask/core/pull/7709))
300
306
  - Refactor `BalanceFetcher` and `TokenDetector` to extend `StaticIntervalPollingControllerOnly` for independent polling management ([#7709](https://github.com/MetaMask/core/pull/7709))
301
307
 
302
- [Unreleased]: https://github.com/MetaMask/core/compare/@metamask/assets-controller@5.0.0...HEAD
308
+ [Unreleased]: https://github.com/MetaMask/core/compare/@metamask/assets-controller@5.0.1...HEAD
309
+ [5.0.1]: https://github.com/MetaMask/core/compare/@metamask/assets-controller@5.0.0...@metamask/assets-controller@5.0.1
303
310
  [5.0.0]: https://github.com/MetaMask/core/compare/@metamask/assets-controller@4.0.0...@metamask/assets-controller@5.0.0
304
311
  [4.0.0]: https://github.com/MetaMask/core/compare/@metamask/assets-controller@3.3.0...@metamask/assets-controller@4.0.0
305
312
  [3.3.0]: https://github.com/MetaMask/core/compare/@metamask/assets-controller@3.2.1...@metamask/assets-controller@3.3.0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@metamask-previews/assets-controller",
3
- "version": "5.0.0-preview-2deb59b44",
3
+ "version": "5.0.1-preview-548bdd1d9",
4
4
  "description": "Tracks assets balances/prices and handles token detection across all digital assets",
5
5
  "keywords": [
6
6
  "Ethereum",
@@ -57,15 +57,15 @@
57
57
  "@ethersproject/abi": "^5.7.0",
58
58
  "@ethersproject/providers": "^5.7.0",
59
59
  "@metamask/account-tree-controller": "^7.0.0",
60
- "@metamask/assets-controllers": "^103.1.1",
60
+ "@metamask/assets-controllers": "^104.0.0",
61
61
  "@metamask/base-controller": "^9.1.0",
62
62
  "@metamask/client-controller": "^1.0.1",
63
63
  "@metamask/controller-utils": "^11.20.0",
64
64
  "@metamask/core-backend": "^6.2.1",
65
- "@metamask/keyring-api": "^21.6.0",
65
+ "@metamask/keyring-api": "^23.0.0",
66
66
  "@metamask/keyring-controller": "^25.2.0",
67
- "@metamask/keyring-internal-api": "^10.0.0",
68
- "@metamask/keyring-snap-client": "^8.2.0",
67
+ "@metamask/keyring-internal-api": "^10.1.0",
68
+ "@metamask/keyring-snap-client": "^9.0.0",
69
69
  "@metamask/messenger": "^1.1.1",
70
70
  "@metamask/network-controller": "^30.0.1",
71
71
  "@metamask/network-enablement-controller": "^5.0.2",