From de0e18b10b345918c95e5a8948464192f3ce4adf Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 25 Aug 2026 17:17:40 +0000 Subject: [PATCH] chore: version packages --- .changeset/document-skill-install-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-skill-install-command.md diff --git a/.changeset/document-skill-install-command.md b/.changeset/document-skill-install-command.md deleted file mode 100644 index 0c918a1d..00000000 --- a/.changeset/document-skill-install-command.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@design-intelligence/ghost": patch ---- - -Document the skill install command in the CLI overview. diff --git a/packages/ghost/CHANGELOG.md b/packages/ghost/CHANGELOG.md index d0772108..35a64992 100644 --- a/packages/ghost/CHANGELOG.md +++ b/packages/ghost/CHANGELOG.md @@ -1,5 +1,11 @@ # @design-intelligence/ghost +## 0.31.4 + +### Patch Changes + +- [#276](https://github.com/block/ghost/pull/276) [`0702646`](https://github.com/block/ghost/commit/0702646b3d471aa2fc7de5842222520e1cdd1141) Thanks [@chailandau](https://github.com/chailandau)! - Document the skill install command in the CLI overview. + ## 0.31.3 ### Patch Changes diff --git a/packages/ghost/package.json b/packages/ghost/package.json index 6c248ba1..5fcdd311 100644 --- a/packages/ghost/package.json +++ b/packages/ghost/package.json @@ -1,6 +1,6 @@ { "name": "@design-intelligence/ghost", - "version": "0.31.3", + "version": "0.31.4", "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.",