From 4bfe01c7f40471450a91cca00cb6a6e4a3dea981 Mon Sep 17 00:00:00 2001 From: Martin Guillon Date: Mon, 9 Dec 2024 15:17:35 +0100 Subject: [PATCH] chore(release): publish new version 1.5.2 --- 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 53ca83d..09112ca 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.5.2](https://github.com/nativescript-community/ui-webview/compare/v1.5.1...v1.5.2) (2024-12-09) + +### Features + +* `userAgent` property ([fc696e7](https://github.com/nativescript-community/ui-webview/commit/fc696e7a1242acc975643ea8a0b110bbf2e1e1b1)) + ## [1.5.1](https://github.com/nativescript-community/ui-webview/compare/v1.5.0...v1.5.1) (2024-12-09) ### Bug Fixes diff --git a/lerna.json b/lerna.json index fc6dffc..c4d7874 100755 --- a/lerna.json +++ b/lerna.json @@ -1,5 +1,5 @@ { - "version": "1.5.1", + "version": "1.5.2", "$schema": "node_modules/@lerna-lite/cli/schemas/lerna-schema.json", "packages": [ "packages/*" diff --git a/packages/webview-rtc/CHANGELOG.md b/packages/webview-rtc/CHANGELOG.md index 499a0eb..277e641 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.5.2](https://github.com/nativescript-community/ui-collectionview/compare/v1.5.1...v1.5.2) (2024-12-09) + +**Note:** Version bump only for package @nativescript-community/ui-webview-rtc + ## [1.5.1](https://github.com/nativescript-community/ui-collectionview/compare/v1.5.0...v1.5.1) (2024-12-09) **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 f2acdbd..e801f53 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.5.1", + "version": "1.5.2", "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.5.1" + "@nativescript-community/ui-webview": "^1.5.2" } } diff --git a/packages/webview/CHANGELOG.md b/packages/webview/CHANGELOG.md index 3da68fe..3d8b002 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.5.2](https://github.com/nativescript-community/ui-webview/compare/v1.5.1...v1.5.2) (2024-12-09) + +**Note:** Version bump only for package @nativescript-community/ui-webview + ## [1.5.1](https://github.com/nativescript-community/ui-webview/compare/v1.5.0...v1.5.1) (2024-12-09) **Note:** Version bump only for package @nativescript-community/ui-webview diff --git a/packages/webview/package.json b/packages/webview/package.json index 3b9cb0a..99aa147 100755 --- a/packages/webview/package.json +++ b/packages/webview/package.json @@ -1,6 +1,6 @@ { "name": "@nativescript-community/ui-webview", - "version": "1.5.1", + "version": "1.5.2", "description": "Advanced WebView plugin for NativeScript", "main": "./index", "sideEffects": false,