From 97cd16f3b794cf16f819912c05cbbfa8afe97c28 Mon Sep 17 00:00:00 2001 From: Patrik Oldsberg Date: Sat, 22 Nov 2025 18:10:26 +0100 Subject: [PATCH] changesets: add changeset for core/frontend inversion Signed-off-by: Patrik Oldsberg --- .changeset/many-planes-join.md | 6 ++++++ .changeset/stale-eagles-rush.md | 6 ++++++ 2 files changed, 12 insertions(+) create mode 100644 .changeset/many-planes-join.md create mode 100644 .changeset/stale-eagles-rush.md diff --git a/.changeset/many-planes-join.md b/.changeset/many-planes-join.md new file mode 100644 index 0000000000..66107cd370 --- /dev/null +++ b/.changeset/many-planes-join.md @@ -0,0 +1,6 @@ +--- +'@backstage/core-app-api': patch +'@backstage/test-utils': patch +--- + +Internal update of translation imports. diff --git a/.changeset/stale-eagles-rush.md b/.changeset/stale-eagles-rush.md new file mode 100644 index 0000000000..fe640ccd44 --- /dev/null +++ b/.changeset/stale-eagles-rush.md @@ -0,0 +1,6 @@ +--- +'@backstage/frontend-plugin-api': patch +'@backstage/core-plugin-api': patch +--- + +Reversed the relationship between the old `@backstage/core-plugin-api` and the new `@backstage/frontend-plugin-api`. Previously, the a lot of API definitions and utilities where defined in the old and re-exported from the old, but this change flips that around so that they now reside in the new package and are re-exported from the old. The external API of both packages remain the same, but this is a step towards being able to add further compatibility with the new frontend system built into the old.