Skip to content

Commit 43b7e57

Browse files
committed
v1.4.5
1 parent 3e25ade commit 43b7e57

File tree

6 files changed

+15
-27
lines changed

6 files changed

+15
-27
lines changed

CHANGELOG.md

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,25 +3,22 @@
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
6+
## [1.4.5](https://github.com/nativescript-community/ui-webview/compare/v1.4.4...v1.4.5) (2023-06-20)
97

8+
### Bug Fixes
109

10+
* angular build fix ([5552ca4](https://github.com/nativescript-community/ui-webview/commit/5552ca4b55240963d0317a34be8b8c4e62b2b155))
1111

12+
## [1.4.4](https://github.com/nativescript-community/ui-webview/compare/v1.4.3...v1.4.4) (2023-02-15)
1213

14+
**Note:** Version bump only for package @nativescript-community/ui-webview-root
1315

1416
## [1.4.3](https://github.com/nativescript-community/ui-webview/compare/v1.4.2...v1.4.3) (2023-01-24)
1517

16-
1718
### Bug Fixes
1819

1920
* **ui-webview:** android native-api-usage fix ([9343cc7](https://github.com/nativescript-community/ui-webview/commit/9343cc707295c8e1b970a5e068b37fde55359714))
2021

21-
22-
23-
24-
2522
## [1.4.2](https://github.com/nativescript-community/ui-webview/compare/v1.4.1...v1.4.2) (2022-09-02)
2623

2724
### Bug Fixes

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "1.4.4",
2+
"version": "1.4.5",
33
"packages": [
44
"packages/*"
55
],

packages/webview-rtc/CHANGELOG.md

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,22 +3,18 @@
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)
6+
## [1.4.5](https://github.com/nativescript-community/ui-collectionview/compare/v1.4.4...v1.4.5) (2023-06-20)
77

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

10+
## [1.4.4](https://github.com/nativescript-community/ui-collectionview/compare/v1.4.3...v1.4.4) (2023-02-15)
1011

11-
12-
12+
**Note:** Version bump only for package @nativescript-community/ui-webview-rtc
1313

1414
## [1.4.3](https://github.com/nativescript-community/ui-collectionview/compare/v1.4.2...v1.4.3) (2023-01-24)
1515

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

18-
19-
20-
21-
2218
## [1.4.2](https://github.com/nativescript-community/ui-collectionview/compare/v1.4.1...v1.4.2) (2022-09-02)
2319

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

packages/webview/CHANGELOG.md

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,25 +3,20 @@
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)
6+
## [1.4.5](https://github.com/nativescript-community/ui-webview/compare/v1.4.4...v1.4.5) (2023-06-20)
77

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

10+
## [1.4.4](https://github.com/nativescript-community/ui-webview/compare/v1.4.3...v1.4.4) (2023-02-15)
1011

11-
12-
12+
**Note:** Version bump only for package @nativescript-community/ui-webview
1313

1414
## [1.4.3](https://github.com/nativescript-community/ui-webview/compare/v1.4.2...v1.4.3) (2023-01-24)
1515

16-
1716
### Bug Fixes
1817

1918
* **ui-webview:** android native-api-usage fix ([9343cc7](https://github.com/nativescript-community/ui-webview/commit/9343cc707295c8e1b970a5e068b37fde55359714))
2019

21-
22-
23-
24-
2520
## [1.4.2](https://github.com/nativescript-community/ui-webview/compare/v1.4.1...v1.4.2) (2022-09-02)
2621

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

0 commit comments

Comments
 (0)