From 835d12a8bdcafb0dd56a9b1830f067f14592bc88 Mon Sep 17 00:00:00 2001 From: Straw Hat Team Bot <61149376+sht-bot@users.noreply.github.com> Date: Thu, 30 Apr 2026 10:30:18 -0400 Subject: [PATCH] chore(main): release trogonstack-eda 0.1.0 Signed-off-by: Straw Hat Team Bot <61149376+sht-bot@users.noreply.github.com> --- .github/release-please-manifest.json | 2 +- plugins/trogonstack-eda/.claude-plugin/plugin.json | 2 +- plugins/trogonstack-eda/CHANGELOG.md | 8 ++++++++ 3 files changed, 10 insertions(+), 2 deletions(-) create mode 100644 plugins/trogonstack-eda/CHANGELOG.md diff --git a/.github/release-please-manifest.json b/.github/release-please-manifest.json index a7ed942..a99a165 100644 --- a/.github/release-please-manifest.json +++ b/.github/release-please-manifest.json @@ -6,5 +6,5 @@ "plugins/trogonstack-ask": "0.1.1", "plugins/trogonstack-otel": "0.1.0", "plugins/trogonstack-eventmodeling": "0.1.0", - "plugins/trogonstack-eda": "0.0.1" + "plugins/trogonstack-eda": "0.1.0" } diff --git a/plugins/trogonstack-eda/.claude-plugin/plugin.json b/plugins/trogonstack-eda/.claude-plugin/plugin.json index b885491..335fa6f 100644 --- a/plugins/trogonstack-eda/.claude-plugin/plugin.json +++ b/plugins/trogonstack-eda/.claude-plugin/plugin.json @@ -1,7 +1,7 @@ { "name": "trogonstack-eda", "description": "Event-driven architecture skills for designing event names, schemas, contracts, and catalogs following good practices for domain and integration events", - "version": "0.0.1", + "version": "0.1.0", "author": { "name": "TrogonStack", "url": "https://github.com/TrogonStack" diff --git a/plugins/trogonstack-eda/CHANGELOG.md b/plugins/trogonstack-eda/CHANGELOG.md new file mode 100644 index 0000000..2d39b5b --- /dev/null +++ b/plugins/trogonstack-eda/CHANGELOG.md @@ -0,0 +1,8 @@ +# Changelog + +## [0.1.0](https://github.com/TrogonStack/agentskills/compare/trogonstack-eda@v0.0.1...trogonstack-eda@v0.1.0) (2026-04-30) + + +### Features + +* **trogonstack-eda:** Scaffold plugin for event-driven architecture skills ([#44](https://github.com/TrogonStack/agentskills/issues/44)) ([354e1fa](https://github.com/TrogonStack/agentskills/commit/354e1fafaf1f83767c2775231819843fbfc94952))