@backstage/plugin-auth-backend@0.4.0
Minor Changes
19f45179a5: Bump
passport-saml
to version 3. This is a breaking change, in that it now requires theauth.saml.cert
parameter to be set. If you are not using SAML auth, you can ignore this.To update your settings, add something similar to the following to your app-config:
auth: saml: # ... other settings ... cert: 'MIICizCCAfQCCQCY8tKaMc0BMjANBgkqh ... W=='
For more information, see the library README.
Patch Changes
560d6810f0: Fix a bug preventing an access token to be refreshed a second time with the GitLab provider.
de5717872d: Use a more informative error message if the configured OIDC identity provider does not provide a
userinfo_endpoint
in its metadata.
Updated dependencies
@backstage/backend-common@0.9.3
@backstage/plugin-home@0.4.0
Minor Changes
bcf312fa52: The homepage
<Header />
is now part of the composable canvas (allowing you to add the, for example).
You will need to wrap your existing composed<HomePage />
component in<Page />
,<Header />
, and<Content />
components, like this:
```diff
// app/src/components/home/HomePage.tsximport { Content, Header, Page, HomePageTimer } from '@backstage/core-components';
export const HomePage = () => (
// ...
);
```
Patch Changes
- 9f1362dcc1: Upgrade
@material-ui/lab
to4.0.0-alpha.57
.
- 1da51fec2b: Adjust dependencies to
@types/react
andreact-router
to follow the pattern
used by all other Backstage packages.
- Updated dependencies
- @backstage/core-components@0.4.2
- @backstage/core-plugin-api@0.1.8
- @backstage/core-components@0.4.2
## @backstage/backend-common@0.9.3
Patch Changes
- fab79adde1: Add AWS S3 Discovery Processor. Add readTree() to AwsS3UrlReader. Add ReadableArrayResponse type that implements ReadTreeResponse to use in AwsS3UrlReader's readTree()
- f7ad3a8925: Fix Azure
readTree
andsearch
handling to properly support paths.
- 96fef17a18: Upgrade git-parse-url to v11.6.0
- Updated dependencies
- @backstage/integration@0.6.4
- @backstage/integration@0.6.4
## @backstage/cli@0.7.12
Patch Changes
- d835d112fe: replace the deprecated file-loader for fonts with assets module
- 15e324ce60: Set the default TZ (Timezone) env for the test command to be UTC so any date related tests are consistent across timezones.
- 9f1362dcc1: Upgrade
@material-ui/lab
to4.0.0-alpha.57
.
## @backstage/codemods@0.1.14
Patch Changes
- Updated dependencies
- @backstage/core-components@0.4.2
- @backstage/core-app-api@0.1.13
- @backstage/core-plugin-api@0.1.8
- @backstage/core-components@0.4.2
## @backstage/core-app-api@0.1.13
Patch Changes
- 671015f132: Switch to using utilities from `@backstage/version-bridge'.
- bd1981d609: Allow users to specify their own AppThemeProvider
- Updated dependencies
- @backstage/core-components@0.4.2
- @backstage/core-plugin-api@0.1.8
- @backstage/core-components@0.4.2
## @backstage/core-components@0.4.2
Patch Changes
- 60c03f69a7: Change the styling of the
<DependencyGraph>
to have more contrast in light
mode. Nodes now have a design similar to material UI buttons.
- 9f1362dcc1: Upgrade
@material-ui/lab
to4.0.0-alpha.57
.
- d9f2ff12bb: Deprecated CheckboxTree component. Deprecated the filter type
'checkbox-tree'
from theTableFilter
types.
- 61e9fcf406: Improve UX for Login pop-up
- 005510dabe: remove hard coded min height in page header
- Updated dependencies
- @backstage/core-plugin-api@0.1.8
- @backstage/core-plugin-api@0.1.8
## @backstage/core-plugin-api@0.1.8
Patch Changes
- 671015f132: Switch to using utilities from `@backstage/version-bridge'.
## @backstage/integration@0.6.4
Patch Changes
f7ad3a8925: Fix Azure URL handling to properly support both repo shorthand (
/owner/_git/project
) and full URLs (/owner/project/_git/repo
).Fix Azure DevOps Server URL handling by being able to parse URLs with hosts other than
dev.azure.com
. Note that theapi-version
used for API requests is currently6.0
, meaning you need to support at least this version in your Azure DevOps Server instance.96fef17a18: Upgrade git-parse-url to v11.6.0
cc5c8f4979: Handle pagination on return results when fetch GitHub API to list selected repos
## @backstage/integration-react@0.1.9
Patch Changes
- 9f1362dcc1: Upgrade
@material-ui/lab
to4.0.0-alpha.57
.
- Updated dependencies
- @backstage/core-components@0.4.2
- @backstage/integration@0.6.4
- @backstage/core-plugin-api@0.1.8
- @backstage/core-components@0.4.2
## @backstage/techdocs-common@0.10.1
Patch Changes
- 96fef17a18: Upgrade git-parse-url to v11.6.0
- Updated dependencies
- @backstage/backend-common@0.9.3
- @backstage/integration@0.6.4
- @backstage/backend-common@0.9.3
## @backstage/plugin-allure@0.1.2
Patch Changes
- 9f1362dcc1: Upgrade
@material-ui/lab
to4.0.0-alpha.57
.
- Updated dependencies
- @backstage/core-components@0.4.2
- @backstage/plugin-catalog-react@0.4.6
- @backstage/core-plugin-api@0.1.8
- @backstage/core-components@0.4.2
## @backstage/plugin-api-docs@0.6.8
Patch Changes
- 9f1362dcc1: Upgrade
@material-ui/lab
to4.0.0-alpha.57
.
- Updated dependencies
- @backstage/core-components@0.4.2
- @backstage/plugin-catalog@0.6.15
- @backstage/plugin-catalog-react@0.4.6
- @backstage/core-plugin-api@0.1.8
- @backstage/core-components@0.4.2
## @backstage/plugin-badges@0.2.9
Patch Changes
- 9f1362dcc1: Upgrade
@material-ui/lab
to4.0.0-alpha.57
.
- Updated dependencies
- @backstage/core-components@0.4.2
- @backstage/plugin-catalog-react@0.4.6
- @backstage/core-plugin-api@0.1.8
- @backstage/core-components@0.4.2
## @backstage/plugin-bitrise@0.1.12
Patch Changes
- 9f1362dcc1: Upgrade
@material-ui/lab
to4.0.0-alpha.57
.
- Updated dependencies
- @backstage/core-components@0.4.2
- @backstage/plugin-catalog-react@0.4.6
- @backstage/core-plugin-api@0.1.8
- @backstage/core-components@0.4.2
## @backstage/plugin-catalog@0.6.15
Patch Changes
- 9f1362dcc1: Upgrade
@material-ui/lab
to4.0.0-alpha.57
.
- 96fef17a18: Upgrade git-parse-url to v11.6.0
- e95b379d5f: Deprecated
Router
in favor of using the plugin extensions.
- d5b23612c2: Display entity titles on
EntityLayout
if defined
- Updated dependencies
- @backstage/core-components@0.4.2
- @backstage/integration@0.6.4
- @backstage/integration-react@0.1.9
- @backstage/plugin-catalog-react@0.4.6
- @backstage/core-plugin-api@0.1.8
- @backstage/core-components@0.4.2
## @backstage/plugin-catalog-backend@0.13.8
Patch Changes
- fab79adde1: Add AWS S3 Discovery Processor. Add readTree() to AwsS3UrlReader. Add ReadableArrayResponse type that implements ReadTreeResponse to use in AwsS3UrlReader's readTree()
- a41ac6b952: Fill in most missing type exports.
- 96fef17a18: Upgrade git-parse-url to v11.6.0
- Updated dependencies
- @backstage/backend-common@0.9.3
- @backstage/integration@0.6.4
- @backstage/backend-common@0.9.3
## @backstage/plugin-catalog-import@0.5.21
Patch Changes
- 9f1362dcc1: Upgrade
@material-ui/lab
to4.0.0-alpha.57
.
- 96fef17a18: Upgrade git-parse-url to v11.6.0
- Updated dependencies
- @backstage/core-components@0.4.2
- @backstage/integration@0.6.4
- @backstage/integration-react@0.1.9
- @backstage/plugin-catalog-react@0.4.6
- @backstage/core-plugin-api@0.1.8
- @backstage/core-components@0.4.2
## @backstage/plugin-catalog-react@0.4.6
Patch Changes
- 9f1362dcc1: Upgrade
@material-ui/lab
to4.0.0-alpha.57
.
- ea81a1f19c: Deprecated EntityContext in favor of using
useEntity
,EntityProvider
and the newAsyncEntityProvider
instead. This update also brings cross-version compatibility to@backstage/catalog-react
, meaning that future versions can be used in parallel with this one.
- Updated dependencies
- @backstage/core-components@0.4.2
- @backstage/integration@0.6.4
- @backstage/core-app-api@0.1.13
- @backstage/core-plugin-api@0.1.8
- @backstage/core-components@0.4.2
## @backstage/plugin-circleci@0.2.23
Patch Changes
- 9f1362dcc1: Upgrade
@material-ui/lab
to4.0.0-alpha.57
.
- Updated dependencies
- @backstage/core-components@0.4.2
- @backstage/plugin-catalog-react@0.4.6
- @backstage/core-plugin-api@0.1.8
- @backstage/core-components@0.4.2
## @backstage/plugin-cloudbuild@0.2.23
Patch Changes
- 9f1362dcc1: Upgrade
@material-ui/lab
to4.0.0-alpha.57
.
- 4e4daf3c74: - Swaps over the plugin CloudBuild from using MomentJS to using Luxon for date formatting.
- Fixes some React warnings generated by nested
elements.
- Fixes some React warnings generated by nested
- Updated dependencies
- @backstage/core-components@0.4.2
- @backstage/plugin-catalog-react@0.4.6
- @backstage/core-plugin-api@0.1.8
- @backstage/core-components@0.4.2
## @backstage/plugin-code-coverage@0.1.11
Patch Changes
- 9f1362dcc1: Upgrade
@material-ui/lab
to4.0.0-alpha.57
.
- Updated dependencies
- @backstage/core-components@0.4.2
- @backstage/plugin-catalog-react@0.4.6
- @backstage/core-plugin-api@0.1.8
- @backstage/core-components@0.4.2
## @backstage/plugin-config-schema@0.1.7
Patch Changes
- 9f1362dcc1: Upgrade
@material-ui/lab
to4.0.0-alpha.57
.
- Updated dependencies
- @backstage/core-components@0.4.2
- @backstage/core-plugin-api@0.1.8
- @backstage/core-components@0.4.2
## @backstage/plugin-cost-insights@0.11.6
Patch Changes
- 9f1362dcc1: Upgrade
@material-ui/lab
to4.0.0-alpha.57
.
- Updated dependencies
- @backstage/core-components@0.4.2
- @backstage/core-plugin-api@0.1.8
- @backstage/core-components@0.4.2
## @backstage/plugin-explore@0.3.16
Patch Changes
- 9f1362dcc1: Upgrade
@material-ui/lab
to4.0.0-alpha.57
.
- db6d2789e7: Make styling of groups tab in the explore page use the Backstage theme instead
of hard coded colors. Change the layout to be full screen.
- Updated dependencies
- @backstage/core-components@0.4.2
- @backstage/plugin-catalog-react@0.4.6
- @backstage/core-plugin-api@0.1.8
- @backstage/core-components@0.4.2
## @backstage/plugin-firehydrant@0.1.3
Patch Changes
- 9f1362dcc1: Upgrade
@material-ui/lab
to4.0.0-alpha.57
.
- Updated dependencies
- @backstage/core-components@0.4.2
- @backstage/plugin-catalog-react@0.4.6
- @backstage/core-plugin-api@0.1.8
- @backstage/core-components@0.4.2
## @backstage/plugin-fossa@0.2.16
Patch Changes
- 9f1362dcc1: Upgrade
@material-ui/lab
to4.0.0-alpha.57
.
- Updated dependencies
- @backstage/core-components@0.4.2
- @backstage/plugin-catalog-react@0.4.6
- @backstage/core-plugin-api@0.1.8
- @backstage/core-components@0.4.2
## @backstage/plugin-gcp-projects@0.3.4
Patch Changes
- 9f1362dcc1: Upgrade
@material-ui/lab
to4.0.0-alpha.57
.
- Updated dependencies
- @backstage/core-components@0.4.2
- @backstage/core-plugin-api@0.1.8
- @backstage/core-components@0.4.2
## @backstage/plugin-git-release-manager@0.2.6
Patch Changes
- 9f1362dcc1: Upgrade
@material-ui/lab
to4.0.0-alpha.57
.
- Updated dependencies
- @backstage/core-components@0.4.2
- @backstage/integration@0.6.4
- @backstage/core-plugin-api@0.1.8
- @backstage/core-components@0.4.2
## @backstage/plugin-github-actions@0.4.18
Patch Changes
- 9f1362dcc1: Upgrade
@material-ui/lab
to4.0.0-alpha.57
.
- Updated dependencies
- @backstage/core-components@0.4.2
- @backstage/integration@0.6.4
- @backstage/plugin-catalog-react@0.4.6
- @backstage/core-plugin-api@0.1.8
- @backstage/core-components@0.4.2
## @backstage/plugin-github-deployments@0.1.16
Patch Changes
- 9f1362dcc1: Upgrade
@material-ui/lab
to4.0.0-alpha.57
.
- Updated dependencies
- @backstage/core-components@0.4.2
- @backstage/integration@0.6.4
- @backstage/integration-react@0.1.9
- @backstage/plugin-catalog-react@0.4.6
- @backstage/core-plugin-api@0.1.8
- @backstage/core-components@0.4.2
## @backstage/plugin-gitops-profiles@0.3.4
Patch Changes
- 9f1362dcc1: Upgrade
@material-ui/lab
to4.0.0-alpha.57
.
- Updated dependencies
- @backstage/core-components@0.4.2
- @backstage/core-plugin-api@0.1.8
- @backstage/core-components@0.4.2
## @backstage/plugin-graphiql@0.2.16
Patch Changes
- 9f1362dcc1: Upgrade
@material-ui/lab
to4.0.0-alpha.57
.
- Updated dependencies
- @backstage/core-components@0.4.2
- @backstage/core-plugin-api@0.1.8
- @backstage/core-components@0.4.2
## @backstage/plugin-ilert@0.1.11
Patch Changes
- 9f1362dcc1: Upgrade
@material-ui/lab
to4.0.0-alpha.57
.
- Updated dependencies
- @backstage/core-components@0.4.2
- @backstage/plugin-catalog-react@0.4.6
- @backstage/core-plugin-api@0.1.8
- @backstage/core-components@0.4.2
## @backstage/plugin-jenkins@0.5.6
Patch Changes
- 9f1362dcc1: Upgrade
@material-ui/lab
to4.0.0-alpha.57
.
- Updated dependencies
- @backstage/core-components@0.4.2
- @backstage/plugin-catalog-react@0.4.6
- @backstage/core-plugin-api@0.1.8
- @backstage/core-components@0.4.2
## @backstage/plugin-kafka@0.2.15
Patch Changes
- 9f1362dcc1: Upgrade
@material-ui/lab
to4.0.0-alpha.57
.
- Updated dependencies
- @backstage/core-components@0.4.2
- @backstage/plugin-catalog-react@0.4.6
- @backstage/core-plugin-api@0.1.8
- @backstage/core-components@0.4.2
## @backstage/plugin-kubernetes@0.4.13
Patch Changes
- 9f1362dcc1: Upgrade
@material-ui/lab
to4.0.0-alpha.57
.
- Updated dependencies
- @backstage/core-components@0.4.2
- @backstage/plugin-catalog-react@0.4.6
- @backstage/core-plugin-api@0.1.8
- @backstage/core-components@0.4.2
## @backstage/plugin-lighthouse@0.2.25
Patch Changes
- 9f1362dcc1: Upgrade
@material-ui/lab
to4.0.0-alpha.57
.
- Updated dependencies
- @backstage/core-components@0.4.2
- @backstage/plugin-catalog-react@0.4.6
- @backstage/core-plugin-api@0.1.8
- @backstage/core-components@0.4.2
## @backstage/plugin-newrelic@0.3.4
Patch Changes
- 52a5a46372: Added pagination and searching to the table
- 9f1362dcc1: Upgrade
@material-ui/lab
to4.0.0-alpha.57
.
- Updated dependencies
- @backstage/core-components@0.4.2
- @backstage/core-plugin-api@0.1.8
- @backstage/core-components@0.4.2
## @backstage/plugin-org@0.3.23
Patch Changes
- 9f1362dcc1: Upgrade
@material-ui/lab
to4.0.0-alpha.57
.
- Updated dependencies
- @backstage/core-components@0.4.2
- @backstage/plugin-catalog-react@0.4.6
- @backstage/core-plugin-api@0.1.8
- @backstage/core-components@0.4.2
## @backstage/plugin-pagerduty@0.3.13
Patch Changes
- 9f1362dcc1: Upgrade
@material-ui/lab
to4.0.0-alpha.57
.
- Updated dependencies
- @backstage/core-components@0.4.2
- @backstage/plugin-catalog-react@0.4.6
- @backstage/core-plugin-api@0.1.8
- @backstage/core-components@0.4.2
## @backstage/plugin-rollbar@0.3.14
Patch Changes
- 9f1362dcc1: Upgrade
@material-ui/lab
to4.0.0-alpha.57
.
- Updated dependencies
- @backstage/core-components@0.4.2
- @backstage/plugin-catalog-react@0.4.6
- @backstage/core-plugin-api@0.1.8
- @backstage/core-components@0.4.2
## @backstage/plugin-scaffolder@0.11.4
Patch Changes
- 9f1362dcc1: Upgrade
@material-ui/lab
to4.0.0-alpha.57
.
- 70fdfbf36a: Change the Categories filter to a dropdown component
- 96fef17a18: Upgrade git-parse-url to v11.6.0
- Updated dependencies
- @backstage/core-components@0.4.2
- @backstage/integration@0.6.4
- @backstage/integration-react@0.1.9
- @backstage/plugin-catalog-react@0.4.6
- @backstage/core-plugin-api@0.1.8
- @backstage/core-components@0.4.2
## @backstage/plugin-scaffolder-backend@0.15.5
Patch Changes
- 618143c3c7: Action needed: If you are using the templates located at https://github.com/backstage/backstage/tree/master/ in your Backstage app directly using the URL via the
app-config.yaml
, you should copy over the templates inside your org and import from there. The templates have now been moved to https://github.com/backstage/software-templates. See https://github.com/backstage/backstage/issues/6415 for explanation.
- cfade02127: Change hardcoded branch
master
to \$defaultBranch in GitLab provider
- 96fef17a18: Upgrade git-parse-url to v11.6.0
- Updated dependencies
- @backstage/backend-common@0.9.3
- @backstage/integration@0.6.4
- @backstage/backend-common@0.9.3
## @backstage/plugin-search@0.4.11
Patch Changes
- 9f1362dcc1: Upgrade
@material-ui/lab
to4.0.0-alpha.57
.
- Updated dependencies
- @backstage/core-components@0.4.2
- @backstage/plugin-catalog-react@0.4.6
- @backstage/core-plugin-api@0.1.8
- @backstage/core-components@0.4.2
## @backstage/plugin-search-backend-module-elasticsearch@0.0.4
Patch Changes
- f0c2c81676: Added rejectUnauthorized config option
## @backstage/plugin-sentry@0.3.21
Patch Changes
- 9f1362dcc1: Upgrade
@material-ui/lab
to4.0.0-alpha.57
.
- Updated dependencies
- @backstage/core-components@0.4.2
- @backstage/plugin-catalog-react@0.4.6
- @backstage/core-plugin-api@0.1.8
- @backstage/core-components@0.4.2
## @backstage/plugin-shortcuts@0.1.8
Patch Changes
- 9f1362dcc1: Upgrade
@material-ui/lab
to4.0.0-alpha.57
.
- Updated dependencies
- @backstage/core-components@0.4.2
- @backstage/core-plugin-api@0.1.8
- @backstage/core-components@0.4.2
## @backstage/plugin-sonarqube@0.2.2
Patch Changes
- 9f1362dcc1: Upgrade
@material-ui/lab
to4.0.0-alpha.57
.
- Updated dependencies
- @backstage/core-components@0.4.2
- @backstage/plugin-catalog-react@0.4.6
- @backstage/core-plugin-api@0.1.8
- @backstage/core-components@0.4.2
## @backstage/plugin-splunk-on-call@0.3.10
Patch Changes
- 9f1362dcc1: Upgrade
@material-ui/lab
to4.0.0-alpha.57
.
- Updated dependencies
- @backstage/core-components@0.4.2
- @backstage/plugin-catalog-react@0.4.6
- @backstage/core-plugin-api@0.1.8
- @backstage/core-components@0.4.2
## @backstage/plugin-tech-radar@0.4.7
Patch Changes
- 9f1362dcc1: Upgrade
@material-ui/lab
to4.0.0-alpha.57
.
- Updated dependencies
- @backstage/core-components@0.4.2
- @backstage/core-plugin-api@0.1.8
- @backstage/core-components@0.4.2
## @backstage/plugin-techdocs@0.11.2
Patch Changes
- 1d346ba903: Modify TechDocsCollator to be aware of new TechDocs URL pattern. Modify tech docs in context search to use correct casing when creating initial filter.
- 9f1362dcc1: Upgrade
@material-ui/lab
to4.0.0-alpha.57
.
- 96fef17a18: Upgrade git-parse-url to v11.6.0
- Updated dependencies
- @backstage/core-components@0.4.2
- @backstage/integration@0.6.4
- @backstage/integration-react@0.1.9
- @backstage/plugin-catalog@0.6.15
- @backstage/plugin-catalog-react@0.4.6
- @backstage/plugin-search@0.4.11
- @backstage/core-plugin-api@0.1.8
- @backstage/core-components@0.4.2
## @backstage/plugin-techdocs-backend@0.10.2
Patch Changes
- 1d346ba903: Modify TechDocsCollator to be aware of new TechDocs URL pattern. Modify tech docs in context search to use correct casing when creating initial filter.
- Updated dependencies
- @backstage/backend-common@0.9.3
- @backstage/integration@0.6.4
- @backstage/techdocs-common@0.10.1
- @backstage/backend-common@0.9.3
## @backstage/plugin-todo@0.1.10
Patch Changes
- 9f1362dcc1: Upgrade
@material-ui/lab
to4.0.0-alpha.57
.
- Updated dependencies
- @backstage/core-components@0.4.2
- @backstage/plugin-catalog-react@0.4.6
- @backstage/core-plugin-api@0.1.8
- @backstage/core-components@0.4.2
## @backstage/plugin-user-settings@0.3.5
Patch Changes
- 6082b9178c: Fix import for
createPlugin
in example snippet
- 9f1362dcc1: Upgrade
@material-ui/lab
to4.0.0-alpha.57
.
- Updated dependencies
- @backstage/core-components@0.4.2
- @backstage/core-plugin-api@0.1.8
- @backstage/core-components@0.4.2
## @backstage/plugin-welcome@0.3.4
Patch Changes
- 9f1362dcc1: Upgrade
@material-ui/lab
to4.0.0-alpha.57
.
- Updated dependencies
- @backstage/core-components@0.4.2
- @backstage/core-plugin-api@0.1.8
- @backstage/core-components@0.4.2
## @backstage/plugin-xcmetrics@0.2.5
Patch Changes
- 9f1362dcc1: Upgrade
@material-ui/lab
to4.0.0-alpha.57
.
- Updated dependencies
- @backstage/core-components@0.4.2
- @backstage/core-plugin-api@0.1.8
- @backstage/core-components@0.4.2
## @backstage/create-app@0.3.41
## example-app@0.2.46
Patch Changes
- Updated dependencies
- @backstage/core-components@0.4.2
- @backstage/cli@0.7.12
- @backstage/plugin-techdocs@0.11.2
- @backstage/plugin-user-settings@0.3.5
- @backstage/plugin-newrelic@0.3.4
- @backstage/plugin-home@0.4.0
- @backstage/integration-react@0.1.9
- @backstage/plugin-api-docs@0.6.8
- @backstage/plugin-badges@0.2.9
- @backstage/plugin-catalog@0.6.15
- @backstage/plugin-catalog-import@0.5.21
- @backstage/plugin-catalog-react@0.4.6
- @backstage/plugin-circleci@0.2.23
- @backstage/plugin-cloudbuild@0.2.23
- @backstage/plugin-code-coverage@0.1.11
- @backstage/plugin-cost-insights@0.11.6
- @backstage/plugin-explore@0.3.16
- @backstage/plugin-gcp-projects@0.3.4
- @backstage/plugin-github-actions@0.4.18
- @backstage/plugin-graphiql@0.2.16
- @backstage/plugin-jenkins@0.5.6
- @backstage/plugin-kafka@0.2.15
- @backstage/plugin-kubernetes@0.4.13
- @backstage/plugin-lighthouse@0.2.25
- @backstage/plugin-org@0.3.23
- @backstage/plugin-pagerduty@0.3.13
- @backstage/plugin-rollbar@0.3.14
- @backstage/plugin-scaffolder@0.11.4
- @backstage/plugin-search@0.4.11
- @backstage/plugin-sentry@0.3.21
- @backstage/plugin-shortcuts@0.1.8
- @backstage/plugin-tech-radar@0.4.7
- @backstage/plugin-todo@0.1.10
- @backstage/core-app-api@0.1.13
- @backstage/core-plugin-api@0.1.8
- @backstage/core-components@0.4.2
## example-backend@0.2.46
Patch Changes
- Updated dependencies
- @backstage/plugin-auth-backend@0.4.0
- @backstage/plugin-scaffolder-backend@0.15.5
- @backstage/backend-common@0.9.3
- @backstage/plugin-catalog-backend@0.13.8
- @backstage/plugin-techdocs-backend@0.10.2
- @backstage/integration@0.6.4
- @backstage/plugin-search-backend-module-elasticsearch@0.0.4
- example-app@0.2.46
- @backstage/plugin-auth-backend@0.4.0