Skip to content

Commit a5ce042

Browse files
committed
release: v0.7.2-beta.1
1 parent f6f6d58 commit a5ce042

18 files changed

Lines changed: 132 additions & 100 deletions

File tree

Cargo.lock

Lines changed: 115 additions & 83 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
@@ -11,7 +11,7 @@ members = [
1111
resolver = "2"
1212

1313
[workspace.package]
14-
version = "0.7.1"
14+
version = "0.7.2-beta.1"
1515

1616
[workspace.dependencies]
1717

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.7.1",
4+
"version": "0.7.2-beta.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.7.1",
4+
"version": "0.7.2-beta.1",
55
"private": true,
66
"description": "AIRI tamagotchi app built with Tauri",
77
"author": "LemonNekoGH",

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.7.1",
4+
"version": "0.7.2-beta.1",
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.7.1",
4+
"version": "0.7.2-beta.1",
55
"private": true,
66
"packageManager": "pnpm@10.14.0",
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.7.1",
4+
"version": "0.7.2-beta.1",
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.7.1",
4+
"version": "0.7.2-beta.1",
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.7.1",
4+
"version": "0.7.2-beta.1",
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.7.1",
4+
"version": "0.7.2-beta.1",
55
"private": true,
66
"description": "",
77
"author": {

0 commit comments

Comments
 (0)