Skip to content

Commit ae67839

Browse files
committed
release: v0.8.3
1 parent 79db076 commit ae67839

File tree

28 files changed

+33
-33
lines changed

28 files changed

+33
-33
lines changed

Cargo.lock

Lines changed: 6 additions & 6 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
@@ -10,7 +10,7 @@ members = [
1010
resolver = "2"
1111

1212
[workspace.package]
13-
version = "0.8.2"
13+
version = "0.8.3"
1414

1515
[workspace.dependencies.tauri-plugin-ipc-audio-transcription-ort]
1616
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.8.2",
4+
"version": "0.8.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.2",
4+
"version": "0.8.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.2",
4+
"version": "0.8.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.2",
4+
"version": "0.8.3",
55
"private": true,
66
"packageManager": "pnpm@10.28.1",
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.2",
4+
"version": "0.8.3",
55
"private": true,
66
"description": "Core character pipeline orchestration for AIRI (segmentation, emotion, delay, optional TTS)",
77
"author": {

packages/electron-screen-capture/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/electron-screen-capture",
33
"type": "module",
4-
"version": "0.8.2",
4+
"version": "0.8.3",
55
"private": true,
66
"description": "Screen capture",
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.2",
4+
"version": "0.8.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.2",
4+
"version": "0.8.3",
55
"description": "Essential CSS for font, Departure Mono, used by Project AIRI",
66
"author": {
77
"name": "Tobias Fried",

0 commit comments

Comments
 (0)