Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
29 commits
Select commit Hold shift + click to select a range
155a829
Merge pull request #40 from adobe/staging
cacheung Sep 7, 2021
fc2d4bf
Merge pull request #43 from adobe/staging
shtomar-adb Sep 11, 2021
d4c5ec4
Update readme for installation of Assurance alpa version
PravinPK Sep 16, 2021
7a0d6ce
Warning Note downloading wrong Assurance version
PravinPK Sep 16, 2021
8d8d5e9
Update the broken reactnative homepage link
PravinPK Sep 16, 2021
d6665c5
Update the package name
PravinPK Sep 16, 2021
c467eec
Link to assurance install instructions
PravinPK Sep 16, 2021
59163a5
Fix link
PravinPK Sep 16, 2021
97f4e8a
Merge pull request #46 from PravinPK/staging
PravinPK Sep 16, 2021
965a34c
Merge pull request #47 from adobe/staging
PravinPK Sep 16, 2021
45b475e
UserProfile (1.0.0-alpha.3) -> staging (#50) (#51)
yangyansong-adbe Sep 21, 2021
3833c14
UserProfile (1.0.0-alpha.3) -> staging (#50) (#53)
yangyansong-adbe Sep 22, 2021
32ce266
Edge (1.0.0-alpha.2), Messaging (1.0.0-alpha.2) -> staging (#54)
yangyansong-adbe Sep 22, 2021
e438749
Update Edge Wrapper Readme
cacheung Sep 22, 2021
c93100d
update readme
cacheung Sep 22, 2021
10643a1
Merge pull request #56 from cacheung/edgeReadme
cacheung Sep 22, 2021
36806b1
Edge (1.0.0-alpha.2), Messaging (1.0.0-alpha.2) -> main (#55)
yangyansong-adbe Sep 22, 2021
2d6dcbe
EdgeIdentity (1.0.0-alpha.2) -> staging (#59)
yangyansong-adbe Sep 23, 2021
7271b88
fix a typo in readme (#61)
cacheung Sep 23, 2021
a1547ef
Merge branch 'main' into staging
yangyansong-adbe Sep 23, 2021
b58470a
EdgeIdentity (1.0.0-alpha.2) -> main (#62)
yangyansong-adbe Sep 23, 2021
e67c005
add a new API in Core - resetIdentities (#63) (#64)
yangyansong-adbe Oct 2, 2021
a09ae8e
Merge commit 'b58470acfaf35b5dc6abdabc413233d609de9a51' into staging
yangyansong-adbe Oct 2, 2021
784c618
Update README.md
yangyansong-adbe Oct 4, 2021
f4001a5
add a FAQ section (#66)
yangyansong-adbe Oct 8, 2021
09b5e32
Merge branch 'staging' into hot-fix-assurance
yangyansong-adbe Oct 27, 2021
24421dd
hot fix -> update dependencies on the right version
yangyansong-adbe Oct 27, 2021
ded20d4
Merge commit '6218c439140d0e5e7602687f1ad592586cba1a1a' into hot-fix-…
yangyansong-adbe Oct 27, 2021
cf86e17
Update README.md
yangyansong-adbe Oct 27, 2021
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion packages/assurance/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Install the `@adobe/react-native-aepassurance` alpha package:

```bash
cd MyReactApp
npm install @adobe/[email protected].1
npm install @adobe/[email protected].2
```

For iOS development, after installing the plugins from npm, download the pod dependencies by running the following command:
Expand Down
4 changes: 2 additions & 2 deletions packages/assurance/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@adobe/react-native-aepassurance",
"version": "3.0.0-alpha.1",
"version": "3.0.0-alpha.2",
"description": "Adobe Experience Platform support for React Native apps.",
"homepage": "https://aep-sdks.gitbook.io/docs/",
"main": "./js/index.js",
Expand Down Expand Up @@ -30,7 +30,7 @@
},
"peerDependencies": {
"react-native": ">=0.60.0",
"@adobe/react-native-aepcore": "1.0.0-alpha.0"
"@adobe/react-native-aepcore": "^1.0.0-alpha"
},
"publishConfig": {
"access": "public"
Expand Down