Skip to content

Commit a33a49f

Browse files
committed
release: v0.1.6
1 parent 25d28c3 commit a33a49f

File tree

10 files changed

+10
-10
lines changed

10 files changed

+10
-10
lines changed

docs/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@proj-airi/docs",
33
"type": "module",
4-
"version": "0.0.1",
4+
"version": "0.1.6",
55
"scripts": {
66
"dev": "astro dev",
77
"start": "astro dev",

packages/elevenlabs/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@proj-airi/elevenlabs",
33
"type": "module",
4-
"version": "0.1.4",
4+
"version": "0.1.6",
55
"private": false,
66
"description": "Simple wrapper of types of Elevenlabs's SDK",
77
"author": {

packages/hfup/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "hfup",
33
"type": "module",
4-
"version": "0.1.4",
4+
"version": "0.1.6",
55
"private": false,
66
"description": "A collection of tools to help you deploy, bundle HuggingFace Spaces and related assets with ease.",
77
"author": {

packages/memory-driver-duckdb/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@proj-airi/memory-driver-duckdb",
33
"type": "module",
4-
"version": "1.0.0",
4+
"version": "0.1.6",
55
"private": true,
66
"description": "",
77
"author": {

packages/server-runtime/package.json

+1-1
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.1.4",
4+
"version": "0.1.6",
55
"private": false,
66
"description": "Server runtime implementation for Airi running in different environments",
77
"author": {

packages/server-sdk/package.json

+1-1
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.1.4",
4+
"version": "0.1.6",
55
"private": false,
66
"description": "Client-side SDK implementation for connecting to Airi server components and runtimes",
77
"author": {

packages/server-shared/package.json

+1-1
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.1.4",
4+
"version": "0.1.6",
55
"private": false,
66
"description": "Server shared types, utilities for Airi server components and runtimes",
77
"author": {

packages/stage-tamagotchi/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@proj-airi/stage-tamagotchi",
3-
"version": "0.1.5",
3+
"version": "0.1.6",
44
"description": "An Electron application with Vue and TypeScript",
55
"author": "LemonNekoGH",
66
"homepage": "https://electron-vite.org",

packages/unplugin-download/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@proj-airi/unplugin-download",
33
"type": "module",
4-
"version": "0.1.4",
4+
"version": "0.1.6",
55
"private": true,
66
"description": "Vite plugin to download files",
77
"author": {

packages/unplugin-live2d-sdk/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@proj-airi/unplugin-live2d-sdk",
33
"type": "module",
4-
"version": "0.1.4",
4+
"version": "0.1.6",
55
"private": true,
66
"description": "Vite plugin to download Live2D SDK",
77
"author": {

0 commit comments

Comments
 (0)