Skip to content

Commit

Permalink
Release 6.1.2 (#259)
Browse files Browse the repository at this point in the history
* Release 6.1.2

* ios module version string

* fix formatting

* formatting

* newline
  • Loading branch information
crow authored Mar 12, 2020
1 parent eca912c commit 267ad19
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# React Native Module Changelog

## Version 6.1.2 - March 12, 2020
Patch release to fix IAA Youtube video display on Android.

### Changes
- Updated Android SDK to 12.2.2

## Version 6.1.1 - February 25, 2020
Patch release enabling monorepo project structure.
Example app dependencies have been moved from the module's
Expand Down
2 changes: 1 addition & 1 deletion src/android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ def safeExtGet (prop, fallback) {

dependencies {
implementation 'com.facebook.react:react-native:+'
implementation ('com.urbanairship.android:urbanairship-fcm:12.2.0') {
implementation ('com.urbanairship.android:urbanairship-fcm:12.2.2') {
exclude group: 'com.google.firebase', module: 'firebase-messaging'
}
implementation "com.google.firebase:firebase-messaging:${safeExtGet('firebaseMessagingVersion', '20.1.0')}"
Expand Down
2 changes: 1 addition & 1 deletion src/ios/UARCTModule/UARCTModuleVersion.m
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

@implementation UARCTModuleVersion

NSString *const moduleVersionString = @"6.1.1";
NSString *const moduleVersionString = @"6.1.2";

+ (nonnull NSString *)get {
return moduleVersionString;
Expand Down
2 changes: 1 addition & 1 deletion src/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "urbanairship-react-native",
"version": "6.1.1",
"version": "6.1.2",
"description": "Airship plugin for React Native apps.",
"main": "./js/index.js",
"author": "Airship",
Expand Down

0 comments on commit 267ad19

Please sign in to comment.