From a640476381b258b0adf090335d86e017f100ec8a Mon Sep 17 00:00:00 2001 From: Ryan Lepinski Date: Wed, 14 Jun 2023 16:24:17 -0700 Subject: [PATCH] Updates --- CHANGELOG.md | 12 +++++------ android/gradle.properties | 4 ++-- example/ios/Podfile.lock | 40 ++++++++++++++++++------------------ react-native-airship.podspec | 2 +- 4 files changed, 29 insertions(+), 29 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7401953e..688ad664 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/android/gradle.properties b/android/gradle.properties index 18e2bc61..1381f35a 100644 --- a/android/gradle.properties +++ b/android/gradle.properties @@ -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 diff --git a/example/ios/Podfile.lock b/example/ios/Podfile.lock index defc9206..d11b90a9 100644 --- a/example/ios/Podfile.lock +++ b/example/ios/Podfile.lock @@ -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) @@ -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 @@ -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 @@ -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 diff --git a/react-native-airship.podspec b/react-native-airship.podspec index 265aa0dc..fb388f47 100644 --- a/react-native-airship.podspec +++ b/react-native-airship.podspec @@ -36,6 +36,6 @@ Pod::Spec.new do |s| - s.dependency "AirshipFrameworkProxy", "2.1.0" + s.dependency "AirshipFrameworkProxy", "2.1.1" end