chore(release): bump version to 0.15.2 (#3596)

Co-authored-by: Qwen-Coder <qwen-coder@alibabacloud.com>

Update version from 0.15.1 to 0.15.2 across all packages and lockfile
This commit is contained in:
易良 2026-04-24 19:55:12 +08:00 committed by GitHub
parent 5e1b8b0d59
commit 44b482928b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
12 changed files with 25 additions and 25 deletions

View file

@ -1,6 +1,6 @@
{
"name": "@qwen-code/channel-base",
"version": "0.15.1",
"version": "0.15.2",
"description": "Base channel infrastructure for Qwen Code",
"type": "module",
"main": "dist/index.js",

View file

@ -1,6 +1,6 @@
{
"name": "@qwen-code/channel-dingtalk",
"version": "0.15.1",
"version": "0.15.2",
"description": "DingTalk channel adapter for Qwen Code",
"type": "module",
"main": "dist/index.js",

View file

@ -1,6 +1,6 @@
{
"name": "@qwen-code/channel-plugin-example",
"version": "0.15.1",
"version": "0.15.2",
"private": true,
"type": "module",
"main": "dist/index.js",

View file

@ -1,6 +1,6 @@
{
"name": "@qwen-code/channel-telegram",
"version": "0.15.1",
"version": "0.15.2",
"description": "Telegram channel adapter for Qwen Code",
"type": "module",
"main": "dist/index.js",

View file

@ -1,6 +1,6 @@
{
"name": "@qwen-code/channel-weixin",
"version": "0.15.1",
"version": "0.15.2",
"description": "WeChat (Weixin) channel adapter for Qwen Code",
"type": "module",
"main": "dist/index.js",

View file

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

View file

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

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.15.1",
"version": "0.15.2",
"publisher": "qwenlm",
"icon": "assets/icon.png",
"repository": {

View file

@ -1,6 +1,6 @@
{
"name": "@qwen-code/web-templates",
"version": "0.15.1",
"version": "0.15.2",
"description": "Web templates bundled as embeddable JS/CSS strings",
"repository": {
"type": "git",

View file

@ -1,6 +1,6 @@
{
"name": "@qwen-code/webui",
"version": "0.15.1",
"version": "0.15.2",
"description": "Shared UI components for Qwen Code packages",
"type": "module",
"main": "./dist/index.cjs",