From 1823a500c13f85cb61a5d7514fa80ca8d3d0b07c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 25 Jun 2026 16:11:50 +0000 Subject: [PATCH] chore: version packages --- .changeset/ghost-package-dir-everywhere.md | 5 ----- packages/ghost/CHANGELOG.md | 6 ++++++ packages/ghost/package.json | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) delete mode 100644 .changeset/ghost-package-dir-everywhere.md diff --git a/.changeset/ghost-package-dir-everywhere.md b/.changeset/ghost-package-dir-everywhere.md deleted file mode 100644 index ef78aeae..00000000 --- a/.changeset/ghost-package-dir-everywhere.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@anarchitecture/ghost": patch ---- - -Honor `GHOST_PACKAGE_DIR` in the drift, ack, diverge, compare-history, and review-command emit paths so relocated fingerprint packages resolve consistently. diff --git a/packages/ghost/CHANGELOG.md b/packages/ghost/CHANGELOG.md index 5e31bb95..e0acdfc9 100644 --- a/packages/ghost/CHANGELOG.md +++ b/packages/ghost/CHANGELOG.md @@ -1,5 +1,11 @@ # @anarchitecture/ghost +## 0.18.1 + +### Patch Changes + +- [#187](https://github.com/block/ghost/pull/187) [`5a2be98`](https://github.com/block/ghost/commit/5a2be98f4ee77e372fb2bf5e2bac6cfc0a854ceb) Thanks [@chailandau](https://github.com/chailandau)! - Honor `GHOST_PACKAGE_DIR` in the drift, ack, diverge, compare-history, and review-command emit paths so relocated fingerprint packages resolve consistently. + ## 0.18.0 ### Minor Changes diff --git a/packages/ghost/package.json b/packages/ghost/package.json index 212ae8ed..db297bb5 100644 --- a/packages/ghost/package.json +++ b/packages/ghost/package.json @@ -1,6 +1,6 @@ { "name": "@anarchitecture/ghost", - "version": "0.18.0", + "version": "0.18.1", "description": "Unified Ghost CLI for product-surface composition fingerprints, deterministic checks, advisory review, and comparison", "license": "Apache-2.0", "author": "Block, Inc.",