Version Packages (next)

This commit is contained in:
github-actions[bot]
2024-01-30 13:38:11 +00:00
parent 4142029b89
commit c70c3dc393
485 changed files with 6948 additions and 249 deletions
+12
View File
@@ -1,5 +1,17 @@
# @backstage/repo-tools
## 0.6.0-next.1
### Patch Changes
- c04c42b: Fixes an issue where comments would be duplicated in the template. Also, removes a header with the title and version of the OpenAPI spec from generated code.
- Updated dependencies
- @backstage/catalog-model@1.4.4-next.0
- @backstage/backend-common@0.21.0-next.1
- @backstage/cli-common@0.1.13
- @backstage/cli-node@0.2.2
- @backstage/errors@1.2.3
## 0.6.0-next.0
### Minor Changes
+1 -1
View File
@@ -1,7 +1,7 @@
{
"name": "@backstage/repo-tools",
"description": "CLI for Backstage repo tooling ",
"version": "0.6.0-next.0",
"version": "0.6.0-next.1",
"publishConfig": {
"access": "public"
},