@metamask-previews/bridge-controller 67.1.1-preview-980f677 → 67.2.0-preview-567bc78af
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
|
@@ -9,6 +9,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
9
9
|
|
|
10
10
|
### Changed
|
|
11
11
|
|
|
12
|
+
- Bump `@metamask/transaction-controller` from `^62.18.0` to `^62.19.0` ([#8031](https://github.com/MetaMask/core/pull/8031))
|
|
13
|
+
- Bump `@metamask/assets-controllers` from `^100.0.2` to `^100.0.3` ([#8029](https://github.com/MetaMask/core/pull/8029))
|
|
14
|
+
|
|
15
|
+
## [67.2.0]
|
|
16
|
+
|
|
17
|
+
### Changed
|
|
18
|
+
|
|
12
19
|
- Bump `@metamask/transaction-controller` from `^62.17.1` to `^62.18.0` ([#8005](https://github.com/MetaMask/core/pull/8005))
|
|
13
20
|
- Bump `@metamask/assets-controllers` from `^100.0.1` to `^100.0.2` ([#8004](https://github.com/MetaMask/core/pull/8004))
|
|
14
21
|
- Replace `PERCENT_90` with `PERCENT_75` in `InputAmountPreset` enum ([#7997](https://github.com/MetaMask/core/pull/7997))
|
|
@@ -1185,7 +1192,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
1185
1192
|
|
|
1186
1193
|
- Initial release ([#5317](https://github.com/MetaMask/core/pull/5317))
|
|
1187
1194
|
|
|
1188
|
-
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/bridge-controller@67.
|
|
1195
|
+
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/bridge-controller@67.2.0...HEAD
|
|
1196
|
+
[67.2.0]: https://github.com/MetaMask/core/compare/@metamask/bridge-controller@67.1.1...@metamask/bridge-controller@67.2.0
|
|
1189
1197
|
[67.1.1]: https://github.com/MetaMask/core/compare/@metamask/bridge-controller@67.1.0...@metamask/bridge-controller@67.1.1
|
|
1190
1198
|
[67.1.0]: https://github.com/MetaMask/core/compare/@metamask/bridge-controller@67.0.0...@metamask/bridge-controller@67.1.0
|
|
1191
1199
|
[67.0.0]: https://github.com/MetaMask/core/compare/@metamask/bridge-controller@66.2.0...@metamask/bridge-controller@67.0.0
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@metamask-previews/bridge-controller",
|
|
3
|
-
"version": "67.
|
|
3
|
+
"version": "67.2.0-preview-567bc78af",
|
|
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": "^36.0.1",
|
|
56
|
-
"@metamask/assets-controllers": "^100.0.
|
|
56
|
+
"@metamask/assets-controllers": "^100.0.3",
|
|
57
57
|
"@metamask/base-controller": "^9.0.0",
|
|
58
58
|
"@metamask/controller-utils": "^11.19.0",
|
|
59
59
|
"@metamask/gas-fee-controller": "^26.0.3",
|
|
@@ -66,7 +66,7 @@
|
|
|
66
66
|
"@metamask/profile-sync-controller": "^27.1.0",
|
|
67
67
|
"@metamask/remote-feature-flag-controller": "^4.0.0",
|
|
68
68
|
"@metamask/snaps-controllers": "^17.2.0",
|
|
69
|
-
"@metamask/transaction-controller": "^62.
|
|
69
|
+
"@metamask/transaction-controller": "^62.19.0",
|
|
70
70
|
"@metamask/utils": "^11.9.0",
|
|
71
71
|
"bignumber.js": "^9.1.2",
|
|
72
72
|
"reselect": "^5.1.1",
|