@metamask-previews/bridge-controller 65.3.0-preview-429bf064c → 66.0.0-preview-7aeef9dd1

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 +15 -2
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -7,7 +7,19 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
 
8
8
  ## [Unreleased]
9
9
 
10
- ## [65.3.0]
10
+ ### Changed
11
+
12
+ - Bump `@metamask/keyring-api` from `^21.0.0` to `^21.5.0` ([#7857](https://github.com/MetaMask/core/pull/7857))
13
+ - Bump `@metamask/transaction-controller` from `^62.15.0` to `^62.16.0` ([#7872](https://github.com/MetaMask/core/pull/7872))
14
+
15
+ ## [66.0.0]
16
+
17
+ ### Changed
18
+
19
+ - Bump `@metamask/transaction-controller` from `^62.14.0` to `^62.15.0` ([#7854](https://github.com/MetaMask/core/pull/7854))
20
+ - Bump `@metamask/assets-controllers` from `^99.2.0` to `^99.3.1` ([#7855](https://github.com/MetaMask/core/pull/7855), [#7860](https://github.com/MetaMask/core/pull/7860))
21
+
22
+ ## [65.3.0] [DEPRECATED]
11
23
 
12
24
  ### Added
13
25
 
@@ -1097,7 +1109,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1097
1109
 
1098
1110
  - Initial release ([#5317](https://github.com/MetaMask/core/pull/5317))
1099
1111
 
1100
- [Unreleased]: https://github.com/MetaMask/core/compare/@metamask/bridge-controller@65.3.0...HEAD
1112
+ [Unreleased]: https://github.com/MetaMask/core/compare/@metamask/bridge-controller@66.0.0...HEAD
1113
+ [66.0.0]: https://github.com/MetaMask/core/compare/@metamask/bridge-controller@65.3.0...@metamask/bridge-controller@66.0.0
1101
1114
  [65.3.0]: https://github.com/MetaMask/core/compare/@metamask/bridge-controller@65.2.0...@metamask/bridge-controller@65.3.0
1102
1115
  [65.2.0]: https://github.com/MetaMask/core/compare/@metamask/bridge-controller@65.1.0...@metamask/bridge-controller@65.2.0
1103
1116
  [65.1.0]: https://github.com/MetaMask/core/compare/@metamask/bridge-controller@65.0.1...@metamask/bridge-controller@65.1.0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@metamask-previews/bridge-controller",
3
- "version": "65.3.0-preview-429bf064c",
3
+ "version": "66.0.0-preview-7aeef9dd1",
4
4
  "description": "Manages bridge-related quote fetching functionality for MetaMask",
5
5
  "keywords": [
6
6
  "MetaMask",
@@ -54,11 +54,11 @@
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.2.0",
57
+ "@metamask/assets-controllers": "^99.3.1",
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",
61
- "@metamask/keyring-api": "^21.0.0",
61
+ "@metamask/keyring-api": "^21.5.0",
62
62
  "@metamask/messenger": "^0.3.0",
63
63
  "@metamask/metamask-eth-abis": "^3.1.1",
64
64
  "@metamask/multichain-network-controller": "^3.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.14.0",
69
+ "@metamask/transaction-controller": "^62.16.0",
70
70
  "@metamask/utils": "^11.9.0",
71
71
  "bignumber.js": "^9.1.2",
72
72
  "reselect": "^5.1.1",