This repository was archived by the owner on Nov 10, 2020. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +272
-219
lines changed Expand file tree Collapse file tree 4 files changed +272
-219
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.
5
5
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
6
6
and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
7
7
8
- ## [ Unreleased ]
8
+ ## [ 2.1.2 ] - 2019-09-01
9
9
10
10
### Fixed
11
11
@@ -156,6 +156,7 @@ The following functions have been deprecated. Please see
156
156
157
157
- ` openInApp ` : open a valid http(s) URL with an in-app browser.
158
158
159
+ [ 2.1.2 ] : https://github.com/matt-block/react-native-in-app-browser/compare/v2.1.1...v2.1.2
159
160
[ 2.1.1 ] : https://github.com/matt-block/react-native-in-app-browser/compare/v2.1.0...v2.1.1
160
161
[ 2.1.0 ] : https://github.com/matt-block/react-native-in-app-browser/compare/v2.0.0...v2.1.0
161
162
[ 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 @@ -17,10 +17,10 @@ This library will always target the most recent React Native package. If you are
17
17
using an older release of React Native, use the correct version of this library
18
18
from the compatibility table below (if available):
19
19
20
- | React Native | Library |
21
- | :-------------: | :-----: |
22
- | 0.60.x | latest |
23
- | 0.57.0 - 0.59.x | 2.0.0 |
20
+ | React Native | Library |
21
+ | :-------------: | :--------------------------------------- : |
22
+ | 0.60.x | [ ![ npm (scoped) ] [ npm_shield ]] [ npm ] |
23
+ | 0.57.0 - 0.59.x | [ ![ npm v2 (scoped) ] [ npm_2_shield ]] [ npm_2 ] |
24
24
25
25
** Using Expo?** Check out [ WebBrowser] ( https://docs.expo.io/versions/latest/sdk/webbrowser/ ) .
26
26
@@ -239,6 +239,8 @@ This source code is licensed under the MIT license found in the
239
239
[ prettier ] : https://github.com/prettier/prettier
240
240
[ npm ] : https://www.npmjs.com/package/@matt-block/react-native-in-app-browser
241
241
[ npm_shield ] : https://img.shields.io/npm/v/@matt-block/react-native-in-app-browser.svg
242
+ [ npm_2 ] : https://www.npmjs.com/package/@matt-block/react-native-in-app-browser/v/2.1.2
243
+ [ npm_2_shield ] : https://img.shields.io/badge/npm-v2.1.2-blue
242
244
[ circleci ] : https://circleci.com/gh/matei-radu/react-native-in-app-browser/tree/master
243
245
[ circleci_shield ] : https://circleci.com/gh/matei-radu/react-native-in-app-browser/tree/master.svg?style=shield
244
246
[ tinycolor ] : https://github.com/bgrins/TinyColor
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @matt-block/react-native-in-app-browser" ,
3
- "version" : " 2.1.1 " ,
3
+ "version" : " 2.1.2 " ,
4
4
"description" : " React Native in-app browser" ,
5
5
"keywords" : [
6
6
" in-app" ,
27
27
"scripts" : {
28
28
"build" : " tsc" ,
29
29
"test" : " jest --config jestconfig.json" ,
30
- "prepack" : " run-s test build prepack:script" ,
31
- "prepack:script" : " ts-node scripts/prepack.ts" ,
32
- "postpack" : " ts-node scripts/postpack.ts" ,
33
- "prepare" : " install-self-peers -- --ignore-scripts" ,
34
30
"husky:pre-commit" : " run-s husky:rc-bump husky:lint" ,
35
31
"husky:rc-bump" : " ts-node scripts/rcBump.ts" ,
36
32
"husky:lint" : " lint-staged" ,
You can’t perform that action at this time.
0 commit comments