Skip to content

Commit a3bb390

Browse files
committed
v1.3.3
1 parent 18d7f4e commit a3bb390

File tree

6 files changed

+40
-4
lines changed

6 files changed

+40
-4
lines changed

CHANGELOG.md

+17
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,23 @@
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.3.3](https://github.com/nativescript-community/ui-webview/compare/v1.3.2...v1.3.3) (2021-12-24)
7+
8+
9+
### Bug Fixes
10+
11+
* bridge loader fix ([9ad6485](https://github.com/nativescript-community/ui-webview/commit/9ad64852fdade3f1702dfccc342592b6532f5996))
12+
13+
14+
### Features
15+
16+
* allow to disable bridge and polyfills ([ab6dd67](https://github.com/nativescript-community/ui-webview/commit/ab6dd67511c533c7d8a44d0a7043eac889de1733))
17+
* **android:** appCachePath property ([5577446](https://github.com/nativescript-community/ui-webview/commit/55774460332ee4e58f72acf0baa8b65eaa76b861))
18+
19+
20+
21+
22+
623
## [1.3.2](https://github.com/nativescript-community/ui-webview/compare/v1.3.1...v1.3.2) (2021-11-05)
724

825

lerna.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,5 @@
1717
]
1818
}
1919
},
20-
"version": "1.3.2"
20+
"version": "1.3.3"
2121
}

packages/webview-rtc/CHANGELOG.md

+8
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.3.3](https://github.com/nativescript-community/ui-collectionview/compare/v1.3.2...v1.3.3) (2021-12-24)
7+
8+
**Note:** Version bump only for package @nativescript-community/ui-webview-rtc
9+
10+
11+
12+
13+
614
## [1.3.2](https://github.com/nativescript-community/ui-collectionview/compare/v1.3.1...v1.3.2) (2021-11-05)
715

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

packages/webview-rtc/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nativescript-community/ui-webview-rtc",
3-
"version": "1.3.2",
3+
"version": "1.3.3",
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.3.2"
39+
"@nativescript-community/ui-webview": "^1.3.3"
4040
}
4141
}

packages/webview/CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
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.3.3](https://github.com/nativescript-community/ui-webview/compare/v1.3.2...v1.3.3) (2021-12-24)
7+
8+
9+
### Bug Fixes
10+
11+
* bridge loader fix ([9ad6485](https://github.com/nativescript-community/ui-webview/commit/9ad64852fdade3f1702dfccc342592b6532f5996))
12+
13+
14+
15+
16+
617
## [1.3.2](https://github.com/nativescript-community/ui-webview/compare/v1.3.1...v1.3.2) (2021-11-05)
718

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

packages/webview/package.json

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

0 commit comments

Comments
 (0)