From 332b8faf2d09cb980e8054002159927b6dc3c646 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 18 Jul 2026 02:57:42 +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/chips-inline-ux.md | 5 ----- CHANGELOG.md | 6 ++++++ package.json | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) delete mode 100644 .changeset/chips-inline-ux.md diff --git a/.changeset/chips-inline-ux.md b/.changeset/chips-inline-ux.md deleted file mode 100644 index 1cd80f1..0000000 --- a/.changeset/chips-inline-ux.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@smooai/chat-widget': patch ---- - -Suggested-reply chips now render inline in the message flow, directly under the latest assistant reply (previously a fixed slot above the composer, visually detached), and the strip is removed the instant a chip is tapped. Chips remain optional shortcuts — the composer stays live. diff --git a/CHANGELOG.md b/CHANGELOG.md index d84018c..31279a1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## 0.15.2 + +### Patch Changes + +- eb7717c: Suggested-reply chips now render inline in the message flow, directly under the latest assistant reply (previously a fixed slot above the composer, visually detached), and the strip is removed the instant a chip is tapped. Chips remain optional shortcuts — the composer stays live. + ## 0.15.1 ### Patch Changes diff --git a/package.json b/package.json index b5fc804..8d9c297 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@smooai/chat-widget", - "version": "0.15.1", + "version": "0.15.2", "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",