Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release 18.0.1 #564

Merged
merged 2 commits into from
Apr 30, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# React Native Module Changelog

## Version 18.0.1 - April 29, 2024
Patch release that updates the iOS SDK to 18.1.2.

### Changes
- Update iOS SDK to 18.1.2

## Version 18.0.0 - April 18, 2024
Major release that updates the iOS SDK to 18.1.0 and updates CustomEvents to be an interface instead of a class.

Expand Down
42 changes: 21 additions & 21 deletions example/ios/Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,24 +1,24 @@
PODS:
- Airship (18.1.0):
- Airship/Automation (= 18.1.0)
- Airship/Basement (= 18.1.0)
- Airship/Core (= 18.1.0)
- Airship/FeatureFlags (= 18.1.0)
- Airship/MessageCenter (= 18.1.0)
- Airship/PreferenceCenter (= 18.1.0)
- Airship/Automation (18.1.0):
- Airship (18.1.2):
- Airship/Automation (= 18.1.2)
- Airship/Basement (= 18.1.2)
- Airship/Core (= 18.1.2)
- Airship/FeatureFlags (= 18.1.2)
- Airship/MessageCenter (= 18.1.2)
- Airship/PreferenceCenter (= 18.1.2)
- Airship/Automation (18.1.2):
- Airship/Core
- Airship/Basement (18.1.0)
- Airship/Core (18.1.0):
- Airship/Basement (18.1.2)
- Airship/Core (18.1.2):
- Airship/Basement
- Airship/FeatureFlags (18.1.0):
- Airship/FeatureFlags (18.1.2):
- Airship/Core
- Airship/MessageCenter (18.1.0):
- Airship/MessageCenter (18.1.2):
- Airship/Core
- Airship/PreferenceCenter (18.1.0):
- Airship/PreferenceCenter (18.1.2):
- Airship/Core
- AirshipFrameworkProxy (6.0.0):
- Airship (= 18.1.0)
- AirshipFrameworkProxy (6.1.2):
- Airship (= 18.1.2)
- boost (1.83.0)
- DoubleConversion (1.1.6)
- FBLazyVector (0.73.4)
Expand Down Expand Up @@ -906,8 +906,8 @@ PODS:
- React-Mapbuffer (0.73.4):
- glog
- React-debug
- react-native-airship (18.0.0):
- AirshipFrameworkProxy (= 6.0.0)
- react-native-airship (18.0.1):
- AirshipFrameworkProxy (= 6.1.2)
- glog
- RCT-Folly (= 2022.05.16.00)
- React-Core
Expand Down Expand Up @@ -1276,8 +1276,8 @@ EXTERNAL SOURCES:
:path: "../node_modules/react-native/ReactCommon/yoga"

SPEC CHECKSUMS:
Airship: e8909d114578d2261c35317dae00d28fb88ea13b
AirshipFrameworkProxy: 00ff8982696d9cf56c0988c188a592b360fa0fc5
Airship: 6c83fb9f9d04483dcce87175577967e059427cbd
AirshipFrameworkProxy: b3ff9dcac51aefb675204cbbf705b172cd29efe8
boost: d3f49c53809116a5d38da093a8aa78bf551aed09
DoubleConversion: fea03f2699887d960129cc54bba7e52542b6f953
FBLazyVector: 84f6edbe225f38aebd9deaf1540a4160b1f087d7
Expand Down Expand Up @@ -1307,7 +1307,7 @@ SPEC CHECKSUMS:
React-jsinspector: 9ac353eccf6ab54d1e0a33862ba91221d1e88460
React-logger: 0a57b68dd2aec7ff738195f081f0520724b35dab
React-Mapbuffer: 63913773ed7f96b814a2521e13e6d010282096ad
react-native-airship: de4e6966f54deb2793ec5c74c4d4de20d97910bf
react-native-airship: d63d5c365e6a2dd7b7c623e03fd19a2b027b909e
react-native-safe-area-context: b97eb6f9e3b7f437806c2ce5983f479f8eb5de4b
React-nativeconfig: d7af5bae6da70fa15ce44f045621cf99ed24087c
React-NativeModulesApple: 0123905d5699853ac68519607555a9a4f5c7b3ac
Expand Down Expand Up @@ -1336,6 +1336,6 @@ SPEC CHECKSUMS:
SocketRocket: f32cd54efbe0f095c4d7594881e52619cfe80b17
Yoga: 1b901a6d6eeba4e8a2e8f308f708691cdb5db312

PODFILE CHECKSUM: 00970602deac51bebd3cda0a7edd25646b1ae303
PODFILE CHECKSUM: 31466f116c7ce40ec6211abc2ef24b9aa7aaebab

COCOAPODS: 1.15.2
Loading