Skip to content

Commit

Permalink
chore: release main
Browse files Browse the repository at this point in the history
  • Loading branch information
release-please[bot] committed May 28, 2023
1 parent a02d941 commit a8492f8
Show file tree
Hide file tree
Showing 5 changed files with 24 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"plugins/cad": "0.4.0",
"plugins/cad-backend": "0.1.0"
"plugins/cad": "0.5.0",
"plugins/cad-backend": "0.2.0"
}
7 changes: 7 additions & 0 deletions plugins/cad-backend/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.2.0](https://github.com/GoogleContainerTools/kpt-backstage-plugins/compare/backstage-plugin-cad-backend-v0.1.0...backstage-plugin-cad-backend-v0.2.0) (2023-05-28)


### Features

* allow maximum http request size to be configurable ([#268](https://github.com/GoogleContainerTools/kpt-backstage-plugins/issues/268)) ([088c268](https://github.com/GoogleContainerTools/kpt-backstage-plugins/commit/088c2683aad003dfaff9ce52ef42b5c055a32f66))

## [0.1.0](https://github.com/GoogleContainerTools/kpt-backstage-plugins/compare/backstage-plugin-cad-backend-v0.0.0...backstage-plugin-cad-backend-v0.1.0) (2022-12-08)


Expand Down
2 changes: 1 addition & 1 deletion plugins/cad-backend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@kpt/backstage-plugin-cad-backend",
"version": "0.1.0",
"version": "0.2.0",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
Expand Down
13 changes: 13 additions & 0 deletions plugins/cad/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

## [0.5.0](https://github.com/GoogleContainerTools/kpt-backstage-plugins/compare/backstage-plugin-cad-v0.4.0...backstage-plugin-cad-v0.5.0) (2023-05-28)


### Features

* allow maximum http request size to be configurable ([#268](https://github.com/GoogleContainerTools/kpt-backstage-plugins/issues/268)) ([088c268](https://github.com/GoogleContainerTools/kpt-backstage-plugins/commit/088c2683aad003dfaff9ce52ef42b5c055a32f66))
* update default resource viewer ([#266](https://github.com/GoogleContainerTools/kpt-backstage-plugins/issues/266)) ([df9ce8f](https://github.com/GoogleContainerTools/kpt-backstage-plugins/commit/df9ce8fe9a241ae6f9042cc5e7a32e1f6bd923c4))


### Bug Fixes

* update resource viewer to handle null fields ([#269](https://github.com/GoogleContainerTools/kpt-backstage-plugins/issues/269)) ([a02d941](https://github.com/GoogleContainerTools/kpt-backstage-plugins/commit/a02d94170bf1bd920055ae940d60d0f6b5412188))

## [0.4.0](https://github.com/GoogleContainerTools/kpt-backstage-plugins/compare/backstage-plugin-cad-v0.3.0...backstage-plugin-cad-v0.4.0) (2022-12-08)


Expand Down
2 changes: 1 addition & 1 deletion plugins/cad/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@kpt/backstage-plugin-cad",
"version": "0.4.0",
"version": "0.5.0",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
Expand Down

0 comments on commit a8492f8

Please sign in to comment.