From e9b186ec69bd6c06b2f2c0095eb5aaad5283cb58 Mon Sep 17 00:00:00 2001 From: OpenUI5 Bot Date: Wed, 3 Jun 2026 15:50:54 +0200 Subject: [PATCH] release: v0.1.3 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 13 +++++++++++++ package-lock.json | 4 ++-- package.json | 2 +- .../.github/plugin/plugin.json | 2 +- plugins/ui5-typescript-conversion/plugin.json | 2 +- plugins/ui5/.github/plugin/plugin.json | 2 +- plugins/ui5/plugin.json | 2 +- 8 files changed, 21 insertions(+), 8 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 352ec4c..7caf555 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.1.2" + ".": "0.1.3" } diff --git a/CHANGELOG.md b/CHANGELOG.md index c6d18e7..c4cb084 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## [0.1.3](https://github.com/UI5/plugins-coding-agents/compare/v0.1.2...v0.1.3) (2026-06-03) + + +### Features + +* Support GitHub Copilot ([#65](https://github.com/UI5/plugins-coding-agents/issues/65)) ([44a72cd](https://github.com/UI5/plugins-coding-agents/commit/44a72cdaa530cb24fdb39f934e2a2026d5ad6a43)) + + +### Bug Fixes + +* Make plugin.json prettier-stable after release-please bumps ([d6f3783](https://github.com/UI5/plugins-coding-agents/commit/d6f3783607c7b848feeff6c48db0a1a6d3b907dd)) +* Update release-please extra-files to current plugin.json paths ([afd95cb](https://github.com/UI5/plugins-coding-agents/commit/afd95cb4852181925f68d8c7f2c537e6c911420a)) + ## [0.1.2](https://github.com/UI5/plugins-coding-agents/compare/v0.1.1...v0.1.2) (2026-05-27) diff --git a/package-lock.json b/package-lock.json index d360ecc..bf0ab11 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@ui5/plugins-for-coding-agents", - "version": "0.1.2", + "version": "0.1.3", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@ui5/plugins-for-coding-agents", - "version": "0.1.2", + "version": "0.1.3", "license": "Apache-2.0", "devDependencies": { "@commitlint/cli": "^21.0.1", diff --git a/package.json b/package.json index e3f1167..f9594e4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@ui5/plugins-for-coding-agents", - "version": "0.1.2", + "version": "0.1.3", "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 5fc0dc0..7805d07 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.2", + "version": "0.1.3", "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 5fc0dc0..7805d07 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.2", + "version": "0.1.3", "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 f4f2d63..4a6d710 100644 --- a/plugins/ui5/.github/plugin/plugin.json +++ b/plugins/ui5/.github/plugin/plugin.json @@ -1,6 +1,6 @@ { "name": "ui5", - "version": "0.1.2", + "version": "0.1.3", "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 f4f2d63..4a6d710 100644 --- a/plugins/ui5/plugin.json +++ b/plugins/ui5/plugin.json @@ -1,6 +1,6 @@ { "name": "ui5", - "version": "0.1.2", + "version": "0.1.3", "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"