Skip to content

Commit

Permalink
Release 19.2.1 (#584)
Browse files Browse the repository at this point in the history
  • Loading branch information
rlepinski committed Aug 23, 2024
1 parent 554d6d7 commit 75f68af
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.

Expand Down
2 changes: 1 addition & 1 deletion ios/AirshipReactNative.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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()

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 75f68af

Please sign in to comment.