Skip to main content
Version: Next

Release v1.21.0-next.0

@backstage/backend-common@0.20.0-next.0

Minor Changes

  • 870db76a45: Implemented readTree for Gitea provider to support TechDocs functionality

Patch Changes

  • 7f04128bbc: Allow a default cache TTL to be set through the app config
  • 1ad8906a9e: Use Readable.from to fix some of the stream issues
  • 706fc3a7e1: Updated dependency @kubernetes/client-node to 0.20.0.
  • d15d483a49: Add command --runAsDefaultUser for @techdocs/cli generate to bypass running the docker builds as host user for macOS and Linux.
  • d1e00aa17a: Expose an onAuth handler for git actions to provide custom credentials
  • Updated dependencies
    • @backstage/integration@1.8.0-next.0
    • @backstage/backend-app-api@0.5.9-next.0
    • @backstage/backend-plugin-api@0.6.8-next.0
    • @backstage/backend-dev-utils@0.1.2
    • @backstage/cli-common@0.1.13
    • @backstage/config@1.1.1
    • @backstage/config-loader@1.5.3
    • @backstage/errors@1.2.3
    • @backstage/integration-aws-node@0.1.8
    • @backstage/types@1.1.1

@backstage/frontend-test-utils@0.1.0-next.0

Minor Changes

  • 59fabd5106: New testing utility library for @backstage/frontend-app-api and @backstage/frontend-plugin-api.

Patch Changes

  • 59fabd5106: Added createExtensionTester for rendering extensions in tests.
  • Updated dependencies
    • @backstage/frontend-app-api@0.3.1-next.0
    • @backstage/frontend-plugin-api@0.3.1-next.0
    • @backstage/test-utils@1.4.6-next.0
    • @backstage/types@1.1.1

@backstage/integration@1.8.0-next.0

Minor Changes

  • 870db76a45: Implemented readTree for Gitea provider to support TechDocs functionality

Patch Changes

  • Updated dependencies
    • @backstage/config@1.1.1

@techdocs/cli@1.8.0-next.0

Minor Changes

  • d15d483a49: Add command --runAsDefaultUser for @techdocs/cli generate to bypass running the docker builds as host user for macOS and Linux.

Patch Changes

  • Updated dependencies
    • @backstage/backend-common@0.20.0-next.0
    • @backstage/plugin-techdocs-node@1.11.0-next.0
    • @backstage/catalog-model@1.4.3
    • @backstage/cli-common@0.1.13
    • @backstage/config@1.1.1

@backstage/theme@0.5.0-next.0

Minor Changes

  • 4d9e3b39e4: Added a global OverrideComponentNameToClassKeys for other plugins and packages to populate using module augmentation. This will in turn will provide component style override types for createUnifiedTheme.

@backstage/plugin-auth-backend-module-atlassian-provider@0.1.0-next.0

Minor Changes

  • 2a5891e816: New module for @backstage/plugin-auth-backend that adds an atlassian auth provider

Patch Changes

  • Updated dependencies
    • @backstage/backend-common@0.20.0-next.0
    • @backstage/plugin-auth-node@0.4.2-next.0
    • @backstage/backend-plugin-api@0.6.8-next.0

@backstage/plugin-catalog@1.16.0-next.0

Minor Changes

  • b8e1eb2c0f: The columns prop can be an array or a function that returns an array in order to override the default columns of the CatalogIndexPage.

