From 8a6a45a67b79ac1abc65f94d4f84c27b8d827008 Mon Sep 17 00:00:00 2001 From: farfromrefuge Date: Thu, 3 Aug 2023 14:49:52 +0200 Subject: [PATCH] v1.4.9 --- CHANGELOG.md | 6 ++++++ 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, 18 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 975188c..ab71ecb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.4.9](https://github.com/nativescript-community/ui-webview/compare/v1.4.8...v1.4.9) (2023-08-03) + +### Bug Fixes + +* **webview:** ios ensure configuration is correctly set in view creation ([8fefa5e](https://github.com/nativescript-community/ui-webview/commit/8fefa5e9546419d3995b61292fd516b3e7ad1b83)) + ## [1.4.8](https://github.com/nativescript-community/ui-webview/compare/v1.4.7...v1.4.8) (2023-08-02) **Note:** Version bump only for package @nativescript-community/ui-webview-root diff --git a/lerna.json b/lerna.json index b85fea1..c26bc13 100755 --- a/lerna.json +++ b/lerna.json @@ -1,5 +1,5 @@ { - "version": "1.4.8", + "version": "1.4.9", "packages": [ "packages/*" ], diff --git a/packages/webview-rtc/CHANGELOG.md b/packages/webview-rtc/CHANGELOG.md index 0e66153..1a00772 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.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 + ## [1.4.8](https://github.com/nativescript-community/ui-collectionview/compare/v1.4.7...v1.4.8) (2023-08-02) **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 a2e6f75..733a8e9 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.8", + "version": "1.4.9", "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.8" + "@nativescript-community/ui-webview": "^1.4.9" } } diff --git a/packages/webview/CHANGELOG.md b/packages/webview/CHANGELOG.md index 878237c..e3f84de 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.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 + ## [1.4.8](https://github.com/nativescript-community/ui-webview/compare/v1.4.7...v1.4.8) (2023-08-02) **Note:** Version bump only for package @nativescript-community/ui-webview diff --git a/packages/webview/package.json b/packages/webview/package.json index 99a6dac..5b76145 100755 --- a/packages/webview/package.json +++ b/packages/webview/package.json @@ -1,6 +1,6 @@ { "name": "@nativescript-community/ui-webview", - "version": "1.4.8", + "version": "1.4.9", "description": "Image caching plugin for NativeScript", "main": "./index", "sideEffects": false,