@metamask-previews/bridge-status-controller 72.3.0-preview-3e8f1945e → 72.3.0-preview-0f314298c

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 +1 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -10,6 +10,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
10
10
  ### Changed
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
+ - Bump `@metamask/transaction-controller` from `^68.1.1` to `^68.2.0` ([#9253](https://github.com/MetaMask/core/pull/9253))
13
14
 
14
15
  ### Fixed
15
16
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@metamask-previews/bridge-status-controller",
3
- "version": "72.3.0-preview-3e8f1945e",
3
+ "version": "72.3.0-preview-0f314298c",
4
4
  "description": "Manages bridge-related status fetching functionality for MetaMask",
5
5
  "keywords": [
6
6
  "Ethereum",
@@ -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.1.1",
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"