From dbd0ec302213bbe359512819b387b3a1308b6dce Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 20 Jul 2026 20:30:39 +0000 Subject: [PATCH] chore: version packages --- .changeset/honest-development-preview.md | 5 ----- packages/ghost/CHANGELOG.md | 6 ++++++ packages/ghost/package.json | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) delete mode 100644 .changeset/honest-development-preview.md diff --git a/.changeset/honest-development-preview.md b/.changeset/honest-development-preview.md deleted file mode 100644 index 70a156d0..00000000 --- a/.changeset/honest-development-preview.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@design-intelligence/ghost": patch ---- - -Remove the public documentation links and direct readers to current CLI help. diff --git a/packages/ghost/CHANGELOG.md b/packages/ghost/CHANGELOG.md index 48c03b1e..3d970a5b 100644 --- a/packages/ghost/CHANGELOG.md +++ b/packages/ghost/CHANGELOG.md @@ -1,5 +1,11 @@ # @design-intelligence/ghost +## 0.25.1 + +### Patch Changes + +- [#243](https://github.com/block/ghost/pull/243) [`962094e`](https://github.com/block/ghost/commit/962094e33f5a17874f812ead28c5d3bd470e5bf6) Thanks [@nahiyankhan](https://github.com/nahiyankhan)! - Remove the public documentation links and direct readers to current CLI help. + ## 0.25.0 ### Minor Changes diff --git a/packages/ghost/package.json b/packages/ghost/package.json index f914ca95..12f27d92 100644 --- a/packages/ghost/package.json +++ b/packages/ghost/package.json @@ -1,6 +1,6 @@ { "name": "@design-intelligence/ghost", - "version": "0.25.0", + "version": "0.25.1", "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.",