From 75869d125de2713c49f3d1debb869899ca0765ab Mon Sep 17 00:00:00 2001 From: PSPDFKit Date: Tue, 26 Jul 2022 18:09:57 +0300 Subject: [PATCH] Release 2.3.1 --- CHANGELOG.md | 8 ++++++-- android/build.gradle | 2 +- package.json | 2 +- samples/Catalog/package.json | 2 +- samples/Catalog/yarn.lock | 2 +- samples/NativeCatalog/package.json | 2 +- samples/NativeCatalog/yarn.lock | 2 +- 7 files changed, 12 insertions(+), 8 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7a568a3e..fcb3b7af 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ ## Newest Release +### 2.3.1 - 22 Jul 2022 + +- Updates for PSPDFKit 8.2.1 for Android. (#34430) + +## Previous Releases + ### 2.3.0 - 19 Jul 2022 - Adds Android Toolbar menu customization from `PSPDFKitView` properties. (#33417) @@ -9,8 +15,6 @@ - PSPDFKit now requires React Native 0.68 or later. (#33875) - PSPDFKit now requires Xcode 13.4.1 or later. (#32495) -## Previous Releases - ### 2.2.2 - 15 Mar 2022 - Adds image support to `PSKDFKit.present()` on Android. (#33312) diff --git a/android/build.gradle b/android/build.gradle index 355a2929..5fea26b0 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -15,7 +15,7 @@ * Contains gradle configuration constants */ ext { - PSPDFKIT_VERSION = 'SNAPSHOT' + PSPDFKIT_VERSION = '8.2.1' } buildscript { diff --git a/package.json b/package.json index cff4fdc6..6b63d4ad 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native-pspdfkit", - "version": "2.3.0", + "version": "2.3.1", "description": "React Native PDF Library by PSPDFKit", "keywords": [ "react native", diff --git a/samples/Catalog/package.json b/samples/Catalog/package.json index 8dc46c33..47111fd2 100644 --- a/samples/Catalog/package.json +++ b/samples/Catalog/package.json @@ -1,6 +1,6 @@ { "name": "catalog", - "version": "2.3.0", + "version": "2.3.1", "private": true, "scripts": { "android": "react-native run-android", diff --git a/samples/Catalog/yarn.lock b/samples/Catalog/yarn.lock index 8197558a..edee7a21 100644 --- a/samples/Catalog/yarn.lock +++ b/samples/Catalog/yarn.lock @@ -6714,7 +6714,7 @@ react-native-iphone-x-helper@^1.3.0: integrity sha512-HOf0jzRnq2/aFUcdCJ9w9JGzN3gdEg0zFE4FyYlp4jtidqU03D5X7ZegGKfT1EWteR0gPBGp9ye5T5FvSWi9Yg== "react-native-pspdfkit@file:../..": - version "2.3.0" + version "2.3.1" react-native-safe-area-context@^4.3.1: version "4.3.1" diff --git a/samples/NativeCatalog/package.json b/samples/NativeCatalog/package.json index 9fa65e14..acdf7115 100644 --- a/samples/NativeCatalog/package.json +++ b/samples/NativeCatalog/package.json @@ -1,6 +1,6 @@ { "name": "native-catalog", - "version": "2.3.0", + "version": "2.3.1", "private": true, "scripts": { "android": "react-native run-android", diff --git a/samples/NativeCatalog/yarn.lock b/samples/NativeCatalog/yarn.lock index fc2a41a8..23b18000 100644 --- a/samples/NativeCatalog/yarn.lock +++ b/samples/NativeCatalog/yarn.lock @@ -6190,7 +6190,7 @@ react-native-iphone-x-helper@^1.3.0: integrity sha512-HOf0jzRnq2/aFUcdCJ9w9JGzN3gdEg0zFE4FyYlp4jtidqU03D5X7ZegGKfT1EWteR0gPBGp9ye5T5FvSWi9Yg== "react-native-pspdfkit@file:../..": - version "2.3.0" + version "2.3.1" react-native-safe-area-context@^4.3.1: version "4.3.1"