@metamask-previews/bridge-status-controller 74.5.0-preview-2dc3d26a4 → 74.6.0-preview-6316943cb

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 +2 -2
package/CHANGELOG.md CHANGED
@@ -7,17 +7,23 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
 
8
8
  ## [Unreleased]
9
9
 
10
+ ## [74.6.0]
11
+
10
12
  ### Added
11
13
 
12
14
  - Populate `srcTxHash` in the `QuoteStatusUpdateError` when a finalization is reported for a transaction that has no tracked quote-status entry, so the error details identify the source transaction alongside `txMetaId` and `srcChainId` ([#9673](https://github.com/MetaMask/core/pull/9673))
13
15
 
16
+ ### Changed
17
+
18
+ - Bump `@metamask/bridge-controller` from `^78.0.0` to `^78.0.1` ([#9688](https://github.com/MetaMask/core/pull/9688))
19
+
14
20
  ## [74.5.0]
15
21
 
16
22
  ### Changed
17
23
 
18
24
  - Use `gasFee.total` instead of `gasFee.effective` to calculate gas metrics properties ([#9507](https://github.com/MetaMask/core/pull/9507))
19
25
  - Update utils to use `mergeQuoteMetadata` and handle optional QuoteMetadata values. ([#9507](https://github.com/MetaMask/core/pull/9507))
20
- - Bump `@metamask/bridge-controller` from `^77.7.0` to `^78.0.0` ([#9614](https://github.com/MetaMask/core/pull/9614)), ([#9637](https://github.com/MetaMask/core/pull/9637))
26
+ - Bump `@metamask/bridge-controller` from `^77.7.0` to `^78.0.0` ([#9614](https://github.com/MetaMask/core/pull/9614), [#9637](https://github.com/MetaMask/core/pull/9637))
21
27
  - Bump `@metamask/gas-fee-controller` from `^26.2.4` to `^26.3.0` ([#9629](https://github.com/MetaMask/core/pull/9629))
22
28
 
23
29
  ## [74.4.0]
@@ -1446,7 +1452,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1446
1452
 
1447
1453
  - Initial release ([#5317](https://github.com/MetaMask/core/pull/5317))
1448
1454
 
1449
- [Unreleased]: https://github.com/MetaMask/core/compare/@metamask/bridge-status-controller@74.5.0...HEAD
1455
+ [Unreleased]: https://github.com/MetaMask/core/compare/@metamask/bridge-status-controller@74.6.0...HEAD
1456
+ [74.6.0]: https://github.com/MetaMask/core/compare/@metamask/bridge-status-controller@74.5.0...@metamask/bridge-status-controller@74.6.0
1450
1457
  [74.5.0]: https://github.com/MetaMask/core/compare/@metamask/bridge-status-controller@74.4.0...@metamask/bridge-status-controller@74.5.0
1451
1458
  [74.4.0]: https://github.com/MetaMask/core/compare/@metamask/bridge-status-controller@74.3.0...@metamask/bridge-status-controller@74.4.0
1452
1459
  [74.3.0]: https://github.com/MetaMask/core/compare/@metamask/bridge-status-controller@74.2.0...@metamask/bridge-status-controller@74.3.0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@metamask-previews/bridge-status-controller",
3
- "version": "74.5.0-preview-2dc3d26a4",
3
+ "version": "74.6.0-preview-6316943cb",
4
4
  "description": "Manages bridge-related status fetching functionality for MetaMask",
5
5
  "keywords": [
6
6
  "Ethereum",
@@ -56,7 +56,7 @@
56
56
  "dependencies": {
57
57
  "@metamask/accounts-controller": "^39.0.5",
58
58
  "@metamask/base-controller": "^9.1.0",
59
- "@metamask/bridge-controller": "^78.0.0",
59
+ "@metamask/bridge-controller": "^78.0.1",
60
60
  "@metamask/controller-utils": "^12.3.0",
61
61
  "@metamask/gas-fee-controller": "^26.3.0",
62
62
  "@metamask/keyring-controller": "^27.1.0",