@metamask-previews/bridge-controller 77.3.1-preview-552ea4bd3 → 77.3.2-preview-3c0e8a808
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.2]
|
|
11
|
+
|
|
10
12
|
### Fixed
|
|
11
13
|
|
|
12
14
|
- Fix Arc native token symbol from `USDC-native` to `USDC` ([#9364](https://github.com/MetaMask/core/pull/9364))
|
|
@@ -1719,7 +1721,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
1719
1721
|
|
|
1720
1722
|
- Initial release ([#5317](https://github.com/MetaMask/core/pull/5317))
|
|
1721
1723
|
|
|
1722
|
-
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/bridge-controller@77.3.
|
|
1724
|
+
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/bridge-controller@77.3.2...HEAD
|
|
1725
|
+
[77.3.2]: https://github.com/MetaMask/core/compare/@metamask/bridge-controller@77.3.1...@metamask/bridge-controller@77.3.2
|
|
1723
1726
|
[77.3.1]: https://github.com/MetaMask/core/compare/@metamask/bridge-controller@77.3.0...@metamask/bridge-controller@77.3.1
|
|
1724
1727
|
[77.3.0]: https://github.com/MetaMask/core/compare/@metamask/bridge-controller@77.2.0...@metamask/bridge-controller@77.3.0
|
|
1725
1728
|
[77.2.0]: https://github.com/MetaMask/core/compare/@metamask/bridge-controller@77.1.0...@metamask/bridge-controller@77.2.0
|
package/package.json
CHANGED