semantic-release-bot
2026-04-06 13:25:24 +00:00
parent dc70cdbdd5
commit 3c4562c9ce
9 changed files with 15 additions and 8 deletions
+7
View File
@@ -1,3 +1,10 @@
## [1.7.6](https://github.com/stirling-image/stirling-image/compare/v1.7.5...v1.7.6) (2026-04-06)
### Bug Fixes
* batch SSE progress and non-AI processing UX ([#24](https://github.com/stirling-image/stirling-image/issues/24)) ([0ce42d1](https://github.com/stirling-image/stirling-image/commit/0ce42d1b2fa4f0b753a962a1f45a491e29ecee24))
## [1.7.5](https://github.com/stirling-image/stirling-image/compare/v1.7.4...v1.7.5) (2026-04-06)
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@stirling-image/api",
"version": "1.7.5",
"version": "1.7.6",
"private": true,
"type": "module",
"scripts": {
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@stirling-image/docs",
"version": "1.7.5",
"version": "1.7.6",
"private": true,
"scripts": {
"docs:dev": "vitepress dev .",
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@stirling-image/web",
"version": "1.7.5",
"version": "1.7.6",
"private": true,
"type": "module",
"scripts": {
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "stirling-image",
"version": "1.7.5",
"version": "1.7.6",
"private": true,
"packageManager": "pnpm@9.15.4",
"scripts": {
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@stirling-image/ai",
"version": "1.7.5",
"version": "1.7.6",
"private": true,
"type": "module",
"main": "./src/index.ts",
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@stirling-image/image-engine",
"version": "1.7.5",
"version": "1.7.6",
"private": true,
"type": "module",
"main": "./src/index.ts",
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@stirling-image/shared",
"version": "1.7.5",
"version": "1.7.6",
"private": true,
"type": "module",
"main": "./src/index.ts",
+1 -1
View File
@@ -354,7 +354,7 @@ export const SOCIAL_MEDIA_PRESETS: SocialMediaPreset[] = [
{ platform: "Threads", name: "Post Image", width: 1080, height: 1080 },
];
export const APP_VERSION = "1.7.5";
export const APP_VERSION = "1.7.6";
/**
* Tool IDs that require the Python sidecar (AI/ML tools).