Skip to content

Commit f800caf

Browse files
chore(release): Publish
- @aws/genai-plugin-langgraph-agent-for-backstage@0.3.1 - @aws/genai-plugin-for-backstage-backend@0.2.1 - @aws/genai-plugin-for-backstage-node@0.2.1
1 parent d47279a commit f800caf

File tree

6 files changed

+30
-3
lines changed

6 files changed

+30
-3
lines changed

plugins/genai/agent-langgraph/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [0.3.1](https://github.com/awslabs/backstage-plugins-for-aws/compare/@aws/genai-plugin-langgraph-agent-for-backstage@0.3.0...@aws/genai-plugin-langgraph-agent-for-backstage@0.3.1) (2025-06-17)
7+
8+
**Note:** Version bump only for package @aws/genai-plugin-langgraph-agent-for-backstage
9+
10+
11+
12+
13+
614
# [0.3.0](https://github.com/awslabs/backstage-plugins-for-aws/compare/@aws/genai-plugin-langgraph-agent-for-backstage@0.2.0...@aws/genai-plugin-langgraph-agent-for-backstage@0.3.0) (2025-06-17)
715

816

plugins/genai/agent-langgraph/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@aws/genai-plugin-langgraph-agent-for-backstage",
33
"description": "LangGraph agent module package for the GenAI AWS plugins for Backstage",
4-
"version": "0.3.0",
4+
"version": "0.3.1",
55
"main": "src/index.ts",
66
"types": "src/index.ts",
77
"license": "Apache-2.0",

plugins/genai/backend/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [0.2.1](https://github.com/awslabs/backstage-plugins-for-aws/compare/@aws/genai-plugin-for-backstage-backend@0.2.0...@aws/genai-plugin-for-backstage-backend@0.2.1) (2025-06-17)
7+
8+
**Note:** Version bump only for package @aws/genai-plugin-for-backstage-backend
9+
10+
11+
12+
13+
614
# [0.2.0](https://github.com/awslabs/backstage-plugins-for-aws/compare/@aws/genai-plugin-for-backstage-backend@0.1.0...@aws/genai-plugin-for-backstage-backend@0.2.0) (2025-06-17)
715

816

plugins/genai/backend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@aws/genai-plugin-for-backstage-backend",
33
"description": "Backend package for the GenAI AWS plugins for Backstage",
4-
"version": "0.2.0",
4+
"version": "0.2.1",
55
"repository": {
66
"type": "git",
77
"url": "github:awslabs/backstage-plugins-for-aws",

plugins/genai/node/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [0.2.1](https://github.com/awslabs/backstage-plugins-for-aws/compare/@aws/genai-plugin-for-backstage-node@0.2.0...@aws/genai-plugin-for-backstage-node@0.2.1) (2025-06-17)
7+
8+
9+
### Bug Fixes
10+
11+
* Use more generic interface for GenAI tools ([d47279a](https://github.com/awslabs/backstage-plugins-for-aws/commit/d47279a81293855d44636018078c7584b14c239b))
12+
13+
14+
15+
16+
617
# [0.2.0](https://github.com/awslabs/backstage-plugins-for-aws/compare/@aws/genai-plugin-for-backstage-node@0.1.0...@aws/genai-plugin-for-backstage-node@0.2.0) (2025-06-17)
718

819

plugins/genai/node/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@aws/genai-plugin-for-backstage-node",
33
"description": "Node library for the GenAI AWS plugins for Backstage",
4-
"version": "0.2.0",
4+
"version": "0.2.1",
55
"repository": {
66
"type": "git",
77
"url": "github:awslabs/backstage-plugins-for-aws",

0 commit comments

Comments
 (0)