diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 7caf555..c09319e 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.1.3" + ".": "0.1.4" } diff --git a/CHANGELOG.md b/CHANGELOG.md index c4cb084..8891a03 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.1.4](https://github.com/UI5/plugins-coding-agents/compare/v0.1.3...v0.1.4) (2026-06-10) + + +### Features + +* **ui5:** Add OPA5 guidelines as Skills ([#64](https://github.com/UI5/plugins-coding-agents/issues/64)) ([1ddbcd2](https://github.com/UI5/plugins-coding-agents/commit/1ddbcd2c4d9012d8bb1c69cc4597d47d4ecea444)) + ## [0.1.3](https://github.com/UI5/plugins-coding-agents/compare/v0.1.2...v0.1.3) (2026-06-03) diff --git a/package-lock.json b/package-lock.json index 13657f6..0a7d7e0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@ui5/plugins-for-coding-agents", - "version": "0.1.3", + "version": "0.1.4", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@ui5/plugins-for-coding-agents", - "version": "0.1.3", + "version": "0.1.4", "license": "Apache-2.0", "devDependencies": { "@commitlint/cli": "^21.0.2", diff --git a/package.json b/package.json index 0d681a1..faa01ec 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@ui5/plugins-for-coding-agents", - "version": "0.1.3", + "version": "0.1.4", "private": "true", "description": "UI5 plugins for Coding Agents", "author": { diff --git a/plugins/ui5-typescript-conversion/.github/plugin/plugin.json b/plugins/ui5-typescript-conversion/.github/plugin/plugin.json index 7805d07..e3023cb 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.3", + "version": "0.1.4", "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 7805d07..e3023cb 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.3", + "version": "0.1.4", "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 e578dc1..1afa384 100644 --- a/plugins/ui5/.github/plugin/plugin.json +++ b/plugins/ui5/.github/plugin/plugin.json @@ -1,6 +1,6 @@ { "name": "ui5", - "version": "0.1.3", + "version": "0.1.4", "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 e578dc1..1afa384 100644 --- a/plugins/ui5/plugin.json +++ b/plugins/ui5/plugin.json @@ -1,6 +1,6 @@ { "name": "ui5", - "version": "0.1.3", + "version": "0.1.4", "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"