Skip to content

Commit

Permalink
chore: release main (#16)
Browse files Browse the repository at this point in the history
Releasing @kpt/backstage-plugin-cad:0.1.0
  • Loading branch information
release-please[bot] authored May 25, 2022
1 parent a50a814 commit f7ec97c
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"plugins/cad": "0.0.0",
"plugins/cad": "0.1.0",
"plugins/cad-backend": "0.0.0"
}
18 changes: 18 additions & 0 deletions plugins/cad/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# Changelog

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


### Features

* create new packages with revision v1 ([#4](https://github.com/GoogleContainerTools/kpt-backstage-plugins/issues/4)) ([2a114fc](https://github.com/GoogleContainerTools/kpt-backstage-plugins/commit/2a114fc6ad8642c96fc629cc8b079473d674ef3a))
* create new revisions of a package ([#8](https://github.com/GoogleContainerTools/kpt-backstage-plugins/issues/8)) ([cef6eae](https://github.com/GoogleContainerTools/kpt-backstage-plugins/commit/cef6eaef4585646bcdd02bd1ce047ba3cb35840e))
* list revisions of a package ([#10](https://github.com/GoogleContainerTools/kpt-backstage-plugins/issues/10)) ([52b4be8](https://github.com/GoogleContainerTools/kpt-backstage-plugins/commit/52b4be862e18a9deb3b6b8091806efa79a15b9fa))
* rename move to draft button to reject ([#12](https://github.com/GoogleContainerTools/kpt-backstage-plugins/issues/12)) ([a652bc1](https://github.com/GoogleContainerTools/kpt-backstage-plugins/commit/a652bc136f30649581f4eda653500c1d2dbe461d))
* update package revision page header ([#5](https://github.com/GoogleContainerTools/kpt-backstage-plugins/issues/5)) ([35615ae](https://github.com/GoogleContainerTools/kpt-backstage-plugins/commit/35615ae50468dc050407e3aa92d7b90eac113621))
* update package revisions table ([#9](https://github.com/GoogleContainerTools/kpt-backstage-plugins/issues/9)) ([7fb1174](https://github.com/GoogleContainerTools/kpt-backstage-plugins/commit/7fb11749579a95a0ab58effe684ae75c1f4f469a))


### Bug Fixes

* resources table delete button no longer increases row height ([#14](https://github.com/GoogleContainerTools/kpt-backstage-plugins/issues/14)) ([2e81f7d](https://github.com/GoogleContainerTools/kpt-backstage-plugins/commit/2e81f7dd44485cd602fffad2638d70832d1e4ee9))
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.0.0",
"version": "0.1.0",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
Expand Down

0 comments on commit f7ec97c

Please sign in to comment.