@metamask-previews/bridge-status-controller 72.2.0-preview-e80844493 → 72.3.0-preview-3e8f1945e
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.
- package/CHANGELOG.md +13 -4
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -11,17 +11,25 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
11
11
|
|
|
12
12
|
- **BREAKING:** Default `location` fallback for post-submit Unified SwapBridge events now uses `Unknown` instead of `Main View` ([#9243](https://github.com/MetaMask/core/pull/9243))
|
|
13
13
|
|
|
14
|
-
- Bump `@metamask/accounts-controller` from `^39.0.2` to `^39.0.3` ([#9231](https://github.com/MetaMask/core/pull/9231))
|
|
15
|
-
|
|
16
14
|
### Fixed
|
|
17
15
|
|
|
18
16
|
- Fixed `Submitted` Unified SwapBridge events reporting the wrong `location` metric: when no tx history item exists yet, `#trackUnifiedSwapBridgeEvent` now uses the `location` passed to `submitTx()` (via pre-confirmation event properties) instead of always defaulting to `Main View` ([#9243](https://github.com/MetaMask/core/pull/9243))
|
|
19
17
|
|
|
20
|
-
## [72.
|
|
18
|
+
## [72.3.0]
|
|
21
19
|
|
|
22
20
|
### Added
|
|
23
21
|
|
|
24
22
|
- Allow `quick_buy_explore` feature id to emit `Submitted`, `Completed`, and `Failed` Unified SwapBridge status events ([#9222](https://github.com/MetaMask/core/pull/9222))
|
|
23
|
+
|
|
24
|
+
### Changed
|
|
25
|
+
|
|
26
|
+
- Bump `@metamask/accounts-controller` from `^39.0.2` to `^39.0.3` ([#9231](https://github.com/MetaMask/core/pull/9231))
|
|
27
|
+
- Bump `@metamask/bridge-controller` from `^76.0.0` to `^76.1.0` ([#9242](https://github.com/MetaMask/core/pull/9242))
|
|
28
|
+
|
|
29
|
+
## [72.2.0]
|
|
30
|
+
|
|
31
|
+
### Added
|
|
32
|
+
|
|
25
33
|
- Add input primary denomination to submitted bridge history and post-submit analytics ([#9147](https://github.com/MetaMask/core/pull/9147))
|
|
26
34
|
|
|
27
35
|
### Changed
|
|
@@ -1318,7 +1326,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
1318
1326
|
|
|
1319
1327
|
- Initial release ([#5317](https://github.com/MetaMask/core/pull/5317))
|
|
1320
1328
|
|
|
1321
|
-
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/bridge-status-controller@72.
|
|
1329
|
+
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/bridge-status-controller@72.3.0...HEAD
|
|
1330
|
+
[72.3.0]: https://github.com/MetaMask/core/compare/@metamask/bridge-status-controller@72.2.0...@metamask/bridge-status-controller@72.3.0
|
|
1322
1331
|
[72.2.0]: https://github.com/MetaMask/core/compare/@metamask/bridge-status-controller@72.1.1...@metamask/bridge-status-controller@72.2.0
|
|
1323
1332
|
[72.1.1]: https://github.com/MetaMask/core/compare/@metamask/bridge-status-controller@72.1.0...@metamask/bridge-status-controller@72.1.1
|
|
1324
1333
|
[72.1.0]: https://github.com/MetaMask/core/compare/@metamask/bridge-status-controller@72.0.3...@metamask/bridge-status-controller@72.1.0
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@metamask-previews/bridge-status-controller",
|
|
3
|
-
"version": "72.
|
|
3
|
+
"version": "72.3.0-preview-3e8f1945e",
|
|
4
4
|
"description": "Manages bridge-related status fetching functionality for MetaMask",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"Ethereum",
|
|
@@ -54,7 +54,7 @@
|
|
|
54
54
|
"dependencies": {
|
|
55
55
|
"@metamask/accounts-controller": "^39.0.3",
|
|
56
56
|
"@metamask/base-controller": "^9.1.0",
|
|
57
|
-
"@metamask/bridge-controller": "^76.
|
|
57
|
+
"@metamask/bridge-controller": "^76.1.0",
|
|
58
58
|
"@metamask/controller-utils": "^12.3.0",
|
|
59
59
|
"@metamask/gas-fee-controller": "^26.2.3",
|
|
60
60
|
"@metamask/keyring-controller": "^27.1.0",
|