From b0ac31744f8b42b24844f9baf71e2f6580bc3849 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 28 May 2026 13:00:13 +0000 Subject: [PATCH] chore(develop): release 0.6.4 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 15 +++++++++++++++ package.json | 2 +- 3 files changed, 17 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 7e23a4f..eb5abf7 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.6.3" + ".": "0.6.4" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 8faf442..7dbed97 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,20 @@ # Changelog +## [0.6.4](https://github.com/PrivateAIM/node-ui/compare/v0.6.3...v0.6.4) (2026-05-28) + + +### Features + +* add FlatLogLine type and flattenLogs utility ([ce60862](https://github.com/PrivateAIM/node-ui/commit/ce60862976aab80f3783a8bd8fd82fe1e96ff457)) +* add useLogChunks composable for chunked log fetching ([c7dc982](https://github.com/PrivateAIM/node-ui/commit/c7dc98226a6783afd99151497be0fa08bbd5c10e)) +* **logs:** lazy load logs for active run ([286f2df](https://github.com/PrivateAIM/node-ui/commit/286f2dff8afd0699f31db6bb4b9de6f41502aa9c)) + + +### Bug Fixes + +* add isLoading guard and clear httpError on initialize in useLogChunks ([8f6e21d](https://github.com/PrivateAIM/node-ui/commit/8f6e21d4422d1bf9d5220fc8fc8d61e70b972926)) +* **logs:** isolate stream boundaries ([f970adb](https://github.com/PrivateAIM/node-ui/commit/f970adb808d495062b2a67cd9036bba941a532d3)) + ## [0.6.3](https://github.com/PrivateAIM/node-ui/compare/v0.6.2...v0.6.3) (2026-05-22) diff --git a/package.json b/package.json index 86d9f0c..3c5dfd6 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "node-ui", "private": true, - "version": "0.6.3", + "version": "0.6.4", "license": "Apache-2.0", "description": "User interface for the FLAME Node software.", "packageManager": "pnpm@10.30.1",