From 3242aae7a57add834dd73091948f313ba52a688d Mon Sep 17 00:00:00 2001 From: Robert Delanghe Date: Sun, 5 Jul 2026 10:48:16 -0400 Subject: [PATCH] =?UTF-8?q?release:=20conformance-kit=200.12.0=20(via=20mi?= =?UTF-8?q?nt)=20=E2=80=94=20ck-graph-split?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .release/graph-split.md | 4 ---- CHANGELOG.md | 6 ++++++ package-lock.json | 4 ++-- package.json | 2 +- 4 files changed, 9 insertions(+), 7 deletions(-) delete mode 100644 .release/graph-split.md diff --git a/.release/graph-split.md b/.release/graph-split.md deleted file mode 100644 index 4089f23..0000000 --- a/.release/graph-split.md +++ /dev/null @@ -1,4 +0,0 @@ ---- -bump: minor ---- -`ck-graph-split` — an IA query over a JSON-LD @graph: reports which subgraphs are CLOSED (all @id refs stay inside the cluster or point at shared anchors) and can therefore move to their own page/component with no dangling links. Turns "what do we split out?" into a query, and names component boundaries. diff --git a/CHANGELOG.md b/CHANGELOG.md index 6cc41c0..e9454d9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## 0.12.0 — 2026-07-05 + +### Minor + +- `ck-graph-split` — an IA query over a JSON-LD @graph: reports which subgraphs are CLOSED (all @id refs stay inside the cluster or point at shared anchors) and can therefore move to their own page/component with no dangling links. Turns "what do we split out?" into a query, and names component boundaries. + ## 0.11.0 — 2026-07-05 ### Minor diff --git a/package-lock.json b/package-lock.json index 3749cd9..c170abc 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@bounded-systems/conformance-kit", - "version": "0.11.0", + "version": "0.12.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@bounded-systems/conformance-kit", - "version": "0.11.0", + "version": "0.12.0", "license": "MIT", "dependencies": { "@mozilla/readability": "^0.5.0", diff --git a/package.json b/package.json index d35528a..77f6e02 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@bounded-systems/conformance-kit", - "version": "0.11.0", + "version": "0.12.0", "description": "Standalone, site-agnostic web-conformance toolkit: integrity tooling + build gates + provenance generators, all parameterized so a site vendors one kit instead of duplicating scripts.", "type": "module", "license": "MIT",