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/readme-requirements.md

This file was deleted.

6 changes: 6 additions & 0 deletions packages/ghost-drift/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# ghost-drift

## 0.1.1

### Patch Changes

- [#43](https://github.com/block/ghost/pull/43) [`a8d1726`](https://github.com/block/ghost/commit/a8d1726c2870cf74d347409e4e7fb6eb2958f454) Thanks [@nahiyankhan](https://github.com/nahiyankhan)! - Document the Node.js 18+ requirement in the package README so it's visible on the npm listing page without readers having to open the `engines` field in `package.json`.

## 0.1.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/ghost-drift/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ghost-drift",
"version": "0.1.0",
"version": "0.1.1",
"description": "Deterministic design drift detection — CLI + engine for fingerprinting, comparing, and tracking design languages across a fleet of projects",
"license": "Apache-2.0",
"author": "Block, Inc.",
Expand Down
Loading