Version Packages (next)

This commit is contained in:
github-actions[bot]
2022-12-13 16:56:03 +00:00
parent 895e976145
commit b2f4e97add
333 changed files with 4618 additions and 167 deletions
+16
View File
@@ -1,5 +1,21 @@
# @backstage/repo-tools
## 0.1.0-next.2
### Patch Changes
- a8611bcac4: Add new command options to the `api-report`
- added `--allow-warnings`, `-a` to continue processing packages if selected packages have warnings
- added `--allow-all-warnings` to continue processing packages any packages have warnings
- added `--omit-messages`, `-o` to pass some warnings messages code to be omitted from the api-report.md files
- The `paths` argument for this command now takes as default the value on `workspaces.packages` inside the root package.json
- change the path resolution to use the `@backstage/cli-common` packages instead
- Updated dependencies
- @backstage/cli-common@0.1.11-next.0
- @backstage/errors@1.1.4-next.1
## 0.1.0-next.1
### Minor Changes
+1 -1
View File
@@ -1,7 +1,7 @@
{
"name": "@backstage/repo-tools",
"description": "CLI for Backstage repo tooling ",
"version": "0.1.0-next.1",
"version": "0.1.0-next.2",
"publishConfig": {
"access": "public"
},