Skip to content

Commit 123c6a0

Browse files
authored
Release 21.5.1 (#656)
1 parent ac1d9f5 commit 123c6a0

File tree

7 files changed

+36
-28
lines changed

7 files changed

+36
-28
lines changed

CHANGELOG.md

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

3+
## Version 21.5.1 - May 9, 2025
4+
Patch release with several bug fixes for iOS.
5+
6+
### Changes
7+
- Fixed `Airship.preferenceCenter.getConfig(preferenceCenterId)` on iOS
8+
- Updated iOS SDK to [19.3.2](https://github.com/urbanairship/ios-library/releases/tag/19.3.2)
9+
10+
311
## Version 21.5.0 - May 1, 2025
412
Minor release that updates the Android SDK to 19.6.2 and the iOS SDK to 19.3.1.
513

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.2.1
6+
Airship_airshipProxyVersion=14.2.3

example/ios/Podfile.lock

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,24 @@
11
PODS:
2-
- Airship (19.3.1):
3-
- Airship/Automation (= 19.3.1)
4-
- Airship/Basement (= 19.3.1)
5-
- Airship/Core (= 19.3.1)
6-
- Airship/FeatureFlags (= 19.3.1)
7-
- Airship/MessageCenter (= 19.3.1)
8-
- Airship/PreferenceCenter (= 19.3.1)
9-
- Airship/Automation (19.3.1):
2+
- Airship (19.3.2):
3+
- Airship/Automation (= 19.3.2)
4+
- Airship/Basement (= 19.3.2)
5+
- Airship/Core (= 19.3.2)
6+
- Airship/FeatureFlags (= 19.3.2)
7+
- Airship/MessageCenter (= 19.3.2)
8+
- Airship/PreferenceCenter (= 19.3.2)
9+
- Airship/Automation (19.3.2):
1010
- Airship/Core
11-
- Airship/Basement (19.3.1)
12-
- Airship/Core (19.3.1):
11+
- Airship/Basement (19.3.2)
12+
- Airship/Core (19.3.2):
1313
- Airship/Basement
14-
- Airship/FeatureFlags (19.3.1):
14+
- Airship/FeatureFlags (19.3.2):
1515
- Airship/Core
16-
- Airship/MessageCenter (19.3.1):
16+
- Airship/MessageCenter (19.3.2):
1717
- Airship/Core
18-
- Airship/PreferenceCenter (19.3.1):
18+
- Airship/PreferenceCenter (19.3.2):
1919
- Airship/Core
20-
- AirshipFrameworkProxy (14.2.1):
21-
- Airship (= 19.3.1)
20+
- AirshipFrameworkProxy (14.2.3):
21+
- Airship (= 19.3.2)
2222
- AirshipServiceExtension (19.3.1)
2323
- boost (1.83.0)
2424
- DoubleConversion (1.1.6)
@@ -907,8 +907,8 @@ PODS:
907907
- React-Mapbuffer (0.73.4):
908908
- glog
909909
- React-debug
910-
- react-native-airship (21.5.0):
911-
- AirshipFrameworkProxy (= 14.2.1)
910+
- react-native-airship (21.5.1):
911+
- AirshipFrameworkProxy (= 14.2.3)
912912
- glog
913913
- RCT-Folly (= 2022.05.16.00)
914914
- React-Core
@@ -1279,8 +1279,8 @@ EXTERNAL SOURCES:
12791279
:path: "../node_modules/react-native/ReactCommon/yoga"
12801280

12811281
SPEC CHECKSUMS:
1282-
Airship: b79c4fd825265587a57550fdef3cb82d10c4129f
1283-
AirshipFrameworkProxy: 721594b46aae108cdd5e335be6566dd398481a23
1282+
Airship: 58e0cc891dfbc3ae460f3d5f80e929a1413b101f
1283+
AirshipFrameworkProxy: 64d08daf5e8ff7fd9fe70277a197dd7a690d5a9a
12841284
AirshipServiceExtension: b099868e4a89c8e198457e2d6c9dafd0d21a05e2
12851285
boost: d3f49c53809116a5d38da093a8aa78bf551aed09
12861286
DoubleConversion: fea03f2699887d960129cc54bba7e52542b6f953
@@ -1311,7 +1311,7 @@ SPEC CHECKSUMS:
13111311
React-jsinspector: 9ac353eccf6ab54d1e0a33862ba91221d1e88460
13121312
React-logger: 5295f5eac9d7624fe9a33a473442d8f4c1074197
13131313
React-Mapbuffer: f7ba4d5459e546d741791a55664388e97b31df7c
1314-
react-native-airship: e55d57a40589e3b5173358bb6f172d40dd4b9fc7
1314+
react-native-airship: 918c4a9c0c940e63e97479d595b137ddb2c655d8
13151315
react-native-safe-area-context: 435f4c13ac75ceed6135382ee77d57d1a5b5b2d6
13161316
React-nativeconfig: d7af5bae6da70fa15ce44f045621cf99ed24087c
13171317
React-NativeModulesApple: 7a561c2792b0a2b74aff6c58d2554dcf824372aa

ios/AirshipReactNative.swift

Lines changed: 3 additions & 3 deletions
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.4.1"
42+
public static let version: String = "21.5.1"
4343

4444
private let eventNotifier = EventNotifier()
4545

@@ -598,10 +598,10 @@ public extension AirshipReactNative {
598598
}
599599

600600
@objc
601-
func preferenceCenterGetConfig(preferenceCenterId: String) async throws -> Any {
601+
func preferenceCenterGetConfig(preferenceCenterId: String) async throws -> AnyHashable? {
602602
return try await AirshipProxy.shared.preferenceCenter.getPreferenceCenterConfig(
603603
preferenceCenterID: preferenceCenterId
604-
)
604+
).unWrap()
605605
}
606606

607607
@objc

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": "21.5.0",
3+
"version": "21.5.1",
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.2.1"
25+
s.dependency "AirshipFrameworkProxy", "14.2.3"
2626
end

0 commit comments

Comments
 (0)