@metamask-previews/bridge-controller 25.0.1-preview-4ec8b2d → 25.1.0-preview-37f78da
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
|
+
## [25.1.0]
|
11
|
+
|
10
12
|
### Added
|
11
13
|
|
12
14
|
- Added optional `isUnifiedUIEnabled` flag to chain-level feature-flag `ChainConfiguration` type and updated the validation schema to accept the new flag ([#5783](https://github.com/MetaMask/core/pull/5783))
|
@@ -257,7 +259,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
257
259
|
|
258
260
|
- Initial release ([#5317](https://github.com/MetaMask/core/pull/5317))
|
259
261
|
|
260
|
-
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/bridge-controller@25.0
|
262
|
+
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/bridge-controller@25.1.0...HEAD
|
263
|
+
[25.1.0]: https://github.com/MetaMask/core/compare/@metamask/bridge-controller@25.0.1...@metamask/bridge-controller@25.1.0
|
261
264
|
[25.0.1]: https://github.com/MetaMask/core/compare/@metamask/bridge-controller@25.0.0...@metamask/bridge-controller@25.0.1
|
262
265
|
[25.0.0]: https://github.com/MetaMask/core/compare/@metamask/bridge-controller@24.0.0...@metamask/bridge-controller@25.0.0
|
263
266
|
[24.0.0]: https://github.com/MetaMask/core/compare/@metamask/bridge-controller@23.0.0...@metamask/bridge-controller@24.0.0
|
package/package.json
CHANGED