From 9e88a2cd7ba9d91f3aec4d2434fa6fa352657243 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 21 Aug 2026 19:54:01 +0000 Subject: [PATCH] chore: version packages --- .changeset/document-manifest-command.md | 5 ----- packages/ghost/CHANGELOG.md | 6 ++++++ packages/ghost/package.json | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) delete mode 100644 .changeset/document-manifest-command.md diff --git a/.changeset/document-manifest-command.md b/.changeset/document-manifest-command.md deleted file mode 100644 index fe845f47..00000000 --- a/.changeset/document-manifest-command.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@design-intelligence/ghost": patch ---- - -Document the manifest command in the CLI overview. diff --git a/packages/ghost/CHANGELOG.md b/packages/ghost/CHANGELOG.md index bf077571..097650d1 100644 --- a/packages/ghost/CHANGELOG.md +++ b/packages/ghost/CHANGELOG.md @@ -1,5 +1,11 @@ # @design-intelligence/ghost +## 0.31.1 + +### Patch Changes + +- [#269](https://github.com/block/ghost/pull/269) [`a9895fc`](https://github.com/block/ghost/commit/a9895fc1edf3aae8353bca9338179b19e9a05013) Thanks [@chailandau](https://github.com/chailandau)! - Document the manifest command in the CLI overview. + ## 0.31.0 ### Minor Changes diff --git a/packages/ghost/package.json b/packages/ghost/package.json index d8cca9fd..f86542db 100644 --- a/packages/ghost/package.json +++ b/packages/ghost/package.json @@ -1,6 +1,6 @@ { "name": "@design-intelligence/ghost", - "version": "0.31.0", + "version": "0.31.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.",