Skip to content

Commit b50edfb

Browse files
committed
Version 1.2.2
1 parent e51d8f0 commit b50edfb

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
@@ -5200,7 +5200,7 @@ mixin-deep@^1.2.0:
52005200
is-extendable "^1.0.1"
52015201

52025202
"mixpanel-react-native@file:..":
5203-
version "1.2.1"
5203+
version "1.2.2"
52045204

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

0 commit comments

Comments
 (0)