Skip to content

Commit

Permalink
Updates
Browse files Browse the repository at this point in the history
  • Loading branch information
rlepinski committed Jun 14, 2023
1 parent cfc4d87 commit a640476
Show file tree
Hide file tree
Showing 4 changed files with 29 additions and 29 deletions.
12 changes: 6 additions & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
# React Native Module Changelog

## Version 15.3.0 - June 13, 2023
## Version 15.3.0 - June 14, 2023

Minor release that updates the iOS SDK to 16.12.0 and Android SDK to 16.11.0 and add support
for autoPauseInAppAutomationOnLaunch in the config for takeOff.
Minor release that updates the iOS SDK to 16.12.1 and Android SDK to 16.11.1 and adds support for `autoPauseInAppAutomationOnLaunch` config option.


### Changes
- Updated iOS SDK to 16.12.0
- Updated Android SDK to 16.11.0
- Add support for **autoPauseInAppAutomationOnLaunch** in the config for takeOff.
- Updated iOS SDK to 16.12.1
- Updated Android SDK to 16.11.1
- Added support for **autoPauseInAppAutomationOnLaunch** config option.
- Fixed `MessageCenterUpdatedEvent#messageUnreadCount` property name on iOS

## Version 15.2.6 - May 17, 2023

Expand Down
4 changes: 2 additions & 2 deletions android/gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ Airship_targetSdkVersion=31
Airship_compileSdkVersion=31
Airship_ndkversion=21.4.7075529

Airship_airshipProxyVersion=2.1.0
Airship_airshipProxyVersion=2.1.1

# workaround for now, used for HMS
Airship_airshipVersion=16.11.0
Airship_airshipVersion=16.11.1

40 changes: 20 additions & 20 deletions example/ios/Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,25 +1,25 @@
PODS:
- Airship (16.12.0):
- Airship/Automation (= 16.12.0)
- Airship/Basement (= 16.12.0)
- Airship/Core (= 16.12.0)
- Airship/ExtendedActions (= 16.12.0)
- Airship/MessageCenter (= 16.12.0)
- Airship/Automation (16.12.0):
- Airship (16.12.1):
- Airship/Automation (= 16.12.1)
- Airship/Basement (= 16.12.1)
- Airship/Core (= 16.12.1)
- Airship/ExtendedActions (= 16.12.1)
- Airship/MessageCenter (= 16.12.1)
- Airship/Automation (16.12.1):
- Airship/Core
- Airship/Basement (16.12.0)
- Airship/Core (16.12.0):
- Airship/Basement (16.12.1)
- Airship/Core (16.12.1):
- Airship/Basement
- Airship/ExtendedActions (16.12.0):
- Airship/ExtendedActions (16.12.1):
- Airship/Core
- Airship/MessageCenter (16.12.0):
- Airship/MessageCenter (16.12.1):
- Airship/Core
- Airship/PreferenceCenter (16.12.0):
- Airship/PreferenceCenter (16.12.1):
- Airship/Core
- AirshipFrameworkProxy (2.1.0):
- Airship (= 16.12.0)
- Airship/MessageCenter (= 16.12.0)
- Airship/PreferenceCenter (= 16.12.0)
- AirshipFrameworkProxy (2.1.1):
- Airship (= 16.12.1)
- Airship/MessageCenter (= 16.12.1)
- Airship/PreferenceCenter (= 16.12.1)
- boost (1.76.0)
- CocoaAsyncSocket (7.6.5)
- DoubleConversion (1.1.6)
Expand Down Expand Up @@ -319,7 +319,7 @@ PODS:
- React-logger (0.71.1):
- glog
- react-native-airship (15.3.0):
- AirshipFrameworkProxy (= 2.1.0)
- AirshipFrameworkProxy (= 2.1.1)
- React-Core
- react-native-safe-area-context (4.5.0):
- RCT-Folly
Expand Down Expand Up @@ -582,8 +582,8 @@ EXTERNAL SOURCES:
:path: "../node_modules/react-native/ReactCommon/yoga"

SPEC CHECKSUMS:
Airship: ead75ca5a1c1406a0b153d8650cee794c6975114
AirshipFrameworkProxy: 63c8273e2822386f4f8546644d14065647a2dcd0
Airship: 2f4510b497a8200780752a5e0304a9072bfffb6d
AirshipFrameworkProxy: ea1b6c665c798637b93c465b5e505be3011f1d9d
boost: 57d2868c099736d80fcd648bf211b4431e51a558
CocoaAsyncSocket: 065fd1e645c7abab64f7a6a2007a48038fdc6a99
DoubleConversion: 5189b271737e1565bdce30deb4a08d647e3f5f54
Expand Down Expand Up @@ -617,7 +617,7 @@ SPEC CHECKSUMS:
React-jsiexecutor: 60cf272aababc5212410e4249d17cea14fc36caa
React-jsinspector: ff56004b0c974b688a6548c156d5830ad751ae07
React-logger: 60a0b5f8bed667ecf9e24fecca1f30d125de6d75
react-native-airship: 83f63c9ec8ef6f23b26ddd27f69f2a634d5a0a7d
react-native-airship: 0af4e9a799bd127ac05fbb424fbe09b3de6c7004
react-native-safe-area-context: 39c2d8be3328df5d437ac1700f4f3a4f75716acc
React-perflogger: ec8eef2a8f03ecfa6361c2c5fb9197ef4a29cc85
React-RCTActionSheet: a0c023b86cf4c862fa9c4eb0f6f91fbe878fb2de
Expand Down
2 changes: 1 addition & 1 deletion react-native-airship.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,6 @@ Pod::Spec.new do |s|



s.dependency "AirshipFrameworkProxy", "2.1.0"
s.dependency "AirshipFrameworkProxy", "2.1.1"

end

0 comments on commit a640476

Please sign in to comment.