@metamask/bridge-controller 69.1.0 → 69.1.1
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.
- package/CHANGELOG.md +11 -1
- package/package.json +5 -5
package/CHANGELOG.md
CHANGED
|
@@ -7,6 +7,15 @@ 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
|
+
|
|
12
|
+
### Changed
|
|
13
|
+
|
|
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))
|
|
18
|
+
|
|
10
19
|
## [69.1.0]
|
|
11
20
|
|
|
12
21
|
### Added
|
|
@@ -1249,7 +1258,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
1249
1258
|
|
|
1250
1259
|
- Initial release ([#5317](https://github.com/MetaMask/core/pull/5317))
|
|
1251
1260
|
|
|
1252
|
-
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/bridge-controller@69.1.
|
|
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
|
|
1253
1263
|
[69.1.0]: https://github.com/MetaMask/core/compare/@metamask/bridge-controller@69.0.1...@metamask/bridge-controller@69.1.0
|
|
1254
1264
|
[69.0.1]: https://github.com/MetaMask/core/compare/@metamask/bridge-controller@69.0.0...@metamask/bridge-controller@69.0.1
|
|
1255
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/bridge-controller",
|
|
3
|
-
"version": "69.1.
|
|
3
|
+
"version": "69.1.1",
|
|
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.
|
|
57
|
-
"@metamask/assets-controllers": "^
|
|
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
|
|
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": "^
|
|
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",
|