From 3dd251285d88b2dcc20337fb1e47cabbe124fc67 Mon Sep 17 00:00:00 2001 From: "flowzone-app[bot]" <124931076+flowzone-app[bot]@users.noreply.github.com> Date: Mon, 20 Jan 2025 21:38:54 +0000 Subject: [PATCH] v19.8.3 --- .versionbot/CHANGELOG.yml | 19 +++++++++++++++++++ CHANGELOG.md | 4 ++++ package-lock.json | 4 ++-- package.json | 4 ++-- 4 files changed, 27 insertions(+), 4 deletions(-) diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index 4a1906d76..2b5ebc959 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,22 @@ +- commits: + - subject: Fix parsing of inputs with commas and newlines + hash: 7226c89909e9d2acf59c5399dea2516da8b8eb9d + body: | + Currently inputs with both commas and newlines are + being parsed as multiple separators. + + This change ensures we match both whitespace and commas + and replace them with a single comma. + footer: + Change-type: patch + change-type: patch + Signed-off-by: Kyle Harding + signed-off-by: Kyle Harding + author: Kyle Harding + nested: [] + version: 19.8.3 + title: "" + date: 2025-01-20T21:38:52.420Z - commits: - subject: Filter the current tag for merge events hash: 2faed229f285ba2ee0747986aef1c0762d9020f6 diff --git a/CHANGELOG.md b/CHANGELOG.md index b680e1ece..765fa0da6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file automatically by Versionist. DO NOT EDIT THIS FILE MANUALLY! This project adheres to [Semantic Versioning](http://semver.org/). +## 19.8.3 - 2025-01-20 + +* Fix parsing of inputs with commas and newlines [Kyle Harding] + ## 19.8.2 - 2025-01-20 * Filter the current tag for merge events [Kyle Harding] diff --git a/package-lock.json b/package-lock.json index 9d2f8fae5..82da3abec 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "flowzone", - "version": "19.8.2", + "version": "19.8.3", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "flowzone", - "version": "19.8.2", + "version": "19.8.3", "dependencies": { "yaml": "^2.1.3" }, diff --git a/package.json b/package.json index 926bd0dee..efebbd9e9 100644 --- a/package.json +++ b/package.json @@ -17,8 +17,8 @@ "dependencies": { "yaml": "^2.1.3" }, - "version": "19.8.2", + "version": "19.8.3", "versionist": { - "publishedAt": "2025-01-20T17:50:54.631Z" + "publishedAt": "2025-01-20T21:38:53.071Z" } }