From 1fd4f2746f9097da578ef1d26bb884bf664523cc Mon Sep 17 00:00:00 2001 From: Patrik Oldsberg Date: Sun, 4 Sep 2022 17:17:19 +0200 Subject: [PATCH] changesets: added changeset for removal of Lerna dependency Signed-off-by: Patrik Oldsberg --- .changeset/purple-wolves-confess.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .changeset/purple-wolves-confess.md diff --git a/.changeset/purple-wolves-confess.md b/.changeset/purple-wolves-confess.md new file mode 100644 index 0000000000..33333c1a1b --- /dev/null +++ b/.changeset/purple-wolves-confess.md @@ -0,0 +1,5 @@ +--- +'@backstage/cli': patch +--- + +Removed internal dependencies on Lerna. It is now no longer necessary to have Lerna installed in a project to use all features of the Backstage CLI.