Skip to content

Commit c3f199a

Browse files
authored
Merge pull request #88 from urbanairship/release-1.5.0
Release 1.5.0
2 parents d3e2a43 + 71edc49 commit c3f199a

File tree

5 files changed

+13
-4
lines changed

5 files changed

+13
-4
lines changed

CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
2+
Version 1.5.0 - March 5, 2018
3+
=================================
4+
- Updated Urban Airship iOS SDK to 9.0.3
5+
- Updated Urban Airship Android SDK to 9.0.2
6+
- Added method to get the current registration token
7+
- Added show inbox event when disabling the default message center
8+
- Allow clearing named user with an empty string
9+
110
Version 1.4.2 - February 13, 2018
211
=================================
312
- Updated Urban Airship Android SDK to 9.0.1

android/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,5 @@ dependencies {
1414
compile 'com.facebook.react:react-native:[0.40,)'
1515
compile 'com.google.android.gms:play-services-gcm:[11.8.0,)'
1616

17-
compile 'com.urbanairship.android:urbanairship-sdk:9.0.1'
17+
compile 'com.urbanairship.android:urbanairship-sdk:9.0.2'
1818
}

ios/UARCTModule/UARCTAutopilot.m

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
#import "UARCTMessageCenter.h"
77

88
NSString *const UARCTPresentationOptionsStorageKey = @"com.urbanairship.presentation_options";
9-
NSString *const UARCTAirshipKitRecommendedVersion = @"9.0.2";
9+
NSString *const UARCTAirshipKitRecommendedVersion = @"9.0.3";
1010

1111
@implementation UARCTAutopilot
1212

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "urbanairship-react-native",
3-
"version": "1.4.2",
3+
"version": "1.5.0",
44
"description": "Urban Airship plugin for React Native apps.",
55
"main": "./js/index.js",
66
"author": "Urban Airship",

sample/AirshipSample/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "AirshipSample",
3-
"version": "1.4.2",
3+
"version": "1.5.0",
44
"private": true,
55
"scripts": {
66
"start": "node node_modules/react-native/local-cli/cli.js start"

0 commit comments

Comments
 (0)