File tree Expand file tree Collapse file tree 3 files changed +7
-3
lines changed Expand file tree Collapse file tree 3 files changed +7
-3
lines changed Original file line number Diff line number Diff line change
1
+ # 1.2.10
2
+
3
+ - [ iOS] Update SDK to 3.6.4: (https://github.com/mixpanel/mixpanel-iphone/releases/tag/v3.6.4 )
4
+
1
5
# 1.2.9
2
6
3
7
- [ Android] Fix an uncommon issue with this.getCurrentActivity returning null inside of showInAppMessageIfAvailable
@@ -22,7 +26,7 @@ Allow the user to pass a boolean to `.reset()` to toggle auto-identifying the us
22
26
# 1.2.7
23
27
24
28
- [ Android] Update SDK to 5.8.5 (https://github.com/mixpanel/mixpanel-android/releases/tag/v5.8.5 )
25
- - [ iOS] Update SDK to 3.6.3: (https://github.com/mixpanel/mixpanel-iphone/releases/tag/v3.6.3 )
29
+ - [ iOS] Update SDK to 3.6.3: (https://github.com/mixpanel/mixpanel-iphone/releases/tag/v3.6.3 )
26
30
27
31
# 1.2.6
28
32
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " react-native-mixpanel" ,
3
- "version" : " 1.2.9 " ,
3
+ "version" : " 1.2.10 " ,
4
4
"description" : " A React Native wrapper for Mixpanel tracking" ,
5
5
"main" : " index.js" ,
6
6
"repository" : {
Original file line number Diff line number Diff line change @@ -14,6 +14,6 @@ Pod::Spec.new do |s|
14
14
s . source_files = 'RNMixpanel/*'
15
15
s . platform = :ios , "10.0"
16
16
s . tvos . deployment_target = '10.0'
17
- s . dependency 'Mixpanel' , '3.6.3 '
17
+ s . dependency 'Mixpanel' , '3.6.4 '
18
18
s . dependency 'React'
19
19
end
You can’t perform that action at this time.
0 commit comments