Skip to content

Commit

Permalink
release: v0.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
nekomeowww committed Jan 16, 2025
1 parent 17aae12 commit 148eb80
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
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.2",
"version": "0.1.3",
"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.2",
"version": "0.1.3",
"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/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.2",
"version": "0.1.3",
"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.2",
"version": "0.1.3",
"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.2",
"version": "0.1.3",
"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.2",
"version": "0.1.3",
"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.2",
"version": "0.1.3",
"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.2",
"version": "0.1.3",
"private": true,
"description": "Vite plugin to download Live2D SDK",
"author": {
Expand Down

0 comments on commit 148eb80

Please sign in to comment.