Skip to content

Commit 4e07466

Browse files
committed
release: v0.8.0
1 parent 3a71d70 commit 4e07466

25 files changed

Lines changed: 34 additions & 34 deletions

File tree

Cargo.lock

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

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ members = [ "crates/tauri-plugin-ipc-audio-transcription-ort", "crates/tauri-plu
33
resolver = "2"
44

55
[workspace.package]
6-
version = "0.8.0-beta.9"
6+
version = "0.8.0"
77

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

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

packages/memory-pgvector/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/memory-pgvector",
33
"type": "module",
4-
"version": "0.8.0-beta.9",
4+
"version": "0.8.0",
55
"private": true,
66
"description": "",
77
"author": {

0 commit comments

Comments
 (0)