Skip to content

Commit fde83db

Browse files
authored
release: v0.1.1 (#57)
1 parent 11e3c4b commit fde83db

6 files changed

Lines changed: 14 additions & 6 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.1.0"
2+
".": "0.1.1"
33
}

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## [0.1.1](https://github.com/UI5/plugins-coding-agents/compare/v0.1.0...v0.1.1) (2026-05-26)
4+
5+
6+
### Features
7+
8+
* **ui5:** Add UI Integration Cards Guidelines as Skills ([#51](https://github.com/UI5/plugins-coding-agents/issues/51)) ([11e3c4b](https://github.com/UI5/plugins-coding-agents/commit/11e3c4bfcdabeb8fa63454fe6a5046b2a571f584))
9+
* **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))
10+
311
## [0.1.0](https://github.com/UI5/plugins-claude/compare/v0.0.1...v0.1.0) (2026-03-27)
412

513

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ui5/plugins-for-coding-agents",
3-
"version": "0.1.0",
3+
"version": "0.1.1",
44
"private": "true",
55
"description": "UI5 plugins for Coding Agents",
66
"author": {

plugins/ui5-typescript-conversion/.claude-plugin/plugin.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ui5-typescript-conversion",
3-
"version": "0.1.0",
3+
"version": "0.1.1",
44
"description": "SAPUI5 / OpenUI5 plugin for coding agents. Converts JavaScript-based UI5 projects to TypeScript.",
55
"author": {
66
"name": "SAP SE"

plugins/ui5/.claude-plugin/plugin.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ui5",
3-
"version": "0.1.0",
3+
"version": "0.1.1",
44
"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.",
55
"author": {
66
"name": "SAP SE"

0 commit comments

Comments
 (0)