Skip to content

Commit

Permalink
Merge pull request #11 from lorenc-tomasz/1.2.10
Browse files Browse the repository at this point in the history
1.2.10
  • Loading branch information
lorenc-tomasz authored Dec 19, 2020
2 parents dc988bf + d1600f7 commit 1e8873d
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# 1.2.10

- [iOS] Update SDK to 3.6.4: (https://github.com/mixpanel/mixpanel-iphone/releases/tag/v3.6.4)

# 1.2.9

- [Android] Fix an uncommon issue with this.getCurrentActivity returning null inside of showInAppMessageIfAvailable
Expand All @@ -22,7 +26,7 @@ Allow the user to pass a boolean to `.reset()` to toggle auto-identifying the us
# 1.2.7

- [Android] Update SDK to 5.8.5 (https://github.com/mixpanel/mixpanel-android/releases/tag/v5.8.5)
- [iOS] Update SDK to 3.6.3: (https://github.com/mixpanel/mixpanel-iphone/releases/tag/v3.6.3)
- [iOS] Update SDK to 3.6.3: (https://github.com/mixpanel/mixpanel-iphone/releases/tag/v3.6.3)

# 1.2.6

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-native-mixpanel",
"version": "1.2.9",
"version": "1.2.10",
"description": "A React Native wrapper for Mixpanel tracking",
"main": "index.js",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion react-native-mixpanel.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@ Pod::Spec.new do |s|
s.source_files = 'RNMixpanel/*'
s.platform = :ios, "10.0"
s.tvos.deployment_target = '10.0'
s.dependency 'Mixpanel', '3.6.3'
s.dependency 'Mixpanel', '3.6.4'
s.dependency 'React'
end

0 comments on commit 1e8873d

Please sign in to comment.