Skip to content

Commit 1d60cdf

Browse files
authored
Merge pull request #280 from adobe/bump-messaging
feat: ⬆️ bump messaging version
2 parents 7edd9f5 + e664eb6 commit 1d60cdf

6 files changed

Lines changed: 10737 additions & 14632 deletions

File tree

.github/workflows/npm-publish.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,8 @@ jobs:
2929
NPM_TOKEN: ${{ secrets.ADOBE_BOT_NPM_TOKEN }} # This will be shared with your repo as an org secret
3030
- name: transpile
3131
run: yarn build
32+
- name: skill lerna publish error
33+
run: git stash
3234
- name: lerna publish
3335
run: npx lerna publish from-package --yes
3436
env: # More info about the environment variables in the README

apps/AEPSampleApp/ios/Podfile.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ PODS:
152152
- RCTAEPEdgeIdentity (5.0.0):
153153
- AEPEdgeIdentity (~> 4.0)
154154
- React
155-
- RCTAEPMessaging (1.0.0):
155+
- RCTAEPMessaging (5.0.0):
156156
- AEPMessaging (~> 4.0)
157157
- React
158158
- RCTAEPOptimize (5.0.0):
@@ -465,7 +465,7 @@ PODS:
465465
- React-RCTVibration
466466
- ReactCommon/turbomodule/core
467467
- Yoga
468-
- RNScreens (3.20.0):
468+
- RNScreens (3.22.1):
469469
- React-Core
470470
- React-RCTImage
471471
- SocketRocket (0.6.0)
@@ -727,7 +727,7 @@ SPEC CHECKSUMS:
727727
RCTAEPEdgeBridge: ac3a4318f76f881b6a44f748d894d72bcc721230
728728
RCTAEPEdgeConsent: dcbae4045ec6dd10291b34206d6b24fc472610f3
729729
RCTAEPEdgeIdentity: 2127c9b4875b59c6acd4c1852f6a9bd1e0e44f19
730-
RCTAEPMessaging: 038f78018874c6c7c01021781a737633817fb36a
730+
RCTAEPMessaging: 497bfb861a6a819084fd0b4cd7c56994e3038e3b
731731
RCTAEPOptimize: ecb1a175467f7beddc48306751544f9b753890de
732732
RCTAEPPlaces: 6b32be999a278c315b996dc6b3fad2dc78ca50f2
733733
RCTAEPTarget: c610eea241218100e26e9b993804141de1b36f71
@@ -761,7 +761,7 @@ SPEC CHECKSUMS:
761761
RNCMaskedView: 0e1bc4bfa8365eba5fbbb71e07fbdc0555249489
762762
RNGestureHandler: dec4645026e7401a0899f2846d864403478ff6a5
763763
RNReanimated: e7d8afaf8fed4b3bf1a46e06adb2e04a2b248f1c
764-
RNScreens: 218801c16a2782546d30bd2026bb625c0302d70f
764+
RNScreens: 50ffe2fa2342eabb2d0afbe19f7c1af286bc7fb3
765765
SocketRocket: fccef3f9c5cedea1353a9ef6ada904fde10d6608
766766
Yoga: c4d61225a466f250c35c1ee78d2d0b3d41fe661c
767767
YogaKit: f782866e155069a2cca2517aafea43200b01fd5a

apps/AEPSampleApp/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"@adobe/react-native-aepedgebridge": "^5.0.0",
2424
"@adobe/react-native-aepedgeconsent": "^5.0.0",
2525
"@adobe/react-native-aepedgeidentity": "^5.0.0",
26-
"@adobe/react-native-aepmessaging": "^1.0.0",
26+
"@adobe/react-native-aepmessaging": "^5.0.0",
2727
"@adobe/react-native-aepoptimize": "^5.0.0",
2828
"@adobe/react-native-aepplaces": "^5.0.0",
2929
"@adobe/react-native-aeptarget": "^5.0.0",

packages/messaging/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -428,3 +428,4 @@ function otherWorkflowFinished() {
428428
currentMessage.clearMessage();
429429
}
430430
```
431+

packages/messaging/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@adobe/react-native-aepmessaging",
3-
"version": "1.0.0",
3+
"version": "5.0.0",
44
"description": "Adobe Experience Platform support for React Native apps.",
55
"homepage": "https://developer.adobe.com/client-sdks/documentation/",
66
"license": "Apache-2.0",

0 commit comments

Comments
 (0)