diff --git a/CHANGELOG.md b/CHANGELOG.md index 076e5eac..c3304a4a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # React Native Module Changelog +## Version 18.0.2 - May 13, 2024 +Patch release that updates to latest Airship SDKs. + +### Changes +- Updated iOS SDK to 18.2.0 +- Updated iOS SDK to 17.8.1 + ## Version 18.0.1 - April 29, 2024 Patch release that updates the iOS SDK to 18.1.2. diff --git a/android/gradle.properties b/android/gradle.properties index 7892572b..cad5ab2a 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=6.1.2 +Airship_airshipProxyVersion=6.2.0 # workaround for now, used for HMS -Airship_airshipVersion=17.8.0 +Airship_airshipVersion=17.8.1 diff --git a/ios/AirshipReactNative.swift b/ios/AirshipReactNative.swift index 42a2a070..5f8ed86f 100644 --- a/ios/AirshipReactNative.swift +++ b/ios/AirshipReactNative.swift @@ -36,7 +36,7 @@ public class AirshipReactNative: NSObject { AirshipProxy.shared } - public static let version: String = "18.0.1" + public static let version: String = "18.0.2" private let eventNotifier = EventNotifier() diff --git a/package.json b/package.json index 3871be52..f769ec1e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@ua/react-native-airship", - "version": "18.0.1", + "version": "18.0.2", "description": "Airship plugin for React Native apps.", "main": "lib/commonjs/index", "module": "lib/module/index", diff --git a/react-native-airship.podspec b/react-native-airship.podspec index 484f2419..f9242b37 100644 --- a/react-native-airship.podspec +++ b/react-native-airship.podspec @@ -22,5 +22,5 @@ Pod::Spec.new do |s| s.dependency "React-Core" end - s.dependency "AirshipFrameworkProxy", "6.1.2" + s.dependency "AirshipFrameworkProxy", "6.2.0" end