Skip to content

Commit

Permalink
release: v0.1.6 (#22)
Browse files Browse the repository at this point in the history
  • Loading branch information
LemonNekoGH authored Feb 10, 2025
1 parent 25d28c3 commit 61a2848
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 10 deletions.
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.0.1",
"version": "0.1.6",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
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.1.4",
"version": "0.1.6",
"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.1.4",
"version": "0.1.6",
"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/memory-driver-duckdb/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@proj-airi/memory-driver-duckdb",
"type": "module",
"version": "1.0.0",
"version": "0.1.6",
"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.1.4",
"version": "0.1.6",
"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.1.4",
"version": "0.1.6",
"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.1.4",
"version": "0.1.6",
"private": false,
"description": "Server shared types, utilities for Airi server components and runtimes",
"author": {
Expand Down
2 changes: 1 addition & 1 deletion packages/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.1.5",
"version": "0.1.6",
"description": "An Electron application with Vue and TypeScript",
"author": "LemonNekoGH",
"homepage": "https://electron-vite.org",
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.1.4",
"version": "0.1.6",
"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.1.4",
"version": "0.1.6",
"private": true,
"description": "Vite plugin to download Live2D SDK",
"author": {
Expand Down

0 comments on commit 61a2848

Please sign in to comment.