diff --git a/.release-please-manifest.json b/.release-please-manifest.json index c209e8b..a20191b 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.1.5" + ".": "0.1.6" } diff --git a/CHANGELOG.md b/CHANGELOG.md index caaa3d2..e177e46 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.1.6](https://github.com/UI5/plugins-coding-agents/compare/v0.1.5...v0.1.6) (2026-06-25) + + +### Bug Fixes + +* **ui5-modernization:** Resolve skill spec conformance errors ([#83](https://github.com/UI5/plugins-coding-agents/issues/83)) ([8f78e9a](https://github.com/UI5/plugins-coding-agents/commit/8f78e9a3ffd9a8abf3585f846b61021b7b934f2a)) + ## [0.1.5](https://github.com/UI5/plugins-coding-agents/compare/v0.1.4...v0.1.5) (2026-06-24) diff --git a/package-lock.json b/package-lock.json index f3bb9e4..87b02ed 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@ui5/plugins-for-coding-agents", - "version": "0.1.5", + "version": "0.1.6", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@ui5/plugins-for-coding-agents", - "version": "0.1.5", + "version": "0.1.6", "license": "Apache-2.0", "devDependencies": { "@commitlint/cli": "^21.0.2", diff --git a/package.json b/package.json index 41e503a..c5ef4bb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@ui5/plugins-for-coding-agents", - "version": "0.1.5", + "version": "0.1.6", "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 6408d72..4806f69 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.5", + "version": "0.1.6", "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 6408d72..4806f69 100644 --- a/plugins/ui5-modernization/plugin.json +++ b/plugins/ui5-modernization/plugin.json @@ -1,6 +1,6 @@ { "name": "ui5-modernization", - "version": "0.1.5", + "version": "0.1.6", "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 bf4551d..dc84cd5 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.5", + "version": "0.1.6", "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 bf4551d..dc84cd5 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.5", + "version": "0.1.6", "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 9d70e8e..c28c42f 100644 --- a/plugins/ui5/.github/plugin/plugin.json +++ b/plugins/ui5/.github/plugin/plugin.json @@ -1,6 +1,6 @@ { "name": "ui5", - "version": "0.1.5", + "version": "0.1.6", "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 9d70e8e..c28c42f 100644 --- a/plugins/ui5/plugin.json +++ b/plugins/ui5/plugin.json @@ -1,6 +1,6 @@ { "name": "ui5", - "version": "0.1.5", + "version": "0.1.6", "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"