@metamask-previews/bridge-status-controller 72.0.3-preview-afaf415 → 72.1.0-preview-7bc7196a6
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 +9 -1
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
7
7
|
|
|
8
8
|
## [Unreleased]
|
|
9
9
|
|
|
10
|
+
## [72.1.0]
|
|
11
|
+
|
|
10
12
|
### Added
|
|
11
13
|
|
|
12
14
|
- Add `batch_id` property to BatchSell events ([#8964](https://github.com/MetaMask/core/pull/8964))
|
|
@@ -15,6 +17,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
15
17
|
- provide batchId to the `TransactionController:addTransactionBatch` to propagate it the TransactionMeta
|
|
16
18
|
- Publish tx submission metrics for `BatchSell`, `QuickBuy` and `UnifiedSwapBridge` actions ([#8964](https://github.com/MetaMask/core/pull/8964))
|
|
17
19
|
|
|
20
|
+
### Changed
|
|
21
|
+
|
|
22
|
+
- Bump `@metamask/bridge-controller` from `^74.0.0` to `^75.0.0` ([#9066](https://github.com/MetaMask/core/pull/9066))
|
|
23
|
+
- Bump `@metamask/transaction-controller` from `^67.0.0` to `^67.1.0` ([#9066](https://github.com/MetaMask/core/pull/9066))
|
|
24
|
+
|
|
18
25
|
## [72.0.3]
|
|
19
26
|
|
|
20
27
|
### Changed
|
|
@@ -1273,7 +1280,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
1273
1280
|
|
|
1274
1281
|
- Initial release ([#5317](https://github.com/MetaMask/core/pull/5317))
|
|
1275
1282
|
|
|
1276
|
-
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/bridge-status-controller@72.0
|
|
1283
|
+
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/bridge-status-controller@72.1.0...HEAD
|
|
1284
|
+
[72.1.0]: https://github.com/MetaMask/core/compare/@metamask/bridge-status-controller@72.0.3...@metamask/bridge-status-controller@72.1.0
|
|
1277
1285
|
[72.0.3]: https://github.com/MetaMask/core/compare/@metamask/bridge-status-controller@72.0.2...@metamask/bridge-status-controller@72.0.3
|
|
1278
1286
|
[72.0.2]: https://github.com/MetaMask/core/compare/@metamask/bridge-status-controller@72.0.1...@metamask/bridge-status-controller@72.0.2
|
|
1279
1287
|
[72.0.1]: https://github.com/MetaMask/core/compare/@metamask/bridge-status-controller@72.0.0...@metamask/bridge-status-controller@72.0.1
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@metamask-previews/bridge-status-controller",
|
|
3
|
-
"version": "72.0
|
|
3
|
+
"version": "72.1.0-preview-7bc7196a6",
|
|
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.1",
|
|
56
56
|
"@metamask/base-controller": "^9.1.0",
|
|
57
|
-
"@metamask/bridge-controller": "^
|
|
57
|
+
"@metamask/bridge-controller": "^75.0.0",
|
|
58
58
|
"@metamask/controller-utils": "^12.1.1",
|
|
59
59
|
"@metamask/gas-fee-controller": "^26.2.2",
|
|
60
60
|
"@metamask/keyring-controller": "^27.0.0",
|
|
@@ -64,7 +64,7 @@
|
|
|
64
64
|
"@metamask/profile-sync-controller": "^28.1.1",
|
|
65
65
|
"@metamask/snaps-controllers": "^19.0.0",
|
|
66
66
|
"@metamask/superstruct": "^3.1.0",
|
|
67
|
-
"@metamask/transaction-controller": "^67.
|
|
67
|
+
"@metamask/transaction-controller": "^67.1.0",
|
|
68
68
|
"@metamask/utils": "^11.9.0",
|
|
69
69
|
"bignumber.js": "^9.1.2",
|
|
70
70
|
"uuid": "^8.3.2"
|