react-native-moengage-geofence 7.0.0 → 7.0.2

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,14 @@
1
+ # 29-07-2025
2
+
3
+ ## 7.0.2
4
+ - iOS
5
+ - `MoEngagePluginGeofence` version updated to `4.2.2`
6
+
7
+ # 17-07-2025
8
+
9
+ ## 7.0.1
10
+ - Updated peer dependency `react-native-moengage` to `12.0.0`
11
+
1
12
  # 17-07-2025
2
13
 
3
14
  ## 7.0.0
@@ -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.2.1'
16
+ s.dependency 'MoEngagePluginGeofence', '4.2.2'
17
17
  s.dependency 'React'
18
18
  s.dependency 'ReactNativeMoEngage'
19
19
  s.source_files = "ios/**/*.{h,m,mm,swift}"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-native-moengage-geofence",
3
- "version": "7.0.0",
3
+ "version": "7.0.2",
4
4
  "description": "MoEngage React Native package to support geofence based campaigns in iOS platform",
5
5
  "main": "src/index.ts",
6
6
  "files": [
@@ -14,7 +14,7 @@
14
14
  "!**/__mocks__"
15
15
  ],
16
16
  "peerDependencies": {
17
- "react-native-moengage": "^11.0.0"
17
+ "react-native-moengage": "^12.0.0"
18
18
  },
19
19
  "keywords": [
20
20
  "moengage",
@@ -25,7 +25,8 @@
25
25
  "geofence"
26
26
  ],
27
27
  "scripts": {
28
- "test": "echo \"Test cases not available\" && exit 0"
28
+ "test": "echo \"Test cases not available\" && exit 0",
29
+ "build": "echo \"Not required\" && exit 0"
29
30
  },
30
31
  "author": {
31
32
  "name": "MoEngage",