Skip to content

Commit

Permalink
v1.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
farfromrefug committed Nov 23, 2020
1 parent eda7f67 commit d78ecb7
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 2 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.1.5](https://github.com/nativescript-community/ui-webview/compare/v1.1.4...v1.1.5) (2020-11-23)


### Bug Fixes

* import fix ([967b38c](https://github.com/nativescript-community/ui-webview/commit/967b38c15fbce5f6a742e5204f46f246348cd2d1))





## [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
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.4",
"version": "1.1.5",
"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.5](https://github.com/nativescript-community/ui-webview/compare/v1.1.4...v1.1.5) (2020-11-23)

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





## [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
Expand Down
2 changes: 1 addition & 1 deletion plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nativescript-community/ui-webview",
"version": "1.1.4",
"version": "1.1.5",
"description": "Extended WebView which adds many options such as custom scheme handlers, JavaScript execution, URL capturing, and more.",
"main": "./webview",
"sideEffects": false,
Expand Down

0 comments on commit d78ecb7

Please sign in to comment.