Version Packages (next)

This commit is contained in:
github-actions[bot]
2026-03-03 14:16:49 +00:00
parent 8211dc0f70
commit db0d171511
181 changed files with 3284 additions and 92 deletions
+8
View File
@@ -1,5 +1,13 @@
# @backstage/cli-common
## 0.2.0-next.1
### Patch Changes
- e44b6a9: The `findOwnRootDir` utility now searches for the monorepo root by traversing up the directory tree looking for a `package.json` with `workspaces`, instead of assuming a fixed `../..` relative path. If no workspaces root is found during this traversal, `findOwnRootDir` now throws to enforce stricter validation of the repository layout.
- Updated dependencies
- @backstage/errors@1.2.7
## 0.2.0-next.0
### Minor Changes
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@backstage/cli-common",
"version": "0.2.0-next.0",
"version": "0.2.0-next.1",
"description": "Common functionality used by cli, backend, and create-app",
"backstage": {
"role": "node-library"