From 666b27b143c1e16cfe467306e351805a63dbda34 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 21 Aug 2026 20:14:59 +0000 Subject: [PATCH] chore: version packages --- .changeset/calm-diffs-rest.md | 5 ----- packages/ghost/CHANGELOG.md | 6 ++++++ packages/ghost/package.json | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) delete mode 100644 .changeset/calm-diffs-rest.md diff --git a/.changeset/calm-diffs-rest.md b/.changeset/calm-diffs-rest.md deleted file mode 100644 index a89a38cd..00000000 --- a/.changeset/calm-diffs-rest.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@design-intelligence/ghost": patch ---- - -Prevent review packets from treating deleted files as a `dev/null` material. diff --git a/packages/ghost/CHANGELOG.md b/packages/ghost/CHANGELOG.md index 097650d1..c69bc3d0 100644 --- a/packages/ghost/CHANGELOG.md +++ b/packages/ghost/CHANGELOG.md @@ -1,5 +1,11 @@ # @design-intelligence/ghost +## 0.31.2 + +### Patch Changes + +- [#272](https://github.com/block/ghost/pull/272) [`511c9ee`](https://github.com/block/ghost/commit/511c9ee2cff67410cf5e661d029ab757167dd6d2) Thanks [@chailandau](https://github.com/chailandau)! - Prevent review packets from treating deleted files as a `dev/null` material. + ## 0.31.1 ### Patch Changes diff --git a/packages/ghost/package.json b/packages/ghost/package.json index f86542db..e3f7d5b2 100644 --- a/packages/ghost/package.json +++ b/packages/ghost/package.json @@ -1,6 +1,6 @@ { "name": "@design-intelligence/ghost", - "version": "0.31.1", + "version": "0.31.2", "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.",