From 2e1c99cbea173404bc02768218186f260fa9e0eb Mon Sep 17 00:00:00 2001 From: Will Washburn Date: Mon, 27 Apr 2026 09:04:28 -0700 Subject: [PATCH] chore: sync package.json versions to 0.32.0 to match npm MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit A prior publish run for 0.32.0 succeeded on npm for reader/ledger/analyze but failed before the version-bump commit + tags landed; mcp/cli never published. The publish workflow's "local vs npm" parity check now blocks on reader/ledger/analyze (main=0.31.0 < npm=0.32.0). Bump all five packages to 0.32.0 in package.json so the next "all → minor" workflow run cleanly takes everything to 0.33.0 with monorepo parity preserved. Co-Authored-By: Claude Opus 4.7 (1M context) --- packages/analyze/package.json | 2 +- packages/cli/package.json | 2 +- packages/ledger/package.json | 2 +- packages/mcp/package.json | 2 +- packages/reader/package.json | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/packages/analyze/package.json b/packages/analyze/package.json index 1903fcd..bf8e59b 100644 --- a/packages/analyze/package.json +++ b/packages/analyze/package.json @@ -1,6 +1,6 @@ { "name": "@relayburn/analyze", - "version": "0.31.0", + "version": "0.32.0", "description": "Cost and usage derivations for relayburn TurnRecords", "type": "module", "main": "./dist/index.js", diff --git a/packages/cli/package.json b/packages/cli/package.json index 69a6478..ae96f5c 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,6 +1,6 @@ { "name": "@relayburn/cli", - "version": "0.31.0", + "version": "0.32.0", "description": "burn CLI — spawn wrapper + summary/by-tool over the relayburn ledger", "type": "module", "main": "./dist/index.js", diff --git a/packages/ledger/package.json b/packages/ledger/package.json index c826af0..2698468 100644 --- a/packages/ledger/package.json +++ b/packages/ledger/package.json @@ -1,6 +1,6 @@ { "name": "@relayburn/ledger", - "version": "0.31.0", + "version": "0.32.0", "description": "Append-only JSONL ledger + stamp API for relayburn", "type": "module", "main": "./dist/index.js", diff --git a/packages/mcp/package.json b/packages/mcp/package.json index a33dfa0..817f749 100644 --- a/packages/mcp/package.json +++ b/packages/mcp/package.json @@ -1,6 +1,6 @@ { "name": "@relayburn/mcp", - "version": "0.31.0", + "version": "0.32.0", "description": "MCP (Model Context Protocol) server exposing read-only relayburn ledger queries for in-session self-query", "type": "module", "main": "./dist/index.js", diff --git a/packages/reader/package.json b/packages/reader/package.json index 3243ea6..87b4a27 100644 --- a/packages/reader/package.json +++ b/packages/reader/package.json @@ -1,6 +1,6 @@ { "name": "@relayburn/reader", - "version": "0.31.0", + "version": "0.32.0", "description": "Pure parsers for agent CLI session logs → TurnRecord[]", "type": "module", "main": "./dist/index.js",