Patch Changes

  • bc7e6d3eb9: Fix copy entity url function in http contexts.

  • cd910c4fa5: - Fixes bug where after unregistering an entity you are redirected to /.

    • Adds an optional external route unregisterRedirect to override this behaviour to another route.
  • 03d0b6dcdc: The convertLegacyRouteRef utility used by the alpha exports is now imported from @backstage/core-compat-api.

  • 4d9e3b39e4: Register component overrides in the global OverrideComponentNameToClassKeys provided by @backstage/theme. This will in turn will provide component style override types for createUnifiedTheme.

  • 8587f067d2: Added pagination support to CatalogIndexPage

    CatalogIndexPage now offers an optional pagination feature, designed to accommodate adopters managing extensive catalogs. This new capability allows for better handling of large amounts of data.

    To activate the pagination mode, simply update your App.tsx as follows:

      const routes = (
    <FlatRoutes>
    ...
    - <Route path="/catalog" element={<CatalogIndexPage />} />
    + <Route path="/catalog" element={<CatalogIndexPage pagination />} />
    ...

    In case you have a custom catalog page and you want to enable pagination, you need to pass the pagination prop to EntityListProvider instead.

  • Updated dependencies

    • @backstage/core-compat-api@0.0.2-next.0
    • @backstage/core-plugin-api@1.8.1-next.0
    • @backstage/plugin-catalog-react@1.9.2-next.0
    • @backstage/core-components@0.13.9-next.0
    • @backstage/plugin-search-react@1.7.4-next.0
    • @backstage/theme@0.5.0-next.0
    • @backstage/frontend-plugin-api@0.3.1-next.0
    • @backstage/integration-react@1.1.22-next.0
    • @backstage/catalog-client@1.4.6
    • @backstage/catalog-model@1.4.3
    • @backstage/errors@1.2.3
    • @backstage/types@1.1.1
    • @backstage/plugin-catalog-common@1.0.18
    • @backstage/plugin-scaffolder-common@1.4.3
    • @backstage/plugin-search-common@1.2.8

@backstage/plugin-kubernetes-backend@0.14.0-next.0

Minor Changes

  • 52050ada6e: You can now select single kubernetes cluster that the entity is part-of from all your defined kubernetes clusters, by passing backstage.io/kubernetes-cluster annotation with the defined cluster name.

    If you do not specify the annotation by default it fetches all defined kubernetes cluster.

    To apply

    catalog-info.yaml

    annotations:
    'backstage.io/kubernetes-id': dice-roller
    'backstage.io/kubernetes-namespace': dice-space
    + 'backstage.io/kubernetes-cluster': dice-cluster
    'backstage.io/kubernetes-label-selector': 'app=my-app,component=front-end'

Patch Changes

  • 706fc3a7e1: Updated dependency @kubernetes/client-node to 0.20.0.
  • 42c1aee741: Updated dependency @google-cloud/container to ^5.0.0.
  • Updated dependencies
    • @backstage/backend-common@0.20.0-next.0
    • @backstage/plugin-kubernetes-common@0.7.2-next.0
    • @backstage/plugin-auth-node@0.4.2-next.0
    • @backstage/plugin-catalog-node@1.5.1-next.0
    • @backstage/plugin-permission-node@0.7.19-next.0
    • @backstage/backend-plugin-api@0.6.8-next.0
    • @backstage/catalog-client@1.4.6
    • @backstage/catalog-model@1.4.3
    • @backstage/config@1.1.1
    • @backstage/errors@1.2.3
    • @backstage/integration-aws-node@0.1.8
    • @backstage/types@1.1.1
    • @backstage/plugin-kubernetes-node@0.1.2-next.0
    • @backstage/plugin-permission-common@0.7.10

@backstage/plugin-techdocs-node@1.11.0-next.0

Minor Changes

  • d15d483a49: Add command --runAsDefaultUser for @techdocs/cli generate to bypass running the docker builds as host user for macOS and Linux.

Patch Changes

  • Updated dependencies
    • @backstage/backend-common@0.20.0-next.0
    • @backstage/integration@1.8.0-next.0
    • @backstage/backend-plugin-api@0.6.8-next.0
    • @backstage/catalog-model@1.4.3
    • @backstage/config@1.1.1
    • @backstage/errors@1.2.3
    • @backstage/integration-aws-node@0.1.8
    • @backstage/plugin-search-common@1.2.8

@backstage/app-defaults@1.4.6-next.0

Patch Changes

  • Updated dependencies
    • @backstage/core-plugin-api@1.8.1-next.0
    • @backstage/core-components@0.13.9-next.0
    • @backstage/theme@0.5.0-next.0
    • @backstage/core-app-api@1.11.2-next.0
    • @backstage/plugin-permission-react@0.4.18-next.0

@backstage/backend-app-api@0.5.9-next.0

Patch Changes

  • Updated dependencies
    • @backstage/backend-common@0.20.0-next.0
    • @backstage/backend-tasks@0.5.13-next.0
    • @backstage/plugin-auth-node@0.4.2-next.0
    • @backstage/plugin-permission-node@0.7.19-next.0
    • @backstage/backend-plugin-api@0.6.8-next.0
    • @backstage/cli-common@0.1.13
    • @backstage/cli-node@0.2.0
    • @backstage/config@1.1.1
    • @backstage/config-loader@1.5.3
    • @backstage/errors@1.2.3
    • @backstage/types@1.1.1

@backstage/backend-defaults@0.2.8-next.0

Patch Changes

  • Updated dependencies
    • @backstage/backend-common@0.20.0-next.0
    • @backstage/backend-app-api@0.5.9-next.0
    • @backstage/backend-plugin-api@0.6.8-next.0

@backstage/backend-openapi-utils@0.1.1-next.0

Patch Changes

  • aaa6fb3bc9: Minor updates for TypeScript 5.2.2+ compatibility
  • Updated dependencies
    • @backstage/backend-plugin-api@0.6.8-next.0
    • @backstage/config@1.1.1
    • @backstage/errors@1.2.3

@backstage/backend-plugin-api@0.6.8-next.0

Patch Changes

  • Updated dependencies
    • @backstage/backend-tasks@0.5.13-next.0
    • @backstage/plugin-auth-node@0.4.2-next.0
    • @backstage/config@1.1.1
    • @backstage/types@1.1.1
    • @backstage/plugin-permission-common@0.7.10

@backstage/backend-tasks@0.5.13-next.0

Patch Changes

  • d8f488aaa8: Allow tasks to run more often that the default work check interval, which is 5 seconds.
  • Updated dependencies
    • @backstage/backend-common@0.20.0-next.0
    • @backstage/config@1.1.1
    • @backstage/errors@1.2.3
    • @backstage/types@1.1.1

@backstage/backend-test-utils@0.2.9-next.0

Patch Changes

  • Updated dependencies
    • @backstage/backend-common@0.20.0-next.0
    • @backstage/backend-app-api@0.5.9-next.0
    • @backstage/plugin-auth-node@0.4.2-next.0
    • @backstage/backend-plugin-api@0.6.8-next.0
    • @backstage/config@1.1.1
    • @backstage/errors@1.2.3
    • @backstage/types@1.1.1

@backstage/cli@0.24.1-next.0

Patch Changes

  • 8cda3c72f2: Tweaked Node.js version check for when to use the new module register API with the new backend package start command.
  • 017c425f93: Updated dependency @typescript-eslint/eslint-plugin to 6.11.0.
  • Updated dependencies
    • @backstage/integration@1.8.0-next.0
    • @backstage/catalog-model@1.4.3
    • @backstage/cli-common@0.1.13
    • @backstage/cli-node@0.2.0
    • @backstage/config@1.1.1
    • @backstage/config-loader@1.5.3
    • @backstage/errors@1.2.3
    • @backstage/eslint-plugin@0.1.3
    • @backstage/release-manifests@0.0.11
    • @backstage/types@1.1.1

@backstage/core-app-api@1.11.2-next.0

Patch Changes

  • Updated dependencies
    • @backstage/core-plugin-api@1.8.1-next.0
    • @backstage/config@1.1.1
    • @backstage/types@1.1.1
    • @backstage/version-bridge@1.0.7

@backstage/core-components@0.13.9-next.0

Patch Changes

  • 381ed86d5e: Add missing export for IconLinkVertical
  • 5c8a3e3960: Minor improvements to Table component.
  • 4d9e3b39e4: Register component overrides in the global OverrideComponentNameToClassKeys provided by @backstage/theme. This will in turn will provide component style override types for createUnifiedTheme.
  • Updated dependencies
    • @backstage/core-plugin-api@1.8.1-next.0
    • @backstage/theme@0.5.0-next.0
    • @backstage/config@1.1.1
    • @backstage/errors@1.2.3
    • @backstage/version-bridge@1.0.7

@backstage/core-plugin-api@1.8.1-next.0

Patch Changes

  • 03d0b6dcdc: Removed the alpha convertLegacyRouteRef utility, which as been moved to @backstage/core-compat-api
  • Updated dependencies
    • @backstage/config@1.1.1
    • @backstage/types@1.1.1
    • @backstage/version-bridge@1.0.7

@backstage/create-app@0.5.8-next.0

Patch Changes

  • Bumped create-app version.
  • Updated dependencies
    • @backstage/cli-common@0.1.13

@backstage/dev-utils@1.0.25-next.0

Patch Changes

  • Updated dependencies
    • @backstage/core-plugin-api@1.8.1-next.0
    • @backstage/plugin-catalog-react@1.9.2-next.0
    • @backstage/core-components@0.13.9-next.0
    • @backstage/theme@0.5.0-next.0
    • @backstage/app-defaults@1.4.6-next.0
    • @backstage/core-app-api@1.11.2-next.0
    • @backstage/integration-react@1.1.22-next.0
    • @backstage/catalog-model@1.4.3

@backstage/frontend-app-api@0.3.1-next.0

Patch Changes

  • 60d6eb544e: Removed @backstage/plugin-graphiql dependency.
  • 9ad4039efa: Bringing over apis from core-plugin-api
  • b8cb7804c8: Added createSpecializedApp, which is a synchronous version of createApp where config and features already need to be loaded.
  • Updated dependencies
    • @backstage/core-plugin-api@1.8.1-next.0
    • @backstage/core-components@0.13.9-next.0
    • @backstage/theme@0.5.0-next.0
    • @backstage/frontend-plugin-api@0.3.1-next.0
    • @backstage/core-app-api@1.11.2-next.0
    • @backstage/config@1.1.1
    • @backstage/types@1.1.1
    • @backstage/version-bridge@1.0.7

@backstage/frontend-plugin-api@0.3.1-next.0

Patch Changes

  • Updated dependencies
    • @backstage/core-plugin-api@1.8.1-next.0
    • @backstage/core-components@0.13.9-next.0
    • @backstage/config@1.1.1
    • @backstage/types@1.1.1
    • @backstage/version-bridge@1.0.7

@backstage/integration-react@1.1.22-next.0

Patch Changes

  • Updated dependencies
    • @backstage/core-plugin-api@1.8.1-next.0
    • @backstage/integration@1.8.0-next.0
    • @backstage/config@1.1.1

@backstage/test-utils@1.4.6-next.0

Patch Changes

  • Updated dependencies
    • @backstage/core-plugin-api@1.8.1-next.0
    • @backstage/theme@0.5.0-next.0
    • @backstage/core-app-api@1.11.2-next.0
    • @backstage/plugin-permission-react@0.4.18-next.0
    • @backstage/config@1.1.1
    • @backstage/types@1.1.1
    • @backstage/plugin-permission-common@0.7.10

@backstage/plugin-adr@0.6.11-next.0

Patch Changes

  • Updated dependencies
    • @backstage/core-plugin-api@1.8.1-next.0
    • @backstage/plugin-catalog-react@1.9.2-next.0
    • @backstage/core-components@0.13.9-next.0
    • @backstage/plugin-search-react@1.7.4-next.0
    • @backstage/theme@0.5.0-next.0
    • @backstage/frontend-plugin-api@0.3.1-next.0
    • @backstage/integration-react@1.1.22-next.0
    • @backstage/catalog-model@1.4.3
    • @backstage/plugin-adr-common@0.2.18-next.0
    • @backstage/plugin-search-common@1.2.8

@backstage/plugin-adr-backend@0.4.5-next.0

Patch Changes

  • Updated dependencies
    • @backstage/backend-common@0.20.0-next.0
    • @backstage/integration@1.8.0-next.0
    • @backstage/backend-plugin-api@0.6.8-next.0
    • @backstage/catalog-client@1.4.6
    • @backstage/catalog-model@1.4.3
    • @backstage/config@1.1.1
    • @backstage/errors@1.2.3
    • @backstage/plugin-adr-common@0.2.18-next.0
    • @backstage/plugin-search-common@1.2.8

@backstage/plugin-adr-common@0.2.18-next.0

Patch Changes

  • Updated dependencies
    • @backstage/integration@1.8.0-next.0
    • @backstage/catalog-model@1.4.3
    • @backstage/plugin-search-common@1.2.8

@backstage/plugin-airbrake@0.3.28-next.0

Patch Changes

  • Updated dependencies
    • @backstage/core-plugin-api@1.8.1-next.0
    • @backstage/plugin-catalog-react@1.9.2-next.0
    • @backstage/core-components@0.13.9-next.0
    • @backstage/theme@0.5.0-next.0
    • @backstage/dev-utils@1.0.25-next.0
    • @backstage/test-utils@1.4.6-next.0
    • @backstage/catalog-model@1.4.3

@backstage/plugin-airbrake-backend@0.3.5-next.0

Patch Changes

  • Updated dependencies
    • @backstage/backend-common@0.20.0-next.0
    • @backstage/backend-plugin-api@0.6.8-next.0
    • @backstage/config@1.1.1

@backstage/plugin-allure@0.1.44-next.0

Patch Changes

  • Updated dependencies
    • @backstage/core-plugin-api@1.8.1-next.0
    • @backstage/plugin-catalog-react@1.9.2-next.0
    • @backstage/core-components@0.13.9-next.0
    • @backstage/theme@0.5.0-next.0
    • @backstage/catalog-model@1.4.3

@backstage/plugin-analytics-module-ga@0.1.36-next.0

Patch Changes

  • Updated dependencies
    • @backstage/core-plugin-api@1.8.1-next.0
    • @backstage/core-components@0.13.9-next.0
    • @backstage/theme@0.5.0-next.0
    • @backstage/config@1.1.1

@backstage/plugin-analytics-module-ga4@0.1.7-next.0

Patch Changes

  • Updated dependencies
    • @backstage/core-plugin-api@1.8.1-next.0
    • @backstage/core-components@0.13.9-next.0
    • @backstage/theme@0.5.0-next.0
    • @backstage/config@1.1.1

@backstage/plugin-analytics-module-newrelic-browser@0.0.5-next.0

Patch Changes

  • Updated dependencies
    • @backstage/core-plugin-api@1.8.1-next.0
    • @backstage/core-components@0.13.9-next.0
    • @backstage/config@1.1.1

@backstage/plugin-apache-airflow@0.2.18-next.0

Patch Changes

  • Updated dependencies
    • @backstage/core-plugin-api@1.8.1-next.0
    • @backstage/core-components@0.13.9-next.0

@backstage/plugin-api-docs@0.10.2-next.0

Patch Changes

  • 816d331d16: Add dependency on graphql-config to compensate for graphql-language-service needing it but not shipping the dep properly
  • 615159e536: Updated dependency graphiql to 3.0.10.
  • 53e2c06f41: Updated dependency @asyncapi/react-component to 1.1.0.
  • Updated dependencies
    • @backstage/core-plugin-api@1.8.1-next.0
    • @backstage/plugin-catalog-react@1.9.2-next.0
    • @backstage/core-components@0.13.9-next.0
    • @backstage/plugin-catalog@1.16.0-next.0
    • @backstage/theme@0.5.0-next.0
    • @backstage/catalog-model@1.4.3

@backstage/plugin-apollo-explorer@0.1.18-next.0

Patch Changes

  • e296b94128: Updated dependency @apollo/explorer to ^3.0.0.
  • Updated dependencies
    • @backstage/core-plugin-api@1.8.1-next.0
    • @backstage/core-components@0.13.9-next.0
    • @backstage/theme@0.5.0-next.0

@backstage/plugin-app-backend@0.3.56-next.0

Patch Changes

  • Updated dependencies
    • @backstage/backend-common@0.20.0-next.0
    • @backstage/backend-plugin-api@0.6.8-next.0
    • @backstage/config@1.1.1
    • @backstage/config-loader@1.5.3
    • @backstage/types@1.1.1
    • @backstage/plugin-app-node@0.1.8-next.0

@backstage/plugin-app-node@0.1.8-next.0

Patch Changes

  • Updated dependencies
    • @backstage/backend-plugin-api@0.6.8-next.0

@backstage/plugin-auth-backend@0.20.1-next.0

Patch Changes

  • 2a5891e816: Migrate the atlassian auth provider to be implemented using the new @backstage/plugin-auth-backend-module-atlassian-provider module
  • e1c189b524: The Okta provider implementation is moved to the new module
  • Updated dependencies
    • @backstage/plugin-auth-backend-module-atlassian-provider@0.1.0-next.0
    • @backstage/backend-common@0.20.0-next.0
    • @backstage/plugin-auth-backend-module-okta-provider@0.0.1-next.0
    • @backstage/plugin-auth-backend-module-github-provider@0.1.5-next.0
    • @backstage/plugin-auth-backend-module-gitlab-provider@0.1.5-next.0
    • @backstage/plugin-auth-backend-module-oauth2-provider@0.1.5-next.0
    • @backstage/plugin-auth-node@0.4.2-next.0
    • @backstage/plugin-catalog-node@1.5.1-next.0
    • @backstage/plugin-auth-backend-module-google-provider@0.1.5-next.0
    • @backstage/backend-plugin-api@0.6.8-next.0
    • @backstage/catalog-client@1.4.6
    • @backstage/catalog-model@1.4.3
    • @backstage/config@1.1.1
    • @backstage/errors@1.2.3
    • @backstage/types@1.1.1
    • @backstage/plugin-auth-backend-module-gcp-iap-provider@0.2.2-next.0

@backstage/plugin-auth-backend-module-gcp-iap-provider@0.2.2-next.0

Patch Changes

  • Updated dependencies
    • @backstage/plugin-auth-node@0.4.2-next.0
    • @backstage/backend-plugin-api@0.6.8-next.0
    • @backstage/errors@1.2.3
    • @backstage/types@1.1.1

@backstage/plugin-auth-backend-module-github-provider@0.1.5-next.0

Patch Changes

  • Updated dependencies
    • @backstage/backend-common@0.20.0-next.0
    • @backstage/plugin-auth-node@0.4.2-next.0
    • @backstage/backend-plugin-api@0.6.8-next.0

@backstage/plugin-auth-backend-module-gitlab-provider@0.1.5-next.0

Patch Changes

  • Updated dependencies
    • @backstage/backend-common@0.20.0-next.0
    • @backstage/plugin-auth-node@0.4.2-next.0
    • @backstage/backend-plugin-api@0.6.8-next.0

@backstage/plugin-auth-backend-module-google-provider@0.1.5-next.0

Patch Changes

  • Updated dependencies
    • @backstage/plugin-auth-node@0.4.2-next.0
    • @backstage/backend-plugin-api@0.6.8-next.0

@backstage/plugin-auth-backend-module-microsoft-provider@0.1.3-next.0

Patch Changes

  • Updated dependencies
    • @backstage/backend-common@0.20.0-next.0
    • @backstage/plugin-auth-node@0.4.2-next.0
    • @backstage/backend-plugin-api@0.6.8-next.0

@backstage/plugin-auth-backend-module-oauth2-provider@0.1.5-next.0

Patch Changes

  • Updated dependencies
    • @backstage/backend-common@0.20.0-next.0
    • @backstage/plugin-auth-node@0.4.2-next.0
    • @backstage/backend-plugin-api@0.6.8-next.0

@backstage/plugin-auth-backend-module-okta-provider@0.0.1-next.0

Patch Changes

  • e1c189b524: Adds okta-provider backend module for the auth plugin
  • Updated dependencies
    • @backstage/backend-common@0.20.0-next.0
    • @backstage/plugin-auth-node@0.4.2-next.0
    • @backstage/backend-plugin-api@0.6.8-next.0

@backstage/plugin-auth-backend-module-pinniped-provider@0.1.2-next.0

Patch Changes

  • Updated dependencies
    • @backstage/backend-common@0.20.0-next.0
    • @backstage/plugin-auth-node@0.4.2-next.0
    • @backstage/backend-plugin-api@0.6.8-next.0
    • @backstage/config@1.1.1

@backstage/plugin-auth-node@0.4.2-next.0

Patch Changes

  • Updated dependencies
    • @backstage/backend-common@0.20.0-next.0
    • @backstage/backend-plugin-api@0.6.8-next.0
    • @backstage/catalog-client@1.4.6
    • @backstage/catalog-model@1.4.3
    • @backstage/config@1.1.1
    • @backstage/errors@1.2.3
    • @backstage/types@1.1.1

@backstage/plugin-azure-devops@0.3.10-next.0

Patch Changes

  • Updated dependencies
    • @backstage/core-plugin-api@1.8.1-next.0
    • @backstage/plugin-catalog-react@1.9.2-next.0
    • @backstage/core-components@0.13.9-next.0
    • @backstage/theme@0.5.0-next.0
    • @backstage/catalog-model@1.4.3
    • @backstage/errors@1.2.3
    • @backstage/plugin-azure-devops-common@0.3.1

@backstage/plugin-azure-devops-backend@0.4.5-next.0

Patch Changes

  • Updated dependencies
    • @backstage/backend-common@0.20.0-next.0
    • @backstage/backend-plugin-api@0.6.8-next.0
    • @backstage/config@1.1.1
    • @backstage/plugin-azure-devops-common@0.3.1

@backstage/plugin-azure-sites@0.1.17-next.0

Patch Changes

  • Updated dependencies
    • @backstage/core-plugin-api@1.8.1-next.0
    • @backstage/plugin-catalog-react@1.9.2-next.0
    • @backstage/core-components@0.13.9-next.0
    • @backstage/theme@0.5.0-next.0
    • @backstage/catalog-model@1.4.3
    • @backstage/plugin-azure-sites-common@0.1.1

@backstage/plugin-azure-sites-backend@0.1.18-next.0

Patch Changes

  • b7a13edf6d: Updated dependency @azure/arm-appservice to ^14.0.0.
  • Updated dependencies
    • @backstage/backend-common@0.20.0-next.0
    • @backstage/config@1.1.1
    • @backstage/plugin-azure-sites-common@0.1.1

@backstage/plugin-badges@0.2.52-next.0

Patch Changes

  • Updated dependencies
    • @backstage/core-plugin-api@1.8.1-next.0
    • @backstage/plugin-catalog-react@1.9.2-next.0
    • @backstage/core-components@0.13.9-next.0
    • @backstage/theme@0.5.0-next.0
    • @backstage/catalog-model@1.4.3
    • @backstage/errors@1.2.3

@backstage/plugin-badges-backend@0.3.5-next.0

Patch Changes

  • Updated dependencies
    • @backstage/backend-common@0.20.0-next.0
    • @backstage/plugin-auth-node@0.4.2-next.0
    • @backstage/backend-plugin-api@0.6.8-next.0
    • @backstage/catalog-client@1.4.6
    • @backstage/catalog-model@1.4.3
    • @backstage/config@1.1.1
    • @backstage/errors@1.2.3

@backstage/plugin-bazaar@0.2.20-next.0

Patch Changes

  • Updated dependencies
    • @backstage/core-plugin-api@1.8.1-next.0
    • @backstage/plugin-catalog-react@1.9.2-next.0
    • @backstage/core-components@0.13.9-next.0
    • @backstage/plugin-catalog@1.16.0-next.0
    • @backstage/theme@0.5.0-next.0
    • @backstage/catalog-client@1.4.6
    • @backstage/catalog-model@1.4.3
    • @backstage/errors@1.2.3

@backstage/plugin-bazaar-backend@0.3.6-next.0

Patch Changes

  • Updated dependencies
    • @backstage/backend-common@0.20.0-next.0
    • @backstage/plugin-auth-node@0.4.2-next.0
    • @backstage/backend-plugin-api@0.6.8-next.0
    • @backstage/config@1.1.1
    • @backstage/errors@1.2.3

@backstage/plugin-bitbucket-cloud-common@0.2.15-next.0

Patch Changes

  • acf93904e7: Updated dependency ts-morph to ^20.0.0.
  • Updated dependencies
    • @backstage/integration@1.8.0-next.0

@backstage/plugin-bitrise@0.1.55-next.0

Patch Changes

  • Updated dependencies
    • @backstage/core-plugin-api@1.8.1-next.0
    • @backstage/plugin-catalog-react@1.9.2-next.0
    • @backstage/core-components@0.13.9-next.0
    • @backstage/theme@0.5.0-next.0
    • @backstage/catalog-model@1.4.3

@backstage/plugin-catalog-backend@1.15.1-next.0

Patch Changes

  • Updated dependencies
    • @backstage/backend-common@0.20.0-next.0
    • @backstage/backend-openapi-utils@0.1.1-next.0
    • @backstage/backend-tasks@0.5.13-next.0
    • @backstage/integration@1.8.0-next.0
    • @backstage/plugin-auth-node@0.4.2-next.0
    • @backstage/plugin-catalog-node@1.5.1-next.0
    • @backstage/plugin-permission-node@0.7.19-next.0
    • @backstage/plugin-search-backend-module-catalog@0.1.12-next.0
    • @backstage/backend-plugin-api@0.6.8-next.0
    • @backstage/catalog-client@1.4.6
    • @backstage/catalog-model@1.4.3
    • @backstage/config@1.1.1
    • @backstage/errors@1.2.3
    • @backstage/types@1.1.1
    • @backstage/plugin-catalog-common@1.0.18
    • @backstage/plugin-events-node@0.2.17-next.0
    • @backstage/plugin-permission-common@0.7.10

@backstage/plugin-catalog-backend-module-aws@0.3.2-next.0

Patch Changes

  • Updated dependencies
    • @backstage/backend-common@0.20.0-next.0
    • @backstage/backend-tasks@0.5.13-next.0
    • @backstage/plugin-kubernetes-common@0.7.2-next.0
    • @backstage/integration@1.8.0-next.0
    • @backstage/plugin-catalog-node@1.5.1-next.0
    • @backstage/backend-plugin-api@0.6.8-next.0
    • @backstage/catalog-model@1.4.3
    • @backstage/config@1.1.1
    • @backstage/errors@1.2.3
    • @backstage/integration-aws-node@0.1.8
    • @backstage/types@1.1.1
    • @backstage/plugin-catalog-common@1.0.18

@backstage/plugin-catalog-backend-module-azure@0.1.27-next.0

Patch Changes

  • Updated dependencies
    • @backstage/backend-common@0.20.0-next.0
    • @backstage/backend-tasks@0.5.13-next.0
    • @backstage/integration@1.8.0-next.0
    • @backstage/plugin-catalog-node@1.5.1-next.0
    • @backstage/backend-plugin-api@0.6.8-next.0
    • @backstage/catalog-model@1.4.3
    • @backstage/config@1.1.1
    • @backstage/errors@1.2.3
    • @backstage/types@1.1.1
    • @backstage/plugin-catalog-common@1.0.18

@backstage/plugin-catalog-backend-module-backstage-openapi@0.1.1-next.0

Patch Changes

  • Updated dependencies
    • @backstage/backend-common@0.20.0-next.0
    • @backstage/backend-openapi-utils@0.1.1-next.0
    • @backstage/backend-tasks@0.5.13-next.0
    • @backstage/plugin-catalog-node@1.5.1-next.0
    • @backstage/backend-plugin-api@0.6.8-next.0
    • @backstage/catalog-model@1.4.3
    • @backstage/config@1.1.1
    • @backstage/errors@1.2.3

@backstage/plugin-catalog-backend-module-bitbucket@0.2.23-next.0

Patch Changes

  • Updated dependencies
    • @backstage/backend-common@0.20.0-next.0
    • @backstage/plugin-bitbucket-cloud-common@0.2.15-next.0
    • @backstage/integration@1.8.0-next.0
    • @backstage/plugin-catalog-node@1.5.1-next.0
    • @backstage/catalog-model@1.4.3
    • @backstage/config@1.1.1
    • @backstage/errors@1.2.3
    • @backstage/types@1.1.1

@backstage/plugin-catalog-backend-module-bitbucket-cloud@0.1.23-next.0

Patch Changes

  • Updated dependencies
    • @backstage/backend-common@0.20.0-next.0
    • @backstage/backend-tasks@0.5.13-next.0
    • @backstage/plugin-bitbucket-cloud-common@0.2.15-next.0
    • @backstage/integration@1.8.0-next.0
    • @backstage/plugin-catalog-node@1.5.1-next.0
    • @backstage/backend-plugin-api@0.6.8-next.0
    • @backstage/catalog-client@1.4.6
    • @backstage/catalog-model@1.4.3
    • @backstage/config@1.1.1
    • @backstage/plugin-catalog-common@1.0.18
    • @backstage/plugin-events-node@0.2.17-next.0

@backstage/plugin-catalog-backend-module-bitbucket-server@0.1.21-next.0

Patch Changes

  • Updated dependencies
    • @backstage/backend-common@0.20.0-next.0
    • @backstage/backend-tasks@0.5.13-next.0
    • @backstage/integration@1.8.0-next.0
    • @backstage/plugin-catalog-node@1.5.1-next.0
    • @backstage/backend-plugin-api@0.6.8-next.0
    • @backstage/catalog-model@1.4.3
    • @backstage/config@1.1.1
    • @backstage/errors@1.2.3

@backstage/plugin-catalog-backend-module-gcp@0.1.8-next.0

Patch Changes

  • 42c1aee741: Updated dependency @google-cloud/container to ^5.0.0.
  • Updated dependencies
    • @backstage/backend-common@0.20.0-next.0
    • @backstage/backend-tasks@0.5.13-next.0
    • @backstage/plugin-kubernetes-common@0.7.2-next.0
    • @backstage/plugin-catalog-node@1.5.1-next.0
    • @backstage/backend-plugin-api@0.6.8-next.0
    • @backstage/catalog-model@1.4.3
    • @backstage/config@1.1.1

@backstage/plugin-catalog-backend-module-gerrit@0.1.24-next.0

Patch Changes

  • Updated dependencies
    • @backstage/backend-common@0.20.0-next.0
    • @backstage/backend-tasks@0.5.13-next.0
    • @backstage/integration@1.8.0-next.0
    • @backstage/plugin-catalog-node@1.5.1-next.0
    • @backstage/backend-plugin-api@0.6.8-next.0
    • @backstage/catalog-model@1.4.3
    • @backstage/config@1.1.1
    • @backstage/errors@1.2.3

@backstage/plugin-catalog-backend-module-github@0.4.6-next.0

Patch Changes

  • Updated dependencies
    • @backstage/backend-common@0.20.0-next.0
    • @backstage/backend-tasks@0.5.13-next.0
    • @backstage/integration@1.8.0-next.0
    • @backstage/plugin-catalog-backend@1.15.1-next.0
    • @backstage/plugin-catalog-node@1.5.1-next.0
    • @backstage/backend-plugin-api@0.6.8-next.0
    • @backstage/catalog-client@1.4.6
    • @backstage/catalog-model@1.4.3
    • @backstage/config@1.1.1
    • @backstage/plugin-catalog-common@1.0.18
    • @backstage/plugin-events-node@0.2.17-next.0

@backstage/plugin-catalog-backend-module-github-org@0.1.2-next.0

Patch Changes

  • Updated dependencies
    • @backstage/backend-common@0.20.0-next.0
    • @backstage/backend-tasks@0.5.13-next.0
    • @backstage/plugin-catalog-backend-module-github@0.4.6-next.0
    • @backstage/plugin-catalog-node@1.5.1-next.0
    • @backstage/backend-plugin-api@0.6.8-next.0
    • @backstage/config@1.1.1

@backstage/plugin-catalog-backend-module-gitlab@0.3.5-next.0

Patch Changes

  • Updated dependencies
    • @backstage/backend-common@0.20.0-next.0
    • @backstage/backend-tasks@0.5.13-next.0
    • @backstage/integration@1.8.0-next.0
    • @backstage/plugin-catalog-node@1.5.1-next.0
    • @backstage/backend-plugin-api@0.6.8-next.0
    • @backstage/catalog-model@1.4.3
    • @backstage/config@1.1.1

@backstage/plugin-catalog-backend-module-incremental-ingestion@0.4.12-next.0

Patch Changes

  • Updated dependencies
    • @backstage/backend-common@0.20.0-next.0
    • @backstage/backend-tasks@0.5.13-next.0
    • @backstage/plugin-catalog-backend@1.15.1-next.0
    • @backstage/plugin-catalog-node@1.5.1-next.0
    • @backstage/backend-plugin-api@0.6.8-next.0
    • @backstage/catalog-model@1.4.3
    • @backstage/config@1.1.1
    • @backstage/errors@1.2.3
    • @backstage/plugin-events-node@0.2.17-next.0
    • @backstage/plugin-permission-common@0.7.10

@backstage/plugin-catalog-backend-module-ldap@0.5.23-next.0

Patch Changes

  • Updated dependencies
    • @backstage/backend-tasks@0.5.13-next.0
    • @backstage/plugin-catalog-node@1.5.1-next.0
    • @backstage/catalog-model@1.4.3
    • @backstage/config@1.1.1
    • @backstage/errors@1.2.3
    • @backstage/types@1.1.1
    • @backstage/plugin-catalog-common@1.0.18

@backstage/plugin-catalog-backend-module-msgraph@0.5.15-next.0

Patch Changes

  • Updated dependencies
    • @backstage/backend-common@0.20.0-next.0
    • @backstage/backend-tasks@0.5.13-next.0
    • @backstage/plugin-catalog-node@1.5.1-next.0
    • @backstage/backend-plugin-api@0.6.8-next.0
    • @backstage/catalog-model@1.4.3
    • @backstage/config@1.1.1
    • @backstage/plugin-catalog-common@1.0.18

@backstage/plugin-catalog-backend-module-openapi@0.1.25-next.0

Patch Changes

  • Updated dependencies
    • @backstage/backend-common@0.20.0-next.0
    • @backstage/integration@1.8.0-next.0
    • @backstage/plugin-catalog-backend@1.15.1-next.0
    • @backstage/plugin-catalog-node@1.5.1-next.0
    • @backstage/catalog-model@1.4.3
    • @backstage/config@1.1.1
    • @backstage/types@1.1.1
    • @backstage/plugin-catalog-common@1.0.18

@backstage/plugin-catalog-backend-module-puppetdb@0.1.13-next.0

Patch Changes

  • Updated dependencies
    • @backstage/backend-common@0.20.0-next.0
    • @backstage/backend-tasks@0.5.13-next.0
    • @backstage/plugin-catalog-node@1.5.1-next.0
    • @backstage/backend-plugin-api@0.6.8-next.0
    • @backstage/catalog-model@1.4.3
    • @backstage/config@1.1.1
    • @backstage/errors@1.2.3
    • @backstage/types@1.1.1

@backstage/plugin-catalog-backend-module-scaffolder-entity-model@0.1.5-next.0

Patch Changes

  • Updated dependencies
    • @backstage/backend-common@0.20.0-next.0
    • @backstage/plugin-catalog-node@1.5.1-next.0
    • @backstage/backend-plugin-api@0.6.8-next.0
    • @backstage/catalog-model@1.4.3
    • @backstage/plugin-catalog-common@1.0.18
    • @backstage/plugin-scaffolder-common@1.4.3

@backstage/plugin-catalog-backend-module-unprocessed@0.3.5-next.0

Patch Changes

  • Updated dependencies
    • @backstage/plugin-auth-node@0.4.2-next.0
    • @backstage/backend-plugin-api@0.6.8-next.0
    • @backstage/catalog-model@1.4.3

@backstage/plugin-catalog-graph@0.3.2-next.0

Patch Changes

  • Updated dependencies
    • @backstage/core-plugin-api@1.8.1-next.0
    • @backstage/plugin-catalog-react@1.9.2-next.0
    • @backstage/core-components@0.13.9-next.0
    • @backstage/theme@0.5.0-next.0
    • @backstage/catalog-client@1.4.6
    • @backstage/catalog-model@1.4.3
    • @backstage/types@1.1.1

@backstage/plugin-catalog-import@0.10.4-next.0

Patch Changes

  • 03d0b6dcdc: The convertLegacyRouteRef utility used by the alpha exports is now imported from @backstage/core-compat-api.
  • Updated dependencies
    • @backstage/core-compat-api@0.0.2-next.0
    • @backstage/core-plugin-api@1.8.1-next.0
    • @backstage/plugin-catalog-react@1.9.2-next.0
    • @backstage/core-components@0.13.9-next.0
    • @backstage/integration@1.8.0-next.0
    • @backstage/frontend-plugin-api@0.3.1-next.0
    • @backstage/integration-react@1.1.22-next.0
    • @backstage/catalog-client@1.4.6
    • @backstage/catalog-model@1.4.3
    • @backstage/config@1.1.1
    • @backstage/errors@1.2.3
    • @backstage/plugin-catalog-common@1.0.18

@backstage/plugin-catalog-node@1.5.1-next.0

Patch Changes

  • Updated dependencies
    • @backstage/backend-plugin-api@0.6.8-next.0
    • @backstage/catalog-client@1.4.6
    • @backstage/catalog-model@1.4.3
    • @backstage/errors@1.2.3
    • @backstage/types@1.1.1
    • @backstage/plugin-catalog-common@1.0.18

@backstage/plugin-catalog-react@1.9.2-next.0

Patch Changes

  • 8587f067d2: Added pagination support to EntityListProvider.
  • aaa6fb3bc9: Minor updates for TypeScript 5.2.2+ compatibility
  • 4d9e3b39e4: Register component overrides in the global OverrideComponentNameToClassKeys provided by @backstage/theme. This will in turn will provide component style override types for createUnifiedTheme.
  • eee0ff2946: Fixed a issue where CatalogPage wasn't using the chosen initiallySelectedFilter as intended.
  • Updated dependencies
    • @backstage/core-plugin-api@1.8.1-next.0
    • @backstage/core-components@0.13.9-next.0
    • @backstage/theme@0.5.0-next.0
    • @backstage/frontend-plugin-api@0.3.1-next.0
    • @backstage/integration-react@1.1.22-next.0
    • @backstage/plugin-permission-react@0.4.18-next.0
    • @backstage/catalog-client@1.4.6
    • @backstage/catalog-model@1.4.3
    • @backstage/errors@1.2.3
    • @backstage/types@1.1.1
    • @backstage/version-bridge@1.0.7
    • @backstage/plugin-catalog-common@1.0.18
    • @backstage/plugin-permission-common@0.7.10

@backstage/plugin-catalog-unprocessed-entities@0.1.6-next.0

Patch Changes

  • Updated dependencies
    • @backstage/core-plugin-api@1.8.1-next.0
    • @backstage/core-components@0.13.9-next.0
    • @backstage/theme@0.5.0-next.0
    • @backstage/catalog-model@1.4.3
    • @backstage/errors@1.2.3

@backstage/plugin-cicd-statistics@0.1.30-next.0

Patch Changes

  • Updated dependencies
    • @backstage/core-plugin-api@1.8.1-next.0
    • @backstage/plugin-catalog-react@1.9.2-next.0
    • @backstage/catalog-model@1.4.3

@backstage/plugin-cicd-statistics-module-gitlab@0.1.24-next.0

Patch Changes

  • Updated dependencies
    • @backstage/core-plugin-api@1.8.1-next.0
    • @backstage/plugin-cicd-statistics@0.1.30-next.0
    • @backstage/catalog-model@1.4.3

@backstage/plugin-circleci@0.3.28-next.0

Patch Changes

  • Updated dependencies
    • @backstage/core-plugin-api@1.8.1-next.0
    • @backstage/plugin-catalog-react@1.9.2-next.0
    • @backstage/core-components@0.13.9-next.0
    • @backstage/theme@0.5.0-next.0
    • @backstage/catalog-model@1.4.3

@backstage/plugin-cloudbuild@0.3.28-next.0

Patch Changes

  • Updated dependencies
    • @backstage/core-plugin-api@1.8.1-next.0
    • @backstage/plugin-catalog-react@1.9.2-next.0
    • @backstage/core-components@0.13.9-next.0
    • @backstage/theme@0.5.0-next.0
    • @backstage/catalog-model@1.4.3

@backstage/plugin-code-climate@0.1.28-next.0

Patch Changes

  • Updated dependencies
    • @backstage/core-plugin-api@1.8.1-next.0
    • @backstage/plugin-catalog-react@1.9.2-next.0
    • @backstage/core-components@0.13.9-next.0
    • @backstage/theme@0.5.0-next.0
    • @backstage/catalog-model@1.4.3

@backstage/plugin-code-coverage@0.2.21-next.0

Patch Changes

  • Updated dependencies
    • @backstage/core-plugin-api@1.8.1-next.0
    • @backstage/plugin-catalog-react@1.9.2-next.0
    • @backstage/core-components@0.13.9-next.0
    • @backstage/theme@0.5.0-next.0
    • @backstage/catalog-model@1.4.3
    • @backstage/config@1.1.1
    • @backstage/errors@1.2.3

@backstage/plugin-code-coverage-backend@0.2.22-next.0

Patch Changes

  • Updated dependencies
    • @backstage/backend-common@0.20.0-next.0
    • @backstage/integration@1.8.0-next.0
    • @backstage/plugin-auth-node@0.4.2-next.0
    • @backstage/backend-plugin-api@0.6.8-next.0
    • @backstage/catalog-client@1.4.6
    • @backstage/catalog-model@1.4.3
    • @backstage/config@1.1.1
    • @backstage/errors@1.2.3

@backstage/plugin-codescene@0.1.20-next.0

Patch Changes

  • Updated dependencies
    • @backstage/core-plugin-api@1.8.1-next.0
    • @backstage/core-components@0.13.9-next.0
    • @backstage/theme@0.5.0-next.0
    • @backstage/config@1.1.1
    • @backstage/errors@1.2.3

@backstage/plugin-config-schema@0.1.48-next.0

Patch Changes

  • Updated dependencies
    • @backstage/core-plugin-api@1.8.1-next.0
    • @backstage/core-components@0.13.9-next.0
    • @backstage/theme@0.5.0-next.0
    • @backstage/config@1.1.1
    • @backstage/errors@1.2.3
    • @backstage/types@1.1.1

@backstage/plugin-cost-insights@0.12.17-next.0

Patch Changes

  • Updated dependencies
    • @backstage/core-plugin-api@1.8.1-next.0
    • @backstage/plugin-catalog-react@1.9.2-next.0
    • @backstage/core-components@0.13.9-next.0
    • @backstage/theme@0.5.0-next.0
    • @backstage/catalog-model@1.4.3
    • @backstage/config@1.1.1
    • @backstage/plugin-cost-insights-common@0.1.2

@backstage/plugin-devtools@0.1.7-next.0

Patch Changes

  • Updated dependencies
    • @backstage/core-plugin-api@1.8.1-next.0
    • @backstage/core-components@0.13.9-next.0
    • @backstage/theme@0.5.0-next.0
    • @backstage/plugin-permission-react@0.4.18-next.0
    • @backstage/errors@1.2.3
    • @backstage/types@1.1.1
    • @backstage/plugin-devtools-common@0.1.6

@backstage/plugin-devtools-backend@0.2.5-next.0

Patch Changes

  • Updated dependencies
    • @backstage/backend-common@0.20.0-next.0
    • @backstage/plugin-auth-node@0.4.2-next.0
    • @backstage/plugin-permission-node@0.7.19-next.0
    • @backstage/backend-plugin-api@0.6.8-next.0
    • @backstage/cli-common@0.1.13
    • @backstage/config@1.1.1
    • @backstage/config-loader@1.5.3
    • @backstage/errors@1.2.3
    • @backstage/types@1.1.1
    • @backstage/plugin-devtools-common@0.1.6
    • @backstage/plugin-permission-common@0.7.10

@backstage/plugin-dynatrace@8.0.2-next.0

Patch Changes

  • Updated dependencies
    • @backstage/core-plugin-api@1.8.1-next.0
    • @backstage/plugin-catalog-react@1.9.2-next.0
    • @backstage/core-components@0.13.9-next.0
    • @backstage/theme@0.5.0-next.0
    • @backstage/catalog-model@1.4.3

@backstage/plugin-entity-feedback@0.2.11-next.0

Patch Changes

  • Updated dependencies
    • @backstage/core-plugin-api@1.8.1-next.0
    • @backstage/plugin-catalog-react@1.9.2-next.0
    • @backstage/core-components@0.13.9-next.0
    • @backstage/theme@0.5.0-next.0
    • @backstage/catalog-model@1.4.3
    • @backstage/errors@1.2.3
    • @backstage/plugin-entity-feedback-common@0.1.3

@backstage/plugin-entity-feedback-backend@0.2.5-next.0

Patch Changes

  • Updated dependencies
    • @backstage/backend-common@0.20.0-next.0
    • @backstage/plugin-auth-node@0.4.2-next.0
    • @backstage/backend-plugin-api@0.6.8-next.0
    • @backstage/catalog-client@1.4.6
    • @backstage/catalog-model@1.4.3
    • @backstage/config@1.1.1
    • @backstage/plugin-entity-feedback-common@0.1.3

@backstage/plugin-entity-validation@0.1.13-next.0

Patch Changes

  • Updated dependencies
    • @backstage/core-plugin-api@1.8.1-next.0
    • @backstage/plugin-catalog-react@1.9.2-next.0
    • @backstage/core-components@0.13.9-next.0
    • @backstage/theme@0.5.0-next.0
    • @backstage/catalog-client@1.4.6
    • @backstage/catalog-model@1.4.3
    • @backstage/errors@1.2.3
    • @backstage/plugin-catalog-common@1.0.18

@backstage/plugin-events-backend@0.2.17-next.0

Patch Changes

  • Updated dependencies
    • @backstage/backend-common@0.20.0-next.0
    • @backstage/backend-plugin-api@0.6.8-next.0
    • @backstage/config@1.1.1
    • @backstage/plugin-events-node@0.2.17-next.0

@backstage/plugin-events-backend-module-aws-sqs@0.2.11-next.0

Patch Changes

  • Updated dependencies
    • @backstage/backend-common@0.20.0-next.0
    • @backstage/backend-tasks@0.5.13-next.0
    • @backstage/backend-plugin-api@0.6.8-next.0
    • @backstage/config@1.1.1
    • @backstage/types@1.1.1
    • @backstage/plugin-events-node@0.2.17-next.0

@backstage/plugin-events-backend-module-azure@0.1.18-next.0

Patch Changes

  • Updated dependencies
    • @backstage/backend-plugin-api@0.6.8-next.0
    • @backstage/plugin-events-node@0.2.17-next.0

@backstage/plugin-events-backend-module-bitbucket-cloud@0.1.18-next.0

Patch Changes

  • Updated dependencies
    • @backstage/backend-plugin-api@0.6.8-next.0
    • @backstage/plugin-events-node@0.2.17-next.0

@backstage/plugin-events-backend-module-gerrit@0.1.18-next.0

Patch Changes

  • Updated dependencies
    • @backstage/backend-plugin-api@0.6.8-next.0
    • @backstage/plugin-events-node@0.2.17-next.0

@backstage/plugin-events-backend-module-github@0.1.18-next.0

Patch Changes

  • Updated dependencies
    • @backstage/backend-plugin-api@0.6.8-next.0
    • @backstage/config@1.1.1
    • @backstage/plugin-events-node@0.2.17-next.0

@backstage/plugin-events-backend-module-gitlab@0.1.18-next.0

Patch Changes

  • Updated dependencies
    • @backstage/backend-plugin-api@0.6.8-next.0
    • @backstage/config@1.1.1
    • @backstage/plugin-events-node@0.2.17-next.0

@backstage/plugin-events-backend-test-utils@0.1.18-next.0

Patch Changes

  • Updated dependencies
    • @backstage/plugin-events-node@0.2.17-next.0

@backstage/plugin-events-node@0.2.17-next.0

Patch Changes

  • Updated dependencies
    • @backstage/backend-plugin-api@0.6.8-next.0

@backstage/plugin-explore@0.4.14-next.0

Patch Changes

  • Updated dependencies
    • @backstage/core-plugin-api@1.8.1-next.0
    • @backstage/plugin-catalog-react@1.9.2-next.0
    • @backstage/core-components@0.13.9-next.0
    • @backstage/plugin-search-react@1.7.4-next.0
    • @backstage/theme@0.5.0-next.0
    • @backstage/frontend-plugin-api@0.3.1-next.0
    • @backstage/plugin-explore-react@0.0.34-next.0
    • @backstage/catalog-model@1.4.3
    • @backstage/errors@1.2.3
    • @backstage/plugin-explore-common@0.0.2
    • @backstage/plugin-search-common@1.2.8

@backstage/plugin-explore-backend@0.0.18-next.0

Patch Changes

  • Updated dependencies
    • @backstage/backend-common@0.20.0-next.0
    • @backstage/plugin-search-backend-module-explore@0.1.12-next.0
    • @backstage/config@1.1.1
    • @backstage/types@1.1.1
    • @backstage/plugin-explore-common@0.0.2
    • @backstage/plugin-search-common@1.2.8

@backstage/plugin-explore-react@0.0.34-next.0

Patch Changes

  • Updated dependencies
    • @backstage/core-plugin-api@1.8.1-next.0
    • @backstage/plugin-explore-common@0.0.2

@backstage/plugin-firehydrant@0.2.12-next.0

Patch Changes

  • Updated dependencies
    • @backstage/core-plugin-api@1.8.1-next.0
    • @backstage/plugin-catalog-react@1.9.2-next.0
    • @backstage/core-components@0.13.9-next.0
    • @backstage/theme@0.5.0-next.0
    • @backstage/catalog-model@1.4.3

@backstage/plugin-fossa@0.2.60-next.0

Patch Changes

  • Updated dependencies
    • @backstage/core-plugin-api@1.8.1-next.0
    • @backstage/plugin-catalog-react@1.9.2-next.0
    • @backstage/core-components@0.13.9-next.0
    • @backstage/theme@0.5.0-next.0
    • @backstage/catalog-model@1.4.3
    • @backstage/errors@1.2.3

@backstage/plugin-gcalendar@0.3.21-next.0

Patch Changes

  • Updated dependencies
    • @backstage/core-plugin-api@1.8.1-next.0
    • @backstage/core-components@0.13.9-next.0
    • @backstage/theme@0.5.0-next.0
    • @backstage/errors@1.2.3

@backstage/plugin-gcp-projects@0.3.44-next.0

Patch Changes

  • Updated dependencies
    • @backstage/core-plugin-api@1.8.1-next.0
    • @backstage/core-components@0.13.9-next.0
    • @backstage/theme@0.5.0-next.0

@backstage/plugin-git-release-manager@0.3.40-next.0

Patch Changes

  • Updated dependencies
    • @backstage/core-plugin-api@1.8.1-next.0
    • @backstage/core-components@0.13.9-next.0
    • @backstage/integration@1.8.0-next.0
    • @backstage/theme@0.5.0-next.0

@backstage/plugin-github-actions@0.6.9-next.0

Patch Changes

  • Updated dependencies
    • @backstage/core-plugin-api@1.8.1-next.0
    • @backstage/plugin-catalog-react@1.9.2-next.0
    • @backstage/core-components@0.13.9-next.0
    • @backstage/integration@1.8.0-next.0
    • @backstage/theme@0.5.0-next.0
    • @backstage/integration-react@1.1.22-next.0
    • @backstage/catalog-model@1.4.3

@backstage/plugin-github-deployments@0.1.59-next.0

Patch Changes

  • Updated dependencies
    • @backstage/core-plugin-api@1.8.1-next.0
    • @backstage/plugin-catalog-react@1.9.2-next.0
    • @backstage/core-components@0.13.9-next.0
    • @backstage/integration@1.8.0-next.0
    • @backstage/theme@0.5.0-next.0
    • @backstage/integration-react@1.1.22-next.0
    • @backstage/catalog-model@1.4.3
    • @backstage/errors@1.2.3

@backstage/plugin-github-issues@0.2.17-next.0

Patch Changes

  • Updated dependencies
    • @backstage/core-plugin-api@1.8.1-next.0
    • @backstage/plugin-catalog-react@1.9.2-next.0
    • @backstage/core-components@0.13.9-next.0
    • @backstage/integration@1.8.0-next.0
    • @backstage/theme@0.5.0-next.0
    • @backstage/catalog-model@1.4.3
    • @backstage/errors@1.2.3

@backstage/plugin-github-pull-requests-board@0.1.22-next.0

Patch Changes

  • Updated dependencies
    • @backstage/core-plugin-api@1.8.1-next.0
    • @backstage/plugin-catalog-react@1.9.2-next.0
    • @backstage/core-components@0.13.9-next.0
    • @backstage/integration@1.8.0-next.0
    • @backstage/theme@0.5.0-next.0
    • @backstage/catalog-model@1.4.3

@backstage/plugin-gitops-profiles@0.3.43-next.0

Patch Changes

  • Updated dependencies
    • @backstage/core-plugin-api@1.8.1-next.0
    • @backstage/core-components@0.13.9-next.0
    • @backstage/theme@0.5.0-next.0
    • @backstage/config@1.1.1

@backstage/plugin-gocd@0.1.34-next.0

Patch Changes

  • Updated dependencies
    • @backstage/core-plugin-api@1.8.1-next.0
    • @backstage/plugin-catalog-react@1.9.2-next.0
    • @backstage/core-components@0.13.9-next.0
    • @backstage/theme@0.5.0-next.0
    • @backstage/catalog-model@1.4.3
    • @backstage/errors@1.2.3

@backstage/plugin-graphiql@0.3.1-next.0

Patch Changes

  • 03d0b6dcdc: The convertLegacyRouteRef utility used by the alpha exports is now imported from @backstage/core-compat-api.
  • Updated dependencies
    • @backstage/core-compat-api@0.0.2-next.0
    • @backstage/core-plugin-api@1.8.1-next.0
    • @backstage/core-components@0.13.9-next.0
    • @backstage/theme@0.5.0-next.0
    • @backstage/frontend-plugin-api@0.3.1-next.0

@backstage/plugin-graphql-voyager@0.1.10-next.0

Patch Changes

  • Updated dependencies
    • @backstage/core-plugin-api@1.8.1-next.0
    • @backstage/core-components@0.13.9-next.0
    • @backstage/theme@0.5.0-next.0

@backstage/plugin-home@0.5.12-next.0

Patch Changes

  • 6cd12f277b: Updated dependency @rjsf/utils to 5.14.1. Updated dependency @rjsf/core to 5.14.1. Updated dependency @rjsf/material-ui to 5.14.1. Updated dependency @rjsf/validator-ajv8 to 5.14.1.
  • 63c494ef22: Updated dependency @rjsf/utils to 5.14.2. Updated dependency @rjsf/core to 5.14.2. Updated dependency @rjsf/material-ui to 5.14.2. Updated dependency @rjsf/validator-ajv8 to 5.14.2.
  • Updated dependencies
    • @backstage/core-plugin-api@1.8.1-next.0
    • @backstage/plugin-catalog-react@1.9.2-next.0
    • @backstage/core-components@0.13.9-next.0
    • @backstage/plugin-home-react@0.1.6-next.0
    • @backstage/theme@0.5.0-next.0
    • @backstage/frontend-plugin-api@0.3.1-next.0
    • @backstage/core-app-api@1.11.2-next.0
    • @backstage/catalog-client@1.4.6
    • @backstage/catalog-model@1.4.3
    • @backstage/config@1.1.1
    • @backstage/types@1.1.1

@backstage/plugin-home-react@0.1.6-next.0

Patch Changes

  • 6cd12f277b: Updated dependency @rjsf/utils to 5.14.1. Updated dependency @rjsf/core to 5.14.1. Updated dependency @rjsf/material-ui to 5.14.1. Updated dependency @rjsf/validator-ajv8 to 5.14.1.
  • 63c494ef22: Updated dependency @rjsf/utils to 5.14.2. Updated dependency @rjsf/core to 5.14.2. Updated dependency @rjsf/material-ui to 5.14.2. Updated dependency @rjsf/validator-ajv8 to 5.14.2.
  • Updated dependencies
    • @backstage/core-plugin-api@1.8.1-next.0
    • @backstage/core-components@0.13.9-next.0

@backstage/plugin-ilert@0.2.17-next.0

Patch Changes

  • Updated dependencies
    • @backstage/core-plugin-api@1.8.1-next.0
    • @backstage/plugin-catalog-react@1.9.2-next.0
    • @backstage/core-components@0.13.9-next.0
    • @backstage/theme@0.5.0-next.0
    • @backstage/catalog-model@1.4.3
    • @backstage/errors@1.2.3

@backstage/plugin-jenkins@0.9.3-next.0

Patch Changes

  • Updated dependencies
    • @backstage/core-plugin-api@1.8.1-next.0
    • @backstage/plugin-catalog-react@1.9.2-next.0
    • @backstage/core-components@0.13.9-next.0
    • @backstage/theme@0.5.0-next.0
    • @backstage/catalog-model@1.4.3
    • @backstage/errors@1.2.3
    • @backstage/plugin-jenkins-common@0.1.21

@backstage/plugin-jenkins-backend@0.3.2-next.0

Patch Changes

  • Updated dependencies
    • @backstage/backend-common@0.20.0-next.0
    • @backstage/plugin-auth-node@0.4.2-next.0
    • @backstage/plugin-catalog-node@1.5.1-next.0
    • @backstage/plugin-permission-node@0.7.19-next.0
    • @backstage/backend-plugin-api@0.6.8-next.0
    • @backstage/catalog-client@1.4.6
    • @backstage/catalog-model@1.4.3
    • @backstage/config@1.1.1
    • @backstage/errors@1.2.3
    • @backstage/plugin-jenkins-common@0.1.21
    • @backstage/plugin-permission-common@0.7.10

@backstage/plugin-kafka@0.3.28-next.0

Patch Changes

  • Updated dependencies
    • @backstage/core-plugin-api@1.8.1-next.0
    • @backstage/plugin-catalog-react@1.9.2-next.0
    • @backstage/core-components@0.13.9-next.0
    • @backstage/theme@0.5.0-next.0
    • @backstage/catalog-model@1.4.3
    • @backstage/config@1.1.1

@backstage/plugin-kafka-backend@0.3.6-next.0

Patch Changes

  • Updated dependencies
    • @backstage/backend-common@0.20.0-next.0
    • @backstage/backend-plugin-api@0.6.8-next.0
    • @backstage/catalog-model@1.4.3
    • @backstage/config@1.1.1
    • @backstage/errors@1.2.3

@backstage/plugin-kubernetes@0.11.3-next.0

Patch Changes

  • 706fc3a7e1: Updated dependency @kubernetes/client-node to 0.20.0.
  • Updated dependencies
    • @backstage/core-plugin-api@1.8.1-next.0
    • @backstage/plugin-catalog-react@1.9.2-next.0
    • @backstage/core-components@0.13.9-next.0
    • @backstage/plugin-kubernetes-react@0.1.2-next.0
    • @backstage/plugin-kubernetes-common@0.7.2-next.0
    • @backstage/theme@0.5.0-next.0
    • @backstage/catalog-model@1.4.3
    • @backstage/config@1.1.1
    • @backstage/errors@1.2.3
    • @backstage/types@1.1.1

@backstage/plugin-kubernetes-cluster@0.0.4-next.0

Patch Changes

  • Updated dependencies
    • @backstage/core-plugin-api@1.8.1-next.0
    • @backstage/plugin-catalog-react@1.9.2-next.0
    • @backstage/core-components@0.13.9-next.0
    • @backstage/plugin-kubernetes-react@0.1.2-next.0
    • @backstage/plugin-kubernetes-common@0.7.2-next.0
    • @backstage/theme@0.5.0-next.0
    • @backstage/catalog-model@1.4.3
    • @backstage/config@1.1.1
    • @backstage/errors@1.2.3

@backstage/plugin-kubernetes-common@0.7.2-next.0

Patch Changes

  • 706fc3a7e1: Updated dependency @kubernetes/client-node to 0.20.0.
  • Updated dependencies
    • @backstage/core-plugin-api@1.8.1-next.0
    • @backstage/catalog-model@1.4.3
    • @backstage/errors@1.2.3
    • @backstage/types@1.1.1
    • @backstage/plugin-permission-common@0.7.10

@backstage/plugin-kubernetes-node@0.1.2-next.0

Patch Changes

  • Updated dependencies
    • @backstage/plugin-kubernetes-common@0.7.2-next.0
    • @backstage/backend-plugin-api@0.6.8-next.0
    • @backstage/catalog-model@1.4.3

@backstage/plugin-kubernetes-react@0.1.2-next.0

Patch Changes

  • b5ae2e5a62: Add ID property to the table displaying kubernetes pods to avoid closing the info sidebar when the data reloads and needs to rerender.
  • 706fc3a7e1: Updated dependency @kubernetes/client-node to 0.20.0.
  • Updated dependencies
    • @backstage/core-plugin-api@1.8.1-next.0
    • @backstage/core-components@0.13.9-next.0
    • @backstage/plugin-kubernetes-common@0.7.2-next.0
    • @backstage/catalog-model@1.4.3
    • @backstage/errors@1.2.3
    • @backstage/types@1.1.1

@backstage/plugin-lighthouse@0.4.13-next.0

Patch Changes

  • Updated dependencies
    • @backstage/core-plugin-api@1.8.1-next.0
    • @backstage/plugin-catalog-react@1.9.2-next.0
    • @backstage/core-components@0.13.9-next.0
    • @backstage/theme@0.5.0-next.0
    • @backstage/catalog-model@1.4.3
    • @backstage/config@1.1.1
    • @backstage/plugin-lighthouse-common@0.1.4

@backstage/plugin-lighthouse-backend@0.3.5-next.0

Patch Changes

  • Updated dependencies
    • @backstage/backend-common@0.20.0-next.0
    • @backstage/backend-tasks@0.5.13-next.0
    • @backstage/plugin-catalog-node@1.5.1-next.0
    • @backstage/backend-plugin-api@0.6.8-next.0
    • @backstage/catalog-client@1.4.6
    • @backstage/catalog-model@1.4.3
    • @backstage/config@1.1.1
    • @backstage/types@1.1.1
    • @backstage/plugin-lighthouse-common@0.1.4

@backstage/plugin-linguist@0.1.13-next.0

Patch Changes

  • Updated dependencies
    • @backstage/core-plugin-api@1.8.1-next.0
    • @backstage/plugin-catalog-react@1.9.2-next.0
    • @backstage/core-components@0.13.9-next.0
    • @backstage/theme@0.5.0-next.0
    • @backstage/catalog-model@1.4.3
    • @backstage/errors@1.2.3
    • @backstage/plugin-linguist-common@0.1.2

@backstage/plugin-linguist-backend@0.5.5-next.0

Patch Changes

  • Updated dependencies
    • @backstage/backend-common@0.20.0-next.0
    • @backstage/backend-tasks@0.5.13-next.0
    • @backstage/plugin-auth-node@0.4.2-next.0
    • @backstage/plugin-catalog-node@1.5.1-next.0
    • @backstage/backend-plugin-api@0.6.8-next.0
    • @backstage/catalog-client@1.4.6
    • @backstage/catalog-model@1.4.3
    • @backstage/config@1.1.1
    • @backstage/errors@1.2.3
    • @backstage/types@1.1.1
    • @backstage/plugin-linguist-common@0.1.2

@backstage/plugin-microsoft-calendar@0.1.10-next.0

Patch Changes

  • Updated dependencies
    • @backstage/core-plugin-api@1.8.1-next.0
    • @backstage/core-components@0.13.9-next.0
    • @backstage/theme@0.5.0-next.0
    • @backstage/errors@1.2.3

@backstage/plugin-newrelic@0.3.43-next.0

Patch Changes

  • Updated dependencies
    • @backstage/core-plugin-api@1.8.1-next.0
    • @backstage/core-components@0.13.9-next.0
    • @backstage/theme@0.5.0-next.0

@backstage/plugin-newrelic-dashboard@0.3.3-next.0

Patch Changes

  • Updated dependencies
    • @backstage/core-plugin-api@1.8.1-next.0
    • @backstage/plugin-catalog-react@1.9.2-next.0
    • @backstage/core-components@0.13.9-next.0
    • @backstage/catalog-model@1.4.3
    • @backstage/errors@1.2.3

@backstage/plugin-nomad@0.1.9-next.0

Patch Changes

  • Updated dependencies
    • @backstage/core-plugin-api@1.8.1-next.0
    • @backstage/plugin-catalog-react@1.9.2-next.0
    • @backstage/core-components@0.13.9-next.0
    • @backstage/theme@0.5.0-next.0
    • @backstage/catalog-model@1.4.3
    • @backstage/config@1.1.1

@backstage/plugin-nomad-backend@0.1.10-next.0

Patch Changes

  • Updated dependencies
    • @backstage/backend-common@0.20.0-next.0
    • @backstage/backend-plugin-api@0.6.8-next.0
    • @backstage/config@1.1.1
    • @backstage/errors@1.2.3

@backstage/plugin-octopus-deploy@0.2.10-next.0

Patch Changes

  • Updated dependencies
    • @backstage/core-plugin-api@1.8.1-next.0
    • @backstage/plugin-catalog-react@1.9.2-next.0
    • @backstage/core-components@0.13.9-next.0
    • @backstage/theme@0.5.0-next.0
    • @backstage/catalog-model@1.4.3

@backstage/plugin-opencost@0.2.3-next.0

Patch Changes

  • Updated dependencies
    • @backstage/core-plugin-api@1.8.1-next.0
    • @backstage/core-components@0.13.9-next.0
    • @backstage/theme@0.5.0-next.0

@backstage/plugin-org@0.6.18-next.0

Patch Changes

  • 3a65d9c4d7: Support member list scrollable when parent has specified height
  • Updated dependencies
    • @backstage/core-plugin-api@1.8.1-next.0
    • @backstage/plugin-catalog-react@1.9.2-next.0
    • @backstage/core-components@0.13.9-next.0
    • @backstage/theme@0.5.0-next.0
    • @backstage/catalog-model@1.4.3

@backstage/plugin-org-react@0.1.17-next.0

Patch Changes

  • Updated dependencies
    • @backstage/core-plugin-api@1.8.1-next.0
    • @backstage/plugin-catalog-react@1.9.2-next.0
    • @backstage/core-components@0.13.9-next.0
    • @backstage/theme@0.5.0-next.0
    • @backstage/catalog-client@1.4.6
    • @backstage/catalog-model@1.4.3

@backstage/plugin-pagerduty@0.6.9-next.0

Patch Changes

  • Updated dependencies
    • @backstage/core-plugin-api@1.8.1-next.0
    • @backstage/plugin-catalog-react@1.9.2-next.0
    • @backstage/core-components@0.13.9-next.0
    • @backstage/plugin-home-react@0.1.6-next.0
    • @backstage/theme@0.5.0-next.0
    • @backstage/catalog-model@1.4.3
    • @backstage/errors@1.2.3

@backstage/plugin-periskop@0.1.26-next.0

Patch Changes

  • Updated dependencies
    • @backstage/core-plugin-api@1.8.1-next.0
    • @backstage/plugin-catalog-react@1.9.2-next.0
    • @backstage/core-components@0.13.9-next.0
    • @backstage/theme@0.5.0-next.0
    • @backstage/catalog-model@1.4.3
    • @backstage/errors@1.2.3

@backstage/plugin-periskop-backend@0.2.6-next.0

Patch Changes

  • Updated dependencies
    • @backstage/backend-common@0.20.0-next.0
    • @backstage/backend-plugin-api@0.6.8-next.0
    • @backstage/config@1.1.1

@backstage/plugin-permission-backend@0.5.31-next.0

Patch Changes

  • Updated dependencies
    • @backstage/backend-common@0.20.0-next.0
    • @backstage/plugin-auth-node@0.4.2-next.0
    • @backstage/plugin-permission-node@0.7.19-next.0
    • @backstage/backend-plugin-api@0.6.8-next.0
    • @backstage/config@1.1.1
    • @backstage/errors@1.2.3
    • @backstage/plugin-permission-common@0.7.10

@backstage/plugin-permission-backend-module-allow-all-policy@0.1.5-next.0

Patch Changes

  • Updated dependencies
    • @backstage/backend-common@0.20.0-next.0
    • @backstage/plugin-auth-node@0.4.2-next.0
    • @backstage/plugin-permission-node@0.7.19-next.0
    • @backstage/backend-plugin-api@0.6.8-next.0
    • @backstage/plugin-permission-common@0.7.10

@backstage/plugin-permission-node@0.7.19-next.0

Patch Changes

  • Updated dependencies
    • @backstage/backend-common@0.20.0-next.0
    • @backstage/plugin-auth-node@0.4.2-next.0
    • @backstage/backend-plugin-api@0.6.8-next.0
    • @backstage/config@1.1.1
    • @backstage/errors@1.2.3
    • @backstage/plugin-permission-common@0.7.10

@backstage/plugin-permission-react@0.4.18-next.0

Patch Changes

  • Updated dependencies
    • @backstage/core-plugin-api@1.8.1-next.0
    • @backstage/config@1.1.1
    • @backstage/plugin-permission-common@0.7.10

@backstage/plugin-playlist@0.2.2-next.0

Patch Changes

  • Updated dependencies
    • @backstage/core-plugin-api@1.8.1-next.0
    • @backstage/plugin-catalog-react@1.9.2-next.0
    • @backstage/core-components@0.13.9-next.0
    • @backstage/plugin-search-react@1.7.4-next.0
    • @backstage/theme@0.5.0-next.0
    • @backstage/plugin-permission-react@0.4.18-next.0
    • @backstage/catalog-model@1.4.3
    • @backstage/errors@1.2.3
    • @backstage/plugin-catalog-common@1.0.18
    • @backstage/plugin-permission-common@0.7.10
    • @backstage/plugin-playlist-common@0.1.12

@backstage/plugin-playlist-backend@0.3.12-next.0

Patch Changes

  • Updated dependencies
    • @backstage/backend-common@0.20.0-next.0
    • @backstage/plugin-auth-node@0.4.2-next.0
    • @backstage/plugin-permission-node@0.7.19-next.0
    • @backstage/backend-plugin-api@0.6.8-next.0
    • @backstage/catalog-client@1.4.6
    • @backstage/catalog-model@1.4.3
    • @backstage/config@1.1.1
    • @backstage/errors@1.2.3
    • @backstage/plugin-permission-common@0.7.10
    • @backstage/plugin-playlist-common@0.1.12

@backstage/plugin-proxy-backend@0.4.6-next.0

Patch Changes

  • Updated dependencies
    • @backstage/backend-common@0.20.0-next.0
    • @backstage/backend-plugin-api@0.6.8-next.0
    • @backstage/config@1.1.1

@backstage/plugin-puppetdb@0.1.11-next.0

Patch Changes

  • Updated dependencies
    • @backstage/core-plugin-api@1.8.1-next.0
    • @backstage/plugin-catalog-react@1.9.2-next.0
    • @backstage/core-components@0.13.9-next.0
    • @backstage/theme@0.5.0-next.0
    • @backstage/catalog-model@1.4.3
    • @backstage/errors@1.2.3

@backstage/plugin-rollbar@0.4.28-next.0

Patch Changes

  • Updated dependencies
    • @backstage/core-plugin-api@1.8.1-next.0
    • @backstage/plugin-catalog-react@1.9.2-next.0
    • @backstage/core-components@0.13.9-next.0
    • @backstage/theme@0.5.0-next.0
    • @backstage/catalog-model@1.4.3

@backstage/plugin-rollbar-backend@0.1.53-next.0

Patch Changes

  • Updated dependencies
    • @backstage/backend-common@0.20.0-next.0
    • @backstage/config@1.1.1

@backstage/plugin-scaffolder@1.16.2-next.0

Patch Changes

  • 6806d10be3: Added headerOptions to TemplateListPage to optionally override default values. Changed themeId of TemplateListPage from website to home.
  • aaa6fb3bc9: Minor updates for TypeScript 5.2.2+ compatibility
  • 6cd12f277b: Updated dependency @rjsf/utils to 5.14.1. Updated dependency @rjsf/core to 5.14.1. Updated dependency @rjsf/material-ui to 5.14.1. Updated dependency @rjsf/validator-ajv8 to 5.14.1.
  • 63c494ef22: Updated dependency @rjsf/utils to 5.14.2. Updated dependency @rjsf/core to 5.14.2. Updated dependency @rjsf/material-ui to 5.14.2. Updated dependency @rjsf/validator-ajv8 to 5.14.2.
  • Updated dependencies
    • @backstage/core-plugin-api@1.8.1-next.0
    • @backstage/plugin-catalog-react@1.9.2-next.0
    • @backstage/core-components@0.13.9-next.0
    • @backstage/plugin-scaffolder-react@1.6.2-next.0
    • @backstage/integration@1.8.0-next.0
    • @backstage/theme@0.5.0-next.0
    • @backstage/integration-react@1.1.22-next.0
    • @backstage/plugin-permission-react@0.4.18-next.0
    • @backstage/catalog-client@1.4.6
    • @backstage/catalog-model@1.4.3
    • @backstage/config@1.1.1
    • @backstage/errors@1.2.3
    • @backstage/types@1.1.1
    • @backstage/plugin-catalog-common@1.0.18
    • @backstage/plugin-scaffolder-common@1.4.3

@backstage/plugin-scaffolder-backend@1.19.2-next.0

Patch Changes

  • aff34fcf23: Fix issue with Circular JSON dependencies in templating
  • 48667b4d3a: Fix creating env secret in github:environment:create action
  • Updated dependencies
    • @backstage/backend-common@0.20.0-next.0
    • @backstage/backend-tasks@0.5.13-next.0
    • @backstage/integration@1.8.0-next.0
    • @backstage/plugin-auth-node@0.4.2-next.0
    • @backstage/plugin-catalog-backend@1.15.1-next.0
    • @backstage/plugin-catalog-backend-module-scaffolder-entity-model@0.1.5-next.0
    • @backstage/plugin-catalog-node@1.5.1-next.0
    • @backstage/plugin-permission-node@0.7.19-next.0
    • @backstage/plugin-scaffolder-node@0.2.9-next.0
    • @backstage/backend-plugin-api@0.6.8-next.0
    • @backstage/catalog-client@1.4.6
    • @backstage/catalog-model@1.4.3
    • @backstage/config@1.1.1
    • @backstage/errors@1.2.3
    • @backstage/types@1.1.1
    • @backstage/plugin-catalog-common@1.0.18
    • @backstage/plugin-permission-common@0.7.10
    • @backstage/plugin-scaffolder-common@1.4.3

@backstage/plugin-scaffolder-backend-module-confluence-to-markdown@0.2.9-next.0

Patch Changes

  • Updated dependencies
    • @backstage/backend-common@0.20.0-next.0
    • @backstage/integration@1.8.0-next.0
    • @backstage/plugin-scaffolder-node@0.2.9-next.0
    • @backstage/config@1.1.1
    • @backstage/errors@1.2.3
    • @backstage/types@1.1.1

@backstage/plugin-scaffolder-backend-module-cookiecutter@0.2.32-next.0

Patch Changes

  • Updated dependencies
    • @backstage/backend-common@0.20.0-next.0
    • @backstage/integration@1.8.0-next.0
    • @backstage/plugin-scaffolder-node@0.2.9-next.0
    • @backstage/config@1.1.1
    • @backstage/errors@1.2.3
    • @backstage/types@1.1.1

@backstage/plugin-scaffolder-backend-module-gitlab@0.2.11-next.0

Patch Changes

  • Updated dependencies
    • @backstage/integration@1.8.0-next.0
    • @backstage/plugin-scaffolder-node@0.2.9-next.0
    • @backstage/config@1.1.1
    • @backstage/errors@1.2.3

@backstage/plugin-scaffolder-backend-module-rails@0.4.25-next.0

Patch Changes

  • Updated dependencies
    • @backstage/backend-common@0.20.0-next.0
    • @backstage/integration@1.8.0-next.0
    • @backstage/plugin-scaffolder-node@0.2.9-next.0
    • @backstage/config@1.1.1
    • @backstage/errors@1.2.3
    • @backstage/types@1.1.1

@backstage/plugin-scaffolder-backend-module-sentry@0.1.16-next.0

Patch Changes

  • Updated dependencies
    • @backstage/plugin-scaffolder-node@0.2.9-next.0
    • @backstage/config@1.1.1
    • @backstage/errors@1.2.3

@backstage/plugin-scaffolder-backend-module-yeoman@0.2.29-next.0

Patch Changes

  • Updated dependencies
    • @backstage/plugin-scaffolder-node@0.2.9-next.0
    • @backstage/config@1.1.1
    • @backstage/types@1.1.1

@backstage/plugin-scaffolder-node@0.2.9-next.0

Patch Changes

  • Updated dependencies
    • @backstage/backend-common@0.20.0-next.0
    • @backstage/integration@1.8.0-next.0
    • @backstage/backend-plugin-api@0.6.8-next.0
    • @backstage/catalog-model@1.4.3
    • @backstage/errors@1.2.3
    • @backstage/types@1.1.1
    • @backstage/plugin-scaffolder-common@1.4.3

@backstage/plugin-scaffolder-react@1.6.2-next.0

Patch Changes

  • e516bf4da8: Step titles in the Stepper are now clickable and redirect the user to the corresponding step, as an alternative to using the back buttons.
  • aaa6fb3bc9: Minor updates for TypeScript 5.2.2+ compatibility
  • 6cd12f277b: Updated dependency @rjsf/utils to 5.14.1. Updated dependency @rjsf/core to 5.14.1. Updated dependency @rjsf/material-ui to 5.14.1. Updated dependency @rjsf/validator-ajv8 to 5.14.1.
  • 63c494ef22: Updated dependency @rjsf/utils to 5.14.2. Updated dependency @rjsf/core to 5.14.2. Updated dependency @rjsf/material-ui to 5.14.2. Updated dependency @rjsf/validator-ajv8 to 5.14.2.
  • Updated dependencies
    • @backstage/core-plugin-api@1.8.1-next.0
    • @backstage/plugin-catalog-react@1.9.2-next.0
    • @backstage/core-components@0.13.9-next.0
    • @backstage/theme@0.5.0-next.0
    • @backstage/catalog-client@1.4.6
    • @backstage/catalog-model@1.4.3
    • @backstage/errors@1.2.3
    • @backstage/types@1.1.1
    • @backstage/version-bridge@1.0.7
    • @backstage/plugin-scaffolder-common@1.4.3

@backstage/plugin-search@1.4.4-next.0

Patch Changes

  • 03d0b6dcdc: The convertLegacyRouteRef utility used by the alpha exports is now imported from @backstage/core-compat-api.
  • Updated dependencies
    • @backstage/core-compat-api@0.0.2-next.0
    • @backstage/core-plugin-api@1.8.1-next.0
    • @backstage/plugin-catalog-react@1.9.2-next.0
    • @backstage/core-components@0.13.9-next.0
    • @backstage/plugin-search-react@1.7.4-next.0
    • @backstage/theme@0.5.0-next.0
    • @backstage/frontend-plugin-api@0.3.1-next.0
    • @backstage/catalog-model@1.4.3
    • @backstage/config@1.1.1
    • @backstage/errors@1.2.3
    • @backstage/types@1.1.1
    • @backstage/version-bridge@1.0.7
    • @backstage/plugin-search-common@1.2.8

@backstage/plugin-search-backend@1.4.8-next.0

Patch Changes

  • Updated dependencies
    • @backstage/backend-common@0.20.0-next.0
    • @backstage/backend-openapi-utils@0.1.1-next.0
    • @backstage/plugin-auth-node@0.4.2-next.0
    • @backstage/plugin-permission-node@0.7.19-next.0
    • @backstage/plugin-search-backend-node@1.2.12-next.0
    • @backstage/backend-plugin-api@0.6.8-next.0
    • @backstage/config@1.1.1
    • @backstage/errors@1.2.3
    • @backstage/types@1.1.1
    • @backstage/plugin-permission-common@0.7.10
    • @backstage/plugin-search-common@1.2.8

@backstage/plugin-search-backend-module-catalog@0.1.12-next.0

Patch Changes

  • Updated dependencies
    • @backstage/backend-common@0.20.0-next.0
    • @backstage/backend-tasks@0.5.13-next.0
    • @backstage/plugin-catalog-node@1.5.1-next.0
    • @backstage/plugin-search-backend-node@1.2.12-next.0
    • @backstage/backend-plugin-api@0.6.8-next.0
    • @backstage/catalog-client@1.4.6
    • @backstage/catalog-model@1.4.3
    • @backstage/config@1.1.1
    • @backstage/errors@1.2.3
    • @backstage/plugin-catalog-common@1.0.18
    • @backstage/plugin-permission-common@0.7.10
    • @backstage/plugin-search-common@1.2.8

@backstage/plugin-search-backend-module-elasticsearch@1.3.11-next.0

Patch Changes

  • Updated dependencies
    • @backstage/backend-common@0.20.0-next.0
    • @backstage/plugin-search-backend-node@1.2.12-next.0
    • @backstage/backend-plugin-api@0.6.8-next.0
    • @backstage/config@1.1.1
    • @backstage/integration-aws-node@0.1.8
    • @backstage/plugin-search-common@1.2.8

@backstage/plugin-search-backend-module-explore@0.1.12-next.0

Patch Changes

  • Updated dependencies
    • @backstage/backend-common@0.20.0-next.0
    • @backstage/backend-tasks@0.5.13-next.0
    • @backstage/plugin-search-backend-node@1.2.12-next.0
    • @backstage/backend-plugin-api@0.6.8-next.0
    • @backstage/config@1.1.1
    • @backstage/plugin-explore-common@0.0.2
    • @backstage/plugin-search-common@1.2.8

@backstage/plugin-search-backend-module-pg@0.5.17-next.0

Patch Changes

  • Updated dependencies
    • @backstage/backend-common@0.20.0-next.0
    • @backstage/plugin-search-backend-node@1.2.12-next.0
    • @backstage/backend-plugin-api@0.6.8-next.0
    • @backstage/config@1.1.1
    • @backstage/plugin-search-common@1.2.8

@backstage/plugin-search-backend-module-stack-overflow-collator@0.1.1-next.0

Patch Changes

  • Updated dependencies
    • @backstage/backend-common@0.20.0-next.0
    • @backstage/backend-tasks@0.5.13-next.0
    • @backstage/plugin-search-backend-node@1.2.12-next.0
    • @backstage/backend-plugin-api@0.6.8-next.0
    • @backstage/config@1.1.1
    • @backstage/plugin-search-common@1.2.8

@backstage/plugin-search-backend-module-techdocs@0.1.12-next.0

Patch Changes

  • Updated dependencies
    • @backstage/backend-common@0.20.0-next.0
    • @backstage/backend-tasks@0.5.13-next.0
    • @backstage/plugin-techdocs-node@1.11.0-next.0
    • @backstage/plugin-catalog-node@1.5.1-next.0
    • @backstage/plugin-search-backend-node@1.2.12-next.0
    • @backstage/backend-plugin-api@0.6.8-next.0
    • @backstage/catalog-client@1.4.6
    • @backstage/catalog-model@1.4.3
    • @backstage/config@1.1.1
    • @backstage/plugin-catalog-common@1.0.18
    • @backstage/plugin-permission-common@0.7.10
    • @backstage/plugin-search-common@1.2.8

@backstage/plugin-search-backend-node@1.2.12-next.0

Patch Changes

  • Updated dependencies
    • @backstage/backend-common@0.20.0-next.0
    • @backstage/backend-tasks@0.5.13-next.0
    • @backstage/backend-plugin-api@0.6.8-next.0
    • @backstage/config@1.1.1
    • @backstage/errors@1.2.3
    • @backstage/plugin-permission-common@0.7.10
    • @backstage/plugin-search-common@1.2.8

@backstage/plugin-search-react@1.7.4-next.0

Patch Changes

  • 84dabc5363: Removed @backstage/frontend-app-api dependency.
  • Updated dependencies
    • @backstage/core-plugin-api@1.8.1-next.0
    • @backstage/core-components@0.13.9-next.0
    • @backstage/theme@0.5.0-next.0
    • @backstage/frontend-plugin-api@0.3.1-next.0
    • @backstage/types@1.1.1
    • @backstage/version-bridge@1.0.7
    • @backstage/plugin-search-common@1.2.8

@backstage/plugin-sentry@0.5.13-next.0

Patch Changes

  • Updated dependencies
    • @backstage/core-plugin-api@1.8.1-next.0
    • @backstage/plugin-catalog-react@1.9.2-next.0
    • @backstage/core-components@0.13.9-next.0
    • @backstage/theme@0.5.0-next.0
    • @backstage/catalog-model@1.4.3

@backstage/plugin-shortcuts@0.3.17-next.0

Patch Changes

  • Updated dependencies
    • @backstage/core-plugin-api@1.8.1-next.0
    • @backstage/core-components@0.13.9-next.0
    • @backstage/theme@0.5.0-next.0
    • @backstage/types@1.1.1

@backstage/plugin-sonarqube@0.7.10-next.0

Patch Changes

  • Updated dependencies
    • @backstage/core-plugin-api@1.8.1-next.0
    • @backstage/plugin-catalog-react@1.9.2-next.0
    • @backstage/core-components@0.13.9-next.0
    • @backstage/theme@0.5.0-next.0
    • @backstage/plugin-sonarqube-react@0.1.11-next.0
    • @backstage/catalog-model@1.4.3

@backstage/plugin-sonarqube-backend@0.2.10-next.0

Patch Changes

  • Updated dependencies
    • @backstage/backend-common@0.20.0-next.0
    • @backstage/backend-plugin-api@0.6.8-next.0
    • @backstage/config@1.1.1
    • @backstage/errors@1.2.3

@backstage/plugin-sonarqube-react@0.1.11-next.0

Patch Changes

  • Updated dependencies
    • @backstage/core-plugin-api@1.8.1-next.0
    • @backstage/catalog-model@1.4.3

@backstage/plugin-splunk-on-call@0.4.17-next.0

Patch Changes

  • Updated dependencies
    • @backstage/core-plugin-api@1.8.1-next.0
    • @backstage/plugin-catalog-react@1.9.2-next.0
    • @backstage/core-components@0.13.9-next.0
    • @backstage/theme@0.5.0-next.0
    • @backstage/catalog-model@1.4.3

@backstage/plugin-stack-overflow@0.1.23-next.0

Patch Changes

  • Updated dependencies
    • @backstage/core-plugin-api@1.8.1-next.0
    • @backstage/core-components@0.13.9-next.0
    • @backstage/plugin-search-react@1.7.4-next.0
    • @backstage/plugin-home-react@0.1.6-next.0
    • @backstage/theme@0.5.0-next.0
    • @backstage/frontend-plugin-api@0.3.1-next.0
    • @backstage/config@1.1.1
    • @backstage/plugin-search-common@1.2.8

@backstage/plugin-stack-overflow-backend@0.2.12-next.0

Patch Changes

  • Updated dependencies
    • @backstage/backend-common@0.20.0-next.0
    • @backstage/plugin-search-backend-module-stack-overflow-collator@0.1.1-next.0
    • @backstage/config@1.1.1
    • @backstage/plugin-search-common@1.2.8

@backstage/plugin-stackstorm@0.1.9-next.0

Patch Changes

  • Updated dependencies
    • @backstage/core-plugin-api@1.8.1-next.0
    • @backstage/core-components@0.13.9-next.0
    • @backstage/theme@0.5.0-next.0
    • @backstage/errors@1.2.3

@backstage/plugin-tech-insights@0.3.20-next.0

Patch Changes

  • Updated dependencies
    • @backstage/core-plugin-api@1.8.1-next.0
    • @backstage/plugin-catalog-react@1.9.2-next.0
    • @backstage/core-components@0.13.9-next.0
    • @backstage/theme@0.5.0-next.0
    • @backstage/catalog-model@1.4.3
    • @backstage/errors@1.2.3
    • @backstage/types@1.1.1
    • @backstage/plugin-tech-insights-common@0.2.12

@backstage/plugin-tech-insights-backend@0.5.22-next.0

Patch Changes

  • Updated dependencies
    • @backstage/backend-common@0.20.0-next.0
    • @backstage/backend-tasks@0.5.13-next.0
    • @backstage/plugin-tech-insights-node@0.4.14-next.0
    • @backstage/catalog-client@1.4.6
    • @backstage/catalog-model@1.4.3
    • @backstage/config@1.1.1
    • @backstage/errors@1.2.3
    • @backstage/types@1.1.1
    • @backstage/plugin-tech-insights-common@0.2.12

@backstage/plugin-tech-insights-backend-module-jsonfc@0.1.40-next.0

Patch Changes

  • Updated dependencies
    • @backstage/backend-common@0.20.0-next.0
    • @backstage/plugin-tech-insights-node@0.4.14-next.0
    • @backstage/config@1.1.1
    • @backstage/errors@1.2.3
    • @backstage/plugin-tech-insights-common@0.2.12

@backstage/plugin-tech-insights-node@0.4.14-next.0

Patch Changes

  • Updated dependencies
    • @backstage/backend-common@0.20.0-next.0
    • @backstage/backend-tasks@0.5.13-next.0
    • @backstage/config@1.1.1
    • @backstage/types@1.1.1
    • @backstage/plugin-tech-insights-common@0.2.12

@backstage/plugin-tech-radar@0.6.11-next.0

Patch Changes

  • 03d0b6dcdc: The convertLegacyRouteRef utility used by the alpha exports is now imported from @backstage/core-compat-api.
  • Updated dependencies
    • @backstage/core-compat-api@0.0.2-next.0
    • @backstage/core-plugin-api@1.8.1-next.0
    • @backstage/core-components@0.13.9-next.0
    • @backstage/theme@0.5.0-next.0
    • @backstage/frontend-plugin-api@0.3.1-next.0

@backstage/plugin-techdocs@1.9.2-next.0

Patch Changes

  • 03d0b6dcdc: The convertLegacyRouteRef utility used by the alpha exports is now imported from @backstage/core-compat-api.
  • Updated dependencies
    • @backstage/core-compat-api@0.0.2-next.0
    • @backstage/core-plugin-api@1.8.1-next.0
    • @backstage/plugin-catalog-react@1.9.2-next.0
    • @backstage/core-components@0.13.9-next.0
    • @backstage/plugin-search-react@1.7.4-next.0
    • @backstage/integration@1.8.0-next.0
    • @backstage/theme@0.5.0-next.0
    • @backstage/frontend-plugin-api@0.3.1-next.0
    • @backstage/integration-react@1.1.22-next.0
    • @backstage/plugin-techdocs-react@1.1.14-next.0
    • @backstage/catalog-model@1.4.3
    • @backstage/config@1.1.1
    • @backstage/errors@1.2.3
    • @backstage/plugin-search-common@1.2.8

@backstage/plugin-techdocs-addons-test-utils@1.0.25-next.0

Patch Changes

  • 3f354e68f4: Move @testing-library/react to be a peerDependency
  • Updated dependencies
    • @backstage/core-plugin-api@1.8.1-next.0
    • @backstage/core-components@0.13.9-next.0
    • @backstage/plugin-catalog@1.16.0-next.0
    • @backstage/plugin-techdocs@1.9.2-next.0
    • @backstage/plugin-search-react@1.7.4-next.0
    • @backstage/theme@0.5.0-next.0
    • @backstage/core-app-api@1.11.2-next.0
    • @backstage/integration-react@1.1.22-next.0
    • @backstage/test-utils@1.4.6-next.0
    • @backstage/plugin-techdocs-react@1.1.14-next.0

@backstage/plugin-techdocs-backend@1.9.1-next.0

Patch Changes

  • Updated dependencies
    • @backstage/backend-common@0.20.0-next.0
    • @backstage/integration@1.8.0-next.0
    • @backstage/plugin-techdocs-node@1.11.0-next.0
    • @backstage/plugin-search-backend-module-techdocs@0.1.12-next.0
    • @backstage/backend-plugin-api@0.6.8-next.0
    • @backstage/catalog-client@1.4.6
    • @backstage/catalog-model@1.4.3
    • @backstage/config@1.1.1
    • @backstage/errors@1.2.3
    • @backstage/plugin-catalog-common@1.0.18
    • @backstage/plugin-permission-common@0.7.10
    • @backstage/plugin-search-common@1.2.8

@backstage/plugin-techdocs-module-addons-contrib@1.1.3-next.0

Patch Changes

  • Updated dependencies
    • @backstage/core-plugin-api@1.8.1-next.0
    • @backstage/core-components@0.13.9-next.0
    • @backstage/integration@1.8.0-next.0
    • @backstage/theme@0.5.0-next.0
    • @backstage/integration-react@1.1.22-next.0
    • @backstage/plugin-techdocs-react@1.1.14-next.0

@backstage/plugin-techdocs-react@1.1.14-next.0

Patch Changes

  • Updated dependencies
    • @backstage/core-plugin-api@1.8.1-next.0
    • @backstage/core-components@0.13.9-next.0
    • @backstage/catalog-model@1.4.3
    • @backstage/config@1.1.1
    • @backstage/version-bridge@1.0.7

@backstage/plugin-todo@0.2.32-next.0

Patch Changes

  • Updated dependencies
    • @backstage/core-plugin-api@1.8.1-next.0
    • @backstage/plugin-catalog-react@1.9.2-next.0
    • @backstage/core-components@0.13.9-next.0
    • @backstage/theme@0.5.0-next.0
    • @backstage/catalog-model@1.4.3
    • @backstage/errors@1.2.3

@backstage/plugin-todo-backend@0.3.6-next.0

Patch Changes

  • Updated dependencies
    • @backstage/backend-common@0.20.0-next.0
    • @backstage/backend-openapi-utils@0.1.1-next.0
    • @backstage/integration@1.8.0-next.0
    • @backstage/plugin-catalog-node@1.5.1-next.0
    • @backstage/backend-plugin-api@0.6.8-next.0
    • @backstage/catalog-client@1.4.6
    • @backstage/catalog-model@1.4.3
    • @backstage/config@1.1.1
    • @backstage/errors@1.2.3

@backstage/plugin-user-settings@0.7.14-next.0

Patch Changes

  • 03d0b6dcdc: The convertLegacyRouteRef utility used by the alpha exports is now imported from @backstage/core-compat-api.
  • Updated dependencies
    • @backstage/core-compat-api@0.0.2-next.0
    • @backstage/core-plugin-api@1.8.1-next.0
    • @backstage/plugin-catalog-react@1.9.2-next.0
    • @backstage/core-components@0.13.9-next.0
    • @backstage/theme@0.5.0-next.0
    • @backstage/frontend-plugin-api@0.3.1-next.0
    • @backstage/core-app-api@1.11.2-next.0
    • @backstage/errors@1.2.3
    • @backstage/types@1.1.1

@backstage/plugin-user-settings-backend@0.2.7-next.0

Patch Changes

  • Updated dependencies
    • @backstage/backend-common@0.20.0-next.0
    • @backstage/plugin-auth-node@0.4.2-next.0
    • @backstage/backend-plugin-api@0.6.8-next.0
    • @backstage/catalog-model@1.4.3
    • @backstage/config@1.1.1
    • @backstage/errors@1.2.3
    • @backstage/types@1.1.1

@backstage/plugin-vault@0.1.23-next.0

Patch Changes

  • Updated dependencies
    • @backstage/core-plugin-api@1.8.1-next.0
    • @backstage/plugin-catalog-react@1.9.2-next.0
    • @backstage/core-components@0.13.9-next.0
    • @backstage/theme@0.5.0-next.0
    • @backstage/catalog-model@1.4.3
    • @backstage/errors@1.2.3

@backstage/plugin-vault-backend@0.4.1-next.0

Patch Changes

  • Updated dependencies
    • @backstage/backend-common@0.20.0-next.0
    • @backstage/backend-tasks@0.5.13-next.0
    • @backstage/backend-plugin-api@0.6.8-next.0
    • @backstage/config@1.1.1
    • @backstage/errors@1.2.3
    • @backstage/plugin-vault-node@0.1.1-next.0

@backstage/plugin-vault-node@0.1.1-next.0

Patch Changes

  • Updated dependencies
    • @backstage/backend-plugin-api@0.6.8-next.0

@backstage/plugin-xcmetrics@0.2.46-next.0

Patch Changes

  • Updated dependencies
    • @backstage/core-plugin-api@1.8.1-next.0
    • @backstage/core-components@0.13.9-next.0
    • @backstage/theme@0.5.0-next.0
    • @backstage/errors@1.2.3

example-app@0.2.90-next.0

Patch Changes

  • Updated dependencies
    • @backstage/core-plugin-api@1.8.1-next.0
    • @backstage/plugin-catalog-react@1.9.2-next.0
    • @backstage/plugin-api-docs@0.10.2-next.0
    • @backstage/core-components@0.13.9-next.0
    • @backstage/plugin-scaffolder@1.16.2-next.0
    • @backstage/plugin-catalog@1.16.0-next.0
    • @backstage/frontend-app-api@0.3.1-next.0
    • @backstage/plugin-org@0.6.18-next.0
    • @backstage/plugin-scaffolder-react@1.6.2-next.0
    • @backstage/plugin-catalog-import@0.10.4-next.0
    • @backstage/plugin-user-settings@0.7.14-next.0
    • @backstage/plugin-tech-radar@0.6.11-next.0
    • @backstage/plugin-graphiql@0.3.1-next.0
    • @backstage/plugin-techdocs@1.9.2-next.0
    • @backstage/plugin-search@1.4.4-next.0
    • @backstage/plugin-search-react@1.7.4-next.0
    • @backstage/cli@0.24.1-next.0
    • @backstage/plugin-home@0.5.12-next.0
    • @backstage/plugin-kubernetes@0.11.3-next.0
    • @backstage/theme@0.5.0-next.0
    • @backstage/app-defaults@1.4.6-next.0
    • @backstage/core-app-api@1.11.2-next.0
    • @backstage/integration-react@1.1.22-next.0
    • @backstage/plugin-adr@0.6.11-next.0
    • @backstage/plugin-airbrake@0.3.28-next.0
    • @backstage/plugin-apache-airflow@0.2.18-next.0
    • @backstage/plugin-azure-devops@0.3.10-next.0
    • @backstage/plugin-azure-sites@0.1.17-next.0
    • @backstage/plugin-badges@0.2.52-next.0
    • @backstage/plugin-catalog-graph@0.3.2-next.0
    • @backstage/plugin-catalog-unprocessed-entities@0.1.6-next.0
    • @backstage/plugin-circleci@0.3.28-next.0
    • @backstage/plugin-cloudbuild@0.3.28-next.0
    • @backstage/plugin-code-coverage@0.2.21-next.0
    • @backstage/plugin-cost-insights@0.12.17-next.0
    • @backstage/plugin-devtools@0.1.7-next.0
    • @backstage/plugin-dynatrace@8.0.2-next.0
    • @backstage/plugin-entity-feedback@0.2.11-next.0
    • @backstage/plugin-explore@0.4.14-next.0
    • @backstage/plugin-gcalendar@0.3.21-next.0
    • @backstage/plugin-gcp-projects@0.3.44-next.0
    • @backstage/plugin-github-actions@0.6.9-next.0
    • @backstage/plugin-gocd@0.1.34-next.0
    • @backstage/plugin-jenkins@0.9.3-next.0
    • @backstage/plugin-kafka@0.3.28-next.0
    • @backstage/plugin-kubernetes-cluster@0.0.4-next.0
    • @backstage/plugin-lighthouse@0.4.13-next.0
    • @backstage/plugin-linguist@0.1.13-next.0
    • @backstage/plugin-microsoft-calendar@0.1.10-next.0
    • @backstage/plugin-newrelic@0.3.43-next.0
    • @backstage/plugin-newrelic-dashboard@0.3.3-next.0
    • @backstage/plugin-nomad@0.1.9-next.0
    • @backstage/plugin-octopus-deploy@0.2.10-next.0
    • @backstage/plugin-pagerduty@0.6.9-next.0
    • @backstage/plugin-permission-react@0.4.18-next.0
    • @backstage/plugin-playlist@0.2.2-next.0
    • @backstage/plugin-puppetdb@0.1.11-next.0
    • @backstage/plugin-rollbar@0.4.28-next.0
    • @backstage/plugin-sentry@0.5.13-next.0
    • @backstage/plugin-shortcuts@0.3.17-next.0
    • @backstage/plugin-stack-overflow@0.1.23-next.0
    • @backstage/plugin-stackstorm@0.1.9-next.0
    • @backstage/plugin-tech-insights@0.3.20-next.0
    • @backstage/plugin-techdocs-module-addons-contrib@1.1.3-next.0
    • @backstage/plugin-techdocs-react@1.1.14-next.0
    • @backstage/plugin-todo@0.2.32-next.0
    • @backstage/catalog-model@1.4.3
    • @backstage/config@1.1.1
    • @backstage/plugin-catalog-common@1.0.18
    • @backstage/plugin-linguist-common@0.1.2
    • @backstage/plugin-search-common@1.2.8

example-app-next@0.0.4-next.0

Patch Changes

  • Updated dependencies
    • @backstage/core-compat-api@0.0.2-next.0
    • @backstage/core-plugin-api@1.8.1-next.0
    • @backstage/plugin-catalog-react@1.9.2-next.0
    • @backstage/plugin-api-docs@0.10.2-next.0
    • @backstage/core-components@0.13.9-next.0
    • @backstage/plugin-scaffolder@1.16.2-next.0
    • @backstage/plugin-catalog@1.16.0-next.0
    • @backstage/frontend-app-api@0.3.1-next.0
    • @backstage/plugin-org@0.6.18-next.0
    • @backstage/plugin-scaffolder-react@1.6.2-next.0
    • @backstage/plugin-catalog-import@0.10.4-next.0
    • @backstage/plugin-user-settings@0.7.14-next.0
    • @backstage/plugin-tech-radar@0.6.11-next.0
    • @backstage/plugin-graphiql@0.3.1-next.0
    • @backstage/plugin-techdocs@1.9.2-next.0
    • @backstage/plugin-search@1.4.4-next.0
    • @backstage/plugin-search-react@1.7.4-next.0
    • @backstage/cli@0.24.1-next.0
    • @backstage/plugin-home@0.5.12-next.0
    • @backstage/plugin-kubernetes@0.11.3-next.0
    • @backstage/theme@0.5.0-next.0
    • @backstage/frontend-plugin-api@0.3.1-next.0
    • @backstage/app-defaults@1.4.6-next.0
    • @backstage/core-app-api@1.11.2-next.0
    • @backstage/integration-react@1.1.22-next.0
    • @backstage/plugin-adr@0.6.11-next.0
    • @backstage/plugin-airbrake@0.3.28-next.0
    • @backstage/plugin-apache-airflow@0.2.18-next.0
    • @backstage/plugin-azure-devops@0.3.10-next.0
    • @backstage/plugin-azure-sites@0.1.17-next.0
    • @backstage/plugin-badges@0.2.52-next.0
    • @backstage/plugin-catalog-graph@0.3.2-next.0
    • @backstage/plugin-catalog-unprocessed-entities@0.1.6-next.0
    • @backstage/plugin-circleci@0.3.28-next.0
    • @backstage/plugin-cloudbuild@0.3.28-next.0
    • @backstage/plugin-code-coverage@0.2.21-next.0
    • @backstage/plugin-cost-insights@0.12.17-next.0
    • @backstage/plugin-devtools@0.1.7-next.0
    • @backstage/plugin-dynatrace@8.0.2-next.0
    • @backstage/plugin-entity-feedback@0.2.11-next.0
    • @backstage/plugin-explore@0.4.14-next.0
    • @backstage/plugin-gcalendar@0.3.21-next.0
    • @backstage/plugin-gcp-projects@0.3.44-next.0
    • @backstage/plugin-github-actions@0.6.9-next.0
    • @backstage/plugin-gocd@0.1.34-next.0
    • @backstage/plugin-jenkins@0.9.3-next.0
    • @backstage/plugin-kafka@0.3.28-next.0
    • @backstage/plugin-lighthouse@0.4.13-next.0
    • @backstage/plugin-linguist@0.1.13-next.0
    • @backstage/plugin-microsoft-calendar@0.1.10-next.0
    • @backstage/plugin-newrelic@0.3.43-next.0
    • @backstage/plugin-newrelic-dashboard@0.3.3-next.0
    • @backstage/plugin-octopus-deploy@0.2.10-next.0
    • @backstage/plugin-pagerduty@0.6.9-next.0
    • @backstage/plugin-permission-react@0.4.18-next.0
    • @backstage/plugin-playlist@0.2.2-next.0
    • @backstage/plugin-puppetdb@0.1.11-next.0
    • @backstage/plugin-rollbar@0.4.28-next.0
    • @backstage/plugin-sentry@0.5.13-next.0
    • @backstage/plugin-shortcuts@0.3.17-next.0
    • @backstage/plugin-stackstorm@0.1.9-next.0
    • @backstage/plugin-tech-insights@0.3.20-next.0
    • @backstage/plugin-techdocs-module-addons-contrib@1.1.3-next.0
    • @backstage/plugin-techdocs-react@1.1.14-next.0
    • @backstage/plugin-todo@0.2.32-next.0
    • app-next-example-plugin@0.0.4-next.0
    • @backstage/catalog-model@1.4.3
    • @backstage/config@1.1.1
    • @backstage/plugin-catalog-common@1.0.18
    • @backstage/plugin-linguist-common@0.1.2
    • @backstage/plugin-search-common@1.2.8

app-next-example-plugin@0.0.4-next.0

Patch Changes

  • Updated dependencies
    • @backstage/core-components@0.13.9-next.0
    • @backstage/frontend-plugin-api@0.3.1-next.0

example-backend@0.2.90-next.0

Patch Changes

  • Updated dependencies
    • @backstage/backend-common@0.20.0-next.0
    • @backstage/plugin-auth-backend@0.20.1-next.0
    • @backstage/backend-tasks@0.5.13-next.0
    • @backstage/plugin-scaffolder-backend@1.19.2-next.0
    • @backstage/plugin-kubernetes-backend@0.14.0-next.0
    • @backstage/plugin-azure-sites-backend@0.1.18-next.0
    • @backstage/integration@1.8.0-next.0
    • example-app@0.2.90-next.0
    • @backstage/plugin-adr-backend@0.4.5-next.0
    • @backstage/plugin-app-backend@0.3.56-next.0
    • @backstage/plugin-auth-node@0.4.2-next.0
    • @backstage/plugin-azure-devops-backend@0.4.5-next.0
    • @backstage/plugin-badges-backend@0.3.5-next.0
    • @backstage/plugin-catalog-backend@1.15.1-next.0
    • @backstage/plugin-catalog-backend-module-scaffolder-entity-model@0.1.5-next.0
    • @backstage/plugin-catalog-node@1.5.1-next.0
    • @backstage/plugin-code-coverage-backend@0.2.22-next.0
    • @backstage/plugin-devtools-backend@0.2.5-next.0
    • @backstage/plugin-entity-feedback-backend@0.2.5-next.0
    • @backstage/plugin-events-backend@0.2.17-next.0
    • @backstage/plugin-explore-backend@0.0.18-next.0
    • @backstage/plugin-jenkins-backend@0.3.2-next.0
    • @backstage/plugin-kafka-backend@0.3.6-next.0
    • @backstage/plugin-lighthouse-backend@0.3.5-next.0
    • @backstage/plugin-linguist-backend@0.5.5-next.0
    • @backstage/plugin-nomad-backend@0.1.10-next.0
    • @backstage/plugin-permission-backend@0.5.31-next.0
    • @backstage/plugin-permission-node@0.7.19-next.0
    • @backstage/plugin-playlist-backend@0.3.12-next.0
    • @backstage/plugin-proxy-backend@0.4.6-next.0
    • @backstage/plugin-rollbar-backend@0.1.53-next.0
    • @backstage/plugin-scaffolder-backend-module-confluence-to-markdown@0.2.9-next.0
    • @backstage/plugin-scaffolder-backend-module-rails@0.4.25-next.0
    • @backstage/plugin-search-backend@1.4.8-next.0
    • @backstage/plugin-search-backend-module-catalog@0.1.12-next.0
    • @backstage/plugin-search-backend-module-elasticsearch@1.3.11-next.0
    • @backstage/plugin-search-backend-module-explore@0.1.12-next.0
    • @backstage/plugin-search-backend-module-pg@0.5.17-next.0
    • @backstage/plugin-search-backend-module-techdocs@0.1.12-next.0
    • @backstage/plugin-search-backend-node@1.2.12-next.0
    • @backstage/plugin-tech-insights-backend@0.5.22-next.0
    • @backstage/plugin-tech-insights-backend-module-jsonfc@0.1.40-next.0
    • @backstage/plugin-tech-insights-node@0.4.14-next.0
    • @backstage/plugin-techdocs-backend@1.9.1-next.0
    • @backstage/plugin-todo-backend@0.3.6-next.0
    • @backstage/catalog-client@1.4.6
    • @backstage/catalog-model@1.4.3
    • @backstage/config@1.1.1
    • @backstage/plugin-catalog-backend-module-unprocessed@0.3.5-next.0
    • @backstage/plugin-events-node@0.2.17-next.0
    • @backstage/plugin-permission-common@0.7.10
    • @backstage/plugin-search-common@1.2.8

example-backend-next@0.0.18-next.0

Patch Changes

  • Updated dependencies
    • @backstage/backend-tasks@0.5.13-next.0
    • @backstage/plugin-scaffolder-backend@1.19.2-next.0
    • @backstage/plugin-kubernetes-backend@0.14.0-next.0
    • @backstage/backend-defaults@0.2.8-next.0
    • @backstage/plugin-adr-backend@0.4.5-next.0
    • @backstage/plugin-app-backend@0.3.56-next.0
    • @backstage/plugin-auth-node@0.4.2-next.0
    • @backstage/plugin-azure-devops-backend@0.4.5-next.0
    • @backstage/plugin-badges-backend@0.3.5-next.0
    • @backstage/plugin-catalog-backend@1.15.1-next.0
    • @backstage/plugin-catalog-backend-module-backstage-openapi@0.1.1-next.0
    • @backstage/plugin-catalog-backend-module-openapi@0.1.25-next.0
    • @backstage/plugin-catalog-backend-module-scaffolder-entity-model@0.1.5-next.0
    • @backstage/plugin-devtools-backend@0.2.5-next.0
    • @backstage/plugin-entity-feedback-backend@0.2.5-next.0
    • @backstage/plugin-jenkins-backend@0.3.2-next.0
    • @backstage/plugin-lighthouse-backend@0.3.5-next.0
    • @backstage/plugin-linguist-backend@0.5.5-next.0
    • @backstage/plugin-nomad-backend@0.1.10-next.0
    • @backstage/plugin-permission-backend@0.5.31-next.0
    • @backstage/plugin-permission-backend-module-allow-all-policy@0.1.5-next.0
    • @backstage/plugin-permission-node@0.7.19-next.0
    • @backstage/plugin-playlist-backend@0.3.12-next.0
    • @backstage/plugin-proxy-backend@0.4.6-next.0
    • @backstage/plugin-search-backend@1.4.8-next.0
    • @backstage/plugin-search-backend-module-catalog@0.1.12-next.0
    • @backstage/plugin-search-backend-module-explore@0.1.12-next.0
    • @backstage/plugin-search-backend-module-techdocs@0.1.12-next.0
    • @backstage/plugin-search-backend-node@1.2.12-next.0
    • @backstage/plugin-sonarqube-backend@0.2.10-next.0
    • @backstage/plugin-techdocs-backend@1.9.1-next.0
    • @backstage/plugin-todo-backend@0.3.6-next.0
    • @backstage/backend-plugin-api@0.6.8-next.0
    • @backstage/plugin-catalog-backend-module-unprocessed@0.3.5-next.0
    • @backstage/plugin-permission-common@0.7.10

@backstage/backend-plugin-manager@0.0.4-next.0

Patch Changes

  • Updated dependencies
    • @backstage/backend-common@0.20.0-next.0
    • @backstage/backend-tasks@0.5.13-next.0
    • @backstage/plugin-auth-node@0.4.2-next.0
    • @backstage/plugin-catalog-backend@1.15.1-next.0
    • @backstage/plugin-events-backend@0.2.17-next.0
    • @backstage/plugin-permission-node@0.7.19-next.0
    • @backstage/plugin-scaffolder-node@0.2.9-next.0
    • @backstage/plugin-search-backend-node@1.2.12-next.0
    • @backstage/backend-plugin-api@0.6.8-next.0
    • @backstage/cli-common@0.1.13
    • @backstage/cli-node@0.2.0
    • @backstage/config@1.1.1
    • @backstage/errors@1.2.3
    • @backstage/types@1.1.1
    • @backstage/plugin-events-node@0.2.17-next.0
    • @backstage/plugin-permission-common@0.7.10
    • @backstage/plugin-search-common@1.2.8

@backstage/core-compat-api@0.0.2-next.0

Patch Changes

  • 03d0b6dcdc: Added convertLegacyRouteRef utility to convert existing route refs to be used with the new experimental packages.
  • Updated dependencies
    • @backstage/core-plugin-api@1.8.1-next.0
    • @backstage/frontend-plugin-api@0.3.1-next.0
    • @backstage/core-app-api@1.11.2-next.0

e2e-test@0.2.10-next.0

Patch Changes

  • Updated dependencies
    • @backstage/create-app@0.5.8-next.0
    • @backstage/cli-common@0.1.13
    • @backstage/errors@1.2.3

techdocs-cli-embedded-app@0.2.89-next.0

Patch Changes

  • Updated dependencies
    • @backstage/core-plugin-api@1.8.1-next.0
    • @backstage/core-components@0.13.9-next.0
    • @backstage/plugin-catalog@1.16.0-next.0
    • @backstage/plugin-techdocs@1.9.2-next.0
    • @backstage/cli@0.24.1-next.0
    • @backstage/theme@0.5.0-next.0
    • @backstage/app-defaults@1.4.6-next.0
    • @backstage/core-app-api@1.11.2-next.0
    • @backstage/integration-react@1.1.22-next.0
    • @backstage/test-utils@1.4.6-next.0
    • @backstage/plugin-techdocs-react@1.1.14-next.0
    • @backstage/catalog-model@1.4.3
    • @backstage/config@1.1.1

@internal/plugin-todo-list@1.0.20-next.0

Patch Changes

  • Updated dependencies
    • @backstage/core-plugin-api@1.8.1-next.0
    • @backstage/core-components@0.13.9-next.0
    • @backstage/theme@0.5.0-next.0

@internal/plugin-todo-list-backend@1.0.20-next.0

Patch Changes

  • Updated dependencies
    • @backstage/backend-common@0.20.0-next.0
    • @backstage/plugin-auth-node@0.4.2-next.0
    • @backstage/backend-plugin-api@0.6.8-next.0
    • @backstage/config@1.1.1
    • @backstage/errors@1.2.3