Skip to content

Commit

Permalink
v2.1.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
RN SDK Release User committed Jul 29, 2021
1 parent 9d8f407 commit c99c7f3
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down Expand Up @@ -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": {
Expand Down

0 comments on commit c99c7f3

Please sign in to comment.