Skip to content

Commit 9822016

Browse files
chore(release): Publish
- @aws/aws-config-catalog-module-for-backstage@0.1.7 - @aws/cost-insights-plugin-for-backstage@0.2.1 - @aws/genai-plugin-langgraph-agent-for-backstage@0.3.0 - @aws/genai-plugin-for-backstage-backend@0.2.0 - @aws/genai-plugin-for-backstage-common@0.2.0 - @aws/genai-plugin-for-backstage@0.2.0 - @aws/genai-plugin-for-backstage-node@0.2.0
1 parent 2f88158 commit 9822016

File tree

14 files changed

+89
-7
lines changed

14 files changed

+89
-7
lines changed

plugins/core/catalog-config/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.1.7](https://github.com/awslabs/backstage-plugins-for-aws/compare/@aws/aws-config-catalog-module-for-backstage@0.1.6...@aws/aws-config-catalog-module-for-backstage@0.1.7) (2025-06-17)
7+
8+
9+
### Bug Fixes
10+
11+
* **deps:** update aws-sdk-js-v3 monorepo ([#378](https://github.com/awslabs/backstage-plugins-for-aws/issues/378)) ([952981b](https://github.com/awslabs/backstage-plugins-for-aws/commit/952981b090b2036af65eabad6b2f1fa838b71332))
12+
13+
14+
15+
16+
617
## [0.1.6](https://github.com/awslabs/backstage-plugins-for-aws/compare/@aws/aws-config-catalog-module-for-backstage@0.1.5...@aws/aws-config-catalog-module-for-backstage@0.1.6) (2025-05-28)
718

819

plugins/core/catalog-config/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@aws/aws-config-catalog-module-for-backstage",
33
"description": "The aws-config backend module for the catalog plugin.",
4-
"version": "0.1.6",
4+
"version": "0.1.7",
55
"repository": {
66
"type": "git",
77
"url": "github:awslabs/backstage-plugins-for-aws",

plugins/cost-insights/frontend/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/cost-insights-plugin-for-backstage@0.2.0...@aws/cost-insights-plugin-for-backstage@0.2.1) (2025-06-17)
7+
8+
9+
### Bug Fixes
10+
11+
* Correctly use namespaces groups for Cost Insights ([#389](https://github.com/awslabs/backstage-plugins-for-aws/issues/389)) ([2f88158](https://github.com/awslabs/backstage-plugins-for-aws/commit/2f88158cdcf44021c62be96d6272c4e11b752352))
12+
13+
14+
15+
16+
617
# [0.2.0](https://github.com/awslabs/backstage-plugins-for-aws/compare/@aws/cost-insights-plugin-for-backstage@0.1.3...@aws/cost-insights-plugin-for-backstage@0.2.0) (2024-11-29)
718

819

plugins/cost-insights/frontend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@aws/cost-insights-plugin-for-backstage",
3-
"version": "0.2.0",
3+
"version": "0.2.1",
44
"repository": {
55
"type": "git",
66
"url": "github:awslabs/backstage-plugins-for-aws",

plugins/genai/agent-langgraph/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.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)
7+
8+
9+
### Features
10+
11+
* GenAI agent persistence ([#391](https://github.com/awslabs/backstage-plugins-for-aws/issues/391)) ([0d86463](https://github.com/awslabs/backstage-plugins-for-aws/commit/0d8646347c70d1cd19857a1f7758e74863ec0e08))
12+
13+
14+
15+
16+
617
# [0.2.0](https://github.com/awslabs/backstage-plugins-for-aws/compare/@aws/genai-plugin-langgraph-agent-for-backstage@0.1.0...@aws/genai-plugin-langgraph-agent-for-backstage@0.2.0) (2025-01-10)
718

819

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.2.0",
4+
"version": "0.3.0",
55
"main": "src/index.ts",
66
"types": "src/index.ts",
77
"license": "Apache-2.0",

plugins/genai/backend/CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,22 @@
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.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)
7+
8+
9+
### Bug Fixes
10+
11+
* Improve catalog search tool kind handling ([972e612](https://github.com/awslabs/backstage-plugins-for-aws/commit/972e61286c0402ffea36c22a3d2c4cb28faeb030))
12+
13+
14+
### Features
15+
16+
* GenAI agent persistence ([#391](https://github.com/awslabs/backstage-plugins-for-aws/issues/391)) ([0d86463](https://github.com/awslabs/backstage-plugins-for-aws/commit/0d8646347c70d1cd19857a1f7758e74863ec0e08))
17+
18+
19+
20+
21+
622
# 0.1.0 (2024-12-09)
723

824

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.1.0",
4+
"version": "0.2.0",
55
"repository": {
66
"type": "git",
77
"url": "github:awslabs/backstage-plugins-for-aws",

plugins/genai/common/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.0](https://github.com/awslabs/backstage-plugins-for-aws/compare/@aws/genai-plugin-for-backstage-common@0.1.0...@aws/genai-plugin-for-backstage-common@0.2.0) (2025-06-17)
7+
8+
9+
### Features
10+
11+
* GenAI agent persistence ([#391](https://github.com/awslabs/backstage-plugins-for-aws/issues/391)) ([0d86463](https://github.com/awslabs/backstage-plugins-for-aws/commit/0d8646347c70d1cd19857a1f7758e74863ec0e08))
12+
13+
14+
15+
16+
617
# 0.1.0 (2024-12-09)
718

819

plugins/genai/common/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-common",
33
"description": "Common functionality for the GenAI AWS plugins for Backstage",
4-
"version": "0.1.0",
4+
"version": "0.2.0",
55
"repository": {
66
"type": "git",
77
"url": "github:awslabs/backstage-plugins-for-aws",

0 commit comments

Comments
 (0)