Skip to content
This repository was archived by the owner on Nov 10, 2020. It is now read-only.

Commit 299128e

Browse files
committed
Bump version to 2.1.2
1 parent 0d484ac commit 299128e

File tree

4 files changed

+272
-219
lines changed

4 files changed

+272
-219
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8-
## [Unreleased]
8+
## [2.1.2] - 2019-09-01
99

1010
### Fixed
1111

@@ -156,6 +156,7 @@ The following functions have been deprecated. Please see
156156

157157
- `openInApp`: open a valid http(s) URL with an in-app browser.
158158

159+
[2.1.2]: https://github.com/matt-block/react-native-in-app-browser/compare/v2.1.1...v2.1.2
159160
[2.1.1]: https://github.com/matt-block/react-native-in-app-browser/compare/v2.1.0...v2.1.1
160161
[2.1.0]: https://github.com/matt-block/react-native-in-app-browser/compare/v2.0.0...v2.1.0
161162
[2.0.0]: https://github.com/matt-block/react-native-in-app-browser/compare/v1.4.1...v2.0.0

README.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,10 @@ This library will always target the most recent React Native package. If you are
1717
using an older release of React Native, use the correct version of this library
1818
from the compatibility table below (if available):
1919

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] |
2424

2525
**Using Expo?** Check out [WebBrowser](https://docs.expo.io/versions/latest/sdk/webbrowser/).
2626

@@ -239,6 +239,8 @@ 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.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
242244
[circleci]: https://circleci.com/gh/matei-radu/react-native-in-app-browser/tree/master
243245
[circleci_shield]: https://circleci.com/gh/matei-radu/react-native-in-app-browser/tree/master.svg?style=shield
244246
[tinycolor]: https://github.com/bgrins/TinyColor

package.json

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@matt-block/react-native-in-app-browser",
3-
"version": "2.1.1",
3+
"version": "2.1.2",
44
"description": "React Native in-app browser",
55
"keywords": [
66
"in-app",
@@ -27,10 +27,6 @@
2727
"scripts": {
2828
"build": "tsc",
2929
"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",
3430
"husky:pre-commit": "run-s husky:rc-bump husky:lint",
3531
"husky:rc-bump": "ts-node scripts/rcBump.ts",
3632
"husky:lint": "lint-staged",

0 commit comments

Comments
 (0)