Skip to content

Commit

Permalink
release: v0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nekomeowww committed Feb 20, 2025
1 parent 815dee0 commit cf9cc83
Show file tree
Hide file tree
Showing 13 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion apps/stage-tamagotchi/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@proj-airi/stage-tamagotchi",
"version": "0.2.0",
"version": "0.3.0",
"private": true,
"description": "An Electron application with Vue and TypeScript",
"author": "LemonNekoGH",
Expand Down
2 changes: 1 addition & 1 deletion docs/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@proj-airi/docs",
"type": "module",
"version": "0.2.0",
"version": "0.3.0",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
Expand Down
2 changes: 1 addition & 1 deletion packages/drizzle-duckdb-wasm/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@proj-airi/drizzle-duckdb-wasm",
"type": "module",
"version": "0.2.0",
"version": "0.3.0",
"description": "🦆 Drizzle ORM driver for @duckdb/duckdb-wasm that works on both browser and Node.js environments",
"author": {
"name": "Neko Ayaka",
Expand Down
2 changes: 1 addition & 1 deletion packages/duckdb-wasm/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@proj-airi/duckdb-wasm",
"type": "module",
"version": "0.2.0",
"version": "0.3.0",
"description": "Easy to use @duckdb/duckdb-wasm wrapper for both browser and Node.js environments",
"author": {
"name": "Neko Ayaka",
Expand Down
2 changes: 1 addition & 1 deletion packages/elevenlabs/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@proj-airi/elevenlabs",
"type": "module",
"version": "0.2.0",
"version": "0.3.0",
"private": false,
"description": "Simple wrapper of types of Elevenlabs's SDK",
"author": {
Expand Down
2 changes: 1 addition & 1 deletion packages/hfup/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "hfup",
"type": "module",
"version": "0.2.0",
"version": "0.3.0",
"private": false,
"description": "A collection of tools to help you deploy, bundle HuggingFace Spaces and related assets with ease.",
"author": {
Expand Down
2 changes: 1 addition & 1 deletion packages/lobe-icons/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@proj-airi/lobe-icons",
"type": "module",
"version": "0.2.0",
"version": "0.3.0",
"private": true,
"description": "",
"author": {
Expand Down
2 changes: 1 addition & 1 deletion packages/server-runtime/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@proj-airi/server-runtime",
"type": "module",
"version": "0.2.0",
"version": "0.3.0",
"private": false,
"description": "Server runtime implementation for Airi running in different environments",
"author": {
Expand Down
2 changes: 1 addition & 1 deletion packages/server-sdk/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@proj-airi/server-sdk",
"type": "module",
"version": "0.2.0",
"version": "0.3.0",
"private": false,
"description": "Client-side SDK implementation for connecting to Airi server components and runtimes",
"author": {
Expand Down
2 changes: 1 addition & 1 deletion packages/server-shared/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@proj-airi/server-shared",
"type": "module",
"version": "0.2.0",
"version": "0.3.0",
"private": false,
"description": "Server shared types, utilities for Airi server components and runtimes",
"author": {
Expand Down
2 changes: 1 addition & 1 deletion packages/unplugin-download/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@proj-airi/unplugin-download",
"type": "module",
"version": "0.2.0",
"version": "0.3.0",
"private": true,
"description": "Vite plugin to download files",
"author": {
Expand Down
2 changes: 1 addition & 1 deletion packages/unplugin-live2d-sdk/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@proj-airi/unplugin-live2d-sdk",
"type": "module",
"version": "0.2.0",
"version": "0.3.0",
"private": true,
"description": "Vite plugin to download Live2D SDK",
"author": {
Expand Down
2 changes: 1 addition & 1 deletion services/minecraft/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@proj-airi/minecraft-bot",
"type": "module",
"version": "0.2.0",
"version": "0.3.0",
"private": true,
"description": "An intelligent Minecraft bot powered by LLM. AIRI can understand natural language commands, interact with the world, and assist players in various tasks.",
"scripts": {
Expand Down

0 comments on commit cf9cc83

Please sign in to comment.