Skip to content

Commit

Permalink
Add changeset and add missing semicolon
Browse files Browse the repository at this point in the history
  • Loading branch information
tudi2d committed Dec 18, 2020
1 parent f742a8b commit 0101c7a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/orange-dancers-occur.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@backstage/create-app': minor
---

Add search plugin to default template for CLI created apps
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import { Router as CatalogRouter } from '@backstage/plugin-catalog';
import { Router as DocsRouter } from '@backstage/plugin-techdocs';
import { Router as RegisterComponentRouter } from '@backstage/plugin-register-component';
import { Router as TechRadarRouter } from '@backstage/plugin-tech-radar';
import { SearchPage as SearchRouter } from '@backstage/plugin-search'
import { SearchPage as SearchRouter } from '@backstage/plugin-search';

import { EntityPage } from './components/catalog/EntityPage';

Expand Down

0 comments on commit 0101c7a

Please sign in to comment.