@metamask-previews/bridge-controller 77.2.0-preview-e82188855 → 77.3.0-preview-c97a549b1
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 +4 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
7
7
|
|
|
8
8
|
## [Unreleased]
|
|
9
9
|
|
|
10
|
+
## [77.3.0]
|
|
11
|
+
|
|
10
12
|
### Added
|
|
11
13
|
|
|
12
14
|
- Export `fetchBridgeQuoteStream` and `appendFeesToQuotes` from the package entry point ([#9313](https://github.com/MetaMask/core/pull/9313))
|
|
@@ -1700,7 +1702,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
1700
1702
|
|
|
1701
1703
|
- Initial release ([#5317](https://github.com/MetaMask/core/pull/5317))
|
|
1702
1704
|
|
|
1703
|
-
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/bridge-controller@77.
|
|
1705
|
+
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/bridge-controller@77.3.0...HEAD
|
|
1706
|
+
[77.3.0]: https://github.com/MetaMask/core/compare/@metamask/bridge-controller@77.2.0...@metamask/bridge-controller@77.3.0
|
|
1704
1707
|
[77.2.0]: https://github.com/MetaMask/core/compare/@metamask/bridge-controller@77.1.0...@metamask/bridge-controller@77.2.0
|
|
1705
1708
|
[77.1.0]: https://github.com/MetaMask/core/compare/@metamask/bridge-controller@77.0.0...@metamask/bridge-controller@77.1.0
|
|
1706
1709
|
[77.0.0]: https://github.com/MetaMask/core/compare/@metamask/bridge-controller@76.1.0...@metamask/bridge-controller@77.0.0
|
package/package.json
CHANGED