diff --git a/CHANGELOG.md b/CHANGELOG.md index 50282c9..975188c 100644 --- a/CHANGELOG.md +++ b/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.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 + ## [1.4.7](https://github.com/nativescript-community/ui-webview/compare/v1.4.6...v1.4.7) (2023-08-02) ### Bug Fixes diff --git a/lerna.json b/lerna.json index 2c7dadf..b85fea1 100755 --- a/lerna.json +++ b/lerna.json @@ -1,5 +1,5 @@ { - "version": "1.4.7", + "version": "1.4.8", "packages": [ "packages/*" ], diff --git a/packages/webview-rtc/CHANGELOG.md b/packages/webview-rtc/CHANGELOG.md index 21c3484..0e66153 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.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 + ## [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 diff --git a/packages/webview-rtc/package.json b/packages/webview-rtc/package.json index cf1f219..a2e6f75 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.7", + "version": "1.4.8", "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.7" + "@nativescript-community/ui-webview": "^1.4.8" } } diff --git a/packages/webview/CHANGELOG.md b/packages/webview/CHANGELOG.md index 1625b42..878237c 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.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 + ## [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 diff --git a/packages/webview/package.json b/packages/webview/package.json index 0d943bd..99a6dac 100755 --- a/packages/webview/package.json +++ b/packages/webview/package.json @@ -1,6 +1,6 @@ { "name": "@nativescript-community/ui-webview", - "version": "1.4.7", + "version": "1.4.8", "description": "Image caching plugin for NativeScript", "main": "./index", "sideEffects": false,