Skip to content

Commit 97c4df8

Browse files
committed
release: v0.8.1-beta.3
1 parent 0d4d213 commit 97c4df8

26 files changed

Lines changed: 179 additions & 208 deletions

File tree

Cargo.lock

Lines changed: 153 additions & 175 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,9 @@
11
[workspace]
2-
members = [
3-
"crates/tauri-plugin-ipc-audio-transcription-ort",
4-
"crates/tauri-plugin-ipc-audio-vad-ort",
5-
"crates/tauri-plugin-mcp",
6-
"crates/tauri-plugin-rdev",
7-
"crates/tauri-plugin-window-pass-through-on-hover",
8-
"crates/tauri-plugin-window-router-link"
9-
]
2+
members = [ "crates/tauri-plugin-ipc-audio-transcription-ort", "crates/tauri-plugin-ipc-audio-vad-ort", "crates/tauri-plugin-mcp", "crates/tauri-plugin-rdev", "crates/tauri-plugin-window-pass-through-on-hover", "crates/tauri-plugin-window-router-link" ]
103
resolver = "2"
114

125
[workspace.package]
13-
version = "0.8.1-beta.2"
6+
version = "0.8.1-beta.3"
147

158
[workspace.dependencies.tauri-plugin-ipc-audio-transcription-ort]
169
path = "./crates/tauri-plugin-ipc-audio-transcription-ort"

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.0.1",
4+
"version": "0.8.1-beta.3",
55
"private": true,
66
"scripts": {
77
"apply:env": "dotenvx run -f .env -f .env.local --overload --ignore=MISSING_ENV_FILE",

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.8.1-beta.2",
4+
"version": "0.8.1-beta.3",
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.8.1-beta.2",
4+
"version": "0.8.1-beta.3",
55
"private": true,
66
"scripts": {
77
"build": "vitepress build",

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.8.1-beta.2",
4+
"version": "0.8.1-beta.3",
55
"private": true,
66
"packageManager": "pnpm@10.26.2",
77
"description": "LLM powered virtual character",

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

packages/font-cjkfonts-allseto/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/font-cjkfonts-allseto",
33
"type": "module",
4-
"version": "0.8.1-beta.2",
4+
"version": "0.8.1-beta.3",
55
"description": "Essential CSS for font, cjkfonts 全瀨體, used by Project AIRI",
66
"author": {
77
"name": "Creators of cjkFonts",

packages/font-departure-mono/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/font-departure-mono",
33
"type": "module",
4-
"version": "0.8.1-beta.2",
4+
"version": "0.8.1-beta.3",
55
"description": "Essential CSS for font, Departure Mono, used by Project AIRI",
66
"author": {
77
"name": "Tobias Fried",

packages/font-xiaolai/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/font-xiaolai",
33
"type": "module",
4-
"version": "0.8.1-beta.2",
4+
"version": "0.8.1-beta.3",
55
"description": "Essential CSS for font, Xiaolai (小赖字体 / 小賴字體 / シャオライ / Xiaolai Font), used by Project AIRI",
66
"author": {
77
"name": "ʟxɢᴡ",

0 commit comments

Comments
 (0)