@metamask-previews/bridge-controller 67.3.0-preview-7cbd7910e → 67.4.0-preview-0aca970c8

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 CHANGED
@@ -9,6 +9,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
9
9
 
10
10
  ### Changed
11
11
 
12
+ - Add validation support for intent EIP-712 `typedData` payloads so clients can pass signed intent data through the bridge flow. ([#8048](https://github.com/MetaMask/core/pull/8048))
13
+
14
+ ## [67.4.0]
15
+
16
+ ### Changed
17
+
12
18
  - Widen `RequiredEventContextFromClient` `InputChanged.input_amount_preset` to accept arbitrary string labels (for example `85%`, `95%`, `MAX`) while preserving compatibility with `InputAmountPreset` enum values. ([#8069](https://github.com/MetaMask/core/pull/8069))
13
19
 
14
20
  ## [67.3.0]
@@ -1203,7 +1209,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1203
1209
 
1204
1210
  - Initial release ([#5317](https://github.com/MetaMask/core/pull/5317))
1205
1211
 
1206
- [Unreleased]: https://github.com/MetaMask/core/compare/@metamask/bridge-controller@67.3.0...HEAD
1212
+ [Unreleased]: https://github.com/MetaMask/core/compare/@metamask/bridge-controller@67.4.0...HEAD
1213
+ [67.4.0]: https://github.com/MetaMask/core/compare/@metamask/bridge-controller@67.3.0...@metamask/bridge-controller@67.4.0
1207
1214
  [67.3.0]: https://github.com/MetaMask/core/compare/@metamask/bridge-controller@67.2.0...@metamask/bridge-controller@67.3.0
1208
1215
  [67.2.0]: https://github.com/MetaMask/core/compare/@metamask/bridge-controller@67.1.1...@metamask/bridge-controller@67.2.0
1209
1216
  [67.1.1]: https://github.com/MetaMask/core/compare/@metamask/bridge-controller@67.1.0...@metamask/bridge-controller@67.1.1