From c99c7f3676d116afa992a70530fd474480f69baf Mon Sep 17 00:00:00 2001 From: RN SDK Release User Date: Thu, 29 Jul 2021 17:29:20 +0000 Subject: [PATCH] v2.1.1 release --- CHANGELOG.md | 5 +++++ package.json | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8a8c5da..4319bb9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,11 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). +## [2.1.1] - 2021-07-27 + +### Changed: +- Public: Updated React peer dependency to include up to versions 17.0.x + ## [2.1.0] - 2021-07-19 ### Changed: diff --git a/package.json b/package.json index 49c8e8f..6a0c496 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@onfido/react-native-sdk", "title": "React Native Onfido Sdk", - "version": "2.1.0", + "version": "2.1.1", "description": "Onfido React Native SDK", "main": "index.js", "scripts": { @@ -58,7 +58,7 @@ "licenseFilename": "LICENSE", "readmeFilename": "README.md", "peerDependencies": { - "react": "^16.8.1", + "react": ">=16.8.1 <17.0.x", "react-native": ">=0.60.0-rc.0 <1.0.x" }, "devDependencies": {