Skip to content

Commit f91710f

Browse files
committed
Version 1.2.4
1 parent 7e723e3 commit f91710f

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

MixpanelDemo/yarn.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4734,7 +4734,7 @@ mixin-deep@^1.2.0:
47344734
is-extendable "^1.0.1"
47354735

47364736
"mixpanel-react-native@file:..":
4737-
version "1.2.3"
4737+
version "1.2.4"
47384738

47394739
mkdirp@^0.5.1:
47404740
version "0.5.5"

__tests__/index.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import { NativeModules } from 'react-native';
99

1010
test(`it calls MixpanelReactNative initialize`, async () => {
1111
const mixpanel = await Mixpanel.init("token");
12-
expect(NativeModules.MixpanelReactNative.initialize).toBeCalledWith("token", false, {"$lib_version": "1.2.3", "mp_lib": "react-native"});
12+
expect(NativeModules.MixpanelReactNative.initialize).toBeCalledWith("token", false, {"$lib_version": "1.2.4", "mp_lib": "react-native"});
1313
});
1414

1515
test(`it calls MixpanelReactNative setServerURL`, async () => {

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mixpanel-react-native",
3-
"version": "1.2.3",
3+
"version": "1.2.4",
44
"description": "Official React Native Tracking Library for Mixpanel Analytics",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)