@metamask-previews/bridge-status-controller 12.0.0-preview-a906644 → 12.0.1-preview-cf47a367
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 +6 -3
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
@@ -7,9 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
7
7
|
|
8
8
|
## [Unreleased]
|
9
9
|
|
10
|
-
|
10
|
+
## [12.0.1]
|
11
|
+
|
12
|
+
### Fixed
|
11
13
|
|
12
|
-
- Add `relay` to the list of bridges in the `BridgeId` enum ([#
|
14
|
+
- Add `relay` to the list of bridges in the `BridgeId` enum to prevent validation from failing ([#5623](https://github.com/MetaMask/core/pull/5623))
|
13
15
|
|
14
16
|
## [12.0.0]
|
15
17
|
|
@@ -101,7 +103,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
101
103
|
|
102
104
|
- Initial release ([#5317](https://github.com/MetaMask/core/pull/5317))
|
103
105
|
|
104
|
-
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/bridge-status-controller@12.0.
|
106
|
+
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/bridge-status-controller@12.0.1...HEAD
|
107
|
+
[12.0.1]: https://github.com/MetaMask/core/compare/@metamask/bridge-status-controller@12.0.0...@metamask/bridge-status-controller@12.0.1
|
105
108
|
[12.0.0]: https://github.com/MetaMask/core/compare/@metamask/bridge-status-controller@11.0.0...@metamask/bridge-status-controller@12.0.0
|
106
109
|
[11.0.0]: https://github.com/MetaMask/core/compare/@metamask/bridge-status-controller@10.0.0...@metamask/bridge-status-controller@11.0.0
|
107
110
|
[10.0.0]: https://github.com/MetaMask/core/compare/@metamask/bridge-status-controller@9.0.0...@metamask/bridge-status-controller@10.0.0
|
package/package.json
CHANGED