Skip to content

Commit 58681cd

Browse files
crowcrowrlepinski
authored
Release 18.0.1 (#564)
* Update CHANGELOG * Update pods --------- Co-authored-by: crow <[email protected]> Co-authored-by: Ryan Lepinski <[email protected]>
1 parent 5795176 commit 58681cd

File tree

2 files changed

+27
-21
lines changed

2 files changed

+27
-21
lines changed

CHANGELOG.md

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

3+
## Version 18.0.1 - April 29, 2024
4+
Patch release that updates the iOS SDK to 18.1.2.
5+
6+
### Changes
7+
- Update iOS SDK to 18.1.2
8+
39
## Version 18.0.0 - April 18, 2024
410
Major release that updates the iOS SDK to 18.1.0 and updates CustomEvents to be an interface instead of a class.
511

example/ios/Podfile.lock

+21-21
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,24 @@
11
PODS:
2-
- Airship (18.1.0):
3-
- Airship/Automation (= 18.1.0)
4-
- Airship/Basement (= 18.1.0)
5-
- Airship/Core (= 18.1.0)
6-
- Airship/FeatureFlags (= 18.1.0)
7-
- Airship/MessageCenter (= 18.1.0)
8-
- Airship/PreferenceCenter (= 18.1.0)
9-
- Airship/Automation (18.1.0):
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):
1010
- Airship/Core
11-
- Airship/Basement (18.1.0)
12-
- Airship/Core (18.1.0):
11+
- Airship/Basement (18.1.2)
12+
- Airship/Core (18.1.2):
1313
- Airship/Basement
14-
- Airship/FeatureFlags (18.1.0):
14+
- Airship/FeatureFlags (18.1.2):
1515
- Airship/Core
16-
- Airship/MessageCenter (18.1.0):
16+
- Airship/MessageCenter (18.1.2):
1717
- Airship/Core
18-
- Airship/PreferenceCenter (18.1.0):
18+
- Airship/PreferenceCenter (18.1.2):
1919
- Airship/Core
20-
- AirshipFrameworkProxy (6.0.0):
21-
- Airship (= 18.1.0)
20+
- AirshipFrameworkProxy (6.1.2):
21+
- Airship (= 18.1.2)
2222
- boost (1.83.0)
2323
- DoubleConversion (1.1.6)
2424
- FBLazyVector (0.73.4)
@@ -906,8 +906,8 @@ PODS:
906906
- React-Mapbuffer (0.73.4):
907907
- glog
908908
- React-debug
909-
- react-native-airship (18.0.0):
910-
- AirshipFrameworkProxy (= 6.0.0)
909+
- react-native-airship (18.0.1):
910+
- AirshipFrameworkProxy (= 6.1.2)
911911
- glog
912912
- RCT-Folly (= 2022.05.16.00)
913913
- React-Core
@@ -1276,8 +1276,8 @@ EXTERNAL SOURCES:
12761276
:path: "../node_modules/react-native/ReactCommon/yoga"
12771277

12781278
SPEC CHECKSUMS:
1279-
Airship: e8909d114578d2261c35317dae00d28fb88ea13b
1280-
AirshipFrameworkProxy: 00ff8982696d9cf56c0988c188a592b360fa0fc5
1279+
Airship: 6c83fb9f9d04483dcce87175577967e059427cbd
1280+
AirshipFrameworkProxy: b3ff9dcac51aefb675204cbbf705b172cd29efe8
12811281
boost: d3f49c53809116a5d38da093a8aa78bf551aed09
12821282
DoubleConversion: fea03f2699887d960129cc54bba7e52542b6f953
12831283
FBLazyVector: 84f6edbe225f38aebd9deaf1540a4160b1f087d7
@@ -1307,7 +1307,7 @@ SPEC CHECKSUMS:
13071307
React-jsinspector: 9ac353eccf6ab54d1e0a33862ba91221d1e88460
13081308
React-logger: 0a57b68dd2aec7ff738195f081f0520724b35dab
13091309
React-Mapbuffer: 63913773ed7f96b814a2521e13e6d010282096ad
1310-
react-native-airship: de4e6966f54deb2793ec5c74c4d4de20d97910bf
1310+
react-native-airship: d63d5c365e6a2dd7b7c623e03fd19a2b027b909e
13111311
react-native-safe-area-context: b97eb6f9e3b7f437806c2ce5983f479f8eb5de4b
13121312
React-nativeconfig: d7af5bae6da70fa15ce44f045621cf99ed24087c
13131313
React-NativeModulesApple: 0123905d5699853ac68519607555a9a4f5c7b3ac
@@ -1336,6 +1336,6 @@ SPEC CHECKSUMS:
13361336
SocketRocket: f32cd54efbe0f095c4d7594881e52619cfe80b17
13371337
Yoga: 1b901a6d6eeba4e8a2e8f308f708691cdb5db312
13381338

1339-
PODFILE CHECKSUM: 00970602deac51bebd3cda0a7edd25646b1ae303
1339+
PODFILE CHECKSUM: 31466f116c7ce40ec6211abc2ef24b9aa7aaebab
13401340

13411341
COCOAPODS: 1.15.2

0 commit comments

Comments
 (0)