@metamask-previews/bridge-controller 69.1.0-preview-a12b37cc3 → 69.1.1-preview-3685bfb

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 +8 -2
  2. package/package.json +5 -5
package/CHANGELOG.md CHANGED
@@ -7,9 +7,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
 
8
8
  ## [Unreleased]
9
9
 
10
+ ## [69.1.1]
11
+
10
12
  ### Changed
11
13
 
12
- - Bump `@metamask/transaction-controller` from `^62.21.0` to `^62.22.0` ([#8217](https://github.com/MetaMask/core/pull/8217))
14
+ - Bump `@metamask/assets-controller` from `^2.3.0` to `^2.4.0` ([#8225](https://github.com/MetaMask/core/pull/8225))
15
+ - Bump `@metamask/assets-controllers` from `^100.2.1` to `^101.0.0` ([#8225](https://github.com/MetaMask/core/pull/8225))
16
+ - Bump `@metamask/gas-fee-controller` from `^26.0.3` to `^26.1.0` ([#8225](https://github.com/MetaMask/core/pull/8225))
17
+ - Bump `@metamask/transaction-controller` from `^62.21.0` to `^63.0.0` ([#8217](https://github.com/MetaMask/core/pull/8217), [#8225](https://github.com/MetaMask/core/pull/8225))
13
18
 
14
19
  ## [69.1.0]
15
20
 
@@ -1253,7 +1258,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1253
1258
 
1254
1259
  - Initial release ([#5317](https://github.com/MetaMask/core/pull/5317))
1255
1260
 
1256
- [Unreleased]: https://github.com/MetaMask/core/compare/@metamask/bridge-controller@69.1.0...HEAD
1261
+ [Unreleased]: https://github.com/MetaMask/core/compare/@metamask/bridge-controller@69.1.1...HEAD
1262
+ [69.1.1]: https://github.com/MetaMask/core/compare/@metamask/bridge-controller@69.1.0...@metamask/bridge-controller@69.1.1
1257
1263
  [69.1.0]: https://github.com/MetaMask/core/compare/@metamask/bridge-controller@69.0.1...@metamask/bridge-controller@69.1.0
1258
1264
  [69.0.1]: https://github.com/MetaMask/core/compare/@metamask/bridge-controller@69.0.0...@metamask/bridge-controller@69.0.1
1259
1265
  [69.0.0]: https://github.com/MetaMask/core/compare/@metamask/bridge-controller@68.0.0...@metamask/bridge-controller@69.0.0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@metamask-previews/bridge-controller",
3
- "version": "69.1.0-preview-a12b37cc3",
3
+ "version": "69.1.1-preview-3685bfb",
4
4
  "description": "Manages bridge-related quote fetching functionality for MetaMask",
5
5
  "keywords": [
6
6
  "MetaMask",
@@ -53,11 +53,11 @@
53
53
  "@ethersproject/contracts": "^5.7.0",
54
54
  "@ethersproject/providers": "^5.7.0",
55
55
  "@metamask/accounts-controller": "^37.0.0",
56
- "@metamask/assets-controller": "^2.3.0",
57
- "@metamask/assets-controllers": "^100.2.1",
56
+ "@metamask/assets-controller": "^2.4.0",
57
+ "@metamask/assets-controllers": "^101.0.0",
58
58
  "@metamask/base-controller": "^9.0.0",
59
59
  "@metamask/controller-utils": "^11.19.0",
60
- "@metamask/gas-fee-controller": "^26.0.3",
60
+ "@metamask/gas-fee-controller": "^26.1.0",
61
61
  "@metamask/keyring-api": "^21.5.0",
62
62
  "@metamask/messenger": "^0.3.0",
63
63
  "@metamask/metamask-eth-abis": "^3.1.1",
@@ -67,7 +67,7 @@
67
67
  "@metamask/profile-sync-controller": "^28.0.0",
68
68
  "@metamask/remote-feature-flag-controller": "^4.1.0",
69
69
  "@metamask/snaps-controllers": "^17.2.0",
70
- "@metamask/transaction-controller": "^62.22.0",
70
+ "@metamask/transaction-controller": "^63.0.0",
71
71
  "@metamask/utils": "^11.9.0",
72
72
  "bignumber.js": "^9.1.2",
73
73
  "reselect": "^5.1.1",