chore(release): v0.2.1-nightly.20251112.22edef0c

This commit is contained in:
github-actions[bot]
2025-11-12 00:12:33 +00:00
parent 22edef0cb9
commit e142fb67d8
6 changed files with 13 additions and 13 deletions

View File

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

View File

@@ -1,6 +1,6 @@
{
"name": "@qwen-code/qwen-code-core",
"version": "0.2.1",
"version": "0.2.1-nightly.20251112.22edef0c",
"description": "Qwen Code Core",
"repository": {
"type": "git",

View File

@@ -1,6 +1,6 @@
{
"name": "@qwen-code/qwen-code-test-utils",
"version": "0.2.1",
"version": "0.2.1-nightly.20251112.22edef0c",
"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.2.1",
"version": "0.2.1-nightly.20251112.22edef0c",
"publisher": "qwenlm",
"icon": "assets/icon.png",
"repository": {