Skip to content

Commit 60a820d

Browse files
committed
release: v0.6.1
1 parent d4a2ab2 commit 60a820d

15 files changed

Lines changed: 221 additions & 121 deletions

File tree

Cargo.lock

Lines changed: 207 additions & 107 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
@@ -6,7 +6,7 @@ members = [
66
resolver = "2"
77

88
[workspace.package]
9-
version = "0.6.0"
9+
version = "0.6.1"
1010

1111
[workspace.dependencies]
1212

apps/playground-prompt-engineering/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/playground-prompt-engineering",
33
"type": "module",
4-
"version": "0.6.0",
4+
"version": "0.6.1",
55
"private": true,
66
"description": "Prompt Engineering Playground for AI Characters",
77
"scripts": {

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.6.0",
4+
"version": "0.6.1",
55
"private": true,
66
"description": "Airi tamagotchi app built with Tauri",
77
"author": "LemonNekoGH",

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.6.0",
4+
"version": "0.6.1",
55
"private": true,
66
"packageManager": "pnpm@10.12.1",
77
"description": "LLM powered virtual character",

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.6.0",
4+
"version": "0.6.1",
55
"description": "Essential CSS for cjkfonts 全瀨體",
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.6.0",
4+
"version": "0.6.1",
55
"description": "A collection of transition animations that 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.6.0",
4+
"version": "0.6.1",
55
"description": "Essential CSS for Xiaolai (小赖字体 / 小賴字體 / シャオライ / Xiaolai Font)",
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.6.0",
4+
"version": "0.6.1",
55
"private": true,
66
"description": "",
77
"author": {

packages/server-runtime/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-runtime",
33
"type": "module",
4-
"version": "0.6.0",
4+
"version": "0.6.1",
55
"description": "Server runtime implementation for AIRI running in different environments",
66
"author": {
77
"name": "Moeru AI Project AIRI Team",

0 commit comments

Comments
 (0)