chore(release): bump version to 0.14.5 (#3298)

Co-authored-by: Qwen-Coder <qwen-coder@alibabacloud.com>
This commit is contained in:
tanzhenxin 2026-04-15 22:43:29 +08:00 committed by GitHub
parent 0ca2d23103
commit 17269fa0e6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
12 changed files with 26 additions and 37 deletions

View file

@ -1,6 +1,6 @@
{
"name": "@qwen-code/channel-base",
"version": "0.14.4",
"version": "0.14.5",
"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.14.4",
"version": "0.14.5",
"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.14.4",
"version": "0.14.5",
"private": true,
"type": "module",
"main": "dist/index.js",

View file

@ -1,6 +1,6 @@
{
"name": "@qwen-code/channel-telegram",
"version": "0.14.4",
"version": "0.14.5",
"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.14.4",
"version": "0.14.5",
"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.14.4",
"version": "0.14.5",
"description": "Qwen Code",
"repository": {
"type": "git",
@ -33,7 +33,7 @@
"dist"
],
"config": {
"sandboxImageUri": "ghcr.io/qwenlm/qwen-code:0.14.4"
"sandboxImageUri": "ghcr.io/qwenlm/qwen-code:0.14.5"
},
"dependencies": {
"@agentclientprotocol/sdk": "^0.14.1",

View file

@ -1,6 +1,6 @@
{
"name": "@qwen-code/qwen-code-core",
"version": "0.14.4",
"version": "0.14.5",
"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.14.4",
"version": "0.14.5",
"publisher": "qwenlm",
"icon": "assets/icon.png",
"repository": {

View file

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

View file

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