@spiffcommerce/core 27.2.0-beta.f4d0b75a-c5ee-5aa0-b0f7-2903595ecb5d → 27.2.1-beta.9303d634-cb1d-5844-a597-a4e69b0192f5

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,17 +14,23 @@ 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
+ ## [27.2.1] - 28-07-2025
18
+
19
+ ## Fixed
20
+
21
+ - `WorkflowExperience.assignCustomerDetails` should no longer fail when you have ownership of the associated Transaction.
22
+
17
23
  ## [27.2.0] - 24-07-2025
18
24
 
19
25
  ## Added
20
26
 
21
- - Bundles now have the `applyGlobalPropertyState` method for copying one global state onto another.
27
+ - Bundles now have the `applyGlobalPropertyState` method for copying one global state onto another.
22
28
 
23
29
  ## [27.1.1] - 23-07-2025
24
30
 
25
31
  ## Fixed
26
32
 
27
- - Correctly the case of handle multiple text steps that are conditional and share a text aspect.
33
+ - Correctly the case of handle multiple text steps that are conditional and share a text aspect.
28
34
 
29
35
  ## [27.1.0] - 16-07-2025
30
36
 
@@ -36,13 +42,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
36
42
 
37
43
  ## Changed
38
44
 
39
- - Modified the functions for logging in as a customer.
45
+ - Modified the functions for logging in as a customer.
40
46
 
41
47
  ## [26.40.0] - 10-07-2025
42
48
 
43
49
  ## Added
44
50
 
45
- - Added `setDispatchDate` and `setPurchaseOrder` to `Bundle`.
51
+ - Added `setDispatchDate` and `setPurchaseOrder` to `Bundle`.
46
52
 
47
53
  ## [26.39.0] - 08-07-2025
48
54