From e8a55dde97e5d7d1ebd47e28910f673773b21133 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matu=CC=81s=CC=8C=20Tomlein?= Date: Mon, 20 Jan 2025 22:29:28 +0100 Subject: [PATCH] Prepare for 4.3.1 release --- .../release-4.3.1_2025-01-20-21-32.json | 10 ++++++++++ common/config/rush/version-policies.json | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) create mode 100644 common/changes/@snowplow/browser-plugin-webview/release-4.3.1_2025-01-20-21-32.json diff --git a/common/changes/@snowplow/browser-plugin-webview/release-4.3.1_2025-01-20-21-32.json b/common/changes/@snowplow/browser-plugin-webview/release-4.3.1_2025-01-20-21-32.json new file mode 100644 index 000000000..b9eb26e71 --- /dev/null +++ b/common/changes/@snowplow/browser-plugin-webview/release-4.3.1_2025-01-20-21-32.json @@ -0,0 +1,10 @@ +{ + "changes": [ + { + "packageName": "@snowplow/browser-plugin-webview", + "comment": "Update WebView tracker version WebView plugin to fix issue with tracking page view and page ping event properties", + "type": "none" + } + ], + "packageName": "@snowplow/browser-plugin-webview" +} \ No newline at end of file diff --git a/common/config/rush/version-policies.json b/common/config/rush/version-policies.json index a0b1af77b..ba491686c 100644 --- a/common/config/rush/version-policies.json +++ b/common/config/rush/version-policies.json @@ -42,6 +42,6 @@ * * Valid values are: "prerelease", "release", "minor", "patch", "major" */ - "nextBump": "minor" + "nextBump": "patch" } ]