Skip to content

Commit 646a9ce

Browse files
committed
prepare release 17.3.0
1 parent 33dd0be commit 646a9ce

5 files changed

+14
-5
lines changed

CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# React Native Module Changelog
22

3+
## Version 17.3.0 - April 9, 2024
4+
Minor release that fixes running Airship actions, exposes more custom event fields, and updates the iOS SDK to 17.9.1 and the Android SDK to 17.7.4.
5+
6+
### Changes
7+
- Fixed running Airship actions with a single primitive typed action value
8+
- Exposed `interactionId` and `interactionType` fields in `CustomEvent`
9+
- Updated iOS SDK to 17.9.1
10+
- Updated Android SDK to 17.7.4
11+
312
## Version 17.2.1 - March 19, 2024
413
Patch release that updates the HMS Push Provider version to 17.7.3, the iOS SDK to 17.9.0 and the Android SDK to 17.7.3.
514

android/gradle.properties

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ Airship_targetSdkVersion=31
44
Airship_compileSdkVersion=31
55
Airship_ndkversion=21.4.7075529
66

7-
Airship_airshipProxyVersion=5.4.0
7+
Airship_airshipProxyVersion=5.4.2
88

99
# workaround for now, used for HMS
10-
Airship_airshipVersion=17.7.3
10+
Airship_airshipVersion=17.7.4
1111

ios/AirshipReactNative.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ public class AirshipReactNative: NSObject {
3636
AirshipProxy.shared
3737
}
3838

39-
public static let version: String = "17.2.1"
39+
public static let version: String = "17.3.0"
4040

4141
private let eventNotifier = EventNotifier()
4242

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ua/react-native-airship",
3-
"version": "17.2.1",
3+
"version": "17.3.0",
44
"description": "Airship plugin for React Native apps.",
55
"main": "lib/commonjs/index",
66
"module": "lib/module/index",

react-native-airship.podspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,6 @@ Pod::Spec.new do |s|
2424

2525

2626

27-
s.dependency "AirshipFrameworkProxy", "5.1.1"
27+
s.dependency "AirshipFrameworkProxy", "5.4.2"
2828

2929
end

0 commit comments

Comments
 (0)