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

Commit

Permalink
Bump version to 2.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
matei-radu committed Sep 1, 2019
1 parent 0d484ac commit 299128e
Show file tree
Hide file tree
Showing 4 changed files with 272 additions and 219 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]
## [2.1.2] - 2019-09-01

### Fixed

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

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

[2.1.2]: https://github.com/matt-block/react-native-in-app-browser/compare/v2.1.1...v2.1.2
[2.1.1]: https://github.com/matt-block/react-native-in-app-browser/compare/v2.1.0...v2.1.1
[2.1.0]: https://github.com/matt-block/react-native-in-app-browser/compare/v2.0.0...v2.1.0
[2.0.0]: https://github.com/matt-block/react-native-in-app-browser/compare/v1.4.1...v2.0.0
Expand Down
10 changes: 6 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@ This library will always target the most recent React Native package. If you are
using an older release of React Native, use the correct version of this library
from the compatibility table below (if available):

| React Native | Library |
| :-------------: | :-----: |
| 0.60.x | latest |
| 0.57.0 - 0.59.x | 2.0.0 |
| React Native | Library |
| :-------------: | :---------------------------------------: |
| 0.60.x | [![npm (scoped)][npm_shield]][npm] |
| 0.57.0 - 0.59.x | [![npm v2 (scoped)][npm_2_shield]][npm_2] |

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

Expand Down Expand Up @@ -239,6 +239,8 @@ This source code is licensed under the MIT license found in the
[prettier]: https://github.com/prettier/prettier
[npm]: https://www.npmjs.com/package/@matt-block/react-native-in-app-browser
[npm_shield]: https://img.shields.io/npm/v/@matt-block/react-native-in-app-browser.svg
[npm_2]: https://www.npmjs.com/package/@matt-block/react-native-in-app-browser/v/2.1.2
[npm_2_shield]: https://img.shields.io/badge/npm-v2.1.2-blue
[circleci]: https://circleci.com/gh/matei-radu/react-native-in-app-browser/tree/master
[circleci_shield]: https://circleci.com/gh/matei-radu/react-native-in-app-browser/tree/master.svg?style=shield
[tinycolor]: https://github.com/bgrins/TinyColor
6 changes: 1 addition & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@matt-block/react-native-in-app-browser",
"version": "2.1.1",
"version": "2.1.2",
"description": "React Native in-app browser",
"keywords": [
"in-app",
Expand All @@ -27,10 +27,6 @@
"scripts": {
"build": "tsc",
"test": "jest --config jestconfig.json",
"prepack": "run-s test build prepack:script",
"prepack:script": "ts-node scripts/prepack.ts",
"postpack": "ts-node scripts/postpack.ts",
"prepare": "install-self-peers -- --ignore-scripts",
"husky:pre-commit": "run-s husky:rc-bump husky:lint",
"husky:rc-bump": "ts-node scripts/rcBump.ts",
"husky:lint": "lint-staged",
Expand Down
Loading

0 comments on commit 299128e

Please sign in to comment.