Skip to content

Commit 3893888

Browse files
committed
release: v0.9.0-beta.5
1 parent babdb0e commit 3893888

42 files changed

Lines changed: 44 additions & 44 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

apps/server/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@proj-airi/server",
33
"type": "module",
4-
"version": "0.9.0-beta.4",
4+
"version": "0.9.0-beta.5",
55
"private": true,
66
"scripts": {
77
"apply:env": "dotenvx run -f .env.local --overload --ignore=MISSING_ENV_FILE",
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
AIRI_VERSION_NAME=0.9.0-beta.4
2-
AIRI_VERSION_CODE=4
1+
AIRI_VERSION_NAME=0.9.0-beta.5
2+
AIRI_VERSION_CODE=5

apps/stage-pocket/ios/App/App.xcodeproj/project.pbxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -305,7 +305,7 @@
305305
ASSETCATALOG_COMPILER_INCLUDE_ALL_APPICON_ASSETS = NO;
306306
CODE_SIGN_IDENTITY = "Apple Development";
307307
CODE_SIGN_STYLE = Automatic;
308-
CURRENT_PROJECT_VERSION = 8;
308+
CURRENT_PROJECT_VERSION = 9;
309309
DEVELOPMENT_TEAM = 433DLLA855;
310310
INFOPLIST_FILE = App/Info.plist;
311311
INFOPLIST_KEY_CFBundleDisplayName = AIRI;
@@ -333,7 +333,7 @@
333333
ASSETCATALOG_COMPILER_INCLUDE_ALL_APPICON_ASSETS = NO;
334334
CODE_SIGN_IDENTITY = "Apple Development";
335335
CODE_SIGN_STYLE = Automatic;
336-
CURRENT_PROJECT_VERSION = 8;
336+
CURRENT_PROJECT_VERSION = 9;
337337
DEVELOPMENT_TEAM = 433DLLA855;
338338
INFOPLIST_FILE = App/Info.plist;
339339
INFOPLIST_KEY_CFBundleDisplayName = AIRI;

apps/stage-tamagotchi/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@proj-airi/stage-tamagotchi",
33
"type": "module",
4-
"version": "0.9.0-beta.4",
4+
"version": "0.9.0-beta.5",
55
"private": true,
66
"description": "LLM powered virtual character",
77
"author": {

docs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@proj-airi/docs",
33
"type": "module",
4-
"version": "0.9.0-beta.4",
4+
"version": "0.9.0-beta.5",
55
"private": true,
66
"scripts": {
77
"build": "vitepress build",

integrations/vscode/airi-plugin-vscode/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@proj-airi/airi-plugin-vscode",
33
"type": "module",
4-
"version": "0.9.0-beta.4",
4+
"version": "0.9.0-beta.5",
55
"private": true,
66
"description": "AIRI host plugin that bridges VS Code context and UI",
77
"repository": {

integrations/vscode/vscode-airi/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"name": "vscode-airi",
44
"displayName": "AIRI VSCode adapter",
55
"type": "module",
6-
"version": "0.9.0-beta.4",
6+
"version": "0.9.0-beta.5",
77
"private": true,
88
"description": "Adapter that connects VSCode into Project AIRI",
99
"repository": {

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@proj-airi/root",
33
"type": "module",
4-
"version": "0.9.0-beta.4",
4+
"version": "0.9.0-beta.5",
55
"private": true,
66
"packageManager": "pnpm@10.32.1",
77
"description": "LLM powered virtual character",

packages/cap-vite/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@proj-airi/cap-vite",
33
"type": "module",
4-
"version": "0.9.0-beta.4",
4+
"version": "0.9.0-beta.5",
55
"description": "CLI that starts a Vite dev server and runs Capacitor live reload",
66
"author": {
77
"name": "Moeru AI Project AIRI Team",

packages/core-character/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@proj-airi/core-character",
33
"type": "module",
4-
"version": "0.9.0-beta.4",
4+
"version": "0.9.0-beta.5",
55
"private": true,
66
"description": "Core character pipeline orchestration for AIRI (segmentation, emotion, delay, optional TTS)",
77
"author": {

0 commit comments

Comments
 (0)