@mx-cartographer/experiences 6.18.9 → 6.18.11

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 CHANGED
@@ -1,3 +1,11 @@
1
+ ## [6.18.11] - 07-29-2025
2
+
3
+ - **FIXED** - Content variable name from `notifications_settings_title` to `notification_settings_title`
4
+
5
+ ## [6.18.10] - 07-29-2025
6
+
7
+ - **ADDED** - New carousel animation in Insights Micro Widget
8
+
1
9
  ## [6.18.9] - 07-29-2025
2
10
 
3
11
  - **UPDATED** - "Export CSV" button is now visible only on desktop and larger screens
@@ -128,6 +128,6 @@ export interface SettingsCopy {
128
128
  discovered_account: string;
129
129
  promotional_campaign_messages: string;
130
130
  transparent_overdraft: string;
131
- notifications_settings_title: string;
131
+ notification_settings_title: string;
132
132
  open_notification_settings_btn_aria: string;
133
133
  }