From b43d9edae12381c9676dc082c1316efa84cbfcdf Mon Sep 17 00:00:00 2001 From: Alex Date: Wed, 8 Nov 2023 14:48:46 +0300 Subject: [PATCH 1/2] Version bump to 6.7.2 --- README.md | 3 +++ package.json | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d6cb7430..5d9da9c4 100644 --- a/README.md +++ b/README.md @@ -169,6 +169,9 @@ react-native run-ios
ChangeLog details +v6.7.1 +1. Fixed: Fix iOS double tap zoom scrolling + v6.7.1 1. Fixed: fix ios project setting 2. Fixed: fix typo in RNPDFPdfViewManagerInterface interface causing android build error diff --git a/package.json b/package.json index 53b1b6ec..ff41ec70 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native-pdf", - "version": "6.7.1", + "version": "6.7.2", "summary": "A react native PDF view component", "description": "A react native PDF view component, support ios and android platform", "main": "index.js", From 87fa0340a098bbb256cf2e272a4549727f376b09 Mon Sep 17 00:00:00 2001 From: Alex <138074114+alex2bc@users.noreply.github.com> Date: Mon, 13 Nov 2023 07:56:22 +0200 Subject: [PATCH 2/2] Update README.md Co-authored-by: nobelharvards <9457934+nobelharvards@users.noreply.github.com> --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5d9da9c4..61b0c344 100644 --- a/README.md +++ b/README.md @@ -169,7 +169,7 @@ react-native run-ios
ChangeLog details -v6.7.1 +v6.7.2 1. Fixed: Fix iOS double tap zoom scrolling v6.7.1