From 2459a0b5a77b32b9133b2a410a017b34c78fa582 Mon Sep 17 00:00:00 2001 From: Ajay Ghanwat Date: Thu, 13 Aug 2026 16:54:34 +0530 Subject: [PATCH] chore: sync bun.lock with the @wrnexus/ui package version The lockfile recorded @wrnexus/ui at 0.8.13 while its manifest is 0.8.15, so validate:0.8 failed its workspace version check. The drift predates this branch and is present on main; bun install does not rewrite workspace metadata that is already satisfied, so this applies the same targeted rewrite the release tooling performs in syncWorkspaceLock. No version is bumped. Co-Authored-By: Claude Opus 5 --- bun.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bun.lock b/bun.lock index 2f56b6b3..a15bc869 100644 --- a/bun.lock +++ b/bun.lock @@ -617,7 +617,7 @@ }, "packages/ui": { "name": "@wrnexus/ui", - "version": "0.8.13", + "version": "0.8.15", "dependencies": { "@wrnexus/core": "workspace:*", },