chore(release): 1.6.0 [skip ci]

# [1.6.0](https://github.com/stirling-image/stirling-image/compare/v1.5.3...v1.6.0) (2026-04-04)

### Features

* lightweight Docker image without AI/ML tools (:lite tag) ([449a2fc](https://github.com/stirling-image/stirling-image/commit/449a2fc319e97cddfa71c29556e2d433dde78d6d)), closes [#1](https://github.com/stirling-image/stirling-image/issues/1)
This commit is contained in:
semantic-release-bot
2026-04-04 16:23:46 +00:00
parent 449a2fc319
commit 30f36e6a5c
9 changed files with 15 additions and 8 deletions
+7
View File
@@ -1,3 +1,10 @@
# [1.6.0](https://github.com/stirling-image/stirling-image/compare/v1.5.3...v1.6.0) (2026-04-04)
### Features
* lightweight Docker image without AI/ML tools (:lite tag) ([3a0b988](https://github.com/stirling-image/stirling-image/commit/3a0b988b746a5fbe6df10fe8ee288e30e42d747f)), closes [#1](https://github.com/stirling-image/stirling-image/issues/1)
## [1.5.3](https://github.com/stirling-image/stirling-image/compare/v1.5.2...v1.5.3) (2026-04-04) ## [1.5.3](https://github.com/stirling-image/stirling-image/compare/v1.5.2...v1.5.3) (2026-04-04)
+1 -1
View File
@@ -1,6 +1,6 @@
{ {
"name": "@stirling-image/api", "name": "@stirling-image/api",
"version": "1.5.3", "version": "1.6.0",
"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.5.3", "version": "1.6.0",
"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.5.3", "version": "1.6.0",
"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.5.3", "version": "1.6.0",
"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.5.3", "version": "1.6.0",
"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.5.3", "version": "1.6.0",
"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.5.3", "version": "1.6.0",
"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.5.3"; export const APP_VERSION = "1.6.0";
/** /**
* Tool IDs that require the Python sidecar (AI/ML tools). * Tool IDs that require the Python sidecar (AI/ML tools).