From d84fab2340ca4eceb1e476d8222e90b1ec1f52f1 Mon Sep 17 00:00:00 2001 From: OpenUI5 Bot Date: Tue, 8 Sep 2026 09:12:18 +0200 Subject: [PATCH] release: v0.1.9 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 7 +++++++ package-lock.json | 4 ++-- package.json | 2 +- plugins/ui5-modernization/.github/plugin/plugin.json | 2 +- plugins/ui5-modernization/plugin.json | 2 +- .../ui5-typescript-conversion/.github/plugin/plugin.json | 2 +- plugins/ui5-typescript-conversion/plugin.json | 2 +- plugins/ui5/.github/plugin/plugin.json | 2 +- plugins/ui5/plugin.json | 2 +- 10 files changed, 17 insertions(+), 10 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 2b33d40..5fc5f6e 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.1.8" + ".": "0.1.9" } diff --git a/CHANGELOG.md b/CHANGELOG.md index a41cbad..1f10b37 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.1.9](https://github.com/UI5/plugins-coding-agents/compare/v0.1.8...v0.1.9) (2026-09-08) + + +### Bug Fixes + +* **ui5:** Enforce usage of latest UI5 MCP server ([a99b882](https://github.com/UI5/plugins-coding-agents/commit/a99b882ce364ef4b9f52fb4054f5f410c1636563)) + ## [0.1.8](https://github.com/UI5/plugins-coding-agents/compare/v0.1.7...v0.1.8) (2026-08-03) diff --git a/package-lock.json b/package-lock.json index 33ae5e6..75c1b1e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@ui5/plugins-for-coding-agents", - "version": "0.1.8", + "version": "0.1.9", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@ui5/plugins-for-coding-agents", - "version": "0.1.8", + "version": "0.1.9", "license": "Apache-2.0", "devDependencies": { "@commitlint/cli": "^21.2.2", diff --git a/package.json b/package.json index a48b440..882a717 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@ui5/plugins-for-coding-agents", - "version": "0.1.8", + "version": "0.1.9", "private": "true", "description": "UI5 plugins for Coding Agents", "author": { diff --git a/plugins/ui5-modernization/.github/plugin/plugin.json b/plugins/ui5-modernization/.github/plugin/plugin.json index 5b04a9a..81cbf23 100644 --- a/plugins/ui5-modernization/.github/plugin/plugin.json +++ b/plugins/ui5-modernization/.github/plugin/plugin.json @@ -1,6 +1,6 @@ { "name": "ui5-modernization", - "version": "0.1.8", + "version": "0.1.9", "description": "Complete UI5 modernization toolkit with workflow and specialized fix patterns for modernizing SAPUI5/OpenUI5 applications", "author": { "name": "SAP SE" diff --git a/plugins/ui5-modernization/plugin.json b/plugins/ui5-modernization/plugin.json index 5b04a9a..81cbf23 100644 --- a/plugins/ui5-modernization/plugin.json +++ b/plugins/ui5-modernization/plugin.json @@ -1,6 +1,6 @@ { "name": "ui5-modernization", - "version": "0.1.8", + "version": "0.1.9", "description": "Complete UI5 modernization toolkit with workflow and specialized fix patterns for modernizing SAPUI5/OpenUI5 applications", "author": { "name": "SAP SE" diff --git a/plugins/ui5-typescript-conversion/.github/plugin/plugin.json b/plugins/ui5-typescript-conversion/.github/plugin/plugin.json index e4a0833..322a497 100644 --- a/plugins/ui5-typescript-conversion/.github/plugin/plugin.json +++ b/plugins/ui5-typescript-conversion/.github/plugin/plugin.json @@ -1,6 +1,6 @@ { "name": "ui5-typescript-conversion", - "version": "0.1.8", + "version": "0.1.9", "description": "SAPUI5 / OpenUI5 plugin for coding agents. Converts JavaScript-based UI5 projects to TypeScript.", "author": { "name": "SAP SE" diff --git a/plugins/ui5-typescript-conversion/plugin.json b/plugins/ui5-typescript-conversion/plugin.json index e4a0833..322a497 100644 --- a/plugins/ui5-typescript-conversion/plugin.json +++ b/plugins/ui5-typescript-conversion/plugin.json @@ -1,6 +1,6 @@ { "name": "ui5-typescript-conversion", - "version": "0.1.8", + "version": "0.1.9", "description": "SAPUI5 / OpenUI5 plugin for coding agents. Converts JavaScript-based UI5 projects to TypeScript.", "author": { "name": "SAP SE" diff --git a/plugins/ui5/.github/plugin/plugin.json b/plugins/ui5/.github/plugin/plugin.json index 6de6a22..4212b00 100644 --- a/plugins/ui5/.github/plugin/plugin.json +++ b/plugins/ui5/.github/plugin/plugin.json @@ -1,6 +1,6 @@ { "name": "ui5", - "version": "0.1.8", + "version": "0.1.9", "description": "SAPUI5 / OpenUI5 plugin for coding agents. Creates and validates UI5 projects, accesses API documentation, runs UI5 linter, retrieves development guidelines and best practices for UI5 development.", "author": { "name": "SAP SE" diff --git a/plugins/ui5/plugin.json b/plugins/ui5/plugin.json index 6de6a22..4212b00 100644 --- a/plugins/ui5/plugin.json +++ b/plugins/ui5/plugin.json @@ -1,6 +1,6 @@ { "name": "ui5", - "version": "0.1.8", + "version": "0.1.9", "description": "SAPUI5 / OpenUI5 plugin for coding agents. Creates and validates UI5 projects, accesses API documentation, runs UI5 linter, retrieves development guidelines and best practices for UI5 development.", "author": { "name": "SAP SE"