Skip to content

Commit 8857795

Browse files
committed
build non-rc
1 parent f773f9b commit 8857795

14 files changed

Lines changed: 18 additions & 18 deletions

dist/mixpanel-core.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.74.0-rc1'
5+
LIB_VERSION: '2.74.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

dist/mixpanel-recorder.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18853,7 +18853,7 @@
1885318853
}
1885418854

1885518855
var Config = {
18856-
LIB_VERSION: '2.74.0-rc1'
18856+
LIB_VERSION: '2.74.0'
1885718857
};
1885818858

1885918859
/* 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-recorder.min.js.map

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-with-async-recorder.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.74.0-rc1'
5+
LIB_VERSION: '2.74.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

dist/mixpanel-with-recorder.js

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

1885518855
var Config = {
1885618856
DEBUG: false,
18857-
LIB_VERSION: '2.74.0-rc1'
18857+
LIB_VERSION: '2.74.0'
1885818858
};
1885918859

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

dist/mixpanel-with-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
@@ -18853,7 +18853,7 @@ define((function () { 'use strict';
1885318853

1885418854
var Config = {
1885518855
DEBUG: false,
18856-
LIB_VERSION: '2.74.0-rc1'
18856+
LIB_VERSION: '2.74.0'
1885718857
};
1885818858

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

dist/mixpanel.cjs.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18853,7 +18853,7 @@ if (typeof Promise !== 'undefined' && Promise.toString().indexOf('[native code]'
1885318853

1885418854
var Config = {
1885518855
DEBUG: false,
18856-
LIB_VERSION: '2.74.0-rc1'
18856+
LIB_VERSION: '2.74.0'
1885718857
};
1885818858

1885918859
/* 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.74.0-rc1'
6+
LIB_VERSION: '2.74.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)