changesets: added changeset for cli-node refactor

Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
This commit is contained in:
Patrik Oldsberg
2023-04-06 15:35:20 +02:00
parent 3d3e338efe
commit 3156b0d85d
2 changed files with 10 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/cli-node': minor
---
Introduced the new `@backstage/cli-node` package, which provides utilities for use across Backstage CLIs.
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/cli': patch
---
Internal refactor to move many internal utilities to the new `@backstage/cli-node` package.