From 39fd704d16a2924511425e588e8fdb65e71cc40c Mon Sep 17 00:00:00 2001 From: aramissennyeydd Date: Sat, 19 Oct 2024 16:16:26 -0400 Subject: [PATCH] add changeset for router changes Signed-off-by: aramissennyeydd --- .changeset/healthy-tables-wonder.md | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .changeset/healthy-tables-wonder.md diff --git a/.changeset/healthy-tables-wonder.md b/.changeset/healthy-tables-wonder.md new file mode 100644 index 0000000000..be6da63de0 --- /dev/null +++ b/.changeset/healthy-tables-wonder.md @@ -0,0 +1,6 @@ +--- +'@backstage/plugin-catalog-backend': minor +'@backstage/plugin-search-backend': minor +--- + +Internal update to use the new generated server types from `backstage-cli package schema openapi generate --server`.