Skip to content

Commit

Permalink
chore(release): Publish
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Dec 9, 2024
1 parent cf19564 commit e1833a3
Show file tree
Hide file tree
Showing 8 changed files with 48 additions and 4 deletions.
11 changes: 11 additions & 0 deletions plugins/genai/backend/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# 0.1.0 (2024-12-09)


### Features

* 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))
2 changes: 1 addition & 1 deletion plugins/genai/backend/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@aws/genai-plugin-for-backstage-backend",
"description": "Backend package for the GenAI AWS plugins for Backstage",
"version": "0.0.0",
"version": "0.1.0",
"repository": {
"type": "git",
"url": "github:awslabs/backstage-plugins-for-aws",
Expand Down
11 changes: 11 additions & 0 deletions plugins/genai/common/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# 0.1.0 (2024-12-09)


### Features

* 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))
2 changes: 1 addition & 1 deletion plugins/genai/common/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@aws/genai-plugin-for-backstage-common",
"description": "Common functionality for the GenAI AWS plugins for Backstage",
"version": "0.0.0",
"version": "0.1.0",
"repository": {
"type": "git",
"url": "github:awslabs/backstage-plugins-for-aws",
Expand Down
11 changes: 11 additions & 0 deletions plugins/genai/frontend/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# 0.1.0 (2024-12-09)


### Features

* 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))
2 changes: 1 addition & 1 deletion plugins/genai/frontend/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@aws/genai-plugin-for-backstage",
"description": "Frontend package for the GenAI AWS plugins for Backstage",
"version": "0.0.0",
"version": "0.1.0",
"repository": {
"type": "git",
"url": "github:awslabs/backstage-plugins-for-aws",
Expand Down
11 changes: 11 additions & 0 deletions plugins/genai/node/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# 0.1.0 (2024-12-09)


### Features

* 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))
2 changes: 1 addition & 1 deletion plugins/genai/node/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@aws/genai-plugin-for-backstage-node",
"description": "Node library for the GenAI AWS plugins for Backstage",
"version": "0.0.0",
"version": "0.1.0",
"repository": {
"type": "git",
"url": "github:awslabs/backstage-plugins-for-aws",
Expand Down

0 comments on commit e1833a3

Please sign in to comment.