diff --git a/.current-ai-plugin-version b/.current-ai-plugin-version index 769ed6ae..b005e307 100644 --- a/.current-ai-plugin-version +++ b/.current-ai-plugin-version @@ -1 +1 @@ -0.2.14 +0.2.15 diff --git a/CHANGELOG-AI.md b/CHANGELOG-AI.md index 5d3655d5..b4055019 100644 --- a/CHANGELOG-AI.md +++ b/CHANGELOG-AI.md @@ -2,6 +2,8 @@ ## [Unreleased] +## [0.2.15] - 2026-01-12 + ### New Features - [all] **EachLabs Partner Integration**: Added EachLabs as a new AI provider service with unified API access to multiple image and video generation models. diff --git a/packages/plugin-ai-apps-web/CHANGELOG.md b/packages/plugin-ai-apps-web/CHANGELOG.md index a609daa5..b4055019 100644 --- a/packages/plugin-ai-apps-web/CHANGELOG.md +++ b/packages/plugin-ai-apps-web/CHANGELOG.md @@ -2,6 +2,14 @@ ## [Unreleased] +## [0.2.15] - 2026-01-12 + +### New Features + +- [all] **EachLabs Partner Integration**: Added EachLabs as a new AI provider service with unified API access to multiple image and video generation models. + - **Image Generation**: Flux 2 Pro, Flux 2, Flux 2 Flex, Nano Banana Pro, OpenAI GPT Image, Seedream v4.5, Gemini 3 Pro (all with text-to-image and image-to-image variants) + - **Video Generation**: Kling v2.6 Pro, Kling O1, Veo 3.1 (text-to-video and image-to-video variants) + ## [0.2.14] - 2025-12-15 ## [0.2.13] - 2025-12-15 diff --git a/packages/plugin-ai-apps-web/package.json b/packages/plugin-ai-apps-web/package.json index cf6fc784..c9dd2586 100644 --- a/packages/plugin-ai-apps-web/package.json +++ b/packages/plugin-ai-apps-web/package.json @@ -1,6 +1,6 @@ { "name": "@imgly/plugin-ai-apps-web", - "version": "0.2.14", + "version": "0.2.15", "description": "AI apps orchestration plugin for the CE.SDK editor", "keywords": ["CE.SDK", "plugin", "AI", "ai apps"], "repository": { diff --git a/packages/plugin-ai-audio-generation-web/CHANGELOG.md b/packages/plugin-ai-audio-generation-web/CHANGELOG.md index a609daa5..b4055019 100644 --- a/packages/plugin-ai-audio-generation-web/CHANGELOG.md +++ b/packages/plugin-ai-audio-generation-web/CHANGELOG.md @@ -2,6 +2,14 @@ ## [Unreleased] +## [0.2.15] - 2026-01-12 + +### New Features + +- [all] **EachLabs Partner Integration**: Added EachLabs as a new AI provider service with unified API access to multiple image and video generation models. + - **Image Generation**: Flux 2 Pro, Flux 2, Flux 2 Flex, Nano Banana Pro, OpenAI GPT Image, Seedream v4.5, Gemini 3 Pro (all with text-to-image and image-to-image variants) + - **Video Generation**: Kling v2.6 Pro, Kling O1, Veo 3.1 (text-to-video and image-to-video variants) + ## [0.2.14] - 2025-12-15 ## [0.2.13] - 2025-12-15 diff --git a/packages/plugin-ai-audio-generation-web/package.json b/packages/plugin-ai-audio-generation-web/package.json index b4c1885b..8a2cc9a0 100644 --- a/packages/plugin-ai-audio-generation-web/package.json +++ b/packages/plugin-ai-audio-generation-web/package.json @@ -1,6 +1,6 @@ { "name": "@imgly/plugin-ai-audio-generation-web", - "version": "0.2.14", + "version": "0.2.15", "description": "AI audio generation plugin for the CE.SDK editor", "keywords": ["CE.SDK", "plugin", "AI", "audio-generation"], "repository": { diff --git a/packages/plugin-ai-generation-web/CHANGELOG.md b/packages/plugin-ai-generation-web/CHANGELOG.md index a609daa5..b4055019 100644 --- a/packages/plugin-ai-generation-web/CHANGELOG.md +++ b/packages/plugin-ai-generation-web/CHANGELOG.md @@ -2,6 +2,14 @@ ## [Unreleased] +## [0.2.15] - 2026-01-12 + +### New Features + +- [all] **EachLabs Partner Integration**: Added EachLabs as a new AI provider service with unified API access to multiple image and video generation models. + - **Image Generation**: Flux 2 Pro, Flux 2, Flux 2 Flex, Nano Banana Pro, OpenAI GPT Image, Seedream v4.5, Gemini 3 Pro (all with text-to-image and image-to-image variants) + - **Video Generation**: Kling v2.6 Pro, Kling O1, Veo 3.1 (text-to-video and image-to-video variants) + ## [0.2.14] - 2025-12-15 ## [0.2.13] - 2025-12-15 diff --git a/packages/plugin-ai-generation-web/package.json b/packages/plugin-ai-generation-web/package.json index 4d609266..202eeafb 100644 --- a/packages/plugin-ai-generation-web/package.json +++ b/packages/plugin-ai-generation-web/package.json @@ -1,6 +1,6 @@ { "name": "@imgly/plugin-ai-generation-web", - "version": "0.2.14", + "version": "0.2.15", "description": "AI generation plugin for the CE.SDK editor", "keywords": [ "CE.SDK", diff --git a/packages/plugin-ai-image-generation-web/CHANGELOG.md b/packages/plugin-ai-image-generation-web/CHANGELOG.md index a609daa5..b4055019 100644 --- a/packages/plugin-ai-image-generation-web/CHANGELOG.md +++ b/packages/plugin-ai-image-generation-web/CHANGELOG.md @@ -2,6 +2,14 @@ ## [Unreleased] +## [0.2.15] - 2026-01-12 + +### New Features + +- [all] **EachLabs Partner Integration**: Added EachLabs as a new AI provider service with unified API access to multiple image and video generation models. + - **Image Generation**: Flux 2 Pro, Flux 2, Flux 2 Flex, Nano Banana Pro, OpenAI GPT Image, Seedream v4.5, Gemini 3 Pro (all with text-to-image and image-to-image variants) + - **Video Generation**: Kling v2.6 Pro, Kling O1, Veo 3.1 (text-to-video and image-to-video variants) + ## [0.2.14] - 2025-12-15 ## [0.2.13] - 2025-12-15 diff --git a/packages/plugin-ai-image-generation-web/package.json b/packages/plugin-ai-image-generation-web/package.json index 2ecbbf3a..b7ac2adc 100644 --- a/packages/plugin-ai-image-generation-web/package.json +++ b/packages/plugin-ai-image-generation-web/package.json @@ -1,6 +1,6 @@ { "name": "@imgly/plugin-ai-image-generation-web", - "version": "0.2.14", + "version": "0.2.15", "description": "AI image generation plugin for the CE.SDK editor", "keywords": [ "CE.SDK", diff --git a/packages/plugin-ai-sticker-generation-web/CHANGELOG.md b/packages/plugin-ai-sticker-generation-web/CHANGELOG.md index a609daa5..b4055019 100644 --- a/packages/plugin-ai-sticker-generation-web/CHANGELOG.md +++ b/packages/plugin-ai-sticker-generation-web/CHANGELOG.md @@ -2,6 +2,14 @@ ## [Unreleased] +## [0.2.15] - 2026-01-12 + +### New Features + +- [all] **EachLabs Partner Integration**: Added EachLabs as a new AI provider service with unified API access to multiple image and video generation models. + - **Image Generation**: Flux 2 Pro, Flux 2, Flux 2 Flex, Nano Banana Pro, OpenAI GPT Image, Seedream v4.5, Gemini 3 Pro (all with text-to-image and image-to-image variants) + - **Video Generation**: Kling v2.6 Pro, Kling O1, Veo 3.1 (text-to-video and image-to-video variants) + ## [0.2.14] - 2025-12-15 ## [0.2.13] - 2025-12-15 diff --git a/packages/plugin-ai-sticker-generation-web/package.json b/packages/plugin-ai-sticker-generation-web/package.json index c33c3f53..5662de1c 100644 --- a/packages/plugin-ai-sticker-generation-web/package.json +++ b/packages/plugin-ai-sticker-generation-web/package.json @@ -1,6 +1,6 @@ { "name": "@imgly/plugin-ai-sticker-generation-web", - "version": "0.2.14", + "version": "0.2.15", "description": "AI sticker generation plugin for the CE.SDK editor", "keywords": [ "CE.SDK", diff --git a/packages/plugin-ai-text-generation-web/CHANGELOG.md b/packages/plugin-ai-text-generation-web/CHANGELOG.md index a609daa5..b4055019 100644 --- a/packages/plugin-ai-text-generation-web/CHANGELOG.md +++ b/packages/plugin-ai-text-generation-web/CHANGELOG.md @@ -2,6 +2,14 @@ ## [Unreleased] +## [0.2.15] - 2026-01-12 + +### New Features + +- [all] **EachLabs Partner Integration**: Added EachLabs as a new AI provider service with unified API access to multiple image and video generation models. + - **Image Generation**: Flux 2 Pro, Flux 2, Flux 2 Flex, Nano Banana Pro, OpenAI GPT Image, Seedream v4.5, Gemini 3 Pro (all with text-to-image and image-to-image variants) + - **Video Generation**: Kling v2.6 Pro, Kling O1, Veo 3.1 (text-to-video and image-to-video variants) + ## [0.2.14] - 2025-12-15 ## [0.2.13] - 2025-12-15 diff --git a/packages/plugin-ai-text-generation-web/package.json b/packages/plugin-ai-text-generation-web/package.json index 75a71483..62866656 100644 --- a/packages/plugin-ai-text-generation-web/package.json +++ b/packages/plugin-ai-text-generation-web/package.json @@ -1,6 +1,6 @@ { "name": "@imgly/plugin-ai-text-generation-web", - "version": "0.2.14", + "version": "0.2.15", "description": "AI text generation plugin for the CE.SDK editor", "keywords": [ "CE.SDK", diff --git a/packages/plugin-ai-video-generation-web/CHANGELOG.md b/packages/plugin-ai-video-generation-web/CHANGELOG.md index a609daa5..b4055019 100644 --- a/packages/plugin-ai-video-generation-web/CHANGELOG.md +++ b/packages/plugin-ai-video-generation-web/CHANGELOG.md @@ -2,6 +2,14 @@ ## [Unreleased] +## [0.2.15] - 2026-01-12 + +### New Features + +- [all] **EachLabs Partner Integration**: Added EachLabs as a new AI provider service with unified API access to multiple image and video generation models. + - **Image Generation**: Flux 2 Pro, Flux 2, Flux 2 Flex, Nano Banana Pro, OpenAI GPT Image, Seedream v4.5, Gemini 3 Pro (all with text-to-image and image-to-image variants) + - **Video Generation**: Kling v2.6 Pro, Kling O1, Veo 3.1 (text-to-video and image-to-video variants) + ## [0.2.14] - 2025-12-15 ## [0.2.13] - 2025-12-15 diff --git a/packages/plugin-ai-video-generation-web/package.json b/packages/plugin-ai-video-generation-web/package.json index e1c665bf..a99f9eb2 100644 --- a/packages/plugin-ai-video-generation-web/package.json +++ b/packages/plugin-ai-video-generation-web/package.json @@ -1,6 +1,6 @@ { "name": "@imgly/plugin-ai-video-generation-web", - "version": "0.2.14", + "version": "0.2.15", "description": "AI video generation plugin for the CE.SDK editor", "keywords": ["CE.SDK", "plugin", "AI", "video-generation"], "repository": {