Skip to content

Commit 3f1150f

Browse files
authored
Release 21.9.0 (#688)
1 parent 6909616 commit 3f1150f

File tree

5 files changed

+12
-4
lines changed

5 files changed

+12
-4
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
[Migration Guides](https://github.com/urbanairship/react-native-airship/blob/main/MIGRATION.md)
44
[All Releases](https://github.com/urbanairship/react-native-airship/releases)
55

6+
## Version 21.9.0 - September 17, 2025
7+
8+
Minor release that updates the Android SDK to 19.13.1 and the iOS SDK to 19.9.2.
9+
10+
### Changes
11+
- Updated Android SDK to [19.13.1](https://github.com/urbanairship/android-library/releases/tag/19.13.1)
12+
- Updated iOS SDK to [19.9.2](https://github.com/urbanairship/ios-library/releases/tag/19.9.2)
13+
614
## Version 21.8.1 - August 19, 2025
715
Patch release with several bug fixes for Scenes, including an important reporting fix for embedded content.
816

android/gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ Airship_minSdkVersion=23
33
Airship_targetSdkVersion=35
44
Airship_compileSdkVersion=35
55
Airship_ndkversion=26.1.10909125
6-
Airship_airshipProxyVersion=14.6.1
6+
Airship_airshipProxyVersion=14.8.0

ios/AirshipReactNative.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ public class AirshipReactNative: NSObject {
3939
AirshipProxy.shared
4040
}
4141

42-
public static let version: String = "21.8.1"
42+
public static let version: String = "21.9.0"
4343

4444
private let eventNotifier = EventNotifier()
4545

package.json

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

react-native-airship.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,5 @@ Pod::Spec.new do |s|
2222
s.dependency "React-Core"
2323
end
2424

25-
s.dependency "AirshipFrameworkProxy", "14.6.1"
25+
s.dependency "AirshipFrameworkProxy", "14.8.0"
2626
end

0 commit comments

Comments
 (0)