chore(release): 1.7.2 [skip ci]

## [1.7.2](https://github.com/stirling-image/stirling-image/compare/v1.7.1...v1.7.2) (2026-04-05)

### Bug Fixes

* use torch.cuda for GPU detection instead of onnxruntime providers ([8d2f401](https://github.com/stirling-image/stirling-image/commit/8d2f40151277c1e00a9ca20a6956e37d2c204d48))
This commit is contained in:
semantic-release-bot
2026-04-05 14:24:35 +00:00
parent 8d2f401512
commit 42525db6dc
9 changed files with 15 additions and 8 deletions
+7
View File
@@ -1,3 +1,10 @@
## [1.7.2](https://github.com/stirling-image/stirling-image/compare/v1.7.1...v1.7.2) (2026-04-05)
### Bug Fixes
* use torch.cuda for GPU detection instead of onnxruntime providers ([7185bd5](https://github.com/stirling-image/stirling-image/commit/7185bd5ce373a42cd94e750765ee11d328fb34bb))
## [1.7.1](https://github.com/stirling-image/stirling-image/compare/v1.7.0...v1.7.1) (2026-04-05) ## [1.7.1](https://github.com/stirling-image/stirling-image/compare/v1.7.0...v1.7.1) (2026-04-05)
+1 -1
View File
@@ -1,6 +1,6 @@
{ {
"name": "@stirling-image/api", "name": "@stirling-image/api",
"version": "1.7.1", "version": "1.7.2",
"private": true, "private": true,
"type": "module", "type": "module",
"scripts": { "scripts": {
+1 -1
View File
@@ -1,6 +1,6 @@
{ {
"name": "@stirling-image/docs", "name": "@stirling-image/docs",
"version": "1.7.1", "version": "1.7.2",
"private": true, "private": true,
"scripts": { "scripts": {
"docs:dev": "vitepress dev .", "docs:dev": "vitepress dev .",
+1 -1
View File
@@ -1,6 +1,6 @@
{ {
"name": "@stirling-image/web", "name": "@stirling-image/web",
"version": "1.7.1", "version": "1.7.2",
"private": true, "private": true,
"type": "module", "type": "module",
"scripts": { "scripts": {
+1 -1
View File
@@ -1,6 +1,6 @@
{ {
"name": "stirling-image", "name": "stirling-image",
"version": "1.7.1", "version": "1.7.2",
"private": true, "private": true,
"packageManager": "pnpm@9.15.4", "packageManager": "pnpm@9.15.4",
"scripts": { "scripts": {
+1 -1
View File
@@ -1,6 +1,6 @@
{ {
"name": "@stirling-image/ai", "name": "@stirling-image/ai",
"version": "1.7.1", "version": "1.7.2",
"private": true, "private": true,
"type": "module", "type": "module",
"main": "./src/index.ts", "main": "./src/index.ts",
+1 -1
View File
@@ -1,6 +1,6 @@
{ {
"name": "@stirling-image/image-engine", "name": "@stirling-image/image-engine",
"version": "1.7.1", "version": "1.7.2",
"private": true, "private": true,
"type": "module", "type": "module",
"main": "./src/index.ts", "main": "./src/index.ts",
+1 -1
View File
@@ -1,6 +1,6 @@
{ {
"name": "@stirling-image/shared", "name": "@stirling-image/shared",
"version": "1.7.1", "version": "1.7.2",
"private": true, "private": true,
"type": "module", "type": "module",
"main": "./src/index.ts", "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 }, { platform: "Threads", name: "Post Image", width: 1080, height: 1080 },
]; ];
export const APP_VERSION = "1.7.1"; export const APP_VERSION = "1.7.2";
/** /**
* Tool IDs that require the Python sidecar (AI/ML tools). * Tool IDs that require the Python sidecar (AI/ML tools).