Skip to content

Commit

Permalink
Release 20.0.2 (#607)
Browse files Browse the repository at this point in the history
* Update version to 20.0.2

* Update framework proxy to 11.0.4

* Update CHANGELOG

* Pod update in example

---------

Co-authored-by: crow <[email protected]>
  • Loading branch information
crow and crow authored Nov 8, 2024
1 parent 5cbfa9e commit d19558c
Show file tree
Hide file tree
Showing 6 changed files with 32 additions and 25 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,17 @@
# React Native Module Changelog

## Version 20.0.2 - November 8, 2024
Patch release that resolves an issue with Firebase integrations and fixes an issue with opt-in checks when requestAuthorizationToUseNotifications is set to false on iOS.

### Changes
- Updated Airship iOS SDK to [18.12.1](https://github.com/urbanairship/ios-library/releases/tag/18.12.1)
- Fixed issues caused by swizzling conflicts with some Firebase framework integrations.
- Fixed opt-in check permissions querying when requestAuthorizationToUseNotifications is set to false on iOS.

## Version 20.0.1 - November 6, 2024
Patch release that fixes a crash when using both Airship and `@react-native-firebase/messaging`.

### Changes
- Updated Airship iOS SDK to [18.12.1](https://github.com/urbanairship/ios-library/releases/tag/18.12.1)
- Updated Airship Android SDK to [18.4.0](https://github.com/urbanairship/android-library/releases/tag/18.4.0)

## Version 20.0.0 - October 25, 2024
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=11.0.3
Airship_airshipProxyVersion=11.0.4
40 changes: 20 additions & 20 deletions example/ios/Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,24 +1,24 @@
PODS:
- Airship (18.11.1):
- Airship/Automation (= 18.11.1)
- Airship/Basement (= 18.11.1)
- Airship/Core (= 18.11.1)
- Airship/FeatureFlags (= 18.11.1)
- Airship/MessageCenter (= 18.11.1)
- Airship/PreferenceCenter (= 18.11.1)
- Airship/Automation (18.11.1):
- Airship (18.12.1):
- Airship/Automation (= 18.12.1)
- Airship/Basement (= 18.12.1)
- Airship/Core (= 18.12.1)
- Airship/FeatureFlags (= 18.12.1)
- Airship/MessageCenter (= 18.12.1)
- Airship/PreferenceCenter (= 18.12.1)
- Airship/Automation (18.12.1):
- Airship/Core
- Airship/Basement (18.11.1)
- Airship/Core (18.11.1):
- Airship/Basement (18.12.1)
- Airship/Core (18.12.1):
- Airship/Basement
- Airship/FeatureFlags (18.11.1):
- Airship/FeatureFlags (18.12.1):
- Airship/Core
- Airship/MessageCenter (18.11.1):
- Airship/MessageCenter (18.12.1):
- Airship/Core
- Airship/PreferenceCenter (18.11.1):
- Airship/PreferenceCenter (18.12.1):
- Airship/Core
- AirshipFrameworkProxy (11.0.2):
- Airship (= 18.11.1)
- AirshipFrameworkProxy (11.0.4):
- Airship (= 18.12.1)
- AirshipServiceExtension (18.12.1)
- boost (1.83.0)
- DoubleConversion (1.1.6)
Expand Down Expand Up @@ -907,8 +907,8 @@ PODS:
- React-Mapbuffer (0.73.4):
- glog
- React-debug
- react-native-airship (20.0.1):
- AirshipFrameworkProxy (= 11.0.2)
- react-native-airship (20.0.2):
- AirshipFrameworkProxy (= 11.0.4)
- glog
- RCT-Folly (= 2022.05.16.00)
- React-Core
Expand Down Expand Up @@ -1279,8 +1279,8 @@ EXTERNAL SOURCES:
:path: "../node_modules/react-native/ReactCommon/yoga"

SPEC CHECKSUMS:
Airship: 208ebe5da07e89abee6c4abd14dfefa6aee14fa2
AirshipFrameworkProxy: 9b59e4dd33007c11581e2e9cb6acae6620cbf04f
Airship: 4adefe8a0547aebf42faea721f62985185d4c0b7
AirshipFrameworkProxy: 21147d6810494573f8e2785b3ca1c3da571cbaba
AirshipServiceExtension: 0b6451d0ec09d8ba4350b212c695f9bfe588cc3a
boost: d3f49c53809116a5d38da093a8aa78bf551aed09
DoubleConversion: fea03f2699887d960129cc54bba7e52542b6f953
Expand Down Expand Up @@ -1311,7 +1311,7 @@ SPEC CHECKSUMS:
React-jsinspector: 9ac353eccf6ab54d1e0a33862ba91221d1e88460
React-logger: 0a57b68dd2aec7ff738195f081f0520724b35dab
React-Mapbuffer: 63913773ed7f96b814a2521e13e6d010282096ad
react-native-airship: 8648ba006448b5f4bb1082a12181f29f86ff628e
react-native-airship: 5d1f081b70e1839e24eb854f363200fbf1d87749
react-native-safe-area-context: b97eb6f9e3b7f437806c2ce5983f479f8eb5de4b
React-nativeconfig: d7af5bae6da70fa15ce44f045621cf99ed24087c
React-NativeModulesApple: 0123905d5699853ac68519607555a9a4f5c7b3ac
Expand Down
2 changes: 1 addition & 1 deletion ios/AirshipReactNative.swift
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ public class AirshipReactNative: NSObject {
AirshipProxy.shared
}

public static let version: String = "20.0.1"
public static let version: String = "20.0.2"

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": "20.0.1",
"version": "20.0.2",
"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,6 +22,6 @@ Pod::Spec.new do |s|
s.dependency "React-Core"
end

s.dependency "AirshipFrameworkProxy", "11.0.2"
s.dependency "AirshipFrameworkProxy", "11.0.4"

end

0 comments on commit d19558c

Please sign in to comment.