Skip to content

Commit

Permalink
Merge branch 'master' of github.com:farfromrefug/nativescript-advance…
Browse files Browse the repository at this point in the history
…d-webview into master
  • Loading branch information
farfromrefug committed Nov 23, 2020
2 parents 967b38c + 3cf1fc6 commit eda7f67
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 4 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.1.4](https://github.com/nativescript-community/ui-webview/compare/v1.1.3...v1.1.4) (2020-11-22)

**Note:** Version bump only for package @nativescript-community/ui-webview





## [1.1.3](https://github.com/nativescript-community/ui-webview/compare/v1.1.2...v1.1.3) (2020-10-28)


Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"packages": [
"plugin"
],
"version": "1.1.3",
"version": "1.1.4",
"command": {
"publish": {
"conventionalCommits": true
Expand Down
8 changes: 8 additions & 0 deletions plugin/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.1.4](https://github.com/nativescript-community/ui-webview/compare/v1.1.3...v1.1.4) (2020-11-22)

**Note:** Version bump only for package @nativescript-community/ui-webview





## [1.1.3](https://github.com/nativescript-community/ui-webview/compare/v1.1.2...v1.1.3) (2020-10-28)


Expand Down
6 changes: 3 additions & 3 deletions plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
{
"name": "@nativescript-community/ui-webview",
"version": "1.1.3",
"version": "1.1.4",
"description": "Extended WebView which adds many options such as custom scheme handlers, JavaScript execution, URL capturing, and more.",
"main": "./webview",
"sideEffects": false,
"typings": "./webview.d.ts",
"repository": {
"type": "git",
"url": "git+https://github.com/nativescript-community/ui-webview.git"
"url": "https://github.com/nativescript-community/ui-webview"
},
"nativescript": {
"platforms": {
Expand All @@ -28,6 +29,5 @@
"bugs": {
"url": "https://github.com/nativescript-community/ui-webview/issues"
},
"homepage": "https://github.com/nativescript-community/ui-webview#readme",
"gitHead": "afa99a5f27006ed7545af88d2f8544fc1721e41c"
}

0 comments on commit eda7f67

Please sign in to comment.