diff --git a/.release-please-manifest.json b/.release-please-manifest.json index c09319e..c209e8b 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.1.4" + ".": "0.1.5" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 8891a03..caaa3d2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [0.1.5](https://github.com/UI5/plugins-coding-agents/compare/v0.1.4...v0.1.5) (2026-06-24) + + +### Features + +* **ui5-modernization:** Add UI5 modernization plugin ([#77](https://github.com/UI5/plugins-coding-agents/issues/77)) ([5d07411](https://github.com/UI5/plugins-coding-agents/commit/5d074117383dc2735a14c8163768fb5aa60f66e4)) +* **ui5:** Add table best practices skill ([#78](https://github.com/UI5/plugins-coding-agents/issues/78)) ([52ac3b5](https://github.com/UI5/plugins-coding-agents/commit/52ac3b5c8a1053b02dd7d46615b8d552c3a4d712)) + ## [0.1.4](https://github.com/UI5/plugins-coding-agents/compare/v0.1.3...v0.1.4) (2026-06-10) diff --git a/package-lock.json b/package-lock.json index 518bf02..f3bb9e4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@ui5/plugins-for-coding-agents", - "version": "0.1.4", + "version": "0.1.5", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@ui5/plugins-for-coding-agents", - "version": "0.1.4", + "version": "0.1.5", "license": "Apache-2.0", "devDependencies": { "@commitlint/cli": "^21.0.2", diff --git a/package.json b/package.json index 74b2d32..41e503a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@ui5/plugins-for-coding-agents", - "version": "0.1.4", + "version": "0.1.5", "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 1fff9a5..6408d72 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.4", + "version": "0.1.5", "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 1fff9a5..6408d72 100644 --- a/plugins/ui5-modernization/plugin.json +++ b/plugins/ui5-modernization/plugin.json @@ -1,6 +1,6 @@ { "name": "ui5-modernization", - "version": "0.1.4", + "version": "0.1.5", "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 e3023cb..bf4551d 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.4", + "version": "0.1.5", "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 e3023cb..bf4551d 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.4", + "version": "0.1.5", "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 1afa384..9d70e8e 100644 --- a/plugins/ui5/.github/plugin/plugin.json +++ b/plugins/ui5/.github/plugin/plugin.json @@ -1,6 +1,6 @@ { "name": "ui5", - "version": "0.1.4", + "version": "0.1.5", "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 1afa384..9d70e8e 100644 --- a/plugins/ui5/plugin.json +++ b/plugins/ui5/plugin.json @@ -1,6 +1,6 @@ { "name": "ui5", - "version": "0.1.4", + "version": "0.1.5", "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"