react-native-moengage 8.5.2 → 8.5.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.
- package/CHANGELOG.md +8 -0
- package/ReactNativeMoEngage.podspec +2 -2
- package/android/build.gradle +2 -2
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,9 @@
|
|
|
1
|
+
# 31-08-2023
|
|
2
|
+
|
|
3
|
+
## 8.5.3
|
|
4
|
+
- iOS
|
|
5
|
+
- MoEngage-iOS-SDK version updated to `~>9.11.0`.
|
|
6
|
+
|
|
1
7
|
# 17-08-2023
|
|
2
8
|
|
|
3
9
|
## 8.5.2
|
|
@@ -12,6 +18,8 @@
|
|
|
12
18
|
- Adding Strict TypeCheck For TypeScript files
|
|
13
19
|
- Support for configuring the React-Native Plugin console logs
|
|
14
20
|
|
|
21
|
+
- iOS
|
|
22
|
+
- MoEngage-iOS-SDK version updated to `~>9.10.0`.
|
|
15
23
|
# 25-05-2023
|
|
16
24
|
|
|
17
25
|
## 8.5.0
|
|
@@ -15,8 +15,8 @@ Pod::Spec.new do |s|
|
|
|
15
15
|
s.platform = :ios, "11.0"
|
|
16
16
|
s.source_files = 'iOS/MoEReactBridge/**/*.{h,m}'
|
|
17
17
|
s.dependency 'React'
|
|
18
|
-
s.dependency 'MoEngagePluginBase','>= 4.
|
|
19
|
-
s.dependency 'MoEngageRichNotification','>= 7.
|
|
18
|
+
s.dependency 'MoEngagePluginBase','>= 4.4.0','< 4.5.0'
|
|
19
|
+
s.dependency 'MoEngageRichNotification','>= 7.11.0','< 7.12.0'
|
|
20
20
|
|
|
21
21
|
s.prepare_command = <<-CMD
|
|
22
22
|
echo // Generated file, do not edit > iOS/MoEReactBridge/MoEngageReactPluginInfo.h
|
package/android/build.gradle
CHANGED
|
@@ -20,8 +20,8 @@ rootProject.allprojects {
|
|
|
20
20
|
|
|
21
21
|
ext {
|
|
22
22
|
//dependency version
|
|
23
|
-
moengageCoreVersion = "12.
|
|
24
|
-
moengageInAppVersion = "6.
|
|
23
|
+
moengageCoreVersion = "12.9.00"
|
|
24
|
+
moengageInAppVersion = "6.8.0"
|
|
25
25
|
basePluginVersion = "3.3.3"
|
|
26
26
|
//build versions
|
|
27
27
|
minimumVersion = 21
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "react-native-moengage",
|
|
3
|
-
"version": "8.5.
|
|
3
|
+
"version": "8.5.3",
|
|
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": [
|