Skip to content

Commit dbf17e6

Browse files
committed
Version 1.1.0
1 parent ad1ed0f commit dbf17e6

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
@@ -5169,7 +5169,7 @@ mixin-deep@^1.2.0:
51695169
is-extendable "^1.0.1"
51705170

51715171
"mixpanel-react-native@file:..":
5172-
version "1.0.2"
5172+
version "1.1.0"
51735173

51745174
mkdirp@^0.5.1:
51755175
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.0.2", "mp_lib": "react-native"});
12+
expect(NativeModules.MixpanelReactNative.initialize).toBeCalledWith("token", false, {"$lib_version": "1.1.0", "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.0.2",
3+
"version": "1.1.0",
44
"description": "Official React Native Tracking Library for Mixpanel Analytics",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)