Skip to content

Commit b5a3d23

Browse files
committed
v1.4.4
1 parent 16992d6 commit b5a3d23

File tree

7 files changed

+30
-5
lines changed

7 files changed

+30
-5
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [1.4.4](https://github.com/nativescript-community/ui-webview/compare/v1.4.3...v1.4.4) (2023-02-15)
7+
8+
**Note:** Version bump only for package @nativescript-community/ui-webview-root
9+
10+
11+
12+
13+
614
## [1.4.3](https://github.com/nativescript-community/ui-webview/compare/v1.4.2...v1.4.3) (2023-01-24)
715

816

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,5 @@
1818
]
1919
}
2020
},
21-
"version": "1.4.3"
21+
"version": "1.4.4"
2222
}

packages/webview-rtc/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [1.4.4](https://github.com/nativescript-community/ui-collectionview/compare/v1.4.3...v1.4.4) (2023-02-15)
7+
8+
**Note:** Version bump only for package @nativescript-community/ui-webview-rtc
9+
10+
11+
12+
13+
614
## [1.4.3](https://github.com/nativescript-community/ui-collectionview/compare/v1.4.2...v1.4.3) (2023-01-24)
715

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

packages/webview-rtc/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nativescript-community/ui-webview-rtc",
3-
"version": "1.4.3",
3+
"version": "1.4.4",
44
"main": "./index",
55
"sideEffects": false,
66
"typings": "./index.d.ts",
@@ -36,6 +36,6 @@
3636
},
3737
"homepage": "https://github.com/nativescript-community/ui-webview#readme",
3838
"dependencies": {
39-
"@nativescript-community/ui-webview": "^1.4.3"
39+
"@nativescript-community/ui-webview": "^1.4.4"
4040
}
4141
}

packages/webview/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [1.4.4](https://github.com/nativescript-community/ui-webview/compare/v1.4.3...v1.4.4) (2023-02-15)
7+
8+
**Note:** Version bump only for package @nativescript-community/ui-webview
9+
10+
11+
12+
13+
614
## [1.4.3](https://github.com/nativescript-community/ui-webview/compare/v1.4.2...v1.4.3) (2023-01-24)
715

816

packages/webview/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nativescript-community/ui-webview",
3-
"version": "1.4.3",
3+
"version": "1.4.4",
44
"description": "Image caching plugin for NativeScript",
55
"main": "./index",
66
"sideEffects": false,

packages/webview/platforms/android/native-api-usage.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
"android.webkit:JsResult",
1111
"android.webkit:ConsoleMessage",
1212
"android.webkit:ValueCallback",
13-
"android.webkit:PermissionRequest"
13+
"android.webkit:PermissionRequest",
14+
"android.webkit:ConsoleMessage.MessageLevel"
1415
]
1516
}

0 commit comments

Comments
 (0)