Version Packages (next)

This commit is contained in:
github-actions[bot]
2022-12-27 15:22:57 +00:00
parent d6f622dfa1
commit f834622f56
275 changed files with 4280 additions and 203 deletions
+11
View File
@@ -1,5 +1,16 @@
# @backstage/repo-tools
## 0.1.1-next.0
### Patch Changes
- c447a5221b: Use the project tsconfig in case of selection all packages
- 93cff3053e: Move some dependencies as `peerDependencies` because we need to always use same version as in `api-extractor`
- 75275b0b0b: Updated dependency `@microsoft/tsdoc-config` to `0.16.2`.
- Updated dependencies
- @backstage/cli-common@0.1.11
- @backstage/errors@1.1.4
## 0.1.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",
"version": "0.1.1-next.0",
"publishConfig": {
"access": "public"
},