react-native-moengage-geofence 3.4.2 → 3.4.3

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 +5 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # 31-08-2023
2
2
 
3
+ ## 3.4.3
4
+ - Fixing the core version in peerDependencies
5
+
6
+ # 31-08-2023
7
+
3
8
  ## 3.4.2
4
9
  - iOS
5
10
  - MoEngageGeofence SDK version updated to `~>5.11.0`.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-native-moengage-geofence",
3
- "version": "3.4.2",
3
+ "version": "3.4.3",
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": ">8.5.3"
17
+ "react-native-moengage": "^8.5.3"
18
18
  },
19
19
  "keywords": [
20
20
  "moengage",