Skip to content

Commit 8f10da7

Browse files
committed
Fix README package distribution.
1 parent 1ef45c6 commit 8f10da7

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
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.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

demo/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
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",

0 commit comments

Comments
 (0)