@spiffcommerce/core 32.1.1-beta.8d9cd576-2a50-537b-914d-2bb01071fe77 → 32.1.1-beta.dd6ba549-af6a-55a7-a5b1-c73eebc8f7e2

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
@@ -14,6 +14,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
14
14
  - `Fixed` for any bug fixes.
15
15
  - `Security` in case of vulnerabilities.
16
16
 
17
+ ## [32.2.0] - 24-09-2025
18
+
19
+ ## Added
20
+
21
+ - Added new field `addressValidationStatus` on the Transaction type, which is fetched whenever the transaction is read.
22
+
23
+ ## Changed
24
+
25
+ - When calling `overrideWorkflowExperienceRecipientAddress`, the associated Transaction's `addressValidationStatus` is updated locally.
26
+
17
27
  ## [32.1.0] - 23-09-2025
18
28
 
19
29
  ## Added