Skip to content

Commit bad616e

Browse files
committed
release: v0.7.0
1 parent 42f42cc commit bad616e

18 files changed

Lines changed: 68 additions & 67 deletions

File tree

Cargo.lock

Lines changed: 51 additions & 50 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.0-beta.1"
14+
version = "0.7.0"
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.0-beta.1",
4+
"version": "0.7.0",
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.0-beta.1",
4+
"version": "0.7.0",
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.0-beta.1",
4+
"version": "0.7.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.7.0-beta.1",
4+
"version": "0.7.0",
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.0-beta.1",
4+
"version": "0.7.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.7.0-beta.1",
4+
"version": "0.7.0",
55
"description": "Essential CSS for font, Departure Mono, used by Project AIRI",
66
"author": {
77
"name": "Tobias Fried",

0 commit comments

Comments
 (0)