Skip to content

Commit

Permalink
Release 2.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
PSPDFKit committed Jul 26, 2022
1 parent 53a84c1 commit 75869d1
Show file tree
Hide file tree
Showing 7 changed files with 12 additions and 8 deletions.
8 changes: 6 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)
Expand All @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
* Contains gradle configuration constants
*/
ext {
PSPDFKIT_VERSION = 'SNAPSHOT'
PSPDFKIT_VERSION = '8.2.1'
}

buildscript {
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": "react-native-pspdfkit",
"version": "2.3.0",
"version": "2.3.1",
"description": "React Native PDF Library by PSPDFKit",
"keywords": [
"react native",
Expand Down
2 changes: 1 addition & 1 deletion samples/Catalog/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "catalog",
"version": "2.3.0",
"version": "2.3.1",
"private": true,
"scripts": {
"android": "react-native run-android",
Expand Down
2 changes: 1 addition & 1 deletion samples/Catalog/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion samples/NativeCatalog/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "native-catalog",
"version": "2.3.0",
"version": "2.3.1",
"private": true,
"scripts": {
"android": "react-native run-android",
Expand Down
2 changes: 1 addition & 1 deletion samples/NativeCatalog/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 75869d1

Please sign in to comment.