Skip to content

Commit 1383963

Browse files
authored
Release 26.7.0 (#745)
1 parent a7ce88c commit 1383963

5 files changed

Lines changed: 13 additions & 4 deletions

File tree

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.7.0 - June 25, 2026
4+
5+
Minor release that updates the iOS SDK to 20.8.1 and the Android SDK to 20.8.1.
6+
7+
### Changes
8+
- Updated iOS SDK to [20.8.1](https://github.com/urbanairship/ios-library/releases/tag/20.8.1)
9+
- Updated Android SDK to [20.8.1](https://github.com/urbanairship/android-library/releases/tag/20.8.1)
10+
- Fixed iOS Message Center inbox failing to load after upgrading across SDK versions that changed the Core Data model
11+
312
## Version 26.6.0 - June 12, 2026
413

514
Minor release that updates the Android SDK to 20.7.4 and the iOS SDK to 20.7.2.

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.9.1
6+
Airship_airshipProxyVersion=15.10.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.6.0"
39+
public static let version: String = "26.7.0"
4040

4141
private let eventNotifier = EventNotifier()
4242

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.6.0",
3+
"version": "26.7.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.9.1"
23+
s.dependency "AirshipFrameworkProxy", "15.10.0"
2424
end

0 commit comments

Comments
 (0)