@metamask/bridge-controller 69.2.0 → 69.2.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 +9 -1
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
7
7
|
|
|
8
8
|
## [Unreleased]
|
|
9
9
|
|
|
10
|
+
## [69.2.1]
|
|
11
|
+
|
|
12
|
+
### Changed
|
|
13
|
+
|
|
14
|
+
- Bump `@metamask/transaction-controller` from `^63.0.0` to `^63.1.0` ([#8272](https://github.com/MetaMask/core/pull/8272))
|
|
15
|
+
- Bump `@metamask/assets-controller` from `^3.0.0` to `^3.1.0` ([#8276](https://github.com/MetaMask/core/pull/8276))
|
|
16
|
+
|
|
10
17
|
## [69.2.0]
|
|
11
18
|
|
|
12
19
|
### Added
|
|
@@ -1271,7 +1278,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
1271
1278
|
|
|
1272
1279
|
- Initial release ([#5317](https://github.com/MetaMask/core/pull/5317))
|
|
1273
1280
|
|
|
1274
|
-
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/bridge-controller@69.2.
|
|
1281
|
+
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/bridge-controller@69.2.1...HEAD
|
|
1282
|
+
[69.2.1]: https://github.com/MetaMask/core/compare/@metamask/bridge-controller@69.2.0...@metamask/bridge-controller@69.2.1
|
|
1275
1283
|
[69.2.0]: https://github.com/MetaMask/core/compare/@metamask/bridge-controller@69.1.1...@metamask/bridge-controller@69.2.0
|
|
1276
1284
|
[69.1.1]: https://github.com/MetaMask/core/compare/@metamask/bridge-controller@69.1.0...@metamask/bridge-controller@69.1.1
|
|
1277
1285
|
[69.1.0]: https://github.com/MetaMask/core/compare/@metamask/bridge-controller@69.0.1...@metamask/bridge-controller@69.1.0
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@metamask/bridge-controller",
|
|
3
|
-
"version": "69.2.
|
|
3
|
+
"version": "69.2.1",
|
|
4
4
|
"description": "Manages bridge-related quote fetching functionality for MetaMask",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"MetaMask",
|
|
@@ -53,7 +53,7 @@
|
|
|
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": "^3.
|
|
56
|
+
"@metamask/assets-controller": "^3.1.0",
|
|
57
57
|
"@metamask/assets-controllers": "^101.0.1",
|
|
58
58
|
"@metamask/base-controller": "^9.0.0",
|
|
59
59
|
"@metamask/controller-utils": "^11.19.0",
|
|
@@ -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": "^63.
|
|
70
|
+
"@metamask/transaction-controller": "^63.1.0",
|
|
71
71
|
"@metamask/utils": "^11.9.0",
|
|
72
72
|
"bignumber.js": "^9.1.2",
|
|
73
73
|
"reselect": "^5.1.1",
|