From e62550c709536277f5bf89cd757367c8e4180c36 Mon Sep 17 00:00:00 2001 From: farfromrefuge Date: Wed, 2 Aug 2023 20:59:07 +0200 Subject: [PATCH] v1.4.7 --- 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 65ad498..50282c9 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.7](https://github.com/nativescript-community/ui-webview/compare/v1.4.6...v1.4.7) (2023-08-02) + +### Bug Fixes + +* angular register fix ([2a373ec](https://github.com/nativescript-community/ui-webview/commit/2a373ec1e811e2364a07ad1ce5b290b5bd835117)) + ## [1.4.6](https://github.com/nativescript-community/ui-webview/compare/v1.4.5...v1.4.6) (2023-06-20) **Note:** Version bump only for package @nativescript-community/ui-webview-root diff --git a/lerna.json b/lerna.json index 1f63a8b..2c7dadf 100755 --- a/lerna.json +++ b/lerna.json @@ -1,5 +1,5 @@ { - "version": "1.4.6", + "version": "1.4.7", "packages": [ "packages/*" ], diff --git a/packages/webview-rtc/CHANGELOG.md b/packages/webview-rtc/CHANGELOG.md index 9447218..21c3484 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.7](https://github.com/nativescript-community/ui-collectionview/compare/v1.4.6...v1.4.7) (2023-08-02) + +**Note:** Version bump only for package @nativescript-community/ui-webview-rtc + ## [1.4.6](https://github.com/nativescript-community/ui-collectionview/compare/v1.4.5...v1.4.6) (2023-06-20) **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 c029fe3..cf1f219 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.6", + "version": "1.4.7", "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.6" + "@nativescript-community/ui-webview": "^1.4.7" } } diff --git a/packages/webview/CHANGELOG.md b/packages/webview/CHANGELOG.md index 1e8bd61..1625b42 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.7](https://github.com/nativescript-community/ui-webview/compare/v1.4.6...v1.4.7) (2023-08-02) + +**Note:** Version bump only for package @nativescript-community/ui-webview + ## [1.4.6](https://github.com/nativescript-community/ui-webview/compare/v1.4.5...v1.4.6) (2023-06-20) **Note:** Version bump only for package @nativescript-community/ui-webview diff --git a/packages/webview/package.json b/packages/webview/package.json index a6091a6..0d943bd 100755 --- a/packages/webview/package.json +++ b/packages/webview/package.json @@ -1,6 +1,6 @@ { "name": "@nativescript-community/ui-webview", - "version": "1.4.6", + "version": "1.4.7", "description": "Image caching plugin for NativeScript", "main": "./index", "sideEffects": false,