From 75f68afb892dfb4ed61e583a285f8b8411f6a89b Mon Sep 17 00:00:00 2001 From: Ryan Lepinski Date: Fri, 23 Aug 2024 14:27:45 -0700 Subject: [PATCH] Release 19.2.1 (#584) --- CHANGELOG.md | 7 +++++++ ios/AirshipReactNative.swift | 2 +- package.json | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 56473d53..1f5ee01d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # React Native Module Changelog +## Version 19.2.1 - August 23, 2024 +Patch release that fixes an issue with extras parsing on notifications + +### Changes +- Allow JsonObject accept undefined values +- Adds support for dynamic frameworks on iOS + ## Version 19.2.0 - August 13, 2024 Minor release that fixes test devices audience check, holdout group experiments displays and in-app experience displays when resuming from a paused state. Apps that use in-app experiences are encouraged to update. diff --git a/ios/AirshipReactNative.swift b/ios/AirshipReactNative.swift index 38c42320..bdfcdbc9 100644 --- a/ios/AirshipReactNative.swift +++ b/ios/AirshipReactNative.swift @@ -36,7 +36,7 @@ public class AirshipReactNative: NSObject { AirshipProxy.shared } - public static let version: String = "19.2.0" + public static let version: String = "19.2.1" private let eventNotifier = EventNotifier() diff --git a/package.json b/package.json index 2cfb237d..07c84750 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@ua/react-native-airship", - "version": "19.2.0", + "version": "19.2.1", "description": "Airship plugin for React Native apps.", "main": "lib/commonjs/index", "module": "lib/module/index",