From 3f622cbf9a3cabfbd52414ec747a49e378f7b57a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 21 Jul 2026 07:06:42 +0000 Subject: [PATCH] Version Packages --- .changeset/canonical-manifest-category.md | 5 ----- CHANGELOG.md | 6 ++++++ package.json | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) delete mode 100644 .changeset/canonical-manifest-category.md diff --git a/.changeset/canonical-manifest-category.md b/.changeset/canonical-manifest-category.md deleted file mode 100644 index 847c16a..0000000 --- a/.changeset/canonical-manifest-category.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@ankhorage/templates': major ---- - -Emit the canonical AppManifest metadata category from generated starter manifests and update the contracts dependency to the manifest category contract. diff --git a/CHANGELOG.md b/CHANGELOG.md index 9847a46..4e5373e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # @ankhorage/templates +## 3.0.0 + +### Major Changes + +- 8627bee: Emit the canonical AppManifest metadata category from generated starter manifests and update the contracts dependency to the manifest category contract. + ## 2.2.0 ### Minor Changes diff --git a/package.json b/package.json index 0b3b4ee..bb41cd4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@ankhorage/templates", - "version": "2.2.0", + "version": "3.0.0", "description": "Reusable Ankhorage app templates, presets, and manifest generators.", "homepage": "https://github.com/ankhorage/templates#readme", "bugs": {