Version Packages (next)

This commit is contained in:
github-actions[bot]
2022-11-29 11:14:34 +00:00
parent db71add9ff
commit 2cb6963f9b
365 changed files with 4888 additions and 183 deletions
+15
View File
@@ -1,5 +1,20 @@
# @backstage/repo-tools
## 0.1.0-next.1
### Minor Changes
- 03843259b4: Api reference documentation improvements
- breadcrumbs links semantics as code spans
- new `@config` annotation to describe related config keys
### Patch Changes
- 71f80eb354: add the command type-deps to the repo tool package.
- Updated dependencies
- @backstage/errors@1.1.4-next.1
## 0.1.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.1.0-next.0",
"version": "0.1.0-next.1",
"publishConfig": {
"access": "public"
},