Skip to content

Commit 8231a7a

Browse files
committed
release: v0.5.0
1 parent 9348cc9 commit 8231a7a

9 files changed

Lines changed: 9 additions & 9 deletions

File tree

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

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.4.27",
4+
"version": "0.5.0",
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.4.27",
4+
"version": "0.5.0",
55
"description": "Server runtime implementation for AIRI running in different environments",
66
"author": {
77
"name": "Neko Ayaka",

packages/server-sdk/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-sdk",
33
"type": "module",
4-
"version": "0.4.27",
4+
"version": "0.5.0",
55
"description": "Client-side SDK implementation for connecting to AIRI server components and runtimes",
66
"author": {
77
"name": "Neko Ayaka",

packages/server-shared/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-shared",
33
"type": "module",
4-
"version": "0.4.27",
4+
"version": "0.5.0",
55
"description": "Server shared types, utilities for AIRI server components and runtimes",
66
"author": {
77
"name": "Neko Ayaka",

packages/tauri-plugin-mcp/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/tauri-plugin-mcp",
33
"type": "module",
4-
"version": "0.4.27",
4+
"version": "0.5.0",
55
"packageManager": "pnpm@10.10.0",
66
"description": "A Tauri plugin for interacting with MCP servers.",
77
"author": {

packages/ui/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/ui",
33
"type": "module",
4-
"version": "0.4.27",
4+
"version": "0.5.0",
55
"description": "A collection of UI components that used by Project AIRI",
66
"author": {
77
"name": "Neko Ayaka",

services/twitter-services/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/twitter-services",
33
"type": "module",
4-
"version": "0.4.27",
4+
"version": "0.5.0",
55
"private": true,
66
"description": "Twitter Services for MCP",
77
"author": "RainbowBird <rbxin2003@outlook.com>",

0 commit comments

Comments
 (0)