Skip to content

Commit aefacc5

Browse files
authored
Release 19.3.2 (#592)
1 parent 8e68333 commit aefacc5

File tree

5 files changed

+13
-6
lines changed

5 files changed

+13
-6
lines changed

CHANGELOG.md

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

3+
## Version 19.3.2 - September 13, 2024
4+
Patch release to fix a compile issue with the new Architecture on iOS and to fix a potential race condition on the event listeners when refreshing the JS bridge.
5+
6+
### Changes
7+
- Fixed compile issue when using new architecture on iOS
8+
- Fixed potential race condition on events listeners when the JS bridge refreshes
9+
310
## Version 19.3.1 - September 5, 2024
411
Patch release to fix compile issue with 19.3.0 when using the old architecture on Android.
512

example/ios/Podfile.lock

+2-2
Original file line numberDiff line numberDiff line change
@@ -907,7 +907,7 @@ PODS:
907907
- React-Mapbuffer (0.73.4):
908908
- glog
909909
- React-debug
910-
- react-native-airship (19.3.0):
910+
- react-native-airship (19.3.2):
911911
- AirshipFrameworkProxy (= 7.3.0)
912912
- glog
913913
- RCT-Folly (= 2022.05.16.00)
@@ -1311,7 +1311,7 @@ SPEC CHECKSUMS:
13111311
React-jsinspector: 9ac353eccf6ab54d1e0a33862ba91221d1e88460
13121312
React-logger: 0a57b68dd2aec7ff738195f081f0520724b35dab
13131313
React-Mapbuffer: 63913773ed7f96b814a2521e13e6d010282096ad
1314-
react-native-airship: 7fcefeebfac490aab222b93521e08ebd5b3d4581
1314+
react-native-airship: 3bfdf6a727ac0c6d5d0c1fdfc7ffb771701a679b
13151315
react-native-safe-area-context: b97eb6f9e3b7f437806c2ce5983f479f8eb5de4b
13161316
React-nativeconfig: d7af5bae6da70fa15ce44f045621cf99ed24087c
13171317
React-NativeModulesApple: 0123905d5699853ac68519607555a9a4f5c7b3ac

ios/AirshipReactNative.swift

+1-1
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 = "19.3.1"
42+
public static let version: String = "19.3.2"
4343

4444
private let eventNotifier = EventNotifier()
4545

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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": "19.3.1",
3+
"version": "19.3.2",
44
"description": "Airship plugin for React Native apps.",
55
"main": "lib/commonjs/index",
66
"module": "lib/module/index",

0 commit comments

Comments
 (0)