@metamask-previews/bridge-status-controller 68.1.0-preview-6cb7e4bcf → 68.1.0-preview-a12b37cc3

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 +4 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -11,6 +11,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
11
11
 
12
12
  - Added more unit test coverage for intents and EVM transactions. Also refactored some mocks and code blocks to improve testability ([#8186](https://github.com/MetaMask/core/pull/8186))
13
13
 
14
+ ### Changed
15
+
16
+ - Bump `@metamask/transaction-controller` from `^62.21.0` to `^62.22.0` ([#8217](https://github.com/MetaMask/core/pull/8217))
17
+
14
18
  ## [68.1.0]
15
19
 
16
20
  ### Added
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@metamask-previews/bridge-status-controller",
3
- "version": "68.1.0-preview-6cb7e4bcf",
3
+ "version": "68.1.0-preview-a12b37cc3",
4
4
  "description": "Manages bridge-related status fetching functionality for MetaMask",
5
5
  "keywords": [
6
6
  "MetaMask",
@@ -58,7 +58,7 @@
58
58
  "@metamask/profile-sync-controller": "^28.0.0",
59
59
  "@metamask/snaps-controllers": "^17.2.0",
60
60
  "@metamask/superstruct": "^3.1.0",
61
- "@metamask/transaction-controller": "^62.21.0",
61
+ "@metamask/transaction-controller": "^62.22.0",
62
62
  "@metamask/utils": "^11.9.0",
63
63
  "bignumber.js": "^9.1.2",
64
64
  "uuid": "^8.3.2"