diff --git a/.changeset/calm-diffs-rest.md b/.changeset/calm-diffs-rest.md deleted file mode 100644 index a89a38cd..00000000 --- a/.changeset/calm-diffs-rest.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@design-intelligence/ghost": patch ---- - -Prevent review packets from treating deleted files as a `dev/null` material. diff --git a/packages/ghost/CHANGELOG.md b/packages/ghost/CHANGELOG.md index 097650d1..c69bc3d0 100644 --- a/packages/ghost/CHANGELOG.md +++ b/packages/ghost/CHANGELOG.md @@ -1,5 +1,11 @@ # @design-intelligence/ghost +## 0.31.2 + +### Patch Changes + +- [#272](https://github.com/block/ghost/pull/272) [`511c9ee`](https://github.com/block/ghost/commit/511c9ee2cff67410cf5e661d029ab757167dd6d2) Thanks [@chailandau](https://github.com/chailandau)! - Prevent review packets from treating deleted files as a `dev/null` material. + ## 0.31.1 ### Patch Changes diff --git a/packages/ghost/package.json b/packages/ghost/package.json index f86542db..e3f7d5b2 100644 --- a/packages/ghost/package.json +++ b/packages/ghost/package.json @@ -1,6 +1,6 @@ { "name": "@design-intelligence/ghost", - "version": "0.31.1", + "version": "0.31.2", "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.",