Skip to content

Commit 6733263

Browse files
authored
Merge pull request #498 from urbanairship/release-15.2.2
Release 15.2.2
2 parents f060f0e + 349edc2 commit 6733263

File tree

6 files changed

+19
-10
lines changed

6 files changed

+19
-10
lines changed

CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# React Native Module Changelog
22

3+
## Version 15.2.2 - April 6 2023
4+
5+
Patch release that fixes Android Preference Center subscription list state when switching named users.
6+
Apps using Preference Center that apply multiple named user IDs during an app session on Android should update.
7+
8+
### Changes
9+
- Updated Android Airship SDK to 16.9.2
10+
- Fixed an Android bug that could cause locally cached subscription list states to be in an incorrect state when switching named users.
11+
312
## Version 15.2.1 - March 24, 2023
413

514
Patch release that fixing Contact update merging order, improves Scene/Survey accessibility and reporting.

android/gradle.properties

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ Airship_targetSdkVersion=31
44
Airship_compileSdkVersion=31
55
Airship_ndkversion=21.4.7075529
66

7-
Airship_airshipProxyVersion=2.0.3
7+
Airship_airshipProxyVersion=2.0.4
88

99
# workaround for now, used for HMS
10-
Airship_airshipVersion=16.9.1
10+
Airship_airshipVersion=16.9.2
1111

example/ios/Podfile.lock

+5-5
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ PODS:
1616
- Airship/Core
1717
- Airship/PreferenceCenter (16.11.3):
1818
- Airship/Core
19-
- AirshipFrameworkProxy (2.0.3):
19+
- AirshipFrameworkProxy (2.0.4):
2020
- Airship (= 16.11.3)
2121
- Airship/MessageCenter (= 16.11.3)
2222
- Airship/PreferenceCenter (= 16.11.3)
@@ -318,8 +318,8 @@ PODS:
318318
- React-jsinspector (0.71.1)
319319
- React-logger (0.71.1):
320320
- glog
321-
- react-native-airship (15.2.1):
322-
- AirshipFrameworkProxy (= 2.0.3)
321+
- react-native-airship (15.2.2):
322+
- AirshipFrameworkProxy (= 2.0.4)
323323
- React-Core
324324
- react-native-safe-area-context (4.5.0):
325325
- RCT-Folly
@@ -583,7 +583,7 @@ EXTERNAL SOURCES:
583583

584584
SPEC CHECKSUMS:
585585
Airship: c70eed50e429f97f5adb285423c7291fb7a032ae
586-
AirshipFrameworkProxy: 79d040ee3392b1627cc585ab7d03e5cf30b8dd33
586+
AirshipFrameworkProxy: 1643271ff2228b245307c721281af986c126967d
587587
boost: 57d2868c099736d80fcd648bf211b4431e51a558
588588
CocoaAsyncSocket: 065fd1e645c7abab64f7a6a2007a48038fdc6a99
589589
DoubleConversion: 5189b271737e1565bdce30deb4a08d647e3f5f54
@@ -617,7 +617,7 @@ SPEC CHECKSUMS:
617617
React-jsiexecutor: 60cf272aababc5212410e4249d17cea14fc36caa
618618
React-jsinspector: ff56004b0c974b688a6548c156d5830ad751ae07
619619
React-logger: 60a0b5f8bed667ecf9e24fecca1f30d125de6d75
620-
react-native-airship: 0125ea14d911eb432471766c58b725f91f6dc4fe
620+
react-native-airship: a0b0706aabfdbb6ed22289df13c2d7ba90f80c33
621621
react-native-safe-area-context: 39c2d8be3328df5d437ac1700f4f3a4f75716acc
622622
React-perflogger: ec8eef2a8f03ecfa6361c2c5fb9197ef4a29cc85
623623
React-RCTActionSheet: a0c023b86cf4c862fa9c4eb0f6f91fbe878fb2de

ios/AirshipReactNative.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ public class AirshipReactNative: NSObject {
3737
AirshipProxy.shared
3838
}
3939

40-
public static let version: String = "15.2.1"
40+
public static let version: String = "15.2.2"
4141

4242
private let eventNotifier = EventNotifier()
4343

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ua/react-native-airship",
3-
"version": "15.2.1",
3+
"version": "15.2.2",
44
"description": "Airship plugin for React Native apps.",
55
"main": "lib/commonjs/index",
66
"module": "lib/module/index",

react-native-airship.podspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,6 @@ Pod::Spec.new do |s|
3636

3737

3838

39-
s.dependency "AirshipFrameworkProxy", "2.0.3"
39+
s.dependency "AirshipFrameworkProxy", "2.0.4"
4040

4141
end

0 commit comments

Comments
 (0)