Skip to content

Commit c261a72

Browse files
authored
Release 25.4.1 (#728)
1 parent 7eccc92 commit c261a72

File tree

4 files changed

+10
-3
lines changed

4 files changed

+10
-3
lines changed

CHANGELOG.md

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

3+
## Version 25.4.1 - March 26, 2026
4+
5+
Patch release that fixes an Xcode 26.4 Swift compiler crash affecting iOS builds.
6+
7+
### Changes
8+
- Updated iOS SDK to [19.11.6](https://github.com/urbanairship/ios-library/releases/tag/19.11.6) to fix a Swift compiler crash ("Failed to produce diagnostic for expression") introduced in Xcode 26.4.
9+
310
## Version 25.4.0 - February 2, 2026
411

512
Minor release that updates MessageView event names to avoid collisions and pins the Swift version for iOS builds. No breaking API changes.

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=14.10.1
6+
Airship_airshipProxyVersion=14.10.2

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": "25.4.0",
3+
"version": "25.4.1",
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
@@ -19,5 +19,5 @@ Pod::Spec.new do |s|
1919

2020
install_modules_dependencies(s)
2121

22-
s.dependency "AirshipFrameworkProxy", "14.10.1"
22+
s.dependency "AirshipFrameworkProxy", "14.10.2"
2323
end

0 commit comments

Comments
 (0)