Skip to content

Commit 503366b

Browse files
committed
Release 24.5.1
1 parent f5be1c8 commit 503366b

File tree

5 files changed

+15
-9
lines changed

5 files changed

+15
-9
lines changed

CHANGELOG.md

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

3-
## Version 24.5.0 - July 31, 2025
3+
[Migration Guides](https://github.com/urbanairship/react-native-airship/blob/main/MIGRATION.md)
4+
[All Releases](https://github.com/urbanairship/react-native-airship/releases)
5+
6+
## Version 24.5.1 - August 19, 2025
7+
Patch release with several bug fixes for Scenes, including an important reporting fix for embedded content.
8+
9+
### Changes
10+
- Updated Android SDK to [19.10.2](https://github.com/urbanairship/android-library/releases/tag/19.10.2)
11+
- Updated iOS SDK to [19.8.2](https://github.com/urbanairship/ios-library/releases/tag/19.8.2)
412

13+
14+
## Version 24.5.0 - July 31, 2025
515
Minor release that updates the Android SDK to 19.10.0 and the iOS SDK to 19.7.0
616

717
### Changes
818
- Updated Android SDK to [19.10.0](https://github.com/urbanairship/android-library/releases/tag/19.10.0)
919
- Updated iOS SDK to [19.7.0](https://github.com/urbanairship/ios-library/releases/tag/19.7.0)
1020

11-
[Migration Guides](https://github.com/urbanairship/react-native-airship/blob/main/MIGRATION.md)
12-
[All Releases](https://github.com/urbanairship/react-native-airship/releases)
13-
1421
## Version 24.4.0 - June 25, 2025
15-
1622
Minor release that updates the Android SDK to 19.9.1 and the iOS SDK to 19.6.1
1723

1824
### 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=35
44
Airship_compileSdkVersion=35
55
Airship_ndkversion=26.1.10909125
6-
Airship_airshipProxyVersion=14.6.0
6+
Airship_airshipProxyVersion=14.6.1

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 = "24.5.0"
42+
public static let version: String = "24.5.1"
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": "24.5.0",
3+
"version": "24.5.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
@@ -40,5 +40,5 @@ Pod::Spec.new do |s|
4040
end
4141
end
4242

43-
s.dependency "AirshipFrameworkProxy", "14.6.0"
43+
s.dependency "AirshipFrameworkProxy", "14.6.1"
4444
end

0 commit comments

Comments
 (0)