Skip to content

Commit aeda723

Browse files
committed
v1.4.2
1 parent c66c11c commit aeda723

File tree

6 files changed

+18
-4
lines changed

6 files changed

+18
-4
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
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.2](https://github.com/nativescript-community/ui-webview/compare/v1.4.1...v1.4.2) (2022-09-02)
7+
8+
### Bug Fixes
9+
10+
* rename trace category ([33d1f60](https://github.com/nativescript-community/ui-webview/commit/33d1f6058a4defd29eedbf390465504faab3e1d9))
11+
612
## [1.4.1](https://github.com/nativescript-community/ui-webview/compare/v1.4.0...v1.4.1) (2022-09-02)
713

814
### Bug Fixes

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,5 @@
1717
]
1818
}
1919
},
20-
"version": "1.4.1"
20+
"version": "1.4.2"
2121
}

packages/webview-rtc/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
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.2](https://github.com/nativescript-community/ui-collectionview/compare/v1.4.1...v1.4.2) (2022-09-02)
7+
8+
**Note:** Version bump only for package @nativescript-community/ui-webview-rtc
9+
610
## [1.4.1](https://github.com/nativescript-community/ui-collectionview/compare/v1.4.0...v1.4.1) (2022-09-02)
711

812
**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.1",
3+
"version": "1.4.2",
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.1"
39+
"@nativescript-community/ui-webview": "^1.4.2"
4040
}
4141
}

packages/webview/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
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.2](https://github.com/nativescript-community/ui-webview/compare/v1.4.1...v1.4.2) (2022-09-02)
7+
8+
**Note:** Version bump only for package @nativescript-community/ui-webview
9+
610
## [1.4.1](https://github.com/nativescript-community/ui-webview/compare/v1.4.0...v1.4.1) (2022-09-02)
711

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

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.1",
3+
"version": "1.4.2",
44
"description": "Image caching plugin for NativeScript",
55
"main": "./index",
66
"sideEffects": false,

0 commit comments

Comments
 (0)