Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions .changeset/gather-menu-model-legibility.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/remove-ghost-export.md

This file was deleted.

10 changes: 10 additions & 0 deletions packages/ghost/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion packages/ghost/package.json
Original file line number Diff line number Diff line change
@@ -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.",
Expand Down
Loading