@metamask-previews/bridge-controller 65.1.0-preview-69f51f81 → 65.2.0-preview-8a281087

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 +6 -3
  2. 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
+ ## [65.2.0]
11
+
10
12
  ### Added
11
13
 
12
14
  - Add `HYPEREVM` network support ([#7787](https://github.com/MetaMask/core/pull/7787))
@@ -14,8 +16,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
14
16
 
15
17
  ### Changed
16
18
 
17
- - Bump `@metamask/transaction-controller` from `^62.11.0` to `^62.12.0` ([#7775](https://github.com/MetaMask/core/pull/7775))
18
- - Bump `@metamask/assets-controllers` from `^99.0.0` to `^99.1.0` ([#7771](https://github.com/MetaMask/core/pull/7771))
19
+ - Bump `@metamask/transaction-controller` from `^62.11.0` to `^62.13.0` ([#7775](https://github.com/MetaMask/core/pull/7775), [#7802](https://github.com/MetaMask/core/pull/7802))
20
+ - Bump `@metamask/assets-controllers` from `^99.0.0` to `^99.2.0` ([#7771](https://github.com/MetaMask/core/pull/7771), [#7802](https://github.com/MetaMask/core/pull/7802))
19
21
 
20
22
  ## [65.1.0]
21
23
 
@@ -1081,7 +1083,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1081
1083
 
1082
1084
  - Initial release ([#5317](https://github.com/MetaMask/core/pull/5317))
1083
1085
 
1084
- [Unreleased]: https://github.com/MetaMask/core/compare/@metamask/bridge-controller@65.1.0...HEAD
1086
+ [Unreleased]: https://github.com/MetaMask/core/compare/@metamask/bridge-controller@65.2.0...HEAD
1087
+ [65.2.0]: https://github.com/MetaMask/core/compare/@metamask/bridge-controller@65.1.0...@metamask/bridge-controller@65.2.0
1085
1088
  [65.1.0]: https://github.com/MetaMask/core/compare/@metamask/bridge-controller@65.0.1...@metamask/bridge-controller@65.1.0
1086
1089
  [65.0.1]: https://github.com/MetaMask/core/compare/@metamask/bridge-controller@65.0.0...@metamask/bridge-controller@65.0.1
1087
1090
  [65.0.0]: https://github.com/MetaMask/core/compare/@metamask/bridge-controller@64.8.2...@metamask/bridge-controller@65.0.0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@metamask-previews/bridge-controller",
3
- "version": "65.1.0-preview-69f51f81",
3
+ "version": "65.2.0-preview-8a281087",
4
4
  "description": "Manages bridge-related quote fetching functionality for MetaMask",
5
5
  "keywords": [
6
6
  "MetaMask",
@@ -54,7 +54,7 @@
54
54
  "@ethersproject/contracts": "^5.7.0",
55
55
  "@ethersproject/providers": "^5.7.0",
56
56
  "@metamask/accounts-controller": "^35.0.2",
57
- "@metamask/assets-controllers": "^99.1.0",
57
+ "@metamask/assets-controllers": "^99.2.0",
58
58
  "@metamask/base-controller": "^9.0.0",
59
59
  "@metamask/controller-utils": "^11.18.0",
60
60
  "@metamask/gas-fee-controller": "^26.0.2",
@@ -66,7 +66,7 @@
66
66
  "@metamask/polling-controller": "^16.0.2",
67
67
  "@metamask/remote-feature-flag-controller": "^4.0.0",
68
68
  "@metamask/snaps-controllers": "^17.2.0",
69
- "@metamask/transaction-controller": "^62.12.0",
69
+ "@metamask/transaction-controller": "^62.13.0",
70
70
  "@metamask/utils": "^11.9.0",
71
71
  "bignumber.js": "^9.1.2",
72
72
  "reselect": "^5.1.1",