Version Packages (next)

This commit is contained in:
github-actions[bot]
2024-06-11 15:25:17 +00:00
parent d1bc8e9835
commit e83ead9b1a
342 changed files with 5004 additions and 173 deletions
+6
View File
@@ -1,5 +1,11 @@
# @backstage/cli-common
## 0.1.14-next.0
### Patch Changes
- 142abb0: The monorepo root check in `findPaths` will now accept a shorthand `workspaces` config in `package.json`, no longer requiring `workspaces.packages`.
## 0.1.13
### Patch Changes
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@backstage/cli-common",
"version": "0.1.13",
"version": "0.1.14-next.0",
"description": "Common functionality used by cli, backend, and create-app",
"backstage": {
"role": "node-library"