From 7ffe83804de1aa8d360618fe07222035b8f4caf1 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 5 Jun 2026 20:28:16 +0000 Subject: [PATCH] chore: version packages --- .changeset/beta-status-notice.md | 5 ----- .changeset/npm-readme-publish-note.md | 5 ----- .changeset/update-ghost-skill-copy.md | 5 ----- packages/ghost/CHANGELOG.md | 10 ++++++++++ packages/ghost/package.json | 2 +- 5 files changed, 11 insertions(+), 16 deletions(-) delete mode 100644 .changeset/beta-status-notice.md delete mode 100644 .changeset/npm-readme-publish-note.md delete mode 100644 .changeset/update-ghost-skill-copy.md diff --git a/.changeset/beta-status-notice.md b/.changeset/beta-status-notice.md deleted file mode 100644 index e952368..0000000 --- a/.changeset/beta-status-notice.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@anarchitecture/ghost": patch ---- - -Document that Ghost is pre-1.0 beta software and may ship breaking changes during active development. diff --git a/.changeset/npm-readme-publish-note.md b/.changeset/npm-readme-publish-note.md deleted file mode 100644 index e831704..0000000 --- a/.changeset/npm-readme-publish-note.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@anarchitecture/ghost": patch ---- - -Document how npm package README updates are published. diff --git a/.changeset/update-ghost-skill-copy.md b/.changeset/update-ghost-skill-copy.md deleted file mode 100644 index a5fd823..0000000 --- a/.changeset/update-ghost-skill-copy.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@anarchitecture/ghost": patch ---- - -Update Ghost install and help copy to describe only the current fingerprint package layout. diff --git a/packages/ghost/CHANGELOG.md b/packages/ghost/CHANGELOG.md index 10365bd..18506f8 100644 --- a/packages/ghost/CHANGELOG.md +++ b/packages/ghost/CHANGELOG.md @@ -1,5 +1,15 @@ # @anarchitecture/ghost +## 0.5.1 + +### Patch Changes + +- [#118](https://github.com/block/ghost/pull/118) [`5d452f6`](https://github.com/block/ghost/commit/5d452f6bad7474adb353d2ffe8bf149c6de36714) Thanks [@nahiyankhan](https://github.com/nahiyankhan)! - Document that Ghost is pre-1.0 beta software and may ship breaking changes during active development. + +- [#127](https://github.com/block/ghost/pull/127) [`523a244`](https://github.com/block/ghost/commit/523a24421efd87acd5eac17b20258eacad04b29b) Thanks [@nahiyankhan](https://github.com/nahiyankhan)! - Document how npm package README updates are published. + +- [#120](https://github.com/block/ghost/pull/120) [`8892b32`](https://github.com/block/ghost/commit/8892b321e1c79205964994c052ca203b748178e5) Thanks [@nahiyankhan](https://github.com/nahiyankhan)! - Update Ghost install and help copy to describe only the current fingerprint package layout. + ## 0.5.0 ### Minor Changes diff --git a/packages/ghost/package.json b/packages/ghost/package.json index 5522796..13ecee4 100644 --- a/packages/ghost/package.json +++ b/packages/ghost/package.json @@ -1,6 +1,6 @@ { "name": "@anarchitecture/ghost", - "version": "0.5.0", + "version": "0.5.1", "description": "Unified Ghost CLI for repo-local product fingerprints, deterministic checks, advisory review, and drift tracking", "license": "Apache-2.0", "author": "Block, Inc.",