From 05010dc3fc3abf5e7f942b1538894810c90e1f8d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 18 Jun 2026 16:14:48 +0000 Subject: [PATCH] chore: version packages --- .changeset/ghost-drift-loop-contract.md | 5 ----- packages/ghost/CHANGELOG.md | 6 ++++++ packages/ghost/package.json | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) delete mode 100644 .changeset/ghost-drift-loop-contract.md diff --git a/.changeset/ghost-drift-loop-contract.md b/.changeset/ghost-drift-loop-contract.md deleted file mode 100644 index 51ba9054..00000000 --- a/.changeset/ghost-drift-loop-contract.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@anarchitecture/ghost": minor ---- - -Add a Ghost-owned drift check command and explicit design-loop opt-in config. diff --git a/packages/ghost/CHANGELOG.md b/packages/ghost/CHANGELOG.md index 50a867e3..5c94b89f 100644 --- a/packages/ghost/CHANGELOG.md +++ b/packages/ghost/CHANGELOG.md @@ -1,5 +1,11 @@ # @anarchitecture/ghost +## 0.13.0 + +### Minor Changes + +- [#153](https://github.com/block/ghost/pull/153) [`012140f`](https://github.com/block/ghost/commit/012140fec70b1a6f8c2a7f82e1ad29c7de37a5b6) Thanks [@gnahCnayR](https://github.com/gnahCnayR)! - Add a Ghost-owned drift check command and explicit design-loop opt-in config. + ## 0.12.1 ### Patch Changes diff --git a/packages/ghost/package.json b/packages/ghost/package.json index 24b0cf87..b33d7568 100644 --- a/packages/ghost/package.json +++ b/packages/ghost/package.json @@ -1,6 +1,6 @@ { "name": "@anarchitecture/ghost", - "version": "0.12.1", + "version": "0.13.0", "description": "Unified Ghost CLI for product-surface composition fingerprints, deterministic checks, advisory review, and comparison", "license": "Apache-2.0", "author": "Block, Inc.",