Version Packages (next)
This commit is contained in:
@@ -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,6 +1,6 @@
|
||||
{
|
||||
"name": "@backstage/plugin-signals",
|
||||
"version": "0.0.9",
|
||||
"version": "0.0.10-next.0",
|
||||
"backstage": {
|
||||
"role": "frontend-plugin",
|
||||
"pluginId": "signals",
|
||||
|
||||
Reference in New Issue
Block a user