Skip to content

Commit 257c4c8

Browse files
committed
Release 3.3.2
1 parent 881607f commit 257c4c8

File tree

3 files changed

+12
-9
lines changed

3 files changed

+12
-9
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@ in case of vulnerabilities.
2222

2323
## [Unreleased]
2424

25+
## [3.3.2] - 2019-11-15
26+
2527
### Fixed
2628
- Validate if the **type** of the auth result is different to `cancel` before to check the url of the last redirection from **Android**.
2729
- Fixed issue getting the result of the auth redirection by using `AppState` to detect **Android** Activity `OnResume` event once.
@@ -133,7 +135,8 @@ Missing tags for previous versions 🤷‍♂
133135
- Fix `EventBusException` on **Android** by [@Almouro](https://github.com/Almouro) ([9cf4cbb](https://github.com/proyecto26/react-native-inappbrowser/commit/9cf4cbb58d55c8b534dabac6791e6a2a5428253f)).
134136

135137

136-
[Unreleased]: https://github.com/proyecto26/react-native-inappbrowser/compare/v3.3.1...HEAD
138+
[Unreleased]: https://github.com/proyecto26/react-native-inappbrowser/compare/v3.3.2...HEAD
139+
[3.3.2]: https://github.com/proyecto26/react-native-inappbrowser/compare/v3.3.1...v3.3.2
137140
[3.3.1]: https://github.com/proyecto26/react-native-inappbrowser/compare/v3.3.0...v3.3.1
138141
[3.3.0]: https://github.com/proyecto26/react-native-inappbrowser/compare/v3.2.0...v3.3.0
139142
[3.2.0]: https://github.com/proyecto26/react-native-inappbrowser/compare/v3.1.0...v3.2.0

example/yarn.lock

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2859,9 +2859,9 @@ growly@^1.3.0:
28592859
integrity sha1-8QdIy+dq+WS3yWyTxrzCivEgwIE=
28602860

28612861
handlebars@^4.1.2:
2862-
version "4.5.1"
2863-
resolved "https://registry.yarnpkg.com/handlebars/-/handlebars-4.5.1.tgz#8a01c382c180272260d07f2d1aa3ae745715c7ba"
2864-
integrity sha512-C29UoFzHe9yM61lOsIlCE5/mQVGrnIOrOq7maQl76L7tYPCgC1og0Ajt6uWnX4ZTxBPnjw+CUvawphwCfJgUnA==
2862+
version "4.5.2"
2863+
resolved "https://registry.yarnpkg.com/handlebars/-/handlebars-4.5.2.tgz#5a4eb92ab5962ca3415ac188c86dc7f784f76a0f"
2864+
integrity sha512-29Zxv/cynYB7mkT1rVWQnV7mGX6v7H/miQ6dbEpYTKq5eJBN7PsRB+ViYJlcT6JINTSu4dVB9kOqEun78h6Exg==
28652865
dependencies:
28662866
neo-async "^2.6.0"
28672867
optimist "^0.6.1"
@@ -5182,12 +5182,12 @@ react-devtools-core@^3.6.0:
51825182
ws "^3.3.1"
51835183

51845184
react-is@^16.8.1, react-is@^16.8.4, react-is@^16.8.6:
5185-
version "16.11.0"
5186-
resolved "https://registry.yarnpkg.com/react-is/-/react-is-16.11.0.tgz#b85dfecd48ad1ce469ff558a882ca8e8313928fa"
5187-
integrity sha512-gbBVYR2p8mnriqAwWx9LbuUrShnAuSCNnuPGyc7GJrMVQtPDAh8iLpv7FRuMPFb56KkaVZIYSz1PrjI9q0QPCw==
5185+
version "16.12.0"
5186+
resolved "https://registry.yarnpkg.com/react-is/-/react-is-16.12.0.tgz#2cc0fe0fba742d97fd527c42a13bec4eeb06241c"
5187+
integrity sha512-rPCkf/mWBtKc97aLL9/txD8DZdemK0vkA3JMLShjlJB3Pj3s+lpf1KaBzMfQrAmhMQB0n1cU/SUGgKKBCe837Q==
51885188

51895189
"react-native-inappbrowser-reborn@file:..":
5190-
version "3.3.1"
5190+
version "3.3.2"
51915191
dependencies:
51925192
invariant "^2.2.4"
51935193
opencollective-postinstall "^2.0.2"

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-native-inappbrowser-reborn",
3-
"version": "3.3.1",
3+
"version": "3.3.2",
44
"description": "InAppBrowser for React Native",
55
"main": "index.js",
66
"files": [

0 commit comments

Comments
 (0)