From 7b5dd1ffc3912658f3a852413f741365decbe7fa Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 21 Aug 2026 21:47:25 +0000 Subject: [PATCH] chore: version packages --- .changeset/tidy-headings-match.md | 5 ----- packages/ghost/CHANGELOG.md | 6 ++++++ packages/ghost/package.json | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) delete mode 100644 .changeset/tidy-headings-match.md diff --git a/.changeset/tidy-headings-match.md b/.changeset/tidy-headings-match.md deleted file mode 100644 index d2e1c2e6..00000000 --- a/.changeset/tidy-headings-match.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@design-intelligence/ghost": patch ---- - -Resolve check heading anchors against Markdown headings with optional closing hashes. diff --git a/packages/ghost/CHANGELOG.md b/packages/ghost/CHANGELOG.md index c69bc3d0..d0772108 100644 --- a/packages/ghost/CHANGELOG.md +++ b/packages/ghost/CHANGELOG.md @@ -1,5 +1,11 @@ # @design-intelligence/ghost +## 0.31.3 + +### Patch Changes + +- [#274](https://github.com/block/ghost/pull/274) [`96bf063`](https://github.com/block/ghost/commit/96bf06367c0d7687208f4646ee48d021b8b7ec8d) Thanks [@chailandau](https://github.com/chailandau)! - Resolve check heading anchors against Markdown headings with optional closing hashes. + ## 0.31.2 ### Patch Changes diff --git a/packages/ghost/package.json b/packages/ghost/package.json index e3f7d5b2..6c248ba1 100644 --- a/packages/ghost/package.json +++ b/packages/ghost/package.json @@ -1,6 +1,6 @@ { "name": "@design-intelligence/ghost", - "version": "0.31.2", + "version": "0.31.3", "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.",