From d80f88075c12cc7515e40150542e1b31f440ce69 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 4 Aug 2026 17:57:25 +0000 Subject: [PATCH] chore: version packages --- .changeset/early-falcons-smile.md | 5 ----- packages/ghost/CHANGELOG.md | 6 ++++++ packages/ghost/package.json | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) delete mode 100644 .changeset/early-falcons-smile.md diff --git a/.changeset/early-falcons-smile.md b/.changeset/early-falcons-smile.md deleted file mode 100644 index c499cc15..00000000 --- a/.changeset/early-falcons-smile.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@design-intelligence/ghost": patch ---- - -Flush stdout and stderr before exit so piped command output is never truncated. diff --git a/packages/ghost/CHANGELOG.md b/packages/ghost/CHANGELOG.md index ec467953..0a213566 100644 --- a/packages/ghost/CHANGELOG.md +++ b/packages/ghost/CHANGELOG.md @@ -1,5 +1,11 @@ # @design-intelligence/ghost +## 0.26.1 + +### Patch Changes + +- [#249](https://github.com/block/ghost/pull/249) [`c103924`](https://github.com/block/ghost/commit/c103924d106f96f20a6af5f948bf756341eb6383) Thanks [@nahiyankhan](https://github.com/nahiyankhan)! - Flush stdout and stderr before exit so piped command output is never truncated. + ## 0.26.0 ### Minor Changes diff --git a/packages/ghost/package.json b/packages/ghost/package.json index c91044e3..845a147d 100644 --- a/packages/ghost/package.json +++ b/packages/ghost/package.json @@ -1,6 +1,6 @@ { "name": "@design-intelligence/ghost", - "version": "0.26.0", + "version": "0.26.1", "description": "ghost CLI for portable .ghost/ packages of brand guidance your agent reads before it builds, with advisory review after", "license": "Apache-2.0", "author": "Block, Inc.",