From 329d5e1a459ed700c7eea652693124aced8fbb1d Mon Sep 17 00:00:00 2001 From: Thomas Kosiewski Date: Wed, 2 Sep 2026 00:35:33 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=A4=96=20fix:=20version-lock=20mux=20comp?= =?UTF-8?q?at=20package=20to=20v0.28.3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The v0.28.3 release PR (#4042) bumped only the root package.json, leaving packages/mux-compat/package.json at 0.28.2 and breaking the productIdentity contract test on main. Sync both manifests through scripts/set-package-version.js, the same lockstep path CI uses at publish time (npm already has mux@0.28.3 -> @coder/xum@0.28.3, so this only repairs the checked-in source). --- _Generated with `xum` • Model: `anthropic:claude-fable-5-1` • Thinking: `xhigh` • Cost: `$0.00`_ --- packages/mux-compat/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/mux-compat/package.json b/packages/mux-compat/package.json index 06158cafa9c..170f13829aa 100644 --- a/packages/mux-compat/package.json +++ b/packages/mux-compat/package.json @@ -1,6 +1,6 @@ { "name": "mux", - "version": "0.28.2", + "version": "0.28.3", "description": "Compatibility package forwarding the legacy mux command to @coder/xum", "bin": { "mux": "bin/mux.js" @@ -10,7 +10,7 @@ "README.md" ], "dependencies": { - "@coder/xum": "0.28.2" + "@coder/xum": "0.28.3" }, "repository": { "type": "git",