Skip to content

Commit 4b1daa8

Browse files
Merge pull request #8 from lorenc-tomasz/1.2.7
Release 1.2.7
2 parents 90d4f3e + 26eee73 commit 4b1daa8

4 files changed

Lines changed: 8 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
# 1.2.7
2+
3+
- [Android] Update SDK to 5.8.5 (https://github.com/mixpanel/mixpanel-android/releases/tag/v5.8.5)
4+
- [iOS] Update SDK to 3.6.3: (https://github.com/mixpanel/mixpanel-iphone/releases/tag/v3.6.3)
5+
16
# 1.2.6
27

38
- Fix issue with `showInAppMessageIfAvailable()` that throws "Unhandled promise rejection", ReferenceError : Can't find variable: token

android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,5 @@ android {
1717

1818
dependencies {
1919
implementation 'com.facebook.react:react-native:+'
20-
api "com.mixpanel.android:mixpanel-android:5.8.4"
20+
api "com.mixpanel.android:mixpanel-android:5.8.5"
2121
}

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.6",
3+
"version": "1.2.7",
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.2'
17+
s.dependency 'Mixpanel', '3.6.3'
1818
s.dependency 'React'
1919
end

0 commit comments

Comments
 (0)