@spiffcommerce/core 32.2.2-beta.2c2f71ee-099a-5b12-afe9-5733bef091e2 → 32.2.3-beta.74fbcd09-3d5d-53d3-8369-97f904c95dbd
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 +12 -0
- package/dist/index.js +9 -9
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +84 -82
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
@@ -14,6 +14,18 @@ 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.4] - 29-09-2025
|
18
|
+
|
19
|
+
## Fixed
|
20
|
+
|
21
|
+
- Fixed a regression from 32.2.3 which causes defaults to incorrectly be applied when applying a saved global state to a bundle.
|
22
|
+
|
23
|
+
## [32.2.3] - 29-09-2025
|
24
|
+
|
25
|
+
## Fixed
|
26
|
+
|
27
|
+
- Whenever global property handles change, they will correctly apply their defaults if no value is set.
|
28
|
+
|
17
29
|
## [32.2.2] - 29-09-2025
|
18
30
|
|
19
31
|
## Fixed
|