Skip to content

Commit e1833a3

Browse files
chore(release): Publish
- @aws/genai-plugin-for-backstage-backend@0.1.0 - @aws/genai-plugin-for-backstage-common@0.1.0 - @aws/genai-plugin-for-backstage@0.1.0 - @aws/genai-plugin-for-backstage-node@0.1.0
1 parent cf19564 commit e1833a3

File tree

8 files changed

+48
-4
lines changed

8 files changed

+48
-4
lines changed

plugins/genai/backend/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# Change Log
2+
3+
All notable changes to this project will be documented in this file.
4+
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5+
6+
# 0.1.0 (2024-12-09)
7+
8+
9+
### Features
10+
11+
* Add Generative AI plugin ([#313](https://github.com/awslabs/backstage-plugins-for-aws/issues/313)) ([cf19564](https://github.com/awslabs/backstage-plugins-for-aws/commit/cf19564d5395d58e98417405fa36553f86530a36))

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.0.0",
4+
"version": "0.1.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
@@ -0,0 +1,11 @@
1+
# Change Log
2+
3+
All notable changes to this project will be documented in this file.
4+
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5+
6+
# 0.1.0 (2024-12-09)
7+
8+
9+
### Features
10+
11+
* Add Generative AI plugin ([#313](https://github.com/awslabs/backstage-plugins-for-aws/issues/313)) ([cf19564](https://github.com/awslabs/backstage-plugins-for-aws/commit/cf19564d5395d58e98417405fa36553f86530a36))

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

plugins/genai/frontend/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# Change Log
2+
3+
All notable changes to this project will be documented in this file.
4+
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5+
6+
# 0.1.0 (2024-12-09)
7+
8+
9+
### Features
10+
11+
* Add Generative AI plugin ([#313](https://github.com/awslabs/backstage-plugins-for-aws/issues/313)) ([cf19564](https://github.com/awslabs/backstage-plugins-for-aws/commit/cf19564d5395d58e98417405fa36553f86530a36))

plugins/genai/frontend/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",
33
"description": "Frontend package for the GenAI AWS plugins for Backstage",
4-
"version": "0.0.0",
4+
"version": "0.1.0",
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
@@ -0,0 +1,11 @@
1+
# Change Log
2+
3+
All notable changes to this project will be documented in this file.
4+
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5+
6+
# 0.1.0 (2024-12-09)
7+
8+
9+
### Features
10+
11+
* Add Generative AI plugin ([#313](https://github.com/awslabs/backstage-plugins-for-aws/issues/313)) ([cf19564](https://github.com/awslabs/backstage-plugins-for-aws/commit/cf19564d5395d58e98417405fa36553f86530a36))

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

0 commit comments

Comments
 (0)