add changesets

Signed-off-by: Emma Indal <emma.indahl@gmail.com>
This commit is contained in:
Emma Indal
2022-04-11 14:19:48 +02:00
parent c64c33f74b
commit ab230a433f
5 changed files with 26 additions and 1 deletions
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/plugin-home': patch
---
Export template logos `TemplateBackstageLogo` and `TemplateBackstageLogoIcon` from package.
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/plugin-techdocs': patch
---
imports from `@backstage/plugin-search-react` instead of `@backstage/plugin-search`
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/plugin-search-react': patch
---
New search package to hold things the search plugin itself and other frontend plugins (e.g. techdocs, home) depend on.
+11
View File
@@ -0,0 +1,11 @@
---
'@backstage/plugin-search': patch
---
The following exports has been moved to `@backstage/plugin-search-react` and will be removed in the next release. import from `@backstage/plugin-search-react` instead.
- `SearchApi` interface.
- `searchApiRef`
- `SearchContext`
- `SearchContextProvider`
- `useSearch`
-1
View File
@@ -38,7 +38,6 @@
"@backstage/core-components": "^0.9.3-next.1",
"@backstage/core-plugin-api": "^1.0.0",
"@backstage/plugin-catalog-react": "^1.0.1-next.2",
"@backstage/plugin-search-react": "^0.0.0",
"@backstage/plugin-stack-overflow": "^0.1.0-next.0",
"@backstage/theme": "^0.2.15",
"@backstage/config": "^1.0.0",