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/collaborative-fingerprint-authoring.md b/.changeset/collaborative-fingerprint-authoring.md deleted file mode 100644 index 1f5cbe5..0000000 --- a/.changeset/collaborative-fingerprint-authoring.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@anarchitecture/ghost": patch ---- - -Document collaborative human-agent fingerprint authoring scenarios in the installed Ghost skill and public docs. diff --git a/.changeset/fingerprint-first-docs.md b/.changeset/fingerprint-first-docs.md deleted file mode 100644 index e9e9561..0000000 --- a/.changeset/fingerprint-first-docs.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@anarchitecture/ghost": minor ---- - -Reframe public docs around Ghost's portable product-experience fingerprint. 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..8229973 100644 --- a/packages/ghost/CHANGELOG.md +++ b/packages/ghost/CHANGELOG.md @@ -1,5 +1,21 @@ # @anarchitecture/ghost +## 0.6.0 + +### Minor Changes + +- [#123](https://github.com/block/ghost/pull/123) [`d12634f`](https://github.com/block/ghost/commit/d12634f7d954dbaee8cf3846c3a80be66e1ece8d) Thanks [@nahiyankhan](https://github.com/nahiyankhan)! - Reframe public docs around Ghost's portable product-experience fingerprint. + +### 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. + +- [#128](https://github.com/block/ghost/pull/128) [`3b7390b`](https://github.com/block/ghost/commit/3b7390b2ce52441c24d94cf7404c30f1ef0a195e) Thanks [@nahiyankhan](https://github.com/nahiyankhan)! - Document collaborative human-agent fingerprint authoring scenarios in the installed Ghost skill and public docs. + +- [#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..927fec7 100644 --- a/packages/ghost/package.json +++ b/packages/ghost/package.json @@ -1,6 +1,6 @@ { "name": "@anarchitecture/ghost", - "version": "0.5.0", + "version": "0.6.0", "description": "Unified Ghost CLI for repo-local product fingerprints, deterministic checks, advisory review, and drift tracking", "license": "Apache-2.0", "author": "Block, Inc.",