Skip to content

Commit d2c76a8

Browse files
authored
Release 18.0.2 (#566)
* Release 18.0.2 * Update podfile * Update CHANGELOG.md
1 parent ac94c04 commit d2c76a8

6 files changed

+32
-25
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.2 - May 13, 2024
4+
Patch release that updates to latest Airship SDKs.
5+
6+
### Changes
7+
- Updated iOS SDK to 18.2.0
8+
- Updated Android SDK to 17.8.1
9+
310
## Version 18.0.1 - April 29, 2024
411
Patch release that updates the iOS SDK to 18.1.2.
512

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=6.1.2
7+
Airship_airshipProxyVersion=6.2.0
88

99
# workaround for now, used for HMS
10-
Airship_airshipVersion=17.8.0
10+
Airship_airshipVersion=17.8.1
1111

example/ios/Podfile.lock

+20-20
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,24 @@
11
PODS:
2-
- Airship (18.1.2):
3-
- Airship/Automation (= 18.1.2)
4-
- Airship/Basement (= 18.1.2)
5-
- Airship/Core (= 18.1.2)
6-
- Airship/FeatureFlags (= 18.1.2)
7-
- Airship/MessageCenter (= 18.1.2)
8-
- Airship/PreferenceCenter (= 18.1.2)
9-
- Airship/Automation (18.1.2):
2+
- Airship (18.2.0):
3+
- Airship/Automation (= 18.2.0)
4+
- Airship/Basement (= 18.2.0)
5+
- Airship/Core (= 18.2.0)
6+
- Airship/FeatureFlags (= 18.2.0)
7+
- Airship/MessageCenter (= 18.2.0)
8+
- Airship/PreferenceCenter (= 18.2.0)
9+
- Airship/Automation (18.2.0):
1010
- Airship/Core
11-
- Airship/Basement (18.1.2)
12-
- Airship/Core (18.1.2):
11+
- Airship/Basement (18.2.0)
12+
- Airship/Core (18.2.0):
1313
- Airship/Basement
14-
- Airship/FeatureFlags (18.1.2):
14+
- Airship/FeatureFlags (18.2.0):
1515
- Airship/Core
16-
- Airship/MessageCenter (18.1.2):
16+
- Airship/MessageCenter (18.2.0):
1717
- Airship/Core
18-
- Airship/PreferenceCenter (18.1.2):
18+
- Airship/PreferenceCenter (18.2.0):
1919
- Airship/Core
20-
- AirshipFrameworkProxy (6.1.2):
21-
- Airship (= 18.1.2)
20+
- AirshipFrameworkProxy (6.2.0):
21+
- Airship (= 18.2.0)
2222
- AirshipServiceExtension (18.2.0)
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.1):
911-
- AirshipFrameworkProxy (= 6.1.2)
910+
- react-native-airship (18.0.2):
911+
- AirshipFrameworkProxy (= 6.2.0)
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: 6c83fb9f9d04483dcce87175577967e059427cbd
1283-
AirshipFrameworkProxy: b3ff9dcac51aefb675204cbbf705b172cd29efe8
1282+
Airship: 267a2a901ca3242f0efcd5b1ba6f10171f924912
1283+
AirshipFrameworkProxy: 55c75d5365cbad8933aa730af703eba9c53834d1
12841284
AirshipServiceExtension: db0e8b08ddc83f19613a4f37f1925f65859a7111
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: d63d5c365e6a2dd7b7c623e03fd19a2b027b909e
1314+
react-native-airship: 92037962314c6d952d40987fc28e25abe9d43d38
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.1"
39+
public static let version: String = "18.0.2"
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.1",
3+
"version": "18.0.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
@@ -22,5 +22,5 @@ Pod::Spec.new do |s|
2222
s.dependency "React-Core"
2323
end
2424

25-
s.dependency "AirshipFrameworkProxy", "6.1.2"
25+
s.dependency "AirshipFrameworkProxy", "6.2.0"
2626
end

0 commit comments

Comments
 (0)