From dbf812488829a61cc2e95909e021b215704d066c Mon Sep 17 00:00:00 2001 From: Neko Ayaka Date: Sun, 19 Jul 2026 04:03:59 +0800 Subject: [PATCH] release: v0.11.3 --- apps/server/package.json | 2 +- apps/stage-pocket/android/app-version.properties | 4 ++-- apps/stage-pocket/ios/App/App.xcodeproj/project.pbxproj | 8 ++++---- apps/stage-tamagotchi/package.json | 2 +- docs/package.json | 2 +- engines/stage-tamagotchi-godot/package.json | 2 +- integrations/vscode/airi-plugin-vscode/package.json | 2 +- integrations/vscode/vscode-airi/package.json | 2 +- package.json | 2 +- packages/airi-screenshot/package.json | 2 +- packages/better-ws/package.json | 2 +- packages/cap-vite/package.json | 2 +- packages/core-agent/package.json | 2 +- packages/core-character/package.json | 2 +- packages/electron-eventa/package.json | 2 +- packages/electron-screen-capture/package.json | 2 +- packages/electron-vueuse/package.json | 2 +- packages/font-chillroundm/package.json | 2 +- packages/font-cjkfonts-allseto/package.json | 2 +- packages/font-departure-mono/package.json | 2 +- packages/font-xiaolai/package.json | 2 +- packages/memory-pgvector/package.json | 2 +- packages/model-driver-lipsync/package.json | 2 +- packages/pipelines-audio/package.json | 2 +- packages/plugin-protocol/package.json | 2 +- packages/plugin-sdk-tamagotchi/package.json | 2 +- packages/plugin-sdk/package.json | 2 +- packages/scenarios-stage-tamagotchi-browser/package.json | 2 +- packages/scenarios-stage-tamagotchi-electron/package.json | 2 +- packages/server-runtime/package.json | 2 +- packages/server-schema/package.json | 2 +- packages/server-sdk-shared/package.json | 2 +- packages/server-sdk/package.json | 2 +- packages/server-shared/package.json | 2 +- packages/stage-ui/package.json | 2 +- packages/stream-kit/package.json | 2 +- packages/ui/package.json | 2 +- packages/unocss-preset-fonts/package.json | 2 +- packages/vishot-runner-browser/package.json | 2 +- packages/vishot-runner-electron/package.json | 2 +- packages/vishot-runtime/package.json | 2 +- plugins/airi-plugin-bilibili-laplace/package.json | 2 +- plugins/airi-plugin-claude-code/package.json | 2 +- plugins/airi-plugin-game-chess/package.json | 2 +- plugins/airi-plugin-homeassistant/package.json | 2 +- plugins/airi-plugin-web-extension/package.json | 2 +- services/computer-use-mcp/package.json | 2 +- services/twitter-services/package.json | 2 +- 48 files changed, 52 insertions(+), 52 deletions(-) diff --git a/apps/server/package.json b/apps/server/package.json index ecad80c49..00c55a81f 100644 --- a/apps/server/package.json +++ b/apps/server/package.json @@ -1,7 +1,7 @@ { "name": "@proj-airi/server", "type": "module", - "version": "0.11.2", + "version": "0.11.3", "private": true, "scripts": { "apply:env": "dotenvx run -f .env.local --overload --ignore=MISSING_ENV_FILE", diff --git a/apps/stage-pocket/android/app-version.properties b/apps/stage-pocket/android/app-version.properties index 2c463e0c5..a2a68ab64 100644 --- a/apps/stage-pocket/android/app-version.properties +++ b/apps/stage-pocket/android/app-version.properties @@ -1,2 +1,2 @@ -AIRI_VERSION_NAME=0.11.2 -AIRI_VERSION_CODE=15 +AIRI_VERSION_NAME=0.11.3 +AIRI_VERSION_CODE=16 diff --git a/apps/stage-pocket/ios/App/App.xcodeproj/project.pbxproj b/apps/stage-pocket/ios/App/App.xcodeproj/project.pbxproj index 22a182c98..a690aa682 100644 --- a/apps/stage-pocket/ios/App/App.xcodeproj/project.pbxproj +++ b/apps/stage-pocket/ios/App/App.xcodeproj/project.pbxproj @@ -317,7 +317,7 @@ ASSETCATALOG_COMPILER_INCLUDE_ALL_APPICON_ASSETS = NO; CODE_SIGN_IDENTITY = "Apple Development"; CODE_SIGN_STYLE = Automatic; - CURRENT_PROJECT_VERSION = 19; + CURRENT_PROJECT_VERSION = 20; DEVELOPMENT_TEAM = 433DLLA855; INFOPLIST_FILE = App/Info.plist; INFOPLIST_KEY_CFBundleDisplayName = AIRI; @@ -327,7 +327,7 @@ "$(inherited)", "@executable_path/Frameworks", ); - MARKETING_VERSION = 0.11.2; + MARKETING_VERSION = 0.11.3; OTHER_SWIFT_FLAGS = "$(inherited) \"-D\" \"COCOAPODS\" \"-DDEBUG\""; PRODUCT_BUNDLE_IDENTIFIER = "ai.moeru.airi-pocket"; PRODUCT_NAME = "$(TARGET_NAME)"; @@ -345,7 +345,7 @@ ASSETCATALOG_COMPILER_INCLUDE_ALL_APPICON_ASSETS = NO; CODE_SIGN_IDENTITY = "Apple Distribution"; CODE_SIGN_STYLE = Manual; - CURRENT_PROJECT_VERSION = 19; + CURRENT_PROJECT_VERSION = 20; DEVELOPMENT_TEAM = 433DLLA855; INFOPLIST_FILE = App/Info.plist; INFOPLIST_KEY_CFBundleDisplayName = AIRI; @@ -355,7 +355,7 @@ "$(inherited)", "@executable_path/Frameworks", ); - MARKETING_VERSION = 0.11.2; + MARKETING_VERSION = 0.11.3; PRODUCT_BUNDLE_IDENTIFIER = "ai.moeru.airi-pocket"; PRODUCT_NAME = "$(TARGET_NAME)"; PROVISIONING_PROFILE_SPECIFIER = "AIRI CI"; diff --git a/apps/stage-tamagotchi/package.json b/apps/stage-tamagotchi/package.json index c3c213280..075d54719 100644 --- a/apps/stage-tamagotchi/package.json +++ b/apps/stage-tamagotchi/package.json @@ -1,7 +1,7 @@ { "name": "@proj-airi/stage-tamagotchi", "type": "module", - "version": "0.11.2", + "version": "0.11.3", "private": true, "description": "LLM powered virtual character", "author": { diff --git a/docs/package.json b/docs/package.json index a697b69d6..2a6e3c2d5 100644 --- a/docs/package.json +++ b/docs/package.json @@ -1,7 +1,7 @@ { "name": "@proj-airi/docs", "type": "module", - "version": "0.11.2", + "version": "0.11.3", "private": true, "scripts": { "build": "vitepress build", diff --git a/engines/stage-tamagotchi-godot/package.json b/engines/stage-tamagotchi-godot/package.json index ee78f6c09..41263a9e1 100644 --- a/engines/stage-tamagotchi-godot/package.json +++ b/engines/stage-tamagotchi-godot/package.json @@ -1,7 +1,7 @@ { "name": "@proj-airi/stage-tamagotchi-godot", "type": "module", - "version": "0.11.2", + "version": "0.11.3", "private": true, "description": "Godot-native desktop stage runtime workspace engine for stage-tamagotchi", "author": { diff --git a/integrations/vscode/airi-plugin-vscode/package.json b/integrations/vscode/airi-plugin-vscode/package.json index ad0ed04f7..5680badc6 100644 --- a/integrations/vscode/airi-plugin-vscode/package.json +++ b/integrations/vscode/airi-plugin-vscode/package.json @@ -1,7 +1,7 @@ { "name": "@proj-airi/airi-plugin-vscode", "type": "module", - "version": "0.11.2", + "version": "0.11.3", "private": true, "description": "AIRI host plugin that bridges VS Code context and UI", "repository": { diff --git a/integrations/vscode/vscode-airi/package.json b/integrations/vscode/vscode-airi/package.json index 36e4c1928..5d6ee3e72 100644 --- a/integrations/vscode/vscode-airi/package.json +++ b/integrations/vscode/vscode-airi/package.json @@ -3,7 +3,7 @@ "name": "vscode-airi", "displayName": "AIRI VSCode adapter", "type": "module", - "version": "0.11.2", + "version": "0.11.3", "private": true, "description": "Adapter that connects VSCode into Project AIRI", "repository": { diff --git a/package.json b/package.json index b514225f3..092f18eaf 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@proj-airi/root", "type": "module", - "version": "0.11.2", + "version": "0.11.3", "private": true, "packageManager": "pnpm@10.33.0", "description": "LLM powered virtual character", diff --git a/packages/airi-screenshot/package.json b/packages/airi-screenshot/package.json index a25702773..ba345178b 100644 --- a/packages/airi-screenshot/package.json +++ b/packages/airi-screenshot/package.json @@ -1,7 +1,7 @@ { "name": "@proj-airi/airi-screenshot", "type": "module", - "version": "0.11.2", + "version": "0.11.3", "private": true, "description": "AIRI monorepo screenshot orchestration CLI", "author": { diff --git a/packages/better-ws/package.json b/packages/better-ws/package.json index 6dd3b8a35..f67a7bd81 100644 --- a/packages/better-ws/package.json +++ b/packages/better-ws/package.json @@ -1,7 +1,7 @@ { "name": "@proj-airi/better-ws", "type": "module", - "version": "0.11.2", + "version": "0.11.3", "private": true, "description": "Transport-agnostic reliable WebSocket runtime primitives", "author": { diff --git a/packages/cap-vite/package.json b/packages/cap-vite/package.json index 45d0d27f3..1edba454f 100644 --- a/packages/cap-vite/package.json +++ b/packages/cap-vite/package.json @@ -1,7 +1,7 @@ { "name": "@proj-airi/cap-vite", "type": "module", - "version": "0.11.2", + "version": "0.11.3", "description": "CLI that starts a Vite dev server and runs Capacitor live reload", "author": { "name": "Moeru AI Project AIRI Team", diff --git a/packages/core-agent/package.json b/packages/core-agent/package.json index 3301d2dda..943af7299 100644 --- a/packages/core-agent/package.json +++ b/packages/core-agent/package.json @@ -1,7 +1,7 @@ { "name": "@proj-airi/core-agent", "type": "module", - "version": "0.11.2", + "version": "0.11.3", "private": true, "description": "Core agent runtime orchestration for AIRI", "author": { diff --git a/packages/core-character/package.json b/packages/core-character/package.json index d05be493c..33e489faa 100644 --- a/packages/core-character/package.json +++ b/packages/core-character/package.json @@ -1,7 +1,7 @@ { "name": "@proj-airi/core-character", "type": "module", - "version": "0.11.2", + "version": "0.11.3", "private": true, "description": "Core character pipeline orchestration for AIRI (segmentation, emotion, delay, optional TTS)", "author": { diff --git a/packages/electron-eventa/package.json b/packages/electron-eventa/package.json index 6ad47a74b..8b76ceab0 100644 --- a/packages/electron-eventa/package.json +++ b/packages/electron-eventa/package.json @@ -1,7 +1,7 @@ { "name": "@proj-airi/electron-eventa", "type": "module", - "version": "0.11.2", + "version": "0.11.3", "private": true, "description": "Shared Eventa contracts for Electron IPC", "author": { diff --git a/packages/electron-screen-capture/package.json b/packages/electron-screen-capture/package.json index 4d705f506..2fbff8650 100644 --- a/packages/electron-screen-capture/package.json +++ b/packages/electron-screen-capture/package.json @@ -1,7 +1,7 @@ { "name": "@proj-airi/electron-screen-capture", "type": "module", - "version": "0.11.2", + "version": "0.11.3", "private": true, "description": "Screen capture", "author": { diff --git a/packages/electron-vueuse/package.json b/packages/electron-vueuse/package.json index 83a17a399..5e9300f8f 100644 --- a/packages/electron-vueuse/package.json +++ b/packages/electron-vueuse/package.json @@ -1,7 +1,7 @@ { "name": "@proj-airi/electron-vueuse", "type": "module", - "version": "0.11.2", + "version": "0.11.3", "private": true, "description": "VueUse-like composables and helpers for Electron apps", "author": { diff --git a/packages/font-chillroundm/package.json b/packages/font-chillroundm/package.json index 7f59755b6..5599ff9c1 100644 --- a/packages/font-chillroundm/package.json +++ b/packages/font-chillroundm/package.json @@ -1,7 +1,7 @@ { "name": "@proj-airi/font-chillroundm", "type": "module", - "version": "0.11.2", + "version": "0.11.3", "description": "Essential CSS for font, ChillRoundM (a.k.a. 寒蝉半圆体), used by Project AIRI", "author": { "name": "Warren2060", diff --git a/packages/font-cjkfonts-allseto/package.json b/packages/font-cjkfonts-allseto/package.json index bd63190ad..534e62435 100644 --- a/packages/font-cjkfonts-allseto/package.json +++ b/packages/font-cjkfonts-allseto/package.json @@ -1,7 +1,7 @@ { "name": "@proj-airi/font-cjkfonts-allseto", "type": "module", - "version": "0.11.2", + "version": "0.11.3", "description": "Essential CSS for font, cjkfonts 全瀨體, used by Project AIRI", "author": { "name": "Creators of cjkFonts", diff --git a/packages/font-departure-mono/package.json b/packages/font-departure-mono/package.json index 0bbf458c5..50b8883c0 100644 --- a/packages/font-departure-mono/package.json +++ b/packages/font-departure-mono/package.json @@ -1,7 +1,7 @@ { "name": "@proj-airi/font-departure-mono", "type": "module", - "version": "0.11.2", + "version": "0.11.3", "description": "Essential CSS for font, Departure Mono, used by Project AIRI", "author": { "name": "Tobias Fried", diff --git a/packages/font-xiaolai/package.json b/packages/font-xiaolai/package.json index a34db73d8..80622230b 100644 --- a/packages/font-xiaolai/package.json +++ b/packages/font-xiaolai/package.json @@ -1,7 +1,7 @@ { "name": "@proj-airi/font-xiaolai", "type": "module", - "version": "0.11.2", + "version": "0.11.3", "description": "Essential CSS for font, Xiaolai (小赖字体 / 小賴字體 / シャオライ / Xiaolai Font), used by Project AIRI", "author": { "name": "ʟxɢᴡ", diff --git a/packages/memory-pgvector/package.json b/packages/memory-pgvector/package.json index 0cd2c8a51..a0882d2c8 100644 --- a/packages/memory-pgvector/package.json +++ b/packages/memory-pgvector/package.json @@ -1,7 +1,7 @@ { "name": "@proj-airi/memory-pgvector", "type": "module", - "version": "0.11.2", + "version": "0.11.3", "private": true, "description": "", "author": { diff --git a/packages/model-driver-lipsync/package.json b/packages/model-driver-lipsync/package.json index 05cac85ff..5185a39be 100644 --- a/packages/model-driver-lipsync/package.json +++ b/packages/model-driver-lipsync/package.json @@ -1,7 +1,7 @@ { "name": "@proj-airi/model-driver-lipsync", "type": "module", - "version": "0.11.2", + "version": "0.11.3", "private": true, "exports": { ".": "./src/index.ts", diff --git a/packages/pipelines-audio/package.json b/packages/pipelines-audio/package.json index 337a3b19d..013d7f293 100644 --- a/packages/pipelines-audio/package.json +++ b/packages/pipelines-audio/package.json @@ -1,7 +1,7 @@ { "name": "@proj-airi/pipelines-audio", "type": "module", - "version": "0.11.2", + "version": "0.11.3", "private": true, "description": "Audio pipeline orchestration for AIRI (capture, VAD, encode, stream)", "author": { diff --git a/packages/plugin-protocol/package.json b/packages/plugin-protocol/package.json index 8f5bc1b2b..3d4b61346 100644 --- a/packages/plugin-protocol/package.json +++ b/packages/plugin-protocol/package.json @@ -1,7 +1,7 @@ { "name": "@proj-airi/plugin-protocol", "type": "module", - "version": "0.11.2", + "version": "0.11.3", "description": "Plugin protocol event definitions and shared websocket types for Project AIRI", "author": { "name": "Moeru AI Project AIRI Team", diff --git a/packages/plugin-sdk-tamagotchi/package.json b/packages/plugin-sdk-tamagotchi/package.json index bf1b0ce36..207a6dbcc 100644 --- a/packages/plugin-sdk-tamagotchi/package.json +++ b/packages/plugin-sdk-tamagotchi/package.json @@ -1,7 +1,7 @@ { "name": "@proj-airi/plugin-sdk-tamagotchi", "type": "module", - "version": "0.11.2", + "version": "0.11.3", "private": true, "description": "Tamagotchi-specific DX helpers for Project AIRI plugins", "author": { diff --git a/packages/plugin-sdk/package.json b/packages/plugin-sdk/package.json index 1236662b4..0ed9df7e2 100644 --- a/packages/plugin-sdk/package.json +++ b/packages/plugin-sdk/package.json @@ -1,7 +1,7 @@ { "name": "@proj-airi/plugin-sdk", "type": "module", - "version": "0.11.2", + "version": "0.11.3", "private": true, "description": "Plugin SDK for Project AIRI", "author": { diff --git a/packages/scenarios-stage-tamagotchi-browser/package.json b/packages/scenarios-stage-tamagotchi-browser/package.json index 04623001d..3d2577e13 100644 --- a/packages/scenarios-stage-tamagotchi-browser/package.json +++ b/packages/scenarios-stage-tamagotchi-browser/package.json @@ -1,7 +1,7 @@ { "name": "@proj-airi/scenarios-stage-tamagotchi-browser", "type": "module", - "version": "0.11.2", + "version": "0.11.3", "private": true, "description": "Vite/Vue scene app for stage tamagotchi browser captures", "author": { diff --git a/packages/scenarios-stage-tamagotchi-electron/package.json b/packages/scenarios-stage-tamagotchi-electron/package.json index 3f95ee49e..ec5605b71 100644 --- a/packages/scenarios-stage-tamagotchi-electron/package.json +++ b/packages/scenarios-stage-tamagotchi-electron/package.json @@ -1,7 +1,7 @@ { "name": "@proj-airi/scenarios-stage-tamagotchi-electron", "type": "module", - "version": "0.11.2", + "version": "0.11.3", "private": true, "description": "Product-owned Electron scenarios for stage-tamagotchi raw screenshot capture", "author": { diff --git a/packages/server-runtime/package.json b/packages/server-runtime/package.json index 5062aec3c..bb1dfe48b 100644 --- a/packages/server-runtime/package.json +++ b/packages/server-runtime/package.json @@ -1,7 +1,7 @@ { "name": "@proj-airi/server-runtime", "type": "module", - "version": "0.11.2", + "version": "0.11.3", "description": "Server runtime implementation for AIRI running in different environments", "author": { "name": "Moeru AI Project AIRI Team", diff --git a/packages/server-schema/package.json b/packages/server-schema/package.json index c418d0068..5499ebb6d 100644 --- a/packages/server-schema/package.json +++ b/packages/server-schema/package.json @@ -1,7 +1,7 @@ { "name": "@proj-airi/server-schema", "type": "module", - "version": "0.11.2", + "version": "0.11.3", "private": true, "description": "Server schema for AIRI", "author": { diff --git a/packages/server-sdk-shared/package.json b/packages/server-sdk-shared/package.json index e6da70faa..f0962525b 100644 --- a/packages/server-sdk-shared/package.json +++ b/packages/server-sdk-shared/package.json @@ -1,7 +1,7 @@ { "name": "@proj-airi/server-sdk-shared", "type": "module", - "version": "0.11.2", + "version": "0.11.3", "private": true, "description": "Shared event contracts and types consumed by AIRI server-sdk clients and server-side handlers", "author": { diff --git a/packages/server-sdk/package.json b/packages/server-sdk/package.json index f3e27cc5a..54c72a3ed 100644 --- a/packages/server-sdk/package.json +++ b/packages/server-sdk/package.json @@ -1,7 +1,7 @@ { "name": "@proj-airi/server-sdk", "type": "module", - "version": "0.11.2", + "version": "0.11.3", "description": "Client-side SDK implementation for connecting to AIRI server components and runtimes", "author": { "name": "Moeru AI Project AIRI Team", diff --git a/packages/server-shared/package.json b/packages/server-shared/package.json index cecabe490..0ed79b758 100644 --- a/packages/server-shared/package.json +++ b/packages/server-shared/package.json @@ -1,7 +1,7 @@ { "name": "@proj-airi/server-shared", "type": "module", - "version": "0.11.2", + "version": "0.11.3", "description": "Server shared types, utilities for AIRI server components and runtimes", "author": { "name": "Moeru AI Project AIRI Team", diff --git a/packages/stage-ui/package.json b/packages/stage-ui/package.json index c17ce6e07..acd3af64c 100644 --- a/packages/stage-ui/package.json +++ b/packages/stage-ui/package.json @@ -1,7 +1,7 @@ { "name": "@proj-airi/stage-ui", "type": "module", - "version": "0.11.2", + "version": "0.11.3", "private": true, "description": "Shared core for stage", "author": { diff --git a/packages/stream-kit/package.json b/packages/stream-kit/package.json index 15cd08e55..2ddfb49ce 100644 --- a/packages/stream-kit/package.json +++ b/packages/stream-kit/package.json @@ -1,7 +1,7 @@ { "name": "@proj-airi/stream-kit", "type": "module", - "version": "0.11.2", + "version": "0.11.3", "private": true, "description": "Stream utilities for AIRI (queues, streams)", "author": { diff --git a/packages/ui/package.json b/packages/ui/package.json index 450b77d83..6ad39fca6 100644 --- a/packages/ui/package.json +++ b/packages/ui/package.json @@ -1,7 +1,7 @@ { "name": "@proj-airi/ui", "type": "module", - "version": "0.11.2", + "version": "0.11.3", "description": "A collection of UI components that used by Project AIRI", "author": { "name": "Moeru AI Project AIRI Team", diff --git a/packages/unocss-preset-fonts/package.json b/packages/unocss-preset-fonts/package.json index 2ad4f023f..5dbc949b4 100644 --- a/packages/unocss-preset-fonts/package.json +++ b/packages/unocss-preset-fonts/package.json @@ -1,7 +1,7 @@ { "name": "@proj-airi/unocss-preset-fonts", "type": "module", - "version": "0.11.2", + "version": "0.11.3", "description": "Fonts that are not included by Google Fonts, FontSource but open-source used by Project AIRI", "author": { "name": "Moeru AI Project AIRI Team", diff --git a/packages/vishot-runner-browser/package.json b/packages/vishot-runner-browser/package.json index 3173de8d5..5fa0bba11 100644 --- a/packages/vishot-runner-browser/package.json +++ b/packages/vishot-runner-browser/package.json @@ -1,7 +1,7 @@ { "name": "@proj-airi/vishot-runner-browser", "type": "module", - "version": "0.11.2", + "version": "0.11.3", "private": true, "description": "Browser capture runner for Vishot scenes", "author": { diff --git a/packages/vishot-runner-electron/package.json b/packages/vishot-runner-electron/package.json index 57ea82531..d5c77d0d0 100644 --- a/packages/vishot-runner-electron/package.json +++ b/packages/vishot-runner-electron/package.json @@ -1,7 +1,7 @@ { "name": "@proj-airi/vishot-runner-electron", "type": "module", - "version": "0.11.2", + "version": "0.11.3", "private": true, "description": "Playwright-driven Electron capture runner for stage-tamagotchi", "author": { diff --git a/packages/vishot-runtime/package.json b/packages/vishot-runtime/package.json index 00fc4122b..b29f3ce7b 100644 --- a/packages/vishot-runtime/package.json +++ b/packages/vishot-runtime/package.json @@ -1,7 +1,7 @@ { "name": "@proj-airi/vishot-runtime", "type": "module", - "version": "0.11.2", + "version": "0.11.3", "private": true, "description": "Runtime capture contracts and Vue bindings for Vishot", "author": { diff --git a/plugins/airi-plugin-bilibili-laplace/package.json b/plugins/airi-plugin-bilibili-laplace/package.json index a772d1490..bd8519c19 100644 --- a/plugins/airi-plugin-bilibili-laplace/package.json +++ b/plugins/airi-plugin-bilibili-laplace/package.json @@ -1,7 +1,7 @@ { "name": "@proj-airi/airi-plugin-bilibili-laplace", "type": "module", - "version": "0.11.2", + "version": "0.11.3", "private": true, "description": "Live stream chat plugin, a bridge to forward Bilibili live chat via LAPLACE Event Bridge into AIRI server channel", "scripts": { diff --git a/plugins/airi-plugin-claude-code/package.json b/plugins/airi-plugin-claude-code/package.json index 2b7683c24..e93f69919 100644 --- a/plugins/airi-plugin-claude-code/package.json +++ b/plugins/airi-plugin-claude-code/package.json @@ -1,7 +1,7 @@ { "name": "@proj-airi/airi-plugin-claude-code", "type": "module", - "version": "0.11.2", + "version": "0.11.3", "private": true, "description": "manifest.json description", "bin": { diff --git a/plugins/airi-plugin-game-chess/package.json b/plugins/airi-plugin-game-chess/package.json index 90e21453e..1a18d4773 100644 --- a/plugins/airi-plugin-game-chess/package.json +++ b/plugins/airi-plugin-game-chess/package.json @@ -1,7 +1,7 @@ { "name": "@proj-airi/airi-plugin-game-chess", "type": "module", - "version": "0.11.2", + "version": "0.11.3", "private": true, "description": "Chess plugin for AIRI gamelet/widget runtime", "scripts": { diff --git a/plugins/airi-plugin-homeassistant/package.json b/plugins/airi-plugin-homeassistant/package.json index 98a0b5ee3..5735755c6 100644 --- a/plugins/airi-plugin-homeassistant/package.json +++ b/plugins/airi-plugin-homeassistant/package.json @@ -1,7 +1,7 @@ { "name": "@proj-airi/airi-plugin-homeassistant", "type": "module", - "version": "0.11.2", + "version": "0.11.3", "private": true, "description": "Home Assistant integration plugin for AIRI server", "scripts": { diff --git a/plugins/airi-plugin-web-extension/package.json b/plugins/airi-plugin-web-extension/package.json index 0d6356770..21ece7526 100644 --- a/plugins/airi-plugin-web-extension/package.json +++ b/plugins/airi-plugin-web-extension/package.json @@ -1,7 +1,7 @@ { "name": "@proj-airi/airi-plugin-web-extension", "type": "module", - "version": "0.11.2", + "version": "0.11.3", "private": true, "description": "manifest.json description", "scripts": { diff --git a/services/computer-use-mcp/package.json b/services/computer-use-mcp/package.json index e8a994ef5..9a21af646 100644 --- a/services/computer-use-mcp/package.json +++ b/services/computer-use-mcp/package.json @@ -1,7 +1,7 @@ { "name": "@proj-airi/computer-use-mcp", "type": "module", - "version": "0.11.2", + "version": "0.11.3", "private": true, "description": "AIRI-specific macOS desktop orchestration MCP service", "author": { diff --git a/services/twitter-services/package.json b/services/twitter-services/package.json index 106370390..8eaebc009 100644 --- a/services/twitter-services/package.json +++ b/services/twitter-services/package.json @@ -1,7 +1,7 @@ { "name": "@proj-airi/twitter-services", "type": "module", - "version": "0.11.2", + "version": "0.11.3", "private": true, "description": "Twitter Services for MCP", "author": "RainbowBird ",