From 43e0f8dc19ada9199920f1edf92ef2e520833cad Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 18 Jul 2026 23:58:33 +0000 Subject: [PATCH 1/2] chore: version packages --- .changeset/ghost-embed-contract.md | 5 ----- .changeset/skeleton-only-init-template.md | 5 ----- packages/ghost/CHANGELOG.md | 10 ++++++++++ packages/ghost/package.json | 2 +- 4 files changed, 11 insertions(+), 11 deletions(-) delete mode 100644 .changeset/ghost-embed-contract.md delete mode 100644 .changeset/skeleton-only-init-template.md diff --git a/.changeset/ghost-embed-contract.md b/.changeset/ghost-embed-contract.md deleted file mode 100644 index 9fae5a59..00000000 --- a/.changeset/ghost-embed-contract.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@design-intelligence/ghost": minor ---- - -Add the model-free `@design-intelligence/ghost/embed` public contract for embedded hosts and share gather/pull semantics with the CLI. diff --git a/.changeset/skeleton-only-init-template.md b/.changeset/skeleton-only-init-template.md deleted file mode 100644 index 0b44103f..00000000 --- a/.changeset/skeleton-only-init-template.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@design-intelligence/ghost": major ---- - -Make `skeleton` the only `ghost init` template, removing `minimal`, `composition`, and the legacy `default` and `steering` aliases. diff --git a/packages/ghost/CHANGELOG.md b/packages/ghost/CHANGELOG.md index 54a10ced..e976237a 100644 --- a/packages/ghost/CHANGELOG.md +++ b/packages/ghost/CHANGELOG.md @@ -1,5 +1,15 @@ # @design-intelligence/ghost +## 1.0.0 + +### Major Changes + +- [#240](https://github.com/block/ghost/pull/240) [`feddc63`](https://github.com/block/ghost/commit/feddc63a04777d28f4324646d52708f346d7c7b0) Thanks [@nahiyankhan](https://github.com/nahiyankhan)! - Make `skeleton` the only `ghost init` template, removing `minimal`, `composition`, and the legacy `default` and `steering` aliases. + +### Minor Changes + +- [#242](https://github.com/block/ghost/pull/242) [`2579381`](https://github.com/block/ghost/commit/2579381cb8440e773a9ccbefd8f8c8e3780d6d93) Thanks [@nahiyankhan](https://github.com/nahiyankhan)! - Add the model-free `@design-intelligence/ghost/embed` public contract for embedded hosts and share gather/pull semantics with the CLI. + ## 0.24.0 ### Minor Changes diff --git a/packages/ghost/package.json b/packages/ghost/package.json index 2fd69654..103b504d 100644 --- a/packages/ghost/package.json +++ b/packages/ghost/package.json @@ -1,6 +1,6 @@ { "name": "@design-intelligence/ghost", - "version": "0.24.0", + "version": "1.0.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.", From b75db328a0c0ccd0353806065b009a67f4c18455 Mon Sep 17 00:00:00 2001 From: Nahiyan Khan Date: Sat, 18 Jul 2026 20:02:37 -0400 Subject: [PATCH 2/2] chore: convert release to minor --- packages/ghost/CHANGELOG.md | 6 ++---- packages/ghost/package.json | 2 +- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/packages/ghost/CHANGELOG.md b/packages/ghost/CHANGELOG.md index e976237a..48c03b1e 100644 --- a/packages/ghost/CHANGELOG.md +++ b/packages/ghost/CHANGELOG.md @@ -1,13 +1,11 @@ # @design-intelligence/ghost -## 1.0.0 +## 0.25.0 -### Major Changes +### Minor Changes - [#240](https://github.com/block/ghost/pull/240) [`feddc63`](https://github.com/block/ghost/commit/feddc63a04777d28f4324646d52708f346d7c7b0) Thanks [@nahiyankhan](https://github.com/nahiyankhan)! - Make `skeleton` the only `ghost init` template, removing `minimal`, `composition`, and the legacy `default` and `steering` aliases. -### Minor Changes - - [#242](https://github.com/block/ghost/pull/242) [`2579381`](https://github.com/block/ghost/commit/2579381cb8440e773a9ccbefd8f8c8e3780d6d93) Thanks [@nahiyankhan](https://github.com/nahiyankhan)! - Add the model-free `@design-intelligence/ghost/embed` public contract for embedded hosts and share gather/pull semantics with the CLI. ## 0.24.0 diff --git a/packages/ghost/package.json b/packages/ghost/package.json index 103b504d..f914ca95 100644 --- a/packages/ghost/package.json +++ b/packages/ghost/package.json @@ -1,6 +1,6 @@ { "name": "@design-intelligence/ghost", - "version": "1.0.0", + "version": "0.25.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.",