From 546044fd994a556599e44c867f786ffe0293de35 Mon Sep 17 00:00:00 2001 From: Martin Guillon Date: Wed, 13 Dec 2023 16:58:35 +0100 Subject: [PATCH] v1.4.10 --- CHANGELOG.md | 12 ++++++++++++ lerna.json | 2 +- packages/webview-rtc/CHANGELOG.md | 4 ++++ packages/webview-rtc/package.json | 4 ++-- packages/webview/CHANGELOG.md | 4 ++++ packages/webview/package.json | 2 +- 6 files changed, 24 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ab71ecb..2f8d0d3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,18 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.4.10](https://github.com/nativescript-community/ui-webview/compare/v1.4.9...v1.4.10) (2023-12-13) + +### Bug Fixes + +* **android:** remove `appCachePath` as it was removed from android ([d696d4c](https://github.com/nativescript-community/ui-webview/commit/d696d4c393bcfd97a7eeb6d6daaea19471d68761)) +* **webview:** Fix emitting events without payload on iOS ([6cac60f](https://github.com/nativescript-community/ui-webview/commit/6cac60f8b3f43ceebb8f5089f469986f1abce9f8)) +* **webview:** Remove normalizeUrl method ([300f3bb](https://github.com/nativescript-community/ui-webview/commit/300f3bb70e616a376a65d0447dfd6cf281257d3d)) + +### Features + +* **webview:** Add debugMode property to iOS, closes [#8](https://github.com/nativescript-community/ui-webview/issues/8) ([23816ee](https://github.com/nativescript-community/ui-webview/commit/23816ee5463c8242f7b31201e3b885a0401f2130)) + ## [1.4.9](https://github.com/nativescript-community/ui-webview/compare/v1.4.8...v1.4.9) (2023-08-03) ### Bug Fixes diff --git a/lerna.json b/lerna.json index c26bc13..0d2a86a 100755 --- a/lerna.json +++ b/lerna.json @@ -1,5 +1,5 @@ { - "version": "1.4.9", + "version": "1.4.10", "packages": [ "packages/*" ], diff --git a/packages/webview-rtc/CHANGELOG.md b/packages/webview-rtc/CHANGELOG.md index 1a00772..e410f06 100644 --- a/packages/webview-rtc/CHANGELOG.md +++ b/packages/webview-rtc/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.4.10](https://github.com/nativescript-community/ui-collectionview/compare/v1.4.9...v1.4.10) (2023-12-13) + +**Note:** Version bump only for package @nativescript-community/ui-webview-rtc + ## [1.4.9](https://github.com/nativescript-community/ui-collectionview/compare/v1.4.8...v1.4.9) (2023-08-03) **Note:** Version bump only for package @nativescript-community/ui-webview-rtc diff --git a/packages/webview-rtc/package.json b/packages/webview-rtc/package.json index 733a8e9..283d51d 100755 --- a/packages/webview-rtc/package.json +++ b/packages/webview-rtc/package.json @@ -1,6 +1,6 @@ { "name": "@nativescript-community/ui-webview-rtc", - "version": "1.4.9", + "version": "1.4.10", "main": "./index", "sideEffects": false, "typings": "./index.d.ts", @@ -36,6 +36,6 @@ }, "homepage": "https://github.com/nativescript-community/ui-webview#readme", "dependencies": { - "@nativescript-community/ui-webview": "^1.4.9" + "@nativescript-community/ui-webview": "^1.4.10" } } diff --git a/packages/webview/CHANGELOG.md b/packages/webview/CHANGELOG.md index e3f84de..994a55a 100644 --- a/packages/webview/CHANGELOG.md +++ b/packages/webview/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.4.10](https://github.com/nativescript-community/ui-webview/compare/v1.4.9...v1.4.10) (2023-12-13) + +**Note:** Version bump only for package @nativescript-community/ui-webview + ## [1.4.9](https://github.com/nativescript-community/ui-webview/compare/v1.4.8...v1.4.9) (2023-08-03) **Note:** Version bump only for package @nativescript-community/ui-webview diff --git a/packages/webview/package.json b/packages/webview/package.json index 5b76145..bc76e80 100755 --- a/packages/webview/package.json +++ b/packages/webview/package.json @@ -1,6 +1,6 @@ { "name": "@nativescript-community/ui-webview", - "version": "1.4.9", + "version": "1.4.10", "description": "Image caching plugin for NativeScript", "main": "./index", "sideEffects": false,