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..48c03b1e 100644 --- a/packages/ghost/CHANGELOG.md +++ b/packages/ghost/CHANGELOG.md @@ -1,5 +1,13 @@ # @design-intelligence/ghost +## 0.25.0 + +### 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. + +- [#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..f914ca95 100644 --- a/packages/ghost/package.json +++ b/packages/ghost/package.json @@ -1,6 +1,6 @@ { "name": "@design-intelligence/ghost", - "version": "0.24.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.",