From fded94b0158a03bc4e7fed6559cc97828a6f5e38 Mon Sep 17 00:00:00 2001 From: Yansong Yang Date: Tue, 21 Sep 2021 18:15:56 -0500 Subject: [PATCH] UserProfile (1.0.0-alpha.3) -> staging (#50) --- packages/userprofile/README.md | 9 +++++++++ packages/userprofile/package.json | 4 ++-- 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/packages/userprofile/README.md b/packages/userprofile/README.md index 7e2829f4..150479b4 100644 --- a/packages/userprofile/README.md +++ b/packages/userprofile/README.md @@ -4,6 +4,15 @@ [![npm version](https://badge.fury.io/js/%40adobe%2Freact-native-aepuserprofile.svg)](https://www.npmjs.com/package/@adobe/react-native-aepuserprofile) [![npm downloads](https://img.shields.io/npm/dm/@adobe/react-native-aepuserprofile)](https://www.npmjs.com/package/@adobe/react-native-aepuserprofile) +## Prerequisites + +The UserProfile extension has the following peer dependency, which must be installed prior to installing the UserProfile extension: +- [Core](../core/README.md) + +## Installation + +See [Requirements and Installation](https://github.com/adobe/aepsdk-react-native#requirements) instructions on the main page + ## Usage ### Initializing and registering the extension diff --git a/packages/userprofile/package.json b/packages/userprofile/package.json index a6acefb3..4f5f2eb4 100644 --- a/packages/userprofile/package.json +++ b/packages/userprofile/package.json @@ -1,6 +1,6 @@ { "name": "@adobe/react-native-aepuserprofile", - "version": "1.0.0-alpha.2", + "version": "1.0.0-alpha.3", "description": "Adobe Experience Platform support for React Native apps.", "homepage": "https://aep-sdks.gitbook.io/docs/", "license": "Apache-2.0", @@ -28,7 +28,7 @@ "name": "Adobe Experience Platform SDK Team" }, "peerDependencies": { - "@adobe/react-native-aepcore": "^1.0.0", + "@adobe/react-native-aepcore": "^1.0.0-alpha", "react-native": ">=0.60.0" }, "publishConfig": {