Skip to content

Commit

Permalink
release: clickstream Web 0.10.1
Browse files Browse the repository at this point in the history
  • Loading branch information
zhu-xiaowei committed Mar 25, 2024
1 parent 70bf00a commit 7b6138f
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -226,16 +226,16 @@ ClickstreamAnalytics.updateConfigure({

### Integrate the `.tgz` file

Clone this repository locally and execute the following script to generate `aws-clickstream-web-0.10.0.tgz` zip package, which will be located in the project root folder.
Clone this repository locally and execute the following script to generate `aws-clickstream-web-0.10.1.tgz` zip package, which will be located in the project root folder.
```bash
cd clickstream-web && npm i && npm run pack
```

Copy the `aws-clickstream-web-0.10.0.tgz` into your project, then execute the script in your project root folder to install the SDK.
Copy the `aws-clickstream-web-0.10.1.tgz` into your project, then execute the script in your project root folder to install the SDK.
```bash
npm install ./aws-clickstream-web-0.10.0.tgz
npm install ./aws-clickstream-web-0.10.1.tgz
```
**Note**: Please correct the SDK version and change the path to where the `aws-clickstream-web-0.10.0.tgz` file is located.
**Note**: Please correct the SDK version and change the path to where the `aws-clickstream-web-0.10.1.tgz` file is located.

### Integrate the `clickstream-web.min.js` file
Execute the following script to generate `clickstream-web.min.js`, located in the `/dist` folder.
Expand Down
2 changes: 1 addition & 1 deletion gtm-template/ClickstreamAnalytics-gtm-template.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -390,7 +390,7 @@ const onLoadClickstreamSuccess = function () {
});
};

const url = "https://github.com/awslabs/clickstream-web/releases/download/v0.10.0/clickstream-web.min.js";
const url = "https://github.com/awslabs/clickstream-web/releases/download/v0.10.1/clickstream-web.min.js";
injectScript(url, onLoadClickstreamSuccess, data.gtmOnFailure, 'ClickstreamAnalytics-web');


Expand Down
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": "@aws/clickstream-web",
"version": "0.10.0",
"version": "0.10.1",
"description": "ClickstreamAnalytics Web SDK",
"license": "Apache-2.0",
"main": "./lib/index.js",
Expand Down

0 comments on commit 7b6138f

Please sign in to comment.