diff --git a/.changeset/gather-menu-model-legibility.md b/.changeset/gather-menu-model-legibility.md deleted file mode 100644 index 5b4c0516..00000000 --- a/.changeset/gather-menu-model-legibility.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@design-intelligence/ghost": patch ---- - -`ghost gather` now leads with one selection contract, groups nodes by declared kind order with uncategorized nodes last, labels applicability, and reports factual coverage without readiness colors. diff --git a/.changeset/remove-ghost-export.md b/.changeset/remove-ghost-export.md deleted file mode 100644 index fa1fccf2..00000000 --- a/.changeset/remove-ghost-export.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@design-intelligence/ghost": minor ---- - -Remove the `ghost export` command and its package archive output. diff --git a/packages/ghost/CHANGELOG.md b/packages/ghost/CHANGELOG.md index 35a64992..3284b023 100644 --- a/packages/ghost/CHANGELOG.md +++ b/packages/ghost/CHANGELOG.md @@ -1,5 +1,15 @@ # @design-intelligence/ghost +## 0.32.0 + +### Minor Changes + +- [#279](https://github.com/block/ghost/pull/279) [`24dd7d8`](https://github.com/block/ghost/commit/24dd7d8b285734f9e2cce8743cb55676c902d776) Thanks [@nahiyankhan](https://github.com/nahiyankhan)! - Remove the `ghost export` command and its package archive output. + +### Patch Changes + +- [#265](https://github.com/block/ghost/pull/265) [`d295370`](https://github.com/block/ghost/commit/d29537045e9d9851f7e7f234bf1024f0070181a6) Thanks [@nahiyankhan](https://github.com/nahiyankhan)! - `ghost gather` now leads with one selection contract, groups nodes by declared kind order with uncategorized nodes last, labels applicability, and reports factual coverage without readiness colors. + ## 0.31.4 ### Patch Changes diff --git a/packages/ghost/package.json b/packages/ghost/package.json index 5fcdd311..bea24f78 100644 --- a/packages/ghost/package.json +++ b/packages/ghost/package.json @@ -1,6 +1,6 @@ { "name": "@design-intelligence/ghost", - "version": "0.31.4", + "version": "0.32.0", "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.",