File tree Expand file tree Collapse file tree 2 files changed +9
-3
lines changed Expand file tree Collapse file tree 2 files changed +9
-3
lines changed Original file line number Diff line number Diff line change @@ -22,6 +22,11 @@ in case of vulnerabilities.
2222
2323## [ Unreleased]
2424
25+ ## [ 3.1.2] - 2021-06-28
26+
27+ ### Fixed
28+ - Fix ` README ` package distribution.
29+
2530## [ 3.1.1] - 2021-06-28
2631
2732### Fixed
@@ -102,7 +107,8 @@ in case of vulnerabilities.
102107- Methods to open and close external urls to authenticate the user ** (openAuth, closeAuth)** using deep linking.
103108- ` isAvailable ` method to detect if the device supports the plugin.
104109
105- [ Unreleased ] : https://github.com/proyecto26/nativescript-inappbrowser/compare/v3.1.1...HEAD
110+ [ Unreleased ] : https://github.com/proyecto26/nativescript-inappbrowser/compare/v3.1.2...HEAD
111+ [ 3.1.2 ] : https://github.com/proyecto26/nativescript-inappbrowser/compare/v3.1.1...v3.1.2
106112[ 3.1.1 ] : https://github.com/proyecto26/nativescript-inappbrowser/compare/v3.1.0...v3.1.1
107113[ 3.1.0 ] : https://github.com/proyecto26/nativescript-inappbrowser/compare/v3.0.2...v3.1.0
108114[ 3.0.2 ] : https://github.com/proyecto26/nativescript-inappbrowser/compare/v3.0.1...v3.0.2
Original file line number Diff line number Diff line change 33 "license" : " SEE LICENSE IN <your-license-filename>" ,
44 "repository" : " <fill-your-repository-here>" ,
55 "dependencies" : {
6+ "@nativescript/core" : " ~7.0.0" ,
67 "nativescript-inappbrowser" : " file:../src" ,
7- "nativescript-theme-core" : " ~2.0.24" ,
8- "@nativescript/core" : " ~7.0.0"
8+ "nativescript-theme-core" : " ~2.0.24"
99 },
1010 "devDependencies" : {
1111 "@nativescript/android" : " 7.0.1" ,
You can’t perform that action at this time.
0 commit comments