@metamask/bridge-status-controller 72.3.0 → 73.0.0
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 +6 -1
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -7,9 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
7
7
|
|
|
8
8
|
## [Unreleased]
|
|
9
9
|
|
|
10
|
+
## [73.0.0]
|
|
11
|
+
|
|
10
12
|
### Changed
|
|
11
13
|
|
|
12
14
|
- **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))
|
|
15
|
+
- Bump `@metamask/bridge-controller` from `^76.1.0` to `^77.0.0` ([#9256](https://github.com/MetaMask/core/pull/9256))
|
|
16
|
+
- Bump `@metamask/transaction-controller` from `^68.1.1` to `^68.2.0` ([#9253](https://github.com/MetaMask/core/pull/9253))
|
|
13
17
|
|
|
14
18
|
### Fixed
|
|
15
19
|
|
|
@@ -1326,7 +1330,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
1326
1330
|
|
|
1327
1331
|
- Initial release ([#5317](https://github.com/MetaMask/core/pull/5317))
|
|
1328
1332
|
|
|
1329
|
-
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/bridge-status-controller@
|
|
1333
|
+
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/bridge-status-controller@73.0.0...HEAD
|
|
1334
|
+
[73.0.0]: https://github.com/MetaMask/core/compare/@metamask/bridge-status-controller@72.3.0...@metamask/bridge-status-controller@73.0.0
|
|
1330
1335
|
[72.3.0]: https://github.com/MetaMask/core/compare/@metamask/bridge-status-controller@72.2.0...@metamask/bridge-status-controller@72.3.0
|
|
1331
1336
|
[72.2.0]: https://github.com/MetaMask/core/compare/@metamask/bridge-status-controller@72.1.1...@metamask/bridge-status-controller@72.2.0
|
|
1332
1337
|
[72.1.1]: https://github.com/MetaMask/core/compare/@metamask/bridge-status-controller@72.1.0...@metamask/bridge-status-controller@72.1.1
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@metamask/bridge-status-controller",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "73.0.0",
|
|
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": "^
|
|
57
|
+
"@metamask/bridge-controller": "^77.0.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",
|
|
@@ -64,7 +64,7 @@
|
|
|
64
64
|
"@metamask/profile-sync-controller": "^28.2.0",
|
|
65
65
|
"@metamask/snaps-controllers": "^19.0.0",
|
|
66
66
|
"@metamask/superstruct": "^3.1.0",
|
|
67
|
-
"@metamask/transaction-controller": "^68.
|
|
67
|
+
"@metamask/transaction-controller": "^68.2.0",
|
|
68
68
|
"@metamask/utils": "^11.11.0",
|
|
69
69
|
"bignumber.js": "^9.1.2",
|
|
70
70
|
"uuid": "^8.3.2"
|