Version Packages (next)

This commit is contained in:
github-actions[bot]
2024-08-27 11:41:57 +00:00
parent 0a48cc88a8
commit 911bbe0d92
292 changed files with 5855 additions and 154 deletions
+29
View File
@@ -1,5 +1,34 @@
# @backstage/plugin-signals
## 0.0.10-next.0
### Patch Changes
- 5add8e1: Added a `SignalsDisplay` extension to allows the signals plugin to be installed in an app as follows:
```tsx
export default app.createRoot(
<>
<AlertDisplay transientTimeoutMs={2500} />
<OAuthRequestDialog />
<SignalsDisplay />
<AppRouter>
<VisitListener />
<Root>{routes}</Root>
</AppRouter>
</>,
);
```
With this in place you can remove the explicit installation via the `plugins` option for `createApp`.
- Updated dependencies
- @backstage/plugin-signals-react@0.0.5-next.0
- @backstage/core-components@0.14.10
- @backstage/core-plugin-api@1.9.3
- @backstage/theme@0.5.6
- @backstage/types@1.1.1
## 0.0.9
### Patch Changes
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@backstage/plugin-signals",
"version": "0.0.9",
"version": "0.0.10-next.0",
"backstage": {
"role": "frontend-plugin",
"pluginId": "signals",