@metamask-previews/bridge-controller 67.2.0-preview-b0148922a → 67.3.0-preview-ee1fa5d01
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
|
+
## [67.3.0]
|
|
11
|
+
|
|
10
12
|
### Added
|
|
11
13
|
|
|
12
14
|
- Added optional `ab_tests` property to `RequiredEventContextFromClient` and `CrossChainSwapsEventProperties` types for A/B test experiment attribution ([#8007](https://github.com/MetaMask/core/pull/8007))
|
|
@@ -1197,7 +1199,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
1197
1199
|
|
|
1198
1200
|
- Initial release ([#5317](https://github.com/MetaMask/core/pull/5317))
|
|
1199
1201
|
|
|
1200
|
-
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/bridge-controller@67.
|
|
1202
|
+
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/bridge-controller@67.3.0...HEAD
|
|
1203
|
+
[67.3.0]: https://github.com/MetaMask/core/compare/@metamask/bridge-controller@67.2.0...@metamask/bridge-controller@67.3.0
|
|
1201
1204
|
[67.2.0]: https://github.com/MetaMask/core/compare/@metamask/bridge-controller@67.1.1...@metamask/bridge-controller@67.2.0
|
|
1202
1205
|
[67.1.1]: https://github.com/MetaMask/core/compare/@metamask/bridge-controller@67.1.0...@metamask/bridge-controller@67.1.1
|
|
1203
1206
|
[67.1.0]: https://github.com/MetaMask/core/compare/@metamask/bridge-controller@67.0.0...@metamask/bridge-controller@67.1.0
|
package/package.json
CHANGED