File tree 2 files changed +9
-3
lines changed
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.
22
22
23
23
## [ Unreleased]
24
24
25
+ ## [ 3.1.2] - 2021-06-28
26
+
27
+ ### Fixed
28
+ - Fix ` README ` package distribution.
29
+
25
30
## [ 3.1.1] - 2021-06-28
26
31
27
32
### Fixed
@@ -102,7 +107,8 @@ in case of vulnerabilities.
102
107
- Methods to open and close external urls to authenticate the user ** (openAuth, closeAuth)** using deep linking.
103
108
- ` isAvailable ` method to detect if the device supports the plugin.
104
109
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
106
112
[ 3.1.1 ] : https://github.com/proyecto26/nativescript-inappbrowser/compare/v3.1.0...v3.1.1
107
113
[ 3.1.0 ] : https://github.com/proyecto26/nativescript-inappbrowser/compare/v3.0.2...v3.1.0
108
114
[ 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 3
3
"license" : " SEE LICENSE IN <your-license-filename>" ,
4
4
"repository" : " <fill-your-repository-here>" ,
5
5
"dependencies" : {
6
+ "@nativescript/core" : " ~7.0.0" ,
6
7
"nativescript-inappbrowser" : " file:../src" ,
7
- "nativescript-theme-core" : " ~2.0.24" ,
8
- "@nativescript/core" : " ~7.0.0"
8
+ "nativescript-theme-core" : " ~2.0.24"
9
9
},
10
10
"devDependencies" : {
11
11
"@nativescript/android" : " 7.0.1" ,
You can’t perform that action at this time.
0 commit comments