@mx-cartographer/experiences 6.4.1-alpha.mega1 → 6.4.2-alpha.san1
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 +8 -0
- package/dist/index.es.js +222 -214
- package/dist/index.es.js.map +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,11 @@
|
|
|
1
|
+
## [6.4.2] - 06-13-2025
|
|
2
|
+
|
|
3
|
+
- **FIXED** - Trends Widget - overlapping text Bug
|
|
4
|
+
|
|
5
|
+
## [6.4.1] - 06-13-2025
|
|
6
|
+
|
|
7
|
+
- **UPDATED** - Validate accounts when adding a goal.
|
|
8
|
+
|
|
1
9
|
## [6.4.0] - 06-12-2025
|
|
2
10
|
|
|
3
11
|
- **UPDATED** - All Card & Paper components to use the default MXUI border radius
|