From 8c28e98629764e01968d022b28a24ac37966994a Mon Sep 17 00:00:00 2001 From: lex00 <121451605+lex00@users.noreply.github.com> Date: Sun, 30 Aug 2026 20:45:24 -0600 Subject: [PATCH] =?UTF-8?q?release:=200.3.7=20=E2=80=94=20a=20group=20box?= =?UTF-8?q?=20can=20carry=20a=20mark=20(#119)=20(#120)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Version bump only, cutting the release that carries #120. `GroupBox` gains an optional `mark?: string | GlyphSpec` — the node mark vocabulary applied to a box — painted in the box's top-right gutter. Purely additive: a box without it renders byte-identical to 0.3.6. Merging this tags `v0.3.7` and fires the publish workflow. Co-Authored-By: Claude Fable 5 Claude-Session: https://claude.ai/code/session_01Rfs1mLVWmwginHnDTg75sG --- package-lock.json | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index 1c26d2a..74c9918 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@intentius/pinhole", - "version": "0.3.6", + "version": "0.3.7", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@intentius/pinhole", - "version": "0.3.6", + "version": "0.3.7", "dependencies": { "@dagrejs/dagre": "^3.0.0", "@intentius/chant": "^0.52.2" diff --git a/package.json b/package.json index 17bec84..4ce7d07 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@intentius/pinhole", - "version": "0.3.6", + "version": "0.3.7", "type": "module", "description": "Agentic infra diagrammer — paints chant's graph IR into diagrams, gated by lint at every step", "publishConfig": {