From 886e99b8e7e97aa975bb85d6886cddd60b5f7d61 Mon Sep 17 00:00:00 2001 From: Emma Indal Date: Thu, 30 Jun 2022 15:16:39 +0200 Subject: [PATCH] add patch changeset for pg module Signed-off-by: Emma Indal --- .changeset/spotty-balloons-stare.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .changeset/spotty-balloons-stare.md diff --git a/.changeset/spotty-balloons-stare.md b/.changeset/spotty-balloons-stare.md new file mode 100644 index 0000000000..6589151f6f --- /dev/null +++ b/.changeset/spotty-balloons-stare.md @@ -0,0 +1,5 @@ +--- +'@backstage/plugin-search-backend-module-pg': patch +--- + +Now imports SearchEngine type from `@backstage/plugin-search-common` instead of `@backstage/plugin-search-backend-node`