react-native-moengage 12.6.0 → 12.7.0

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,12 @@
1
+ # 07-05-2026
2
+
3
+ ## 12.7.0
4
+
5
+ - Android
6
+ - updating `android-bom` to `2.2.2`
7
+ - iOS
8
+ - Updated `MoEngage-iOS-SDK` to `10.12.0`
9
+
1
10
  # 15-04-2026
2
11
 
3
12
  ## 12.6.0
@@ -8,6 +17,7 @@
8
17
  - Migrating the common gradle configuration to the gradle config
9
18
  - iOS
10
19
  - `MoEngage-iOS-SDK` version updated to `10.10.2`
20
+
11
21
  # 09-02-2026
12
22
 
13
23
  ## 12.5.0
@@ -28,7 +38,7 @@
28
38
  - Moving the internal native dependencies to bill-of-materials (BOM) for better version management.
29
39
  - iOS
30
40
  - `MoEngage-iOS-SDK` version updated to `10.08.0`
31
-
41
+
32
42
  # 17-10-2025
33
43
 
34
44
  ## 12.3.0
@@ -42,10 +52,8 @@
42
52
 
43
53
  ## 12.2.0
44
54
 
45
- - iOS
46
- -`MoEngage-iOS-SDK` version updated to `10.05.0`
47
- - Android
48
- -`moe-android-sdk` version updated to `14.03.03`
55
+ - iOS -`MoEngage-iOS-SDK` version updated to `10.05.0`
56
+ - Android -`moe-android-sdk` version updated to `14.03.03`
49
57
 
50
58
  # 29-07-2025
51
59
 
@@ -208,7 +216,6 @@
208
216
  | optOutDataTracking(true) | disableDataTracking() |
209
217
 
210
218
  - iOS
211
-
212
219
  - Removed support for SDK initialization from Info.plist.
213
220
  - Removed APIs
214
221
 
@@ -338,7 +345,6 @@
338
345
  ## 8.2.0
339
346
 
340
347
  - iOS
341
-
342
348
  - MoEngage-iOS-SDK version updated to `~>9.2.0`.
343
349
  - Updated API
344
350
 
@@ -368,7 +374,6 @@
368
374
  ## 8.1.0
369
375
 
370
376
  - Android
371
-
372
377
  - AGP version updated to `7.3.1`
373
378
  - Gradle version updated to `7.4`
374
379
  - Target SDK version - 31
@@ -25,7 +25,7 @@ Pod::Spec.new do |s|
25
25
  s.public_header_files = "iOS/MoEReactBridge/{#{headers.join(',')}}.h"
26
26
  s.weak_framework = 'UserNotifications'
27
27
  s.dependency 'React'
28
- s.dependency 'MoEngagePluginBase','6.8.2'
28
+ s.dependency 'MoEngagePluginBase','6.9.0'
29
29
  s.ios.dependency 'MoEngage-iOS-SDK/RichNotification'
30
30
 
31
31
  s.prepare_command = <<-CMD
@@ -7,8 +7,8 @@ repositories {
7
7
 
8
8
  ext {
9
9
  // MoEngage Versions
10
- moengageNativeBOMVersion = "2.1.0"
11
- moengagePluginBaseBOMVersion = "2.0.0"
10
+ moengageNativeBOMVersion = "2.2.2"
11
+ moengagePluginBaseBOMVersion = "3.0.1"
12
12
 
13
13
  // AndroidX Support Libraries Versions
14
14
  androidXCore = "1.15.0"
@@ -20,7 +20,7 @@ dependencies {
20
20
  implementation(platform("com.moengage:plugin-base-bom:$moengagePluginBaseBOMVersion"))
21
21
  api("com.moengage:plugin-base")
22
22
 
23
- implementation(platform("com.moengage:android-bom:$moengageNativeBOMVersion"))
23
+ api(platform("com.moengage:android-bom:$moengageNativeBOMVersion"))
24
24
  api("com.moengage:moe-android-sdk")
25
25
  api("com.moengage:inapp")
26
26
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-native-moengage",
3
- "version": "12.6.0",
3
+ "version": "12.7.0",
4
4
  "description": "MoEngage is a mobile marketing automation company. This react-native SDK helps you track events, trigger smart notifications and in-apps, provides a drop-in Inbox Controller for notifications.",
5
5
  "main": "src/index.ts",
6
6
  "files": [