Skip to content

Commit cf9e5b1

Browse files
committed
Release 26.3.0
- Updated plugin version to 26.3.0 - Updated framework proxy to 15.6.0 - Updated iOS SDK to 20.5.0 - Updated Android SDK to 20.5.0 πŸ€– Generated with centralized release automation
1 parent 657ffc1 commit cf9e5b1

File tree

6 files changed

+15
-6
lines changed

6 files changed

+15
-6
lines changed

β€ŽCHANGELOG.mdβ€Ž

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# React Native Module 26.0.0 Changelog
22

3+
## Version 26.3.0 - March 17, 2026
4+
5+
Minor release that updates the Android SDK to 20.5.0 and the iOS SDK to 20.5.0.
6+
7+
### Changes
8+
- Updated Android SDK to [20.5.0](https://github.com/urbanairship/android-library/releases/tag/20.5.0)
9+
- Updated iOS SDK to [20.5.0](https://github.com/urbanairship/ios-library/releases/tag/20.5.0)
10+
11+
312
## Version 26.2.0 - February 2, 2026
413

514
Minor release that updates the native SDKs, improves logging, and resolves UI event name conflicts.

β€Ž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=36
44
Airship_compileSdkVersion=36
55
Airship_ndkversion=26.1.10909125
6-
Airship_airshipProxyVersion=15.4.0
6+
Airship_airshipProxyVersion=15.6.0

β€Žios/AirshipReactNative.swiftβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ public final class AirshipReactNative: NSObject, Sendable {
3636
AirshipProxy.shared
3737
}
3838

39-
public static let version: String = "26.2.0"
39+
public static let version: String = "26.3.0"
4040

4141
private let eventNotifier = EventNotifier()
4242

β€Žpackage-lock.jsonβ€Ž

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

β€Ž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": "26.2.0",
3+
"version": "26.3.0",
44
"description": "Airship plugin for React Native apps.",
55
"source": "./src/index.tsx",
66
"main": "./lib/module/index.js",

β€Žreact-native-airship.podspecβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,5 @@ Pod::Spec.new do |s|
2020

2121
install_modules_dependencies(s)
2222

23-
s.dependency "AirshipFrameworkProxy", "15.4.0"
23+
s.dependency "AirshipFrameworkProxy", "15.6.0"
2424
end

0 commit comments

Comments
Β (0)