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

Prepare release 19.2.0 #581

Merged
merged 4 commits into from
Aug 13, 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
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# React Native Module Changelog

## Version 19.2.0 - August 13, 2024
Minor release that fixes test devices audience check, holdout group experiments displays and in-app experience displays when resuming from a paused state. Apps that use in-app experiences are encouraged to update.

### Changes
- Updated Android SDK to 18.1.6.
- Updated iOS SDK to 18.7.2.
- Fixed test devices audience check.
- Fixed holdout group experiments displays.
- Fixed in-app experience displays when resuming from a paused state.

## Version 19.1.0 - July 17, 2024
Minor release that fixes enabling or disabling all Airship features using `FEATURES_ALL` and adds possibility to enable and disable `Feature.FeatureFlags`.

Expand Down
2 changes: 1 addition & 1 deletion android/gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ Airship_minSdkVersion=21
Airship_targetSdkVersion=34
Airship_compileSdkVersion=34
Airship_ndkversion=26.1.10909125
Airship_airshipProxyVersion=7.0.0
Airship_airshipProxyVersion=7.1.2
46 changes: 23 additions & 23 deletions example/ios/Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,25 +1,25 @@
PODS:
- Airship (18.5.0):
- Airship/Automation (= 18.5.0)
- Airship/Basement (= 18.5.0)
- Airship/Core (= 18.5.0)
- Airship/FeatureFlags (= 18.5.0)
- Airship/MessageCenter (= 18.5.0)
- Airship/PreferenceCenter (= 18.5.0)
- Airship/Automation (18.5.0):
- Airship (18.7.2):
- Airship/Automation (= 18.7.2)
- Airship/Basement (= 18.7.2)
- Airship/Core (= 18.7.2)
- Airship/FeatureFlags (= 18.7.2)
- Airship/MessageCenter (= 18.7.2)
- Airship/PreferenceCenter (= 18.7.2)
- Airship/Automation (18.7.2):
- Airship/Core
- Airship/Basement (18.5.0)
- Airship/Core (18.5.0):
- Airship/Basement (18.7.2)
- Airship/Core (18.7.2):
- Airship/Basement
- Airship/FeatureFlags (18.5.0):
- Airship/FeatureFlags (18.7.2):
- Airship/Core
- Airship/MessageCenter (18.5.0):
- Airship/MessageCenter (18.7.2):
- Airship/Core
- Airship/PreferenceCenter (18.5.0):
- Airship/PreferenceCenter (18.7.2):
- Airship/Core
- AirshipFrameworkProxy (7.0.0):
- Airship (= 18.5.0)
- AirshipServiceExtension (18.5.0)
- AirshipFrameworkProxy (7.1.2):
- Airship (= 18.7.2)
- AirshipServiceExtension (18.7.2)
- boost (1.83.0)
- DoubleConversion (1.1.6)
- FBLazyVector (0.73.4)
Expand Down Expand Up @@ -907,8 +907,8 @@ PODS:
- React-Mapbuffer (0.73.4):
- glog
- React-debug
- react-native-airship (19.0.0):
- AirshipFrameworkProxy (= 7.0.0)
- react-native-airship (19.2.0):
- AirshipFrameworkProxy (= 7.1.2)
- glog
- RCT-Folly (= 2022.05.16.00)
- React-Core
Expand Down Expand Up @@ -1279,9 +1279,9 @@ EXTERNAL SOURCES:
:path: "../node_modules/react-native/ReactCommon/yoga"

SPEC CHECKSUMS:
Airship: d4f6f81bf746285112b266840c6a5057c1d50f13
AirshipFrameworkProxy: f5644d0d564a6b63ae39c88aae016a869949be2c
AirshipServiceExtension: b3dc262db467632dac6bd2c9f5f30efb2a751fb2
Airship: bb32ff2c5a811352da074480357d9f02dbb8f327
AirshipFrameworkProxy: dbd862dc6fb21b13e8b196458d626123e2a43a50
AirshipServiceExtension: 9c73369f426396d9fb9ff222d86d842fac76ba46
boost: d3f49c53809116a5d38da093a8aa78bf551aed09
DoubleConversion: fea03f2699887d960129cc54bba7e52542b6f953
FBLazyVector: 84f6edbe225f38aebd9deaf1540a4160b1f087d7
Expand Down Expand Up @@ -1311,7 +1311,7 @@ SPEC CHECKSUMS:
React-jsinspector: 9ac353eccf6ab54d1e0a33862ba91221d1e88460
React-logger: 0a57b68dd2aec7ff738195f081f0520724b35dab
React-Mapbuffer: 63913773ed7f96b814a2521e13e6d010282096ad
react-native-airship: 9818f07914c2e760f18a83bbd990e2d79299e3c8
react-native-airship: 54a39240587b06b2f683769a2ab838b7ee25b2e6
react-native-safe-area-context: b97eb6f9e3b7f437806c2ce5983f479f8eb5de4b
React-nativeconfig: d7af5bae6da70fa15ce44f045621cf99ed24087c
React-NativeModulesApple: 0123905d5699853ac68519607555a9a4f5c7b3ac
Expand Down Expand Up @@ -1342,4 +1342,4 @@ SPEC CHECKSUMS:

PODFILE CHECKSUM: dbd88b0cf2e018eeff600431486ded3ce68933fb

COCOAPODS: 1.15.2
COCOAPODS: 1.12.1
2 changes: 1 addition & 1 deletion ios/AirshipReactNative.swift
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ public class AirshipReactNative: NSObject {
AirshipProxy.shared
}

public static let version: String = "19.1.0"
public static let version: String = "19.2.0"

private let eventNotifier = EventNotifier()

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ua/react-native-airship",
"version": "19.1.0",
"version": "19.2.0",
"description": "Airship plugin for React Native apps.",
"main": "lib/commonjs/index",
"module": "lib/module/index",
Expand Down
2 changes: 1 addition & 1 deletion react-native-airship.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,5 @@ Pod::Spec.new do |s|
s.dependency "React-Core"
end

s.dependency "AirshipFrameworkProxy", "7.0.0"
s.dependency "AirshipFrameworkProxy", "7.1.2"
end
Loading