chore(release): v0.0.1-alpha.13

This commit is contained in:
github-actions[bot]
2025-08-01 09:41:12 +00:00
parent 09c2a1871b
commit bf9c58fa73
5 changed files with 11 additions and 11 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "@qwen-code/qwen-code",
"version": "0.0.1",
"version": "0.0.1-alpha.13",
"description": "Gemini CLI",
"repository": {
"type": "git",
@@ -25,7 +25,7 @@
"dist"
],
"config": {
"sandboxImageUri": "ghcr.io/qwenlm/qwen-code:0.0.1"
"sandboxImageUri": "ghcr.io/qwenlm/qwen-code:0.0.1-alpha.13"
},
"dependencies": {
"@qwen-code/qwen-code-core": "file:../core",

View File

@@ -1,6 +1,6 @@
{
"name": "@qwen-code/qwen-code-core",
"version": "0.0.1",
"version": "0.0.1-alpha.13",
"description": "Qwen Code Core",
"repository": {
"type": "git",

View File

@@ -2,7 +2,7 @@
"name": "@qwen-code/qwen-code-vscode-ide-companion",
"displayName": "Qwen Code VSCode IDE Companion",
"description": "",
"version": "0.0.1",
"version": "0.0.1-alpha.13",
"engines": {
"vscode": "^1.101.0"
},