@spiffcommerce/core 40.3.16 → 40.3.18
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-CmKquVhU.cjs → index-BLxVluNb.cjs} +3 -3
- package/dist/{index-CmKquVhU.cjs.map → index-BLxVluNb.cjs.map} +1 -1
- package/dist/{index-ClwR1f7r.js → index-C9i2jy61.js} +2 -2
- package/dist/{index-ClwR1f7r.js.map → index-C9i2jy61.js.map} +1 -1
- package/dist/{index-WzyTx7Ak.js → index-Cy_sbWTy.js} +3 -3
- package/dist/{index-WzyTx7Ak.js.map → index-Cy_sbWTy.js.map} +1 -1
- package/dist/{index-DwtwteCF.cjs → index-D-7lCqkt.cjs} +2 -2
- package/dist/{index-DwtwteCF.cjs.map → index-D-7lCqkt.cjs.map} +1 -1
- package/dist/index.cjs +1 -1
- package/dist/index.mjs +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
|
+
## [40.3.18] - 22-04-2026
|
|
18
|
+
|
|
19
|
+
### Fixed
|
|
20
|
+
|
|
21
|
+
- Permissions for changesets were not set correctly, causing the changelog to not update. This has been fixed and the changelog has been updated to reflect all changes since the last update.
|
|
22
|
+
|
|
23
|
+
## [40.3.17] - 22-04-2026
|
|
24
|
+
|
|
25
|
+
### Changed
|
|
26
|
+
|
|
27
|
+
- Bumped core one last time to verify the new changelog process works as expected.
|
|
28
|
+
|
|
17
29
|
## [40.3.15] - 22-04-2026
|
|
18
30
|
|
|
19
31
|
### Changed
|