From 40cab955725270ef0a1688fd61443e8cff65a855 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 24 Jun 2026 17:30:11 +0000 Subject: [PATCH] chore: version packages --- .changeset/relay-context-packets.md | 5 ----- packages/ghost/CHANGELOG.md | 6 ++++++ packages/ghost/package.json | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) delete mode 100644 .changeset/relay-context-packets.md diff --git a/.changeset/relay-context-packets.md b/.changeset/relay-context-packets.md deleted file mode 100644 index a1e3aa35..00000000 --- a/.changeset/relay-context-packets.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@anarchitecture/ghost": minor ---- - -Adds Relay context JSON, structured Relay requests, and config-driven runtime selection for declared project context sources. diff --git a/packages/ghost/CHANGELOG.md b/packages/ghost/CHANGELOG.md index 5c85d69a..5e31bb95 100644 --- a/packages/ghost/CHANGELOG.md +++ b/packages/ghost/CHANGELOG.md @@ -1,5 +1,11 @@ # @anarchitecture/ghost +## 0.18.0 + +### Minor Changes + +- [#184](https://github.com/block/ghost/pull/184) [`e79201c`](https://github.com/block/ghost/commit/e79201cceb8e4b1267c0a9fd32d4aea97d208603) Thanks [@nahiyankhan](https://github.com/nahiyankhan)! - Adds Relay context JSON, structured Relay requests, and config-driven runtime selection for declared project context sources. + ## 0.17.0 ### Minor Changes diff --git a/packages/ghost/package.json b/packages/ghost/package.json index 4ccebf45..212ae8ed 100644 --- a/packages/ghost/package.json +++ b/packages/ghost/package.json @@ -1,6 +1,6 @@ { "name": "@anarchitecture/ghost", - "version": "0.17.0", + "version": "0.18.0", "description": "Unified Ghost CLI for product-surface composition fingerprints, deterministic checks, advisory review, and comparison", "license": "Apache-2.0", "author": "Block, Inc.",