Skip to content

Commit

Permalink
v2.25.0
Browse files Browse the repository at this point in the history
  • Loading branch information
RyanBuccellato committed Dec 19, 2018
1 parent f10c11a commit 7ec4527
Show file tree
Hide file tree
Showing 11 changed files with 479 additions and 10 deletions.
2 changes: 1 addition & 1 deletion build/mixpanel.amd.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ define(function () { 'use strict';

var Config = {
DEBUG: false,
LIB_VERSION: '2.24.0'
LIB_VERSION: '2.25.0'
};

// since es6 imports are static and we run unit tests from the console, window won't be defined when importing this file
Expand Down
2 changes: 1 addition & 1 deletion build/mixpanel.cjs.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

var Config = {
DEBUG: false,
LIB_VERSION: '2.24.0'
LIB_VERSION: '2.25.0'
};

// since es6 imports are static and we run unit tests from the console, window won't be defined when importing this file
Expand Down
2 changes: 1 addition & 1 deletion build/mixpanel.globals.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

var Config = {
DEBUG: false,
LIB_VERSION: '2.24.0'
LIB_VERSION: '2.25.0'
};

// since es6 imports are static and we run unit tests from the console, window won't be defined when importing this file
Expand Down
2 changes: 1 addition & 1 deletion build/mixpanel.umd.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

var Config = {
DEBUG: false,
LIB_VERSION: '2.24.0'
LIB_VERSION: '2.25.0'
};

// since es6 imports are static and we run unit tests from the console, window won't be defined when importing this file
Expand Down
2 changes: 1 addition & 1 deletion examples/commonjs-browserify/bundle.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

var Config = {
DEBUG: false,
LIB_VERSION: '2.24.0'
LIB_VERSION: '2.25.0'
};

// since es6 imports are static and we run unit tests from the console, window won't be defined when importing this file
Expand Down
2 changes: 1 addition & 1 deletion examples/es2015-babelify/bundle.js
Original file line number Diff line number Diff line change
Expand Up @@ -732,7 +732,7 @@ Object.defineProperty(exports, '__esModule', {
});
var Config = {
DEBUG: false,
LIB_VERSION: '2.24.0'
LIB_VERSION: '2.25.0'
};

exports['default'] = Config;
Expand Down
2 changes: 1 addition & 1 deletion examples/umd-webpack/bundle.js
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@

var Config = {
DEBUG: false,
LIB_VERSION: '2.24.0'
LIB_VERSION: '2.25.0'
};

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

0 comments on commit 7ec4527

Please sign in to comment.