Skip to content

Commit 76f25da

Browse files
committed
build 2.31.0
1 parent 6875384 commit 76f25da

File tree

12 files changed

+22
-19
lines changed

12 files changed

+22
-19
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
**2.31.0** (19 Nov 2019)
2+
- Default API server to api-js.mixpanel.com
3+
14
**2.29.1** (22 Aug 2019)
25
- Fix race condition with event-triggered in-apps
36

dist/mixpanel.amd.js

Lines changed: 2 additions & 2 deletions
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.30.1'
5+
LIB_VERSION: '2.31.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
@@ -5624,7 +5624,7 @@ define(function () { 'use strict';
56245624
* Module-level globals
56255625
*/
56265626
var DEFAULT_CONFIG = {
5627-
'api_host': 'https://api.mixpanel.com',
5627+
'api_host': 'https://api-js.mixpanel.com',
56285628
'app_host': 'https://mixpanel.com',
56295629
'autotrack': true,
56305630
'cdn': 'https://cdn.mxpnl.com',

dist/mixpanel.cjs.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
var Config = {
44
DEBUG: false,
5-
LIB_VERSION: '2.30.1'
5+
LIB_VERSION: '2.31.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
@@ -5624,7 +5624,7 @@ var ENQUEUE_REQUESTS = !USE_XHR && (userAgent.indexOf('MSIE') === -1) && (userAg
56245624
* Module-level globals
56255625
*/
56265626
var DEFAULT_CONFIG = {
5627-
'api_host': 'https://api.mixpanel.com',
5627+
'api_host': 'https://api-js.mixpanel.com',
56285628
'app_host': 'https://mixpanel.com',
56295629
'autotrack': true,
56305630
'cdn': 'https://cdn.mxpnl.com',

dist/mixpanel.globals.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
var Config = {
55
DEBUG: false,
6-
LIB_VERSION: '2.30.1'
6+
LIB_VERSION: '2.31.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
@@ -5625,7 +5625,7 @@
56255625
* Module-level globals
56265626
*/
56275627
var DEFAULT_CONFIG = {
5628-
'api_host': 'https://api.mixpanel.com',
5628+
'api_host': 'https://api-js.mixpanel.com',
56295629
'app_host': 'https://mixpanel.com',
56305630
'autotrack': true,
56315631
'cdn': 'https://cdn.mxpnl.com',

dist/mixpanel.min.js

Lines changed: 2 additions & 2 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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
var Config = {
88
DEBUG: false,
9-
LIB_VERSION: '2.30.1'
9+
LIB_VERSION: '2.31.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
@@ -5628,7 +5628,7 @@
56285628
* Module-level globals
56295629
*/
56305630
var DEFAULT_CONFIG = {
5631-
'api_host': 'https://api.mixpanel.com',
5631+
'api_host': 'https://api-js.mixpanel.com',
56325632
'app_host': 'https://mixpanel.com',
56335633
'autotrack': true,
56345634
'cdn': 'https://cdn.mxpnl.com',

examples/commonjs-browserify/bundle.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
var Config = {
55
DEBUG: false,
6-
LIB_VERSION: '2.30.1'
6+
LIB_VERSION: '2.31.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
@@ -5625,7 +5625,7 @@ var ENQUEUE_REQUESTS = !USE_XHR && (userAgent.indexOf('MSIE') === -1) && (userAg
56255625
* Module-level globals
56265626
*/
56275627
var DEFAULT_CONFIG = {
5628-
'api_host': 'https://api.mixpanel.com',
5628+
'api_host': 'https://api-js.mixpanel.com',
56295629
'app_host': 'https://mixpanel.com',
56305630
'autotrack': true,
56315631
'cdn': 'https://cdn.mxpnl.com',

examples/es2015-babelify/bundle.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -732,7 +732,7 @@ Object.defineProperty(exports, '__esModule', {
732732
});
733733
var Config = {
734734
DEBUG: false,
735-
LIB_VERSION: '2.30.1'
735+
LIB_VERSION: '2.31.0'
736736
};
737737

738738
exports['default'] = Config;
@@ -1289,7 +1289,7 @@ var ENQUEUE_REQUESTS = !USE_XHR && _utils.userAgent.indexOf('MSIE') === -1 && _u
12891289
* Module-level globals
12901290
*/
12911291
var DEFAULT_CONFIG = {
1292-
'api_host': 'https://api.mixpanel.com',
1292+
'api_host': 'https://api-js.mixpanel.com',
12931293
'app_host': 'https://mixpanel.com',
12941294
'autotrack': true,
12951295
'cdn': 'https://cdn.mxpnl.com',

examples/umd-webpack/bundle.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@
6969

7070
var Config = {
7171
DEBUG: false,
72-
LIB_VERSION: '2.30.1'
72+
LIB_VERSION: '2.31.0'
7373
};
7474

7575
// since es6 imports are static and we run unit tests from the console, window won't be defined when importing this file
@@ -5691,7 +5691,7 @@
56915691
* Module-level globals
56925692
*/
56935693
var DEFAULT_CONFIG = {
5694-
'api_host': 'https://api.mixpanel.com',
5694+
'api_host': 'https://api-js.mixpanel.com',
56955695
'app_host': 'https://mixpanel.com',
56965696
'autotrack': true,
56975697
'cdn': 'https://cdn.mxpnl.com',

package-lock.json

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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mixpanel-browser",
3-
"version": "2.30.1",
3+
"version": "2.31.0",
44
"description": "The official Mixpanel JavaScript browser client library",
55
"main": "dist/mixpanel.cjs.js",
66
"directories": {

src/config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
var Config = {
22
DEBUG: false,
3-
LIB_VERSION: '2.30.1'
3+
LIB_VERSION: '2.31.0'
44
};
55

66
export default Config;

0 commit comments

Comments
 (0)