From 2dbc40c80cbecfd9378fd6ddddff564a7d98a931 Mon Sep 17 00:00:00 2001 From: Camila Belo Date: Thu, 28 Sep 2023 14:52:00 +0200 Subject: [PATCH] chore: mention alpha exports on changesets Signed-off-by: Camila Belo --- .changeset/olive-cars-rescue.md | 2 +- .changeset/tasty-avocados-hope.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.changeset/olive-cars-rescue.md b/.changeset/olive-cars-rescue.md index 95728eb45e..fd6c8fe331 100644 --- a/.changeset/olive-cars-rescue.md +++ b/.changeset/olive-cars-rescue.md @@ -2,4 +2,4 @@ '@backstage/plugin-search': patch --- -Create an experimental search plugin that is compatible with declarative integration system. +Create an experimental search plugin that is compatible with the declarative integration system, it is exported from `/alpha` subpath. diff --git a/.changeset/tasty-avocados-hope.md b/.changeset/tasty-avocados-hope.md index c5bea6a79c..0772b55683 100644 --- a/.changeset/tasty-avocados-hope.md +++ b/.changeset/tasty-avocados-hope.md @@ -2,4 +2,4 @@ '@backstage/plugin-catalog': patch --- -Migrate catalog api to declarative integration system. +Migrate catalog api to declarative integration system, it is exported from `/alpha` subpath.