Skip to content

Commit

Permalink
feat: update version number to 2.3.2 and rebuild files
Browse files Browse the repository at this point in the history
  • Loading branch information
namini40 committed Jan 29, 2024
1 parent 7ef1b51 commit bd767bf
Show file tree
Hide file tree
Showing 9 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.3.1
2.3.2
2 changes: 1 addition & 1 deletion demo/main.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/INTEGRITY
Original file line number Diff line number Diff line change
@@ -1 +1 @@
sha384-gs1JVMfFIOYTiqFbNT7KIr6963fXoslKEGuyk0tYNP0ufL5UhMspFfBTBXnq3kFi
sha384-ILrdtp9XIRGWnQIhe4VTSCfmHfvi8AQaP70Ngs8xLE7WvMNBW0SPEfjQz+74yWnd
2 changes: 1 addition & 1 deletion dist/adtrace-latest.js
Original file line number Diff line number Diff line change
Expand Up @@ -2180,7 +2180,7 @@ function isLocalStorageSupported() /*: boolean*/{
|}*/
var Globals = {
namespace: "adtrace-sdk" || 0,
version: "2.3.1" || 0,
version: "2.3.2" || 0,
env: "production"
};
/* harmony default export */ const globals = (Globals);
Expand Down
2 changes: 1 addition & 1 deletion dist/adtrace-latest.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/sdk.snippet-sri.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "web-adtrace",
"version": "2.3.1",
"version": "2.3.2",
"description": "This is the guide to the Javascript SDK of Adtrace™ for web sites or web apps. You can read more about Adtrace™ at [adtrace.io].",
"scripts": {
"build:demo": "webpack --mode production --config webpack.demo.config.js",
Expand Down
2 changes: 1 addition & 1 deletion src/sdk/globals.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ declare var process: {|

const Globals = {
namespace: __ADTRACE__NAMESPACE || 'adtrace-sdk',
version: __ADTRACE__SDK_VERSION || '2.3.1',
version: __ADTRACE__SDK_VERSION || '2.3.2',
env: process.env.NODE_ENV
}

Expand Down

0 comments on commit bd767bf

Please sign in to comment.