From 10f77bf35059b282bea7046d4a463dc5ce81c51e Mon Sep 17 00:00:00 2001 From: Jeff Swartz Date: Fri, 26 Apr 2024 11:36:07 -0700 Subject: [PATCH] Update OpenTok iOS SDK to v2.27.3 - issue #737 (#742) * Update OpenTok iOS SDK to v2.27.3 * Mention issue #737 in change log --- CHANGELOG.md | 4 ++++ README.md | 2 +- opentok-react-native.podspec | 2 +- package-lock.json | 4 ++-- package.json | 2 +- 5 files changed, 9 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fb19f2da..a8c87532 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +# 2.27.4 (April 2024) + +- [Update]: This version updates the Vonage Video iOS SDK version to 2.27.3. This version adds a [privacy manifest required by Apple's App store](https://developer.apple.com/support/third-party-SDK-requirements). Issue #737. + # 2.27.3 (March 2024) - [Update]: This version updates the Vonage Video iOS SDK version to 2.27.2 and the Vonage Video Android SDK version to 2.27.1. See their release notes for details: diff --git a/README.md b/README.md index ff4ae47d..c8ca94d9 100644 --- a/README.md +++ b/README.md @@ -44,7 +44,7 @@ If you've installed this package before, you may need to edit your `Podfile` and target '' do # Pods for - pod 'OTXCFramework', '2.27.2' + pod 'OTXCFramework', '2.27.3' end ``` diff --git a/opentok-react-native.podspec b/opentok-react-native.podspec index 04713e9b..53fd8165 100644 --- a/opentok-react-native.podspec +++ b/opentok-react-native.podspec @@ -17,5 +17,5 @@ Pod::Spec.new do |s| s.source_files = "ios/**/*.{h,m,swift}" s.dependency 'React' - s.dependency 'OTXCFramework','2.27.2' + s.dependency 'OTXCFramework','2.27.3' end diff --git a/package-lock.json b/package-lock.json index 4be2590f..9a4810bb 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "opentok-react-native", - "version": "2.27.3", + "version": "2.27.4", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "opentok-react-native", - "version": "2.27.3", + "version": "2.27.4", "license": "MIT", "dependencies": { "axios": "^1.6.8", diff --git a/package.json b/package.json index d5819ea8..af31c5ce 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "opentok-react-native", - "version": "2.27.3", + "version": "2.27.4", "description": "React Native components for OpenTok iOS and Android SDKs", "main": "src/index.js", "homepage": "https://www.tokbox.com",