Skip to content

Commit e0cacc7

Browse files
authored
Release 13.2.0 (#400)
* release 13.1.2 * it's actually release 13.2.0 * modify the sentence * fix the sentence
1 parent c67c682 commit e0cacc7

File tree

8 files changed

+19
-7
lines changed

8 files changed

+19
-7
lines changed

CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# React Native Module Changelog
22

3+
## Version 13.2.0 - February 9, 2022
4+
Minor release that updates the Airship SDKs, adds some new methods and fixes some issues.
5+
6+
### Changes
7+
- Updated iOS SDK to 16.2.0
8+
- Updated Android SDK to 16.2.0
9+
- Added a method `getSubscriptionLists` to get the subscription lists
10+
- Added a method `setNotificationOptions` to set the notification options for iOS
11+
- Added a method `getNotificationStatus` to get more context on the current state of notifications
12+
- Fixed iOS message center display when `autoLaunchMessageCenter` is set to false
13+
- Fixed the preference center config to return the items under the key `items`
14+
315
## Version 13.1.1 - January 6, 2022
416
Minor release that updates to latest Airship SDKs and fixes several issues.
517

urbanairship-accengage-react-native/ios/AirshipAccengageReactModuleVersion.m

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
#import "AirshipAccengageReactModuleVersion.h"
44

5-
NSString *const moduleVersionString = @"13.1.1";
5+
NSString *const moduleVersionString = @"13.2.0";
66

77
@implementation AirshipAccengageReactModuleVersion
88

urbanairship-accengage-react-native/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "urbanairship-accengage-react-native",
3-
"version": "13.1.1",
3+
"version": "13.2.0",
44
"description": "Airship accengage module for React Native apps.",
55
"author": "Airship",
66
"homepage": "https://github.com/urbanairship/react-native-module",

urbanairship-chat-react-native/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "urbanairship-chat-react-native",
3-
"version": "13.1.1",
3+
"version": "13.2.0",
44
"description": "Airship chat module for React Native apps.",
55
"author": "Airship",
66
"homepage": "https://github.com/urbanairship/react-native-module",

urbanairship-hms-react-native/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "urbanairship-hms-react-native",
3-
"version": "13.1.1",
3+
"version": "13.2.0",
44
"description": "Airship HMS module for React Native apps.",
55
"author": "Airship",
66
"homepage": "https://github.com/urbanairship/react-native-module",

urbanairship-preference-center-react-native/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "urbanairship-preference-center-react-native",
3-
"version": "13.1.1",
3+
"version": "13.2.0",
44
"description": "Airship preference center module for React Native apps.",
55
"author": "Airship",
66
"homepage": "https://github.com/urbanairship/react-native-module",

urbanairship-react-native/ios/UARCTModule/UARCTModuleVersion.m

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
@implementation UARCTModuleVersion
66

7-
NSString *const airshipModuleVersionString = @"13.1.1";
7+
NSString *const airshipModuleVersionString = @"13.2.0";
88

99
+ (nonnull NSString *)get {
1010
return airshipModuleVersionString;

urbanairship-react-native/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "urbanairship-react-native",
3-
"version": "13.1.1",
3+
"version": "13.2.0",
44
"description": "Airship plugin for React Native apps.",
55
"author": "Airship",
66
"homepage": "https://github.com/urbanairship/react-native-module",

0 commit comments

Comments
 (0)