Skip to content

Commit a05a189

Browse files
1 parent 2569862 commit a05a189

File tree

12 files changed

+69
-6
lines changed

12 files changed

+69
-6
lines changed

plugins/codebuild/backend/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.8.0](https://github.com/awslabs/backstage-plugins-for-aws/compare/@aws/[email protected]...@aws/[email protected]) (2025-06-27)
7+
8+
9+
### Features
10+
11+
* Remove reliance on deprecated backend APIs ([#413](https://github.com/awslabs/backstage-plugins-for-aws/issues/413)) ([2569862](https://github.com/awslabs/backstage-plugins-for-aws/commit/25698626fcc1c58a356dc08a17ab87251814eb0e))
12+
13+
14+
15+
16+
617
# [0.7.0](https://github.com/awslabs/backstage-plugins-for-aws/compare/@aws/[email protected]...@aws/[email protected]) (2024-11-29)
718

819

plugins/codebuild/backend/package.json

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

plugins/codepipeline/backend/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.8.0](https://github.com/awslabs/backstage-plugins-for-aws/compare/@aws/[email protected]...@aws/[email protected]) (2025-06-27)
7+
8+
9+
### Features
10+
11+
* Remove reliance on deprecated backend APIs ([#413](https://github.com/awslabs/backstage-plugins-for-aws/issues/413)) ([2569862](https://github.com/awslabs/backstage-plugins-for-aws/commit/25698626fcc1c58a356dc08a17ab87251814eb0e))
12+
13+
14+
15+
16+
617
# [0.7.0](https://github.com/awslabs/backstage-plugins-for-aws/compare/@aws/[email protected]...@aws/[email protected]) (2024-11-29)
718

819

plugins/codepipeline/backend/package.json

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

plugins/core/scaffolder-actions/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.4.0](https://github.com/awslabs/backstage-plugins-for-aws/compare/@aws/[email protected]...@aws/[email protected]) (2025-06-27)
7+
8+
9+
### Features
10+
11+
* Remove reliance on deprecated backend APIs ([#413](https://github.com/awslabs/backstage-plugins-for-aws/issues/413)) ([2569862](https://github.com/awslabs/backstage-plugins-for-aws/commit/25698626fcc1c58a356dc08a17ab87251814eb0e))
12+
13+
14+
15+
16+
617
## [0.3.1](https://github.com/awslabs/backstage-plugins-for-aws/compare/@aws/[email protected]...@aws/[email protected]) (2024-12-03)
718

819
**Note:** Version bump only for package @aws/aws-core-plugin-for-backstage-scaffolder-actions

plugins/core/scaffolder-actions/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-core-plugin-for-backstage-scaffolder-actions",
33
"description": "Scaffolder actions related to the AWS core plugin for Backstage",
4-
"version": "0.3.1",
4+
"version": "0.4.0",
55
"repository": {
66
"type": "git",
77
"url": "github:awslabs/backstage-plugins-for-aws",

plugins/ecr/backend/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/[email protected]...@aws/[email protected]) (2025-06-27)
7+
8+
9+
### Features
10+
11+
* Remove reliance on deprecated backend APIs ([#413](https://github.com/awslabs/backstage-plugins-for-aws/issues/413)) ([2569862](https://github.com/awslabs/backstage-plugins-for-aws/commit/25698626fcc1c58a356dc08a17ab87251814eb0e))
12+
13+
14+
15+
16+
617
## [0.1.1](https://github.com/awslabs/backstage-plugins-for-aws/compare/@aws/[email protected]...@aws/[email protected]) (2025-03-06)
718

819

plugins/ecr/backend/package.json

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

plugins/ecr/frontend/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.1.2](https://github.com/awslabs/backstage-plugins-for-aws/compare/@aws/[email protected]...@aws/[email protected]) (2025-06-27)
7+
8+
**Note:** Version bump only for package @aws/amazon-ecr-plugin-for-backstage
9+
10+
11+
12+
13+
614
## [0.1.1](https://github.com/awslabs/backstage-plugins-for-aws/compare/@aws/[email protected]...@aws/[email protected]) (2025-03-06)
715

816
**Note:** Version bump only for package @aws/amazon-ecr-plugin-for-backstage

plugins/ecr/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/amazon-ecr-plugin-for-backstage",
3-
"version": "0.1.1",
3+
"version": "0.1.2",
44
"repository": {
55
"type": "git",
66
"url": "github:awslabs/backstage-plugins-for-aws",

0 commit comments

Comments
 (0)