semantic-release-bot
2026-04-07 16:11:15 +00:00
parent 28d0dfb45d
commit d4d421d3ff
9 changed files with 18 additions and 8 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@stirling-image/ai",
"version": "1.9.0",
"version": "1.10.0",
"private": true,
"type": "module",
"main": "./src/index.ts",
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@stirling-image/image-engine",
"version": "1.9.0",
"version": "1.10.0",
"private": true,
"type": "module",
"main": "./src/index.ts",
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@stirling-image/shared",
"version": "1.9.0",
"version": "1.10.0",
"private": true,
"type": "module",
"main": "./src/index.ts",
+1 -1
View File
@@ -370,7 +370,7 @@ export const SOCIAL_MEDIA_PRESETS: SocialMediaPreset[] = [
{ platform: "Threads", name: "Post Image", width: 1080, height: 1080 },
];
export const APP_VERSION = "1.9.0";
export const APP_VERSION = "1.10.0";
/**
* Tool IDs that require the Python sidecar (AI/ML tools).