Skip to content

Commit 27ec7c7

Browse files
committed
rebuild 2.50.0
1 parent 4b2d173 commit 27ec7c7

File tree

11 files changed

+19
-19
lines changed

11 files changed

+19
-19
lines changed

dist/mixpanel-recorder.js

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

39243924
var Config = {
39253925
DEBUG: false,
3926-
LIB_VERSION: '2.50.0-alpha-5'
3926+
LIB_VERSION: '2.50.0'
39273927
};
39283928

39293929
/* eslint camelcase: "off", eqeqeq: "off" */

dist/mixpanel-recorder.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/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.50.0-alpha-5'
5+
LIB_VERSION: '2.50.0'
66
};
77

88
/* eslint camelcase: "off", eqeqeq: "off" */

dist/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.50.0-alpha-5'
5+
LIB_VERSION: '2.50.0'
66
};
77

88
/* eslint camelcase: "off", eqeqeq: "off" */

dist/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.50.0-alpha-5'
6+
LIB_VERSION: '2.50.0'
77
};
88

99
/* eslint camelcase: "off", eqeqeq: "off" */

dist/mixpanel.min.js

Lines changed: 9 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/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.50.0-alpha-5'
9+
LIB_VERSION: '2.50.0'
1010
};
1111

1212
/* eslint camelcase: "off", eqeqeq: "off" */

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.50.0-alpha-5'
6+
LIB_VERSION: '2.50.0'
77
};
88

99
/* eslint camelcase: "off", eqeqeq: "off" */

examples/es2015-babelify/bundle.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ Object.defineProperty(exports, '__esModule', {
163163
});
164164
var Config = {
165165
DEBUG: false,
166-
LIB_VERSION: '2.50.0-alpha-5'
166+
LIB_VERSION: '2.50.0'
167167
};
168168

169169
exports['default'] = Config;

examples/umd-webpack/bundle.js

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

7070
var Config = {
7171
DEBUG: false,
72-
LIB_VERSION: '2.50.0-alpha-5'
72+
LIB_VERSION: '2.50.0'
7373
};
7474

7575
/* eslint camelcase: "off", eqeqeq: "off" */

0 commit comments

Comments
 (0)