Skip to content
This repository has been archived by the owner on Mar 4, 2024. It is now read-only.

Commit

Permalink
chore(release): version bump v0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Dec 20, 2022
1 parent 5e0591c commit db92a45
Show file tree
Hide file tree
Showing 6 changed files with 19 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.2.0](https://github.com/awslabs/aws-proton-plugins-for-backstage/compare/v0.1.7...v0.2.0) (2022-12-20)

### Features

- Support using Proton across multiple AWS accounts in one Backstage app ([8c8778a](https://github.com/awslabs/aws-proton-plugins-for-backstage/commit/8c8778aa8ab9cc7c9c996482e323b30d50326753))

## [0.1.7](https://github.com/awslabs/aws-proton-plugins-for-backstage/compare/v0.1.6...v0.1.7) (2022-12-05)

**Note:** Version bump only for package aws-proton-plugins-for-backstage
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.1.7",
"version": "0.2.0",
"packages": ["plugins/*"],
"command": {
"version": {
Expand Down
6 changes: 6 additions & 0 deletions plugins/aws-proton-backend/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.2.0](https://github.com/awslabs/aws-proton-plugins-for-backstage/compare/v0.1.7...v0.2.0) (2022-12-20)

### Features

- Support using Proton across multiple AWS accounts in one Backstage app ([8c8778a](https://github.com/awslabs/aws-proton-plugins-for-backstage/commit/8c8778aa8ab9cc7c9c996482e323b30d50326753))

## [0.1.7](https://github.com/awslabs/aws-proton-plugins-for-backstage/compare/v0.1.6...v0.1.7) (2022-12-05)

**Note:** Version bump only for package @aws/aws-proton-backend-plugin-for-backstage
Expand Down
2 changes: 1 addition & 1 deletion plugins/aws-proton-backend/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@aws/aws-proton-backend-plugin-for-backstage",
"description": "AWS Proton Backend Plugin for Backstage",
"version": "0.1.7",
"version": "0.2.0",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
Expand Down
4 changes: 4 additions & 0 deletions plugins/aws-proton/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.2.0](https://github.com/awslabs/aws-proton-plugins-for-backstage/compare/v0.1.7...v0.2.0) (2022-12-20)

**Note:** Version bump only for package @aws/aws-proton-plugin-for-backstage

## [0.1.7](https://github.com/awslabs/aws-proton-plugins-for-backstage/compare/v0.1.6...v0.1.7) (2022-12-05)

**Note:** Version bump only for package @aws/aws-proton-plugin-for-backstage
Expand Down
2 changes: 1 addition & 1 deletion plugins/aws-proton/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@aws/aws-proton-plugin-for-backstage",
"description": "AWS Proton Plugin for Backstage",
"version": "0.1.7",
"version": "0.2.0",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
Expand Down

0 comments on commit db92a45

Please sign in to comment.