From a0b7d7e40e6af4ea8234cba027d2ca87049625d8 Mon Sep 17 00:00:00 2001 From: xiaoweii Date: Fri, 14 Jun 2024 00:46:08 +0000 Subject: [PATCH] release: clickstream React Native 0.2.1 --- README.md | 10 +++++----- package.json | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index e4715e3..86ac8b4 100644 --- a/README.md +++ b/README.md @@ -301,24 +301,24 @@ ClickstreamAnalytics.enable(); ## How to integrate and test locally -Clone this repository locally and execute the following script to generate `aws-clickstream-react-native-0.2.0.tgz` zip +Clone this repository locally and execute the following script to generate `aws-clickstream-react-native-0.2.1.tgz` zip package, which will be located in the project root folder. ```bash cd clickstream-react-native && yarn && yarn run pack ``` -Copy the `aws-clickstream-react-native-0.2.0.tgz` into your project, then execute the script in your project root folder to +Copy the `aws-clickstream-react-native-0.2.1.tgz` into your project, then execute the script in your project root folder to install the SDK. ```bash -yarn add ./aws-clickstream-react-native-0.2.0.tgz +yarn add ./aws-clickstream-react-native-0.2.1.tgz ``` -**Note**: Please correct the SDK version and change the path to where the `aws-clickstream-react-native-0.2.0.tgz` file is +**Note**: Please correct the SDK version and change the path to where the `aws-clickstream-react-native-0.2.1.tgz` file is located. -You can also find the `aws-clickstream-react-native-0.2.0.tgz` file in +You can also find the `aws-clickstream-react-native-0.2.1.tgz` file in the [Release](https://github.com/awslabs/clickstream-react-native/releases) page. ### Test diff --git a/package.json b/package.json index 751f5d9..2dc8a6b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@aws/clickstream-react-native", - "version": "0.2.0", + "version": "0.2.1", "description": "ClickstreamAnalytics React Native SDK", "main": ".lib/src/index.js", "module": "./lib-esm/src/index.js",