@mx-cartographer/experiences 6.5.3 → 6.5.4
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 +5 -0
- package/dist/index.es.js +1106 -1105
- package/dist/index.es.js.map +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,8 @@
|
|
|
1
|
+
## [6.5.4] - 06-16-2025
|
|
2
|
+
|
|
3
|
+
- **FIXED** - Issue preventing Recurring Transactions from being created
|
|
4
|
+
- **FIXED** - Issue where Recurring Transactions were using the feed name and not the cleansed name
|
|
5
|
+
|
|
1
6
|
## [6.5.3] - 06-16-2025
|
|
2
7
|
|
|
3
8
|
- **UPDATED** - getLocale precedence and default logic
|