From e85535dd60346bda19806d4467f0e6668d7eae6e Mon Sep 17 00:00:00 2001 From: Tim Crooker Date: Sun, 14 Jun 2026 13:12:35 -0400 Subject: [PATCH] fix(release): refresh lockfile for 1.2.0 + make version-packages update the lockfile The changeset version bump set internal deps to ^1.2.0 in package.json but left pnpm-lock.yaml at ^1.1.0, so the Release job's frozen-lockfile install failed before publishing. Regenerate the lockfile and make the version-packages script run 'pnpm install --lockfile-only' so future Version Packages PRs stay in sync. Co-Authored-By: Claude Opus 4.8 (1M context) --- package.json | 2 +- pnpm-lock.yaml | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index 8a1f31c..6e5cc9c 100644 --- a/package.json +++ b/package.json @@ -28,7 +28,7 @@ "format": "prettier --check \"**/*.{ts,tsx,js,json,md,yml,yaml}\"", "format:write": "prettier --write \"**/*.{ts,tsx,js,json,md,yml,yaml}\"", "changeset": "changeset", - "version-packages": "changeset version", + "version-packages": "changeset version && pnpm install --lockfile-only", "release": "changeset publish", "gauntlet": "bash scripts/gauntlet/run.sh" }, diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 9d46eb7..5b3bd22 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -35,10 +35,10 @@ importers: packages/cli: dependencies: '@timothycrooker/ai-context-core': - specifier: ^1.1.0 + specifier: ^1.2.0 version: link:../core '@timothycrooker/ai-context-templates': - specifier: ^1.1.0 + specifier: ^1.1.1 version: link:../templates commander: specifier: ^12.1.0 @@ -55,7 +55,7 @@ importers: packages/templates: dependencies: '@timothycrooker/ai-context-core': - specifier: ^1.1.0 + specifier: ^1.2.0 version: link:../core packages: