From d88dd219e47a9332134c95146ce752266c85ff2c Mon Sep 17 00:00:00 2001 From: Patrik Oldsberg Date: Thu, 11 Mar 2021 17:13:51 +0100 Subject: [PATCH] changesets: added changeset for core-api context bridging refactor Co-authored-by: Juan Lulkin Signed-off-by: Patrik Oldsberg --- .changeset/stupid-parents-smoke.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .changeset/stupid-parents-smoke.md diff --git a/.changeset/stupid-parents-smoke.md b/.changeset/stupid-parents-smoke.md new file mode 100644 index 0000000000..85a8d544be --- /dev/null +++ b/.changeset/stupid-parents-smoke.md @@ -0,0 +1,5 @@ +--- +'@backstage/core-api': patch +--- + +Internal refactor to allow for future package splits. As part of this `ApiRef`s are now identified by their ID rather than their reference.