diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 96d9691..9aa5a07 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.1.0" + ".": "0.1.1" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 7578f37..8791980 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.1.1](https://github.com/UI5/plugins-coding-agents/compare/v0.1.0...v0.1.1) (2026-05-22) + + +### Features + +* **ui5:** Add UI5 Guidelines as Skills ([#49](https://github.com/UI5/plugins-coding-agents/issues/49)) ([5eca5d0](https://github.com/UI5/plugins-coding-agents/commit/5eca5d066dc7d936e1bc978cc43438dca18b3013)) + ## [0.1.0](https://github.com/UI5/plugins-claude/compare/v0.0.1...v0.1.0) (2026-03-27) diff --git a/package-lock.json b/package-lock.json index e8698db..c6079b3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@ui5/plugins-for-coding-agents", - "version": "0.1.0", + "version": "0.1.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@ui5/plugins-for-coding-agents", - "version": "0.1.0", + "version": "0.1.1", "license": "Apache-2.0", "devDependencies": { "@commitlint/cli": "^21.0.1", diff --git a/package.json b/package.json index a7743d4..ed40a89 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@ui5/plugins-for-coding-agents", - "version": "0.1.0", + "version": "0.1.1", "private": "true", "description": "UI5 plugins for Coding Agents", "author": { diff --git a/plugins/ui5-typescript-conversion/.claude-plugin/plugin.json b/plugins/ui5-typescript-conversion/.claude-plugin/plugin.json index 098f592..06535bc 100644 --- a/plugins/ui5-typescript-conversion/.claude-plugin/plugin.json +++ b/plugins/ui5-typescript-conversion/.claude-plugin/plugin.json @@ -1,6 +1,6 @@ { "name": "ui5-typescript-conversion", - "version": "0.1.0", + "version": "0.1.1", "description": "SAPUI5 / OpenUI5 plugin for coding agents. Converts JavaScript-based UI5 projects to TypeScript.", "author": { "name": "SAP SE" diff --git a/plugins/ui5/.claude-plugin/plugin.json b/plugins/ui5/.claude-plugin/plugin.json index 2081eb9..1004555 100644 --- a/plugins/ui5/.claude-plugin/plugin.json +++ b/plugins/ui5/.claude-plugin/plugin.json @@ -1,6 +1,6 @@ { "name": "ui5", - "version": "0.1.0", + "version": "0.1.1", "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"