This repository was archived by the owner on Nov 10, 2020. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +5
-4
lines changed
Expand file tree Collapse file tree 3 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
66and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
77
8- ## [ Unreleased ]
8+ ## [ 3.1.1 ] - 2019-09-01
99
1010### Fixed
1111
@@ -165,6 +165,7 @@ The following functions have been deprecated. Please see
165165
166166- ` openInApp ` : open a valid http(s) URL with an in-app browser.
167167
168+ [ 3.1.1 ] : https://github.com/matt-block/react-native-in-app-browser/compare/v3.1.0...v3.1.1
168169[ 3.1.0 ] : https://github.com/matt-block/react-native-in-app-browser/compare/v3.0.0...v3.1.0
169170[ 3.0.0 ] : https://github.com/matt-block/react-native-in-app-browser/compare/v2.0.0...v3.0.0
170171[ 2.0.0 ] : https://github.com/matt-block/react-native-in-app-browser/compare/v1.4.1...v2.0.0
Original file line number Diff line number Diff line change @@ -239,7 +239,7 @@ This source code is licensed under the MIT license found in the
239239[ prettier ] : https://github.com/prettier/prettier
240240[ npm ] : https://www.npmjs.com/package/@matt-block/react-native-in-app-browser
241241[ npm_shield ] : https://img.shields.io/npm/v/@matt-block/react-native-in-app-browser/latest
242- [ npm_2 ] : https://www.npmjs.com/package/@matt-block/react-native-in-app-browser/v/2.1.0
242+ [ npm_2 ] : https://www.npmjs.com/package/@matt-block/react-native-in-app-browser/v/2.1.2
243243[ npm_2_shield ] : https://img.shields.io/npm/v/@matt-block/react-native-in-app-browser/legacy
244244[ circleci ] : https://circleci.com/gh/matei-radu/react-native-in-app-browser/tree/master
245245[ circleci_shield ] : https://circleci.com/gh/matei-radu/react-native-in-app-browser/tree/master.svg?style=shield
Original file line number Diff line number Diff line change 11{
22 "name" : " @matt-block/react-native-in-app-browser" ,
3- "version" : " 3.1.1-rc.0 " ,
3+ "version" : " 3.1.1" ,
44 "description" : " React Native in-app browser" ,
55 "keywords" : [
66 " in-app" ,
7676 "dependencies" : {
7777 "tinycolor2" : " ^1.4.1"
7878 }
79- }
79+ }
You can’t perform that action at this time.
0 commit comments