Skip to content

Commit 1e8873d

Browse files
Merge pull request #11 from lorenc-tomasz/1.2.10
1.2.10
2 parents dc988bf + d1600f7 commit 1e8873d

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
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+
15
# 1.2.9
26

37
- [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
2226
# 1.2.7
2327

2428
- [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)
2630

2731
# 1.2.6
2832

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-native-mixpanel",
3-
"version": "1.2.9",
3+
"version": "1.2.10",
44
"description": "A React Native wrapper for Mixpanel tracking",
55
"main": "index.js",
66
"repository": {

react-native-mixpanel.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,6 @@ Pod::Spec.new do |s|
1414
s.source_files = 'RNMixpanel/*'
1515
s.platform = :ios, "10.0"
1616
s.tvos.deployment_target = '10.0'
17-
s.dependency 'Mixpanel', '3.6.3'
17+
s.dependency 'Mixpanel', '3.6.4'
1818
s.dependency 'React'
1919
end

0 commit comments

Comments
 (0)