From e33984e64c8b2af3abd8cacc0c06493562810f01 Mon Sep 17 00:00:00 2001 From: dsoffiantini Date: Wed, 2 Nov 2022 11:35:28 -0600 Subject: [PATCH] chore: :bookmark: upgrades beta packages to release --- apps/AEPSampleApp/ios/Podfile.lock | 20 ++++++++++---------- apps/AEPSampleApp/package.json | 8 ++++---- packages/campaignclassic/package.json | 2 +- packages/messaging/README.md | 8 ++++---- packages/optimize/package.json | 2 +- packages/places/package.json | 2 +- packages/target/package.json | 2 +- 7 files changed, 22 insertions(+), 22 deletions(-) diff --git a/apps/AEPSampleApp/ios/Podfile.lock b/apps/AEPSampleApp/ios/Podfile.lock index 1e2daad0..ad110511 100644 --- a/apps/AEPSampleApp/ios/Podfile.lock +++ b/apps/AEPSampleApp/ios/Podfile.lock @@ -129,7 +129,7 @@ PODS: - RCTAEPAssurance (3.0.0): - AEPAssurance (~> 3.0) - React - - RCTAEPCampaignClassic (1.0.0-beta.1): + - RCTAEPCampaignClassic (1.0.0): - AEPCampaignClassic (~> 3.0) - React - RCTAEPCore (1.0.1): @@ -150,13 +150,13 @@ PODS: - RCTAEPMessaging (1.0.0-beta.3): - AEPMessaging (~> 1.1.0-beta2) - React - - RCTAEPOptimize (1.0.0-beta.2): + - RCTAEPOptimize (1.0.0): - AEPOptimize (~> 1.0) - React - - RCTAEPPlaces (1.0.0-beta.1): + - RCTAEPPlaces (1.0.0): - AEPPlaces (~> 3.0) - React - - RCTAEPTarget (1.0.0-beta.1): + - RCTAEPTarget (1.0.0): - AEPTarget (~> 3.2) - React - RCTAEPUserProfile (1.0.0): @@ -679,7 +679,7 @@ EXTERNAL SOURCES: CHECKOUT OPTIONS: AEPMessaging: - :commit: 4cee3af0f2ad5edc955e13c20fa025935584ee49 + :commit: 7cfc4a2403b5c824f2902ed5b6395cecc446d583 :git: https://github.com/adobe/aepsdk-messaging-ios.git SPEC CHECKSUMS: @@ -719,15 +719,15 @@ SPEC CHECKSUMS: OpenSSL-Universal: ebc357f1e6bc71fa463ccb2fe676756aff50e88c RCT-Folly: 4d8508a426467c48885f1151029bc15fa5d7b3b8 RCTAEPAssurance: 9f51b9b5da17f9b98a41ce29e4f3e3b67ea36c17 - RCTAEPCampaignClassic: eab902c60651cca7030756d1df9e4048e681f626 + RCTAEPCampaignClassic: 4a4fa594992153438e9f838d50ad97bb734d8fd9 RCTAEPCore: 513c7e995cafcaf536653f0dfaaba2b92862b93a RCTAEPEdge: 9938932e89a90adf5cd30250b46cc67fbe35dd06 RCTAEPEdgeConsent: b998b2d08f254635ef01263fea186d7262f2d242 RCTAEPEdgeIdentity: 1b18a3ff1947f8f4896d5f40083d31a6971e4bbc RCTAEPMessaging: db5eac36357eef99c482687f76ebe4ad4c491879 - RCTAEPOptimize: f4852f029423e0e1c62a012a9af8377c9b28ca54 - RCTAEPPlaces: ed94d03350cf3e945a606d673e1c42d91ee97f3d - RCTAEPTarget: b0dbedb171d8aaf2faa6ac17e96dc3038a2031a4 + RCTAEPOptimize: 634c655a49f57aaf9e9f41b03be4d69ba0df1e9b + RCTAEPPlaces: d666c74a21b7fa2edb3740677b16440b99a9bf8e + RCTAEPTarget: 84b56042d100452714ef6b7c816808a51ff901b8 RCTAEPUserProfile: 341c77e0d18d69872c81e425a2e9cae37fe82045 RCTRequired: 3e917ea5377751094f38145fdece525aa90545a0 RCTTypeSafety: c43c072a4bd60feb49a9570b0517892b4305c45e @@ -765,4 +765,4 @@ SPEC CHECKSUMS: PODFILE CHECKSUM: b6cc517de111ec2f7c3a5f799cfd5bd953d7cb51 -COCOAPODS: 1.11.2 +COCOAPODS: 1.10.1 \ No newline at end of file diff --git a/apps/AEPSampleApp/package.json b/apps/AEPSampleApp/package.json index 268e12a3..e76c8183 100644 --- a/apps/AEPSampleApp/package.json +++ b/apps/AEPSampleApp/package.json @@ -15,15 +15,15 @@ }, "dependencies": { "@adobe/react-native-aepassurance": "^3.0.0", - "@adobe/react-native-aepcampaignclassic": "1.0.0-beta.1", + "@adobe/react-native-aepcampaignclassic": "^1.0.0", "@adobe/react-native-aepcore": "^1.0.0", "@adobe/react-native-aepedge": "^1.0.0", "@adobe/react-native-aepedgeconsent": "^1.0.0", "@adobe/react-native-aepedgeidentity": "^1.1.0", "@adobe/react-native-aepmessaging": "^1.0.0-beta.3", - "@adobe/react-native-aepoptimize": "^1.0.0-beta.2", - "@adobe/react-native-aepplaces": "^1.0.0-beta.1", - "@adobe/react-native-aeptarget": "^1.0.0-beta.1", + "@adobe/react-native-aepoptimize": "^1.0.0", + "@adobe/react-native-aepplaces": "^1.0.0", + "@adobe/react-native-aeptarget": "^1.0.0", "@adobe/react-native-aepuserprofile": "^1.0.0", "@react-native-community/masked-view": "^0.1.11", "@react-navigation/bottom-tabs": "^6.3.1", diff --git a/packages/campaignclassic/package.json b/packages/campaignclassic/package.json index 9f8a94de..ca4e1e56 100644 --- a/packages/campaignclassic/package.json +++ b/packages/campaignclassic/package.json @@ -1,6 +1,6 @@ { "name": "@adobe/react-native-aepcampaignclassic", - "version": "1.0.0-beta.1", + "version": "1.0.0", "description": "Experience Platform Campaign Classic extension for Adobe Experience Platform Mobile SDK. Written and Supported by Adobe.", "homepage": "https://aep-sdks.gitbook.io/docs/", "license": "Apache-2.0", diff --git a/packages/messaging/README.md b/packages/messaging/README.md index fd530bd4..3ec5f789 100644 --- a/packages/messaging/README.md +++ b/packages/messaging/README.md @@ -17,7 +17,7 @@ The messaging extension has the following peer dependenices, which must be insta See [Requirements and Installation](https://github.com/adobe/aepsdk-react-native#requirements) instructions on the main page -**Installation instructions for `@adobe/react-native-aepmessaging` v1.0.0-beta.2 with in-app messaging support** +**Installation instructions for `@adobe/react-native-aepmessaging` v1.0.0-beta.3 with in-app messaging support** Clone the `@adobe/react-native-aepmessaging` package from the `messaging` branch on [Github](https://github.com/adobe/aepsdk-react-native/tree/messaging). Place the Messaging package folder into app repo or directory of your choosing. Then you can install the package by running: ```bash @@ -27,7 +27,7 @@ npm install {path to messaging package} ## IOS Setup -**Podfile setup for `@adobe/react-native-aepmessaging` v1.0.0-beta.2 with in-app messaging support** +**Podfile setup for `@adobe/react-native-aepmessaging` v1.0.0-beta.3 with in-app messaging support** The In app Message APIs depends on the AEP Messaging iOS SDK v1.1.0-beta. This version is not yet published to the Cocoapods but is available in the public [github repository](https://github.com/adobe/aepsdk-messaging-ios/tree/staging). Add the following pod dependency in your applications Podfile under the application target. ```ruby @@ -38,8 +38,8 @@ end ## Android Setup -**Gradle setup for `@adobe/react-native-aepmessaging` v1.0.0-beta.2 with in-app messaging support** -AEPMessaging Android SDK v1.2.0-beta.2 with in-app messaging support is published to maven snapshots. In project level build.gradle file of Android project in your RN application add `maven { url "https://oss.sonatype.org/content/repositories/snapshots/" }` in `allprojects -> repositories`. +**Gradle setup for `@adobe/react-native-aepmessaging` v1.0.0-beta.3 with in-app messaging support** +AEPMessaging Android SDK v1.2.0-beta.3 with in-app messaging support is published to maven snapshots. In project level build.gradle file of Android project in your RN application add `maven { url "https://oss.sonatype.org/content/repositories/snapshots/" }` in `allprojects -> repositories`. ```gradle diff --git a/packages/optimize/package.json b/packages/optimize/package.json index 8625742f..15ae086d 100644 --- a/packages/optimize/package.json +++ b/packages/optimize/package.json @@ -1,6 +1,6 @@ { "name": "@adobe/react-native-aepoptimize", - "version": "1.0.0-beta.2", + "version": "1.0.0", "description": "Adobe Experience Platform support for React Native apps.", "homepage": "https://aep-sdks.gitbook.io/docs/", "license": "Apache-2.0", diff --git a/packages/places/package.json b/packages/places/package.json index c74dc4e9..563a7741 100644 --- a/packages/places/package.json +++ b/packages/places/package.json @@ -1,6 +1,6 @@ { "name": "@adobe/react-native-aepplaces", - "version": "1.0.0-beta.1", + "version": "1.0.0", "description": "Adobe Experience Platform support for React Native apps.", "homepage": "https://aep-sdks.gitbook.io/docs/", "license": "Apache-2.0", diff --git a/packages/target/package.json b/packages/target/package.json index 0756da61..82606a66 100644 --- a/packages/target/package.json +++ b/packages/target/package.json @@ -1,6 +1,6 @@ { "name": "@adobe/react-native-aeptarget", - "version": "1.0.0-beta.1", + "version": "1.0.0", "description": "Adobe Experience Platform support for React Native apps.", "homepage": "https://aep-sdks.gitbook.io/docs/", "license": "Apache-2.0",