@metamask-previews/bridge-controller 64.4.1-preview-47cfb4e → 64.5.0-preview-85ecacba

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
@@ -7,11 +7,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
 
8
8
  ## [Unreleased]
9
9
 
10
+ ## [64.5.0]
11
+
10
12
  ### Added
11
13
 
12
14
  - Add `has_gas_included_quote` property to `QuoteFetchData` type and compute it in `QuotesReceived` event to indicate if any received quote has gas included ([#7611](https://github.com/MetaMask/core/pull/7611))
13
15
  - Add optional `usd_balance_source` property to `QuotesReceived` event and `getQuotesReceivedProperties` utility to allow clients to pass the source token balance in USD ([#7611](https://github.com/MetaMask/core/pull/7611))
14
16
 
17
+ ### Changed
18
+
19
+ - Bump `@metamask/assets-controllers` from `^95.1.0` to `^95.2.0` ([#7622](https://github.com/MetaMask/core/pull/7622))
20
+
15
21
  ## [64.4.1]
16
22
 
17
23
  ### Changed
@@ -992,7 +998,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
992
998
 
993
999
  - Initial release ([#5317](https://github.com/MetaMask/core/pull/5317))
994
1000
 
995
- [Unreleased]: https://github.com/MetaMask/core/compare/@metamask/bridge-controller@64.4.1...HEAD
1001
+ [Unreleased]: https://github.com/MetaMask/core/compare/@metamask/bridge-controller@64.5.0...HEAD
1002
+ [64.5.0]: https://github.com/MetaMask/core/compare/@metamask/bridge-controller@64.4.1...@metamask/bridge-controller@64.5.0
996
1003
  [64.4.1]: https://github.com/MetaMask/core/compare/@metamask/bridge-controller@64.4.0...@metamask/bridge-controller@64.4.1
997
1004
  [64.4.0]: https://github.com/MetaMask/core/compare/@metamask/bridge-controller@64.3.0...@metamask/bridge-controller@64.4.0
998
1005
  [64.3.0]: https://github.com/MetaMask/core/compare/@metamask/bridge-controller@64.2.0...@metamask/bridge-controller@64.3.0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@metamask-previews/bridge-controller",
3
- "version": "64.4.1-preview-47cfb4e",
3
+ "version": "64.5.0-preview-85ecacba",
4
4
  "description": "Manages bridge-related quote fetching functionality for MetaMask",
5
5
  "keywords": [
6
6
  "MetaMask",
@@ -54,7 +54,7 @@
54
54
  "@ethersproject/contracts": "^5.7.0",
55
55
  "@ethersproject/providers": "^5.7.0",
56
56
  "@metamask/accounts-controller": "^35.0.1",
57
- "@metamask/assets-controllers": "^95.1.0",
57
+ "@metamask/assets-controllers": "^95.2.0",
58
58
  "@metamask/base-controller": "^9.0.0",
59
59
  "@metamask/controller-utils": "^11.18.0",
60
60
  "@metamask/gas-fee-controller": "^26.0.1",