Skip to content

Commit d7ab6d3

Browse files
author
Austin Cawley-Edwards
authored
fix(version): Make lib's version match with mixpanel forked version (#6)
* Switch to align with official mixpanel version * Update package version
1 parent fff804e commit d7ab6d3

14 files changed

Lines changed: 2116 additions & 2111 deletions

File tree

build/mixpanel.amd.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ define(function () { 'use strict';
22

33
var Config = {
44
DEBUG: false,
5-
LIB_VERSION: '2.21.1'
5+
LIB_VERSION: '2.20.0'
66
};
77

88
// since es6 imports are static and we run unit tests from the console, window won't be defined when importing this file

build/mixpanel.cjs.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
var Config = {
44
DEBUG: false,
5-
LIB_VERSION: '2.21.1'
5+
LIB_VERSION: '2.20.0'
66
};
77

88
// since es6 imports are static and we run unit tests from the console, window won't be defined when importing this file

build/mixpanel.globals.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
var Config = {
55
DEBUG: false,
6-
LIB_VERSION: '2.21.1'
6+
LIB_VERSION: '2.20.0'
77
};
88

99
// since es6 imports are static and we run unit tests from the console, window won't be defined when importing this file

build/mixpanel.umd.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
var Config = {
88
DEBUG: false,
9-
LIB_VERSION: '2.21.1'
9+
LIB_VERSION: '2.20.0'
1010
};
1111

1212
// since es6 imports are static and we run unit tests from the console, window won't be defined when importing this file

examples/commonjs-browserify/bundle.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
var Config = {
55
DEBUG: false,
6-
LIB_VERSION: '2.21.1'
6+
LIB_VERSION: '2.20.0'
77
};
88

99
// since es6 imports are static and we run unit tests from the console, window won't be defined when importing this file

0 commit comments

Comments
 (0)