Skip to content

Commit 75869d1

Browse files
author
PSPDFKit
committed
Release 2.3.1
1 parent 53a84c1 commit 75869d1

File tree

7 files changed

+12
-8
lines changed

7 files changed

+12
-8
lines changed

CHANGELOG.md

+6-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
## Newest Release
22

3+
### 2.3.1 - 22 Jul 2022
4+
5+
- Updates for PSPDFKit 8.2.1 for Android. (#34430)
6+
7+
## Previous Releases
8+
39
### 2.3.0 - 19 Jul 2022
410

511
- Adds Android Toolbar menu customization from `PSPDFKitView` properties. (#33417)
@@ -9,8 +15,6 @@
915
- PSPDFKit now requires React Native 0.68 or later. (#33875)
1016
- PSPDFKit now requires Xcode 13.4.1 or later. (#32495)
1117

12-
## Previous Releases
13-
1418
### 2.2.2 - 15 Mar 2022
1519

1620
- Adds image support to `PSKDFKit.present()` on Android. (#33312)

android/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
* Contains gradle configuration constants
1616
*/
1717
ext {
18-
PSPDFKIT_VERSION = 'SNAPSHOT'
18+
PSPDFKIT_VERSION = '8.2.1'
1919
}
2020

2121
buildscript {

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-native-pspdfkit",
3-
"version": "2.3.0",
3+
"version": "2.3.1",
44
"description": "React Native PDF Library by PSPDFKit",
55
"keywords": [
66
"react native",

samples/Catalog/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "catalog",
3-
"version": "2.3.0",
3+
"version": "2.3.1",
44
"private": true,
55
"scripts": {
66
"android": "react-native run-android",

samples/Catalog/yarn.lock

+1-1
Original file line numberDiff line numberDiff line change
@@ -6714,7 +6714,7 @@ react-native-iphone-x-helper@^1.3.0:
67146714
integrity sha512-HOf0jzRnq2/aFUcdCJ9w9JGzN3gdEg0zFE4FyYlp4jtidqU03D5X7ZegGKfT1EWteR0gPBGp9ye5T5FvSWi9Yg==
67156715

67166716
"react-native-pspdfkit@file:../..":
6717-
version "2.3.0"
6717+
version "2.3.1"
67186718

67196719
react-native-safe-area-context@^4.3.1:
67206720
version "4.3.1"

samples/NativeCatalog/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "native-catalog",
3-
"version": "2.3.0",
3+
"version": "2.3.1",
44
"private": true,
55
"scripts": {
66
"android": "react-native run-android",

samples/NativeCatalog/yarn.lock

+1-1
Original file line numberDiff line numberDiff line change
@@ -6190,7 +6190,7 @@ react-native-iphone-x-helper@^1.3.0:
61906190
integrity sha512-HOf0jzRnq2/aFUcdCJ9w9JGzN3gdEg0zFE4FyYlp4jtidqU03D5X7ZegGKfT1EWteR0gPBGp9ye5T5FvSWi9Yg==
61916191

61926192
"react-native-pspdfkit@file:../..":
6193-
version "2.3.0"
6193+
version "2.3.1"
61946194

61956195
react-native-safe-area-context@^4.3.1:
61966196
version "4.3.1"

0 commit comments

Comments
 (0)