@mx-cartographer/experiences 6.4.1-alpha.mega1 → 6.4.1

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +4 -0
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,3 +1,7 @@
1
+ ## [6.4.1] - 06-13-2025
2
+
3
+ - **UPDATED** - Validate accounts when adding a goal.
4
+
1
5
  ## [6.4.0] - 06-12-2025
2
6
 
3
7
  - **UPDATED** - All Card & Paper components to use the default MXUI border radius
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mx-cartographer/experiences",
3
- "version": "6.4.1-alpha.mega1",
3
+ "version": "6.4.1",
4
4
  "description": "Library containing experience widgets",
5
5
  "main": "dist/index.es.js",
6
6
  "types": "dist/index.d.ts",