chore: bump version to 0.0.9

This commit is contained in:
mingholy.lmh
2025-08-27 18:25:44 +08:00
committed by Mingholy
parent 600c58bbcb
commit 4463107af3
8 changed files with 36 additions and 14 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "@qwen-code/qwen-code",
"version": "0.0.8",
"version": "0.0.9",
"description": "Qwen Code",
"repository": {
"type": "git",
@@ -25,7 +25,7 @@
"dist"
],
"config": {
"sandboxImageUri": "ghcr.io/qwenlm/qwen-code:0.0.8"
"sandboxImageUri": "ghcr.io/qwenlm/qwen-code:0.0.9"
},
"dependencies": {
"@google/genai": "1.9.0",

View File

@@ -1,6 +1,6 @@
{
"name": "@qwen-code/qwen-code-core",
"version": "0.0.8",
"version": "0.0.9",
"description": "Qwen Code Core",
"repository": {
"type": "git",

View File

@@ -1,6 +1,6 @@
{
"name": "@qwen-code/qwen-code-test-utils",
"version": "0.0.8",
"version": "0.0.9",
"private": true,
"main": "src/index.ts",
"license": "Apache-2.0",

View File

@@ -2,7 +2,7 @@
"name": "qwen-code-vscode-ide-companion",
"displayName": "Qwen Code Companion",
"description": "Enable Qwen Code with direct access to your VS Code workspace.",
"version": "0.0.8",
"version": "0.0.9",
"publisher": "qwenlm",
"icon": "assets/icon.png",
"repository": {