Skip to content

Commit a0caaf3

Browse files
committed
release: v0.9.0-rc.1
1 parent 628fe28 commit a0caaf3

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.7",
4+
"version": "0.9.0-rc.1",
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.7
2-
AIRI_VERSION_CODE=7
1+
AIRI_VERSION_NAME=0.9.0-rc.1
2+
AIRI_VERSION_CODE=8

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -317,7 +317,7 @@
317317
ASSETCATALOG_COMPILER_INCLUDE_ALL_APPICON_ASSETS = NO;
318318
CODE_SIGN_IDENTITY = "Apple Development";
319319
CODE_SIGN_STYLE = Automatic;
320-
CURRENT_PROJECT_VERSION = 11;
320+
CURRENT_PROJECT_VERSION = 12;
321321
DEVELOPMENT_TEAM = 433DLLA855;
322322
INFOPLIST_FILE = App/Info.plist;
323323
INFOPLIST_KEY_CFBundleDisplayName = AIRI;
@@ -345,7 +345,7 @@
345345
ASSETCATALOG_COMPILER_INCLUDE_ALL_APPICON_ASSETS = NO;
346346
CODE_SIGN_IDENTITY = "Apple Development";
347347
CODE_SIGN_STYLE = Automatic;
348-
CURRENT_PROJECT_VERSION = 11;
348+
CURRENT_PROJECT_VERSION = 12;
349349
DEVELOPMENT_TEAM = 433DLLA855;
350350
INFOPLIST_FILE = App/Info.plist;
351351
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.7",
4+
"version": "0.9.0-rc.1",
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.7",
4+
"version": "0.9.0-rc.1",
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.7",
4+
"version": "0.9.0-rc.1",
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.7",
6+
"version": "0.9.0-rc.1",
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.7",
4+
"version": "0.9.0-rc.1",
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.7",
4+
"version": "0.9.0-rc.1",
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.7",
4+
"version": "0.9.0-rc.1",
55
"private": true,
66
"description": "Core character pipeline orchestration for AIRI (segmentation, emotion, delay, optional TTS)",
77
"author": {

0 commit comments

Comments
 (0)