Skip to content

Commit f5676a2

Browse files
authored
Merge pull request #555 from urbanairship/updateHMSVersion
Update hms version
2 parents 218bfe9 + 8ca84c9 commit f5676a2

File tree

5 files changed

+13
-5
lines changed

5 files changed

+13
-5
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636

3737
docs:
3838
needs: check-version
39-
runs-on: ubuntu-latest
39+
runs-on: macos-latest
4040
steps:
4141
- name: Checkout repository
4242
uses: actions/checkout@v4

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# React Native Module Changelog
22

3+
## Version 17.2.1 - March 19, 2024
4+
Patch release that updates the HMS Push Provider version to 17.7.3, the iOS SDK to 17.9.0 and the Android SDK to 17.7.3.
5+
6+
### Changes
7+
- Updated HMS Push Provider version to 17.7.3
8+
- Updated iOS SDK to 17.9.0
9+
- Updated Android SDK to 17.7.3
10+
311
## Version 17.2.0 - February 15, 2024
412
Minor release that updates the iOS SDK to 17.7.3 and Android SDK to 17.7.2, modernizes the podspec and updates NPM dependencies flagged during security audit.
513

android/gradle.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ Airship_targetSdkVersion=31
44
Airship_compileSdkVersion=31
55
Airship_ndkversion=21.4.7075529
66

7-
Airship_airshipProxyVersion=5.1.1
7+
Airship_airshipProxyVersion=5.4.0
88

99
# workaround for now, used for HMS
10-
Airship_airshipVersion=17.6.0
10+
Airship_airshipVersion=17.7.3
1111

ios/AirshipReactNative.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ public class AirshipReactNative: NSObject {
3636
AirshipProxy.shared
3737
}
3838

39-
public static let version: String = "17.2.0"
39+
public static let version: String = "17.2.1"
4040

4141
private let eventNotifier = EventNotifier()
4242

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ua/react-native-airship",
3-
"version": "17.2.0",
3+
"version": "17.2.1",
44
"description": "Airship plugin for React Native apps.",
55
"main": "lib/commonjs/index",
66
"module": "lib/module/index",

0 commit comments

Comments
 (0)