From f0ca1780a09a5cecf28bcb09c32918a8e79104d0 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 25 Apr 2026 05:31:01 +0000 Subject: [PATCH] chore: version packages --- .changeset/expression-canonical-artifact.md | 5 ----- packages/ghost-drift/CHANGELOG.md | 6 ++++++ packages/ghost-drift/package.json | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) delete mode 100644 .changeset/expression-canonical-artifact.md diff --git a/.changeset/expression-canonical-artifact.md b/.changeset/expression-canonical-artifact.md deleted file mode 100644 index e9c7a33..0000000 --- a/.changeset/expression-canonical-artifact.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"ghost-drift": major ---- - -Rename the public fingerprint artifact and APIs to expression, default CLI reads to expression.md, and replace adopt/parent tracking with track/tracks. diff --git a/packages/ghost-drift/CHANGELOG.md b/packages/ghost-drift/CHANGELOG.md index 3d32b7b..30adc83 100644 --- a/packages/ghost-drift/CHANGELOG.md +++ b/packages/ghost-drift/CHANGELOG.md @@ -1,5 +1,11 @@ # ghost-drift +## 1.0.0 + +### Major Changes + +- [#59](https://github.com/block/ghost/pull/59) [`df1dca6`](https://github.com/block/ghost/commit/df1dca660651df630246b8dce7a646bd4ab4a722) Thanks [@nahiyankhan](https://github.com/nahiyankhan)! - Rename the public fingerprint artifact and APIs to expression, default CLI reads to expression.md, and replace adopt/parent tracking with track/tracks. + ## 0.2.0 ### Minor Changes diff --git a/packages/ghost-drift/package.json b/packages/ghost-drift/package.json index bbea6dd..046b130 100644 --- a/packages/ghost-drift/package.json +++ b/packages/ghost-drift/package.json @@ -1,6 +1,6 @@ { "name": "ghost-drift", - "version": "0.2.0", + "version": "1.0.0", "description": "Deterministic design drift detection — CLI + engine for writing, comparing, and tracking design-language expressions across projects and at org scale", "license": "Apache-2.0", "author": "Block, Inc.",