From 55ff928d5017c832e2203f4fc5197ff8157436b4 Mon Sep 17 00:00:00 2001 From: Johan Haals Date: Tue, 12 Oct 2021 13:45:04 +0200 Subject: [PATCH] Add changeset Signed-off-by: Johan Haals --- .changeset/six-pumpkins-lie.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .changeset/six-pumpkins-lie.md diff --git a/.changeset/six-pumpkins-lie.md b/.changeset/six-pumpkins-lie.md new file mode 100644 index 0000000000..7f28582d91 --- /dev/null +++ b/.changeset/six-pumpkins-lie.md @@ -0,0 +1,5 @@ +--- +'@backstage/plugin-catalog-backend': patch +--- + +This change refactors the internal package structure to remove the `next` catalog folder that was used during the implementation and testing phase of the new catalog engine. The implementation is now the default and is therefore restructured to no longer be packaged under `next/`. This refactor does not change catalog imports from other parts of the project.