@metamask-previews/bridge-controller 75.1.1-preview-eca6f2051 → 75.1.1-preview-8f1765558

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 +2 -2
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -13,12 +13,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
13
13
 
14
14
  ### Changed
15
15
 
16
- - Bump `@metamask/assets-controllers` from `^109.0.0` to `^109.2.0` ([#9110](https://github.com/MetaMask/core/pull/9110), [#9202](https://github.com/MetaMask/core/pull/9202))
16
+ - Bump `@metamask/assets-controllers` from `^109.0.0` to `^109.1.0` ([#9110](https://github.com/MetaMask/core/pull/9110))
17
17
  - Refactor selector unit tests to prepare for V2 QuoteResponse migration ([#9098](https://github.com/MetaMask/core/pull/9098))
18
18
  - Bump `@metamask/utils` from `^11.9.0` to `^11.11.0` ([#9074](https://github.com/MetaMask/core/pull/9074))
19
19
  - Bump `@metamask/assets-controller` from `^9.0.0` to `^9.0.1` ([#9083](https://github.com/MetaMask/core/pull/9083))
20
20
  - Bump `@metamask/controller-utils` from `^12.1.1` to `^12.2.0` ([#9083](https://github.com/MetaMask/core/pull/9083))
21
- - Bump `@metamask/transaction-controller` from `^67.1.0` to `^68.1.0` ([#9089](https://github.com/MetaMask/core/pull/9089), [#9177](https://github.com/MetaMask/core/pull/9177), [#9203](https://github.com/MetaMask/core/pull/9203))
21
+ - Bump `@metamask/transaction-controller` from `^67.1.0` to `^68.0.1` ([#9089](https://github.com/MetaMask/core/pull/9089), [#9177](https://github.com/MetaMask/core/pull/9177))
22
22
  - Bump `@metamask/profile-sync-controller` from `^28.1.1` to `^28.2.0` ([#9119](https://github.com/MetaMask/core/pull/9119))
23
23
 
24
24
  ## [75.1.1]
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@metamask-previews/bridge-controller",
3
- "version": "75.1.1-preview-eca6f2051",
3
+ "version": "75.1.1-preview-8f1765558",
4
4
  "description": "Manages bridge-related quote fetching functionality for MetaMask",
5
5
  "keywords": [
6
6
  "Ethereum",
@@ -59,7 +59,7 @@
59
59
  "@ethersproject/providers": "^5.7.0",
60
60
  "@metamask/accounts-controller": "^39.0.1",
61
61
  "@metamask/assets-controller": "^9.0.1",
62
- "@metamask/assets-controllers": "^109.2.0",
62
+ "@metamask/assets-controllers": "^109.1.0",
63
63
  "@metamask/base-controller": "^9.1.0",
64
64
  "@metamask/controller-utils": "^12.2.0",
65
65
  "@metamask/gas-fee-controller": "^26.2.2",
@@ -72,7 +72,7 @@
72
72
  "@metamask/profile-sync-controller": "^28.2.0",
73
73
  "@metamask/remote-feature-flag-controller": "^4.2.2",
74
74
  "@metamask/snaps-controllers": "^19.0.0",
75
- "@metamask/transaction-controller": "^68.1.0",
75
+ "@metamask/transaction-controller": "^68.0.1",
76
76
  "@metamask/utils": "^11.11.0",
77
77
  "bignumber.js": "^9.1.2",
78
78
  "reselect": "^5.1.1",