fix(release): run release:version 0.14.2 to sync all package versions (#3026)

The previous version bump commit (bb4376c) only updated the root
package.json but did not run `npm run release:version` to propagate
the version and sandboxImageUri to all workspace packages.

This caused Docker sandbox integration tests to fail in CI with
"manifest unknown" because build_sandbox.js built image 0.14.1
(from packages/cli/package.json) while sandboxConfig.ts expected
image 0.14.2 (from root package.json).

Fixes: https://github.com/QwenLM/qwen-code/actions/runs/24135197272/job/70424966323
This commit is contained in:
易良 2026-04-08 21:33:40 +08:00 committed by GitHub
parent bb4376c003
commit f296eb1a6d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
11 changed files with 24 additions and 25 deletions

View file

@ -1,6 +1,6 @@
{
"name": "@qwen-code/qwen-code",
"version": "0.14.1",
"version": "0.14.2",
"description": "Qwen Code",
"repository": {
"type": "git",
@ -33,7 +33,7 @@
"dist"
],
"config": {
"sandboxImageUri": "ghcr.io/qwenlm/qwen-code:0.14.1"
"sandboxImageUri": "ghcr.io/qwenlm/qwen-code:0.14.2"
},
"dependencies": {
"@agentclientprotocol/sdk": "^0.14.1",