From 760369f6ca0797dcca17a9fb7604d6b5f9049d6b Mon Sep 17 00:00:00 2001 From: Greg Soucy Date: Fri, 20 Mar 2026 19:13:52 -0400 Subject: [PATCH] Update manifest for v1.1.0 release metadata --- manifest.json | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/manifest.json b/manifest.json index c9f6d5f..a8264a5 100644 --- a/manifest.json +++ b/manifest.json @@ -2,7 +2,7 @@ "name": "@commandlayer/commons", "version": "1.1.0", "package_version": "1.1.0", - "description": "Commons verb + schema package metadata for the active v1.1.0 canonical HTTPS-hosted schema line; IPFS CID publication is still pending.", + "description": "Current release metadata for the v1.1.0 commons package.", "owner": "commandlayer.eth", "contact": "dev@commandlayer.org", "license": "MIT", @@ -11,7 +11,7 @@ "schemas_root": "schemas/v1.1.0", "examples_root": "examples/v1.1.0", "checksum_file": "checksums.txt", - "schemas_cid": "PENDING", + "schemas_cid": "__INSERT_V1_1_0_CID__", "tag": "commons-schemas-v1.1.0", "verbs": [ { @@ -155,16 +155,16 @@ "schemas_root": "schemas/v1.1.0", "commons_root": "schemas/v1.1.0/commons", "examples_root": "examples/v1.1.0", - "schemas_cid": "PENDING", - "pin_status": "https-published-ipfs-pending" + "schemas_cid": "__INSERT_V1_1_0_CID__", + "pin_status": "published" }, "pinned_canonical_release": { - "version": "1.0.0", + "version": "1.1.0", "status": "pinned canonical release", - "schemas_root": "schemas/v1.0.0", - "commons_root": "schemas/v1.0.0/commons", - "examples_root": "examples/v1.0.0", - "schemas_cid": "bafybeigvf6nkzws7dblos74dqqjkguwkrwn4a2c27ieygoxmgofyzdkz6m", + "schemas_root": "schemas/v1.1.0", + "commons_root": "schemas/v1.1.0/commons", + "examples_root": "examples/v1.1.0", + "schemas_cid": "__INSERT_V1_1_0_CID__", "pin_status": "published" } }