Skip to content

Commit 1fd4ac9

Browse files
crowcrowrlepinski
authored
Release 18.0.5 (#572)
* Bump versions * Update CHANGELOG * Fix podfile --------- Co-authored-by: crow <[email protected]> Co-authored-by: Ryan Lepinski <[email protected]>
1 parent 727d7f1 commit 1fd4ac9

6 files changed

+31
-24
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 18.0.4 - Jun 20, 2024
4+
Patch release to fix a regression on iOS with In-App Automations, Scenes, and Surveys ignoring screen, version, and custom event triggers. Apps using those triggers that are on 18.0.4 should update.
5+
6+
### Changes
7+
- Updated iOS SDK to 18.4.1
8+
- Fixed regression with triggers
9+
310
## Version 18.0.4 - Jun 20, 2024
411
Patch release that updates iOS SDK to 18.4.0 and updates the airship mobile framework proxy to 6.3.0 which includes a fix for event management.
512

android/gradle.properties

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

7-
Airship_airshipProxyVersion=6.3.0
7+
Airship_airshipProxyVersion=6.3.1
88

99
# workaround for now, used for HMS
1010
Airship_airshipVersion=17.8.1

example/ios/Podfile.lock

+20-20
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,24 @@
11
PODS:
2-
- Airship (18.4.0):
3-
- Airship/Automation (= 18.4.0)
4-
- Airship/Basement (= 18.4.0)
5-
- Airship/Core (= 18.4.0)
6-
- Airship/FeatureFlags (= 18.4.0)
7-
- Airship/MessageCenter (= 18.4.0)
8-
- Airship/PreferenceCenter (= 18.4.0)
9-
- Airship/Automation (18.4.0):
2+
- Airship (18.4.1):
3+
- Airship/Automation (= 18.4.1)
4+
- Airship/Basement (= 18.4.1)
5+
- Airship/Core (= 18.4.1)
6+
- Airship/FeatureFlags (= 18.4.1)
7+
- Airship/MessageCenter (= 18.4.1)
8+
- Airship/PreferenceCenter (= 18.4.1)
9+
- Airship/Automation (18.4.1):
1010
- Airship/Core
11-
- Airship/Basement (18.4.0)
12-
- Airship/Core (18.4.0):
11+
- Airship/Basement (18.4.1)
12+
- Airship/Core (18.4.1):
1313
- Airship/Basement
14-
- Airship/FeatureFlags (18.4.0):
14+
- Airship/FeatureFlags (18.4.1):
1515
- Airship/Core
16-
- Airship/MessageCenter (18.4.0):
16+
- Airship/MessageCenter (18.4.1):
1717
- Airship/Core
18-
- Airship/PreferenceCenter (18.4.0):
18+
- Airship/PreferenceCenter (18.4.1):
1919
- Airship/Core
20-
- AirshipFrameworkProxy (6.3.0):
21-
- Airship (= 18.4.0)
20+
- AirshipFrameworkProxy (6.3.1):
21+
- Airship (= 18.4.1)
2222
- AirshipServiceExtension (18.2.2)
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 (18.0.4):
911-
- AirshipFrameworkProxy (= 6.3.0)
910+
- react-native-airship (18.0.5):
911+
- AirshipFrameworkProxy (= 6.3.1)
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: 7671f8e6971765b1eda409e30502e651b8bc2379
1283-
AirshipFrameworkProxy: 926a1e240bc055daa219c59605541228d5c5d059
1282+
Airship: 4c99ee58d4441c63ab9c058d5e800cdaa4b7f8d3
1283+
AirshipFrameworkProxy: ca1ec42c20c95cd94b910cb674aed24333bee641
12841284
AirshipServiceExtension: 1c42d463c21c4fa0ddc078e20e281c7b2c965b41
12851285
boost: d3f49c53809116a5d38da093a8aa78bf551aed09
12861286
DoubleConversion: fea03f2699887d960129cc54bba7e52542b6f953
@@ -1311,7 +1311,7 @@ SPEC CHECKSUMS:
13111311
React-jsinspector: 9ac353eccf6ab54d1e0a33862ba91221d1e88460
13121312
React-logger: 0a57b68dd2aec7ff738195f081f0520724b35dab
13131313
React-Mapbuffer: 63913773ed7f96b814a2521e13e6d010282096ad
1314-
react-native-airship: 2e4eb5ee9db7b407a182907ee7268fe126a402d5
1314+
react-native-airship: 307283c2bde05274d8872f3c4d79fdfa03234586
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
@@ -36,7 +36,7 @@ public class AirshipReactNative: NSObject {
3636
AirshipProxy.shared
3737
}
3838

39-
public static let version: String = "18.0.4"
39+
public static let version: String = "18.0.5"
4040

4141
private let eventNotifier = EventNotifier()
4242

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": "18.0.4",
3+
"version": "18.0.5",
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
@@ -22,5 +22,5 @@ Pod::Spec.new do |s|
2222
s.dependency "React-Core"
2323
end
2424

25-
s.dependency "AirshipFrameworkProxy", "6.3.0"
25+
s.dependency "AirshipFrameworkProxy", "6.3.1"
2626
end

0 commit comments

Comments
 (0)