Skip to content

Commit 60112ea

Browse files
committed
release: v0.9.0-beta.4
1 parent c1d3cf8 commit 60112ea

36 files changed

Lines changed: 39 additions & 39 deletions

File tree

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.3",
4+
"version": "0.9.0-beta.4",
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.3
2-
AIRI_VERSION_CODE=3
1+
AIRI_VERSION_NAME=0.9.0-beta.4
2+
AIRI_VERSION_CODE=4
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
// DO NOT EDIT THIS FILE! IT IS GENERATED EACH TIME "capacitor update" IS RUN
22
include ':capacitor-android'
3-
project(':capacitor-android').projectDir = new File('../../../node_modules/.pnpm/@capacitor+android@8.2.0_@capacitor+core@8.1.0/node_modules/@capacitor/android/capacitor')
3+
project(':capacitor-android').projectDir = new File('../../../node_modules/.pnpm/@capacitor+android@8.2.0_@capacitor+core@8.2.0/node_modules/@capacitor/android/capacitor')
44

55
include ':capacitor-local-notifications'
6-
project(':capacitor-local-notifications').projectDir = new File('../../../node_modules/.pnpm/@capacitor+local-notifications@8.0.1_@capacitor+core@8.1.0/node_modules/@capacitor/local-notifications/android')
6+
project(':capacitor-local-notifications').projectDir = new File('../../../node_modules/.pnpm/@capacitor+local-notifications@8.0.2_@capacitor+core@8.2.0/node_modules/@capacitor/local-notifications/android')
77

88
include ':capacitor-native-settings'
9-
project(':capacitor-native-settings').projectDir = new File('../../../node_modules/.pnpm/capacitor-native-settings@8.0.0_@capacitor+core@8.1.0/node_modules/capacitor-native-settings/android')
9+
project(':capacitor-native-settings').projectDir = new File('../../../node_modules/.pnpm/capacitor-native-settings@8.1.0_@capacitor+core@8.2.0/node_modules/capacitor-native-settings/android')

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.3",
4+
"version": "0.9.0-beta.4",
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.3",
4+
"version": "0.9.0-beta.4",
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.3",
4+
"version": "0.9.0-beta.4",
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.3",
6+
"version": "0.9.0-beta.4",
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.3",
4+
"version": "0.9.0-beta.4",
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.3",
4+
"version": "0.9.0-beta.4",
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.3",
4+
"version": "0.9.0-beta.4",
55
"private": true,
66
"description": "Core character pipeline orchestration for AIRI (segmentation, emotion, delay, optional TTS)",
77
"author": {

0 commit comments

Comments
 (0)