Skip to content

Commit

Permalink
Release 18.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
rlepinski committed May 13, 2024
1 parent ac94c04 commit c802e11
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 5 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# React Native Module Changelog

## Version 18.0.2 - May 13, 2024
Patch release that updates to latest Airship SDKs.

### Changes
- Updated iOS SDK to 18.2.0
- Updated iOS SDK to 17.8.1

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

Expand Down
4 changes: 2 additions & 2 deletions android/gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ Airship_targetSdkVersion=31
Airship_compileSdkVersion=31
Airship_ndkversion=21.4.7075529

Airship_airshipProxyVersion=6.1.2
Airship_airshipProxyVersion=6.2.0

# workaround for now, used for HMS
Airship_airshipVersion=17.8.0
Airship_airshipVersion=17.8.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 = "18.0.1"
public static let version: String = "18.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": "18.0.1",
"version": "18.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,5 +22,5 @@ Pod::Spec.new do |s|
s.dependency "React-Core"
end

s.dependency "AirshipFrameworkProxy", "6.1.2"
s.dependency "AirshipFrameworkProxy", "6.2.0"
end

0 comments on commit c802e11

Please sign in to comment.