From b43b8944bfba4113233ccfc090f373a6e869dff6 Mon Sep 17 00:00:00 2001 From: Neko Ayaka Date: Sat, 18 Jul 2026 10:37:13 +0800 Subject: [PATCH] release: v0.11.2 --- 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 c322d7728..ecad80c49 100644 --- a/apps/server/package.json +++ b/apps/server/package.json @@ -1,7 +1,7 @@ { "name": "@proj-airi/server", "type": "module", - "version": "0.11.1", + "version": "0.11.2", "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 3c3976ac7..2c463e0c5 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.1 -AIRI_VERSION_CODE=14 +AIRI_VERSION_NAME=0.11.2 +AIRI_VERSION_CODE=15 diff --git a/apps/stage-pocket/ios/App/App.xcodeproj/project.pbxproj b/apps/stage-pocket/ios/App/App.xcodeproj/project.pbxproj index 241ce4a7d..22a182c98 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 = 18; + CURRENT_PROJECT_VERSION = 19; DEVELOPMENT_TEAM = 433DLLA855; INFOPLIST_FILE = App/Info.plist; INFOPLIST_KEY_CFBundleDisplayName = AIRI; @@ -327,7 +327,7 @@ "$(inherited)", "@executable_path/Frameworks", ); - MARKETING_VERSION = 0.11.1; + MARKETING_VERSION = 0.11.2; 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 = 18; + CURRENT_PROJECT_VERSION = 19; DEVELOPMENT_TEAM = 433DLLA855; INFOPLIST_FILE = App/Info.plist; INFOPLIST_KEY_CFBundleDisplayName = AIRI; @@ -355,7 +355,7 @@ "$(inherited)", "@executable_path/Frameworks", ); - MARKETING_VERSION = 0.11.1; + MARKETING_VERSION = 0.11.2; 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 38095646a..c3c213280 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.1", + "version": "0.11.2", "private": true, "description": "LLM powered virtual character", "author": { diff --git a/docs/package.json b/docs/package.json index b5c3c8edd..a697b69d6 100644 --- a/docs/package.json +++ b/docs/package.json @@ -1,7 +1,7 @@ { "name": "@proj-airi/docs", "type": "module", - "version": "0.11.1", + "version": "0.11.2", "private": true, "scripts": { "build": "vitepress build", diff --git a/engines/stage-tamagotchi-godot/package.json b/engines/stage-tamagotchi-godot/package.json index 8d3f0cba1..ee78f6c09 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.1", + "version": "0.11.2", "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 072f142f9..ad0ed04f7 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.1", + "version": "0.11.2", "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 679bacaad..36e4c1928 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.1", + "version": "0.11.2", "private": true, "description": "Adapter that connects VSCode into Project AIRI", "repository": { diff --git a/package.json b/package.json index 76ae67a02..b514225f3 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@proj-airi/root", "type": "module", - "version": "0.11.1", + "version": "0.11.2", "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 bda71f459..a25702773 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.1", + "version": "0.11.2", "private": true, "description": "AIRI monorepo screenshot orchestration CLI", "author": { diff --git a/packages/better-ws/package.json b/packages/better-ws/package.json index 3e4e77de0..6dd3b8a35 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.1", + "version": "0.11.2", "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 ec40c4f6a..45d0d27f3 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.1", + "version": "0.11.2", "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 2635fdce3..3301d2dda 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.1", + "version": "0.11.2", "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 524087daa..d05be493c 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.1", + "version": "0.11.2", "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 1adf1f5d9..6ad47a74b 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.1", + "version": "0.11.2", "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 17ef79414..4d705f506 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.1", + "version": "0.11.2", "private": true, "description": "Screen capture", "author": { diff --git a/packages/electron-vueuse/package.json b/packages/electron-vueuse/package.json index 04f7b6a05..83a17a399 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.1", + "version": "0.11.2", "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 6427b8c72..7f59755b6 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.1", + "version": "0.11.2", "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 d44d9948b..bd63190ad 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.1", + "version": "0.11.2", "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 f11c56815..0bbf458c5 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.1", + "version": "0.11.2", "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 8789a5f6a..a34db73d8 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.1", + "version": "0.11.2", "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 ea894074f..0cd2c8a51 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.1", + "version": "0.11.2", "private": true, "description": "", "author": { diff --git a/packages/model-driver-lipsync/package.json b/packages/model-driver-lipsync/package.json index e883654d5..05cac85ff 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.1", + "version": "0.11.2", "private": true, "exports": { ".": "./src/index.ts", diff --git a/packages/pipelines-audio/package.json b/packages/pipelines-audio/package.json index bee5be5ee..337a3b19d 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.1", + "version": "0.11.2", "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 e4d683a6d..8f5bc1b2b 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.1", + "version": "0.11.2", "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 a0d983851..bf1b0ce36 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.1", + "version": "0.11.2", "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 8b0549334..1236662b4 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.1", + "version": "0.11.2", "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 eecbeb035..04623001d 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.1", + "version": "0.11.2", "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 7ec331b7d..3f95ee49e 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.1", + "version": "0.11.2", "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 6c8a18a6e..5062aec3c 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.1", + "version": "0.11.2", "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 a2d187001..c418d0068 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.1", + "version": "0.11.2", "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 b39a4fcc8..e6da70faa 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.1", + "version": "0.11.2", "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 37398bab7..f3e27cc5a 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.1", + "version": "0.11.2", "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 ada3eafd0..cecabe490 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.1", + "version": "0.11.2", "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 247325da4..c17ce6e07 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.1", + "version": "0.11.2", "private": true, "description": "Shared core for stage", "author": { diff --git a/packages/stream-kit/package.json b/packages/stream-kit/package.json index ded5ec4a1..15cd08e55 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.1", + "version": "0.11.2", "private": true, "description": "Stream utilities for AIRI (queues, streams)", "author": { diff --git a/packages/ui/package.json b/packages/ui/package.json index 4f7d5c728..450b77d83 100644 --- a/packages/ui/package.json +++ b/packages/ui/package.json @@ -1,7 +1,7 @@ { "name": "@proj-airi/ui", "type": "module", - "version": "0.11.1", + "version": "0.11.2", "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 b338c5ef5..2ad4f023f 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.1", + "version": "0.11.2", "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 223f6c187..3173de8d5 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.1", + "version": "0.11.2", "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 35f1c6ee3..57ea82531 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.1", + "version": "0.11.2", "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 c1333b49f..00fc4122b 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.1", + "version": "0.11.2", "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 c040c08a1..a772d1490 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.1", + "version": "0.11.2", "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 a3ef0efb2..2b7683c24 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.1", + "version": "0.11.2", "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 d486be820..90e21453e 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.1", + "version": "0.11.2", "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 5ba9ff3fc..98a0b5ee3 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.1", + "version": "0.11.2", "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 2e4aff76f..0d6356770 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.1", + "version": "0.11.2", "private": true, "description": "manifest.json description", "scripts": { diff --git a/services/computer-use-mcp/package.json b/services/computer-use-mcp/package.json index 186b19466..e8a994ef5 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.1", + "version": "0.11.2", "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 81aea385b..106370390 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.1", + "version": "0.11.2", "private": true, "description": "Twitter Services for MCP", "author": "RainbowBird ",