From eece3de2055e458cf169dc11bbced3c3b41d9498 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 14 Jul 2026 02:25:02 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=A6=8B=20New=20version=20release?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .changeset/streaming-newline-fix.md | 9 --------- CHANGELOG.md | 10 ++++++++++ package.json | 2 +- 3 files changed, 11 insertions(+), 10 deletions(-) delete mode 100644 .changeset/streaming-newline-fix.md diff --git a/.changeset/streaming-newline-fix.md b/.changeset/streaming-newline-fix.md deleted file mode 100644 index b1bf785..0000000 --- a/.changeset/streaming-newline-fix.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -'@smooai/chat-widget': patch ---- - -Fix a transient double-newline (extra blank line) during streaming. The streamed -token render and the finalized `responseParts` render now share one paragraph -separator and normalizer, so mid-stream no longer shows an extra blank line that -vanishes when the message finalizes. The finalized output is unchanged for -well-formed responses. diff --git a/CHANGELOG.md b/CHANGELOG.md index 50cf06f..e37c0ae 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # Changelog +## 0.14.1 + +### Patch Changes + +- db9a07a: Fix a transient double-newline (extra blank line) during streaming. The streamed + token render and the finalized `responseParts` render now share one paragraph + separator and normalizer, so mid-stream no longer shows an extra blank line that + vanishes when the message finalizes. The finalized output is unchanged for + well-formed responses. + ## 0.14.0 ### Minor Changes diff --git a/package.json b/package.json index b7fa581..1c3957e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@smooai/chat-widget", - "version": "0.14.0", + "version": "0.14.1", "description": "Embeddable AI chat as a framework-light web component — the Aurora Glass design, streaming replies, grounded sources, and per-brand theming. Speaks the smooth-operator WebSocket protocol.", "license": "MIT", "author": "SmooAI",