Skip to content

Commit 283e943

Browse files
authored
Merge pull request #137 from proyecto26/release/v3.3.4
Release v3.3.4
2 parents fb8f617 + 9b75760 commit 283e943

File tree

3 files changed

+688
-784
lines changed

3 files changed

+688
-784
lines changed

CHANGELOG.md

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

2323
## [Unreleased]
2424

25+
## [3.3.4] - 2020-01-07
26+
27+
### Fixed
28+
- Disable swipe to dismiss gesture for modal by [@frankyjuang](https://github.com/frankyjuang) ([#134](https://github.com/proyecto26/react-native-inappbrowser/pull/134)).
29+
2530
## [3.3.3] - 2019-11-25
2631

2732
### Fixed
@@ -140,7 +145,8 @@ Missing tags for previous versions 🤷‍♂
140145
- Fix `EventBusException` on **Android** by [@Almouro](https://github.com/Almouro) ([9cf4cbb](https://github.com/proyecto26/react-native-inappbrowser/commit/9cf4cbb58d55c8b534dabac6791e6a2a5428253f)).
141146

142147

143-
[Unreleased]: https://github.com/proyecto26/react-native-inappbrowser/compare/v3.3.3...HEAD
148+
[Unreleased]: https://github.com/proyecto26/react-native-inappbrowser/compare/v3.3.4...HEAD
149+
[3.3.4]: https://github.com/proyecto26/react-native-inappbrowser/compare/v3.3.3...v3.3.4
144150
[3.3.3]: https://github.com/proyecto26/react-native-inappbrowser/compare/v3.3.2...v3.3.3
145151
[3.3.2]: https://github.com/proyecto26/react-native-inappbrowser/compare/v3.3.1...v3.3.2
146152
[3.3.1]: https://github.com/proyecto26/react-native-inappbrowser/compare/v3.3.0...v3.3.1

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.3",
3+
"version": "3.3.4",
44
"description": "InAppBrowser for React Native",
55
"main": "index.js",
66
"files": [

0 commit comments

Comments
 (0)