Skip to content

Commit

Permalink
Merge pull request #8 from lorenc-tomasz/1.2.7
Browse files Browse the repository at this point in the history
Release 1.2.7
  • Loading branch information
lorenc-tomasz authored Sep 28, 2020
2 parents 90d4f3e + 26eee73 commit 4b1daa8
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# 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)

# 1.2.6

- Fix issue with `showInAppMessageIfAvailable()` that throws "Unhandled promise rejection", ReferenceError : Can't find variable: token
Expand Down
2 changes: 1 addition & 1 deletion android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@ android {

dependencies {
implementation 'com.facebook.react:react-native:+'
api "com.mixpanel.android:mixpanel-android:5.8.4"
api "com.mixpanel.android:mixpanel-android:5.8.5"
}
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.6",
"version": "1.2.7",
"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.2'
s.dependency 'Mixpanel', '3.6.3'
s.dependency 'React'
end

0 comments on commit 4b1daa8

Please sign in to comment.