Version Packages (next)

This commit is contained in:
github-actions[bot]
2024-03-05 13:38:18 +00:00
parent 964caf7cc3
commit 8db51ca72f
516 changed files with 6896 additions and 257 deletions
+15
View File
@@ -1,5 +1,20 @@
# @backstage/repo-tools
## 0.7.0-next.1
### Minor Changes
- 8bfcc50: Fix knip-report command to send 1 exit status in case of fail
### Patch Changes
- Updated dependencies
- @backstage/backend-common@0.21.4-next.1
- @backstage/catalog-model@1.4.5-next.0
- @backstage/cli-common@0.1.13
- @backstage/cli-node@0.2.4-next.0
- @backstage/errors@1.2.4-next.0
## 0.6.3-next.0
### Patch Changes
+1 -1
View File
@@ -1,7 +1,7 @@
{
"name": "@backstage/repo-tools",
"description": "CLI for Backstage repo tooling ",
"version": "0.6.3-next.0",
"version": "0.7.0-next.1",
"publishConfig": {
"access": "public"
},