@metamask-previews/bridge-controller 76.0.0-preview-e80844493 → 76.1.0-preview-3e8f1945e
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 +12 -2
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -16,6 +16,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
16
16
|
### Changed
|
|
17
17
|
|
|
18
18
|
- **BREAKING:** Default `location` fallback for Unified SwapBridge events now uses `Unknown` instead of `Main View` when no entry point is set ([#9243](https://github.com/MetaMask/core/pull/9243))
|
|
19
|
+
- Bump `@metamask/assets-controller` from `^9.0.2` to `^9.1.0` ([#9244](https://github.com/MetaMask/core/pull/9244))
|
|
20
|
+
- Bump `@metamask/keyring-api` from `^23.1.0` to `^23.3.0` ([#9249](https://github.com/MetaMask/core/pull/9249))
|
|
21
|
+
|
|
22
|
+
## [76.1.0]
|
|
23
|
+
|
|
24
|
+
### Added
|
|
25
|
+
|
|
26
|
+
- Add `quick_buy_explore` to the `FeatureId` enum ([#9222](https://github.com/MetaMask/core/pull/9222))
|
|
27
|
+
|
|
28
|
+
### Changed
|
|
19
29
|
|
|
20
30
|
- Bump `@metamask/assets-controllers` from `^109.2.1` to `^109.2.2` ([#9231](https://github.com/MetaMask/core/pull/9231))
|
|
21
31
|
- Bump `@metamask/accounts-controller` from `^39.0.2` to `^39.0.3` ([#9231](https://github.com/MetaMask/core/pull/9231))
|
|
@@ -24,7 +34,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
24
34
|
|
|
25
35
|
### Added
|
|
26
36
|
|
|
27
|
-
- Add `quick_buy_explore` to the `FeatureId` enum ([#9222](https://github.com/MetaMask/core/pull/9222))
|
|
28
37
|
- **BREAKING**: Add persisted input primary denomination state and `Unified SwapBridge Fiat Crypto Toggle Clicked` analytics event support ([#9147](https://github.com/MetaMask/core/pull/9147))
|
|
29
38
|
|
|
30
39
|
## [75.2.1]
|
|
@@ -1653,7 +1662,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
1653
1662
|
|
|
1654
1663
|
- Initial release ([#5317](https://github.com/MetaMask/core/pull/5317))
|
|
1655
1664
|
|
|
1656
|
-
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/bridge-controller@76.
|
|
1665
|
+
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/bridge-controller@76.1.0...HEAD
|
|
1666
|
+
[76.1.0]: https://github.com/MetaMask/core/compare/@metamask/bridge-controller@76.0.0...@metamask/bridge-controller@76.1.0
|
|
1657
1667
|
[76.0.0]: https://github.com/MetaMask/core/compare/@metamask/bridge-controller@75.2.1...@metamask/bridge-controller@76.0.0
|
|
1658
1668
|
[75.2.1]: https://github.com/MetaMask/core/compare/@metamask/bridge-controller@75.2.0...@metamask/bridge-controller@75.2.1
|
|
1659
1669
|
[75.2.0]: https://github.com/MetaMask/core/compare/@metamask/bridge-controller@75.1.1...@metamask/bridge-controller@75.2.0
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@metamask-previews/bridge-controller",
|
|
3
|
-
"version": "76.
|
|
3
|
+
"version": "76.1.0-preview-3e8f1945e",
|
|
4
4
|
"description": "Manages bridge-related quote fetching functionality for MetaMask",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"Ethereum",
|
|
@@ -58,12 +58,12 @@
|
|
|
58
58
|
"@ethersproject/contracts": "^5.7.0",
|
|
59
59
|
"@ethersproject/providers": "^5.7.0",
|
|
60
60
|
"@metamask/accounts-controller": "^39.0.3",
|
|
61
|
-
"@metamask/assets-controller": "^9.0
|
|
61
|
+
"@metamask/assets-controller": "^9.1.0",
|
|
62
62
|
"@metamask/assets-controllers": "^109.2.2",
|
|
63
63
|
"@metamask/base-controller": "^9.1.0",
|
|
64
64
|
"@metamask/controller-utils": "^12.3.0",
|
|
65
65
|
"@metamask/gas-fee-controller": "^26.2.3",
|
|
66
|
-
"@metamask/keyring-api": "^23.
|
|
66
|
+
"@metamask/keyring-api": "^23.3.0",
|
|
67
67
|
"@metamask/messenger": "^1.2.0",
|
|
68
68
|
"@metamask/metamask-eth-abis": "^3.1.1",
|
|
69
69
|
"@metamask/multichain-network-controller": "^3.1.4",
|