react-native-moengage-geofence 7.0.3 → 7.0.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 CHANGED
@@ -1,3 +1,12 @@
1
+ # 17-10-2025
2
+
3
+ ## 7.0.4
4
+
5
+ - Android
6
+ - `geofence` version updated to `5.0.3`
7
+ - iOS
8
+ - `MoEngageGeofence` version updated to `6.00.3`
9
+
1
10
  # 11-09-2025
2
11
 
3
12
  ## 7.0.3
@@ -5,7 +14,7 @@
5
14
  - iOS
6
15
  -MoEngageGeofence version updated to `6.00.2`
7
16
  - Android
8
- -`geofence` version updated to `5.0.1`
17
+ - `geofence` version updated to `5.0.1`
9
18
 
10
19
  # 29-07-2025
11
20
 
@@ -13,7 +13,7 @@ Pod::Spec.new do |s|
13
13
  s.authors = "MoEngage Inc."
14
14
  s.source = {:file => './' }
15
15
  s.platform = :ios, "13.0"
16
- s.dependency 'MoEngagePluginGeofence', '4.4.0'
16
+ s.dependency 'MoEngagePluginGeofence', '4.6.1'
17
17
  s.dependency 'React'
18
18
  s.dependency 'ReactNativeMoEngage'
19
19
  s.source_files = "ios/**/*.{h,m,mm,swift}"
@@ -15,9 +15,9 @@ buildscript {
15
15
 
16
16
  ext {
17
17
  //dependency version
18
- moengageCoreVersion = "14.03.03"
19
- moengageGeofenceVersion = "5.0.1"
20
- pluginBaseGeofenceVersion = "3.0.1"
18
+ moengageCoreVersion = "14.03.05"
19
+ moengageGeofenceVersion = "5.0.3"
20
+ pluginBaseGeofenceVersion = "3.0.2"
21
21
  }
22
22
 
23
23
  apply plugin: 'com.android.library'
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-native-moengage-geofence",
3
- "version": "7.0.3",
3
+ "version": "7.0.4",
4
4
  "description": "MoEngage React Native package to support geofence based campaigns in iOS platform",
5
5
  "main": "src/index.ts",
6
6
  "files": [