Skip to main content

Release v1.13.0-next.0

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

Minor Changes

  • 7908d72e033: Introduce a new global config parameter, enableExperimentalRedirectFlow. When enabled, auth will happen with an in-window redirect flow rather than through a popup window.

Patch Changes

  • Updated dependencies
    • @backstage/core-components@0.12.6-next.0
    • @backstage/core-app-api@1.7.0-next.0
    • @backstage/core-plugin-api@1.5.0
    • @backstage/plugin-permission-react@0.4.11
    • @backstage/theme@0.2.18

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

Minor Changes

  • 7908d72e033: Introduce a new global config parameter, enableExperimentalRedirectFlow. When enabled, auth will happen with an in-window redirect flow rather than through a popup window.

Patch Changes

  • Updated dependencies
    • @backstage/core-plugin-api@1.5.0
    • @backstage/config@1.0.7
    • @backstage/types@1.0.2
    • @backstage/version-bridge@1.0.3

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

Minor Changes

  • 7908d72e033: Introduce a new global config parameter, enableExperimentalRedirectFlow. When enabled, auth will happen with an in-window redirect flow rather than through a popup window.

Patch Changes

  • Updated dependencies
    • @backstage/core-app-api@1.7.0-next.0
    • @backstage/core-plugin-api@1.5.0
    • @backstage/config@1.0.7
    • @backstage/plugin-permission-react@0.4.11
    • @backstage/theme@0.2.18
    • @backstage/types@1.0.2
    • @backstage/plugin-permission-common@0.7.4

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

Minor Changes

  • 4dbf3d3e4da: Added a new EntitySwitch isResourceType to allow different views depending on Resource type
  • fc6cab4eb48: Added isEntityWith condition helper for EntitySwitch case statements.

Patch Changes

  • 8e00acb28db: Small tweaks to remove warnings in the console during development (mainly focusing on techdocs)
  • Updated dependencies
    • @backstage/core-components@0.12.6-next.0
    • @backstage/plugin-search-react@1.5.2-next.0
    • @backstage/plugin-catalog-react@1.4.1-next.0
    • @backstage/integration-react@1.1.12-next.0
    • @backstage/core-plugin-api@1.5.0
    • @backstage/catalog-client@1.4.0
    • @backstage/catalog-model@1.2.1
    • @backstage/errors@1.1.5
    • @backstage/theme@0.2.18
    • @backstage/types@1.0.2
    • @backstage/plugin-catalog-common@1.0.12
    • @backstage/plugin-search-common@1.2.2

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

Minor Changes

  • f64345108a0: BREAKING: The configuration of the GitlabDiscoveryEntityProvider has changed as follows:

    • The configuration key branch is now used to define the branch from which the catalog-info should be discovered.
    • The old configuration key branch is now called fallbackBranch. This value specifies which branch should be used if no default branch is defined on the project itself.

    To migrate to the new configuration value, rename branch to fallbackBranch

Patch Changes

  • 7b1b7bfdb7b: The gitlab org data integration now makes use of the GraphQL API to determine the relationships between imported User and Group entities, effectively making this integration usable without an administrator account's Personal Access Token.
  • Updated dependencies
    • @backstage/backend-common@0.18.4-next.0
    • @backstage/config@1.0.7
    • @backstage/integration@1.4.3
    • @backstage/backend-plugin-api@0.5.1-next.0
    • @backstage/backend-tasks@0.5.1-next.0
    • @backstage/catalog-model@1.2.1
    • @backstage/errors@1.1.5
    • @backstage/types@1.0.2
    • @backstage/plugin-catalog-node@1.3.5-next.0

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

Minor Changes

  • 7eba760e6f6: Added an endpoint to fetch anonymous aggregated results from an entity

Patch Changes

  • 8e00acb28db: Small tweaks to remove warnings in the console during development (mainly focusing on techdocs)
  • Updated dependencies
    • @backstage/plugin-entity-feedback-common@0.1.1-next.0
    • @backstage/core-components@0.12.6-next.0
    • @backstage/plugin-catalog-react@1.4.1-next.0
    • @backstage/core-plugin-api@1.5.0
    • @backstage/catalog-model@1.2.1
    • @backstage/errors@1.1.5
    • @backstage/theme@0.2.18

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

Minor Changes

  • 804f6d16b0c: BREAKING: KubernetesBuilder.create now requires a permissions field of type PermissionEvaluator. The kubernetes /proxy endpoint now requires two tokens: the Backstage-Kubernetes-Authorization header should contain a bearer token for the target cluster, and the Authorization header should contain a backstage identity token. The kubernetes /proxy endpoint now requires a Backstage-Kubernetes-Cluster header replacing the previously required X-Kubernetes-Cluster header.

Patch Changes

  • 75d4985f5e8: Fixes bug whereby backstage crashes when bad credentials are provided to the kubernetes plugin.
  • 83d250badc6: Fix parsing error when kubernetes api is returning badly structured data.
  • Updated dependencies
    • @backstage/backend-common@0.18.4-next.0
    • @backstage/plugin-kubernetes-common@0.6.2-next.0
    • @backstage/config@1.0.7
    • @backstage/catalog-client@1.4.0
    • @backstage/catalog-model@1.2.1
    • @backstage/errors@1.1.5
    • @backstage/plugin-auth-node@0.2.13-next.0
    • @backstage/plugin-permission-common@0.7.4
    • @backstage/plugin-permission-node@0.7.7-next.0

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

Minor Changes

  • cdab34fd9a2: scaffolder/next: removing the routeRefs and exporting the originals on scaffolderPlugin.routes.x instead
  • e5ad1bd61ec: Allow TemplateListPage and TemplateWizardPage to be passed in as props
  • 92cf86a4b5d: Added a templateFilter prop to the <Router/> component to allow for filtering of templates through a function.
  • 259d3407b9b: Move CategoryPicker from scaffolder into scaffolder-react Move ContextMenu into scaffolder-react and rename it to ScaffolderPageContextMenu

Patch Changes

  • e27ddc36dad: Added a possibility to cancel the running task (executing of a scaffolder template)

  • 57c1b4752fa: Allow use of { exists: true } value inside filters to filter entities that has that key.

    this example will filter all entities that has the annotation someAnnotation set to any value.

    ui:options:
    catalogFilter:
    kind: Group
    metadata.annotations.someAnnotation: { exists: true }
  • 7a6b16cc506: scaffolder/next: Bump @rjsf/* deps to 5.3.1

  • f84fc7fd040: Updated dependency @rjsf/validator-ajv8 to 5.3.0.

  • 8e00acb28db: Small tweaks to remove warnings in the console during development (mainly focusing on techdocs)

  • Updated dependencies

    • @backstage/plugin-scaffolder-react@1.3.0-next.0
    • @backstage/plugin-scaffolder-common@1.2.7-next.0
    • @backstage/core-components@0.12.6-next.0
    • @backstage/plugin-catalog-react@1.4.1-next.0
    • @backstage/integration-react@1.1.12-next.0
    • @backstage/core-plugin-api@1.5.0
    • @backstage/config@1.0.7
    • @backstage/integration@1.4.3
    • @backstage/plugin-permission-react@0.4.11
    • @backstage/catalog-client@1.4.0
    • @backstage/catalog-model@1.2.1
    • @backstage/errors@1.1.5
    • @backstage/theme@0.2.18
    • @backstage/types@1.0.2
    • @backstage/plugin-catalog-common@1.0.12

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

Minor Changes

  • 1ad400bb2de: Add Gitlab Scaffolder Plugin

Patch Changes

  • Updated dependencies
    • @backstage/plugin-scaffolder-node@0.1.2-next.0
    • @backstage/config@1.0.7
    • @backstage/integration@1.4.3
    • @backstage/errors@1.1.5

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

Minor Changes

  • 259d3407b9b: Move CategoryPicker from scaffolder into scaffolder-react Move ContextMenu into scaffolder-react and rename it to ScaffolderPageContextMenu
  • 2cfd03d7376: To offer better customization options, ScaffolderPageContextMenu takes callbacks as props instead of booleans
  • 48da4c46e45: scaffolder/next: Export the TemplateGroupFilter and TemplateGroups and make an extensible component

Patch Changes

  • e27ddc36dad: Added a possibility to cancel the running task (executing of a scaffolder template)
  • 7a6b16cc506: scaffolder/next: Bump @rjsf/* deps to 5.3.1
  • f84fc7fd040: Updated dependency @rjsf/validator-ajv8 to 5.3.0.
  • 8e00acb28db: Small tweaks to remove warnings in the console during development (mainly focusing on techdocs)
  • Updated dependencies
    • @backstage/plugin-scaffolder-common@1.2.7-next.0
    • @backstage/core-components@0.12.6-next.0
    • @backstage/plugin-catalog-react@1.4.1-next.0
    • @backstage/core-plugin-api@1.5.0
    • @backstage/catalog-client@1.4.0
    • @backstage/catalog-model@1.2.1
    • @backstage/errors@1.1.5
    • @backstage/theme@0.2.18
    • @backstage/types@1.0.2
    • @backstage/version-bridge@1.0.3

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

Minor Changes

  • 5e959c9eb62: Allow generic Vault clients to be passed into the builder

Patch Changes

  • Updated dependencies
    • @backstage/backend-common@0.18.4-next.0
    • @backstage/config@1.0.7
    • @backstage/backend-tasks@0.5.1-next.0
    • @backstage/errors@1.1.5

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

Patch Changes

  • 8cce2205a39: Register unhandled rejection and uncaught exception handlers to avoid backend crashes.
  • Updated dependencies
    • @backstage/backend-common@0.18.4-next.0
    • @backstage/config@1.0.7
    • @backstage/backend-plugin-api@0.5.1-next.0
    • @backstage/backend-tasks@0.5.1-next.0
    • @backstage/cli-common@0.1.12
    • @backstage/config-loader@1.1.9
    • @backstage/errors@1.1.5
    • @backstage/types@1.0.2
    • @backstage/plugin-auth-node@0.2.13-next.0
    • @backstage/plugin-permission-node@0.7.7-next.0

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

Patch Changes

  • 420164593cf: Improve GitlabUrlReader to only load requested sub-path
  • Updated dependencies
    • @backstage/backend-app-api@0.4.2-next.0
    • @backstage/config@1.0.7
    • @backstage/integration@1.4.3
    • @backstage/integration-aws-node@0.1.2
    • @backstage/backend-dev-utils@0.1.1
    • @backstage/backend-plugin-api@0.5.1-next.0
    • @backstage/cli-common@0.1.12
    • @backstage/config-loader@1.1.9
    • @backstage/errors@1.1.5
    • @backstage/types@1.0.2

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

Patch Changes

  • Updated dependencies
    • @backstage/backend-app-api@0.4.2-next.0
    • @backstage/backend-common@0.18.4-next.0
    • @backstage/backend-plugin-api@0.5.1-next.0

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

Patch Changes

  • Updated dependencies
    • @backstage/config@1.0.7
    • @backstage/backend-tasks@0.5.1-next.0
    • @backstage/types@1.0.2
    • @backstage/plugin-auth-node@0.2.13-next.0
    • @backstage/plugin-permission-common@0.7.4

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

Patch Changes

  • Updated dependencies
    • @backstage/backend-common@0.18.4-next.0
    • @backstage/config@1.0.7
    • @backstage/errors@1.1.5
    • @backstage/types@1.0.2

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

Patch Changes

  • Updated dependencies
    • @backstage/backend-app-api@0.4.2-next.0
    • @backstage/backend-common@0.18.4-next.0
    • @backstage/config@1.0.7
    • @backstage/backend-plugin-api@0.5.1-next.0
    • @backstage/types@1.0.2
    • @backstage/plugin-auth-node@0.2.13-next.0

@backstage/cli@0.22.6-next.0

Patch Changes

  • b9839d7135c: Fixed backend start command on Windows by removing the use of platform dependent path joins.
  • c07c3b7364b: Add onboard command. While still in development, this command aims to guide users in setting up their Backstage App.
  • Updated dependencies
    • @backstage/eslint-plugin@0.1.3-next.0
    • @backstage/config@1.0.7
    • @backstage/release-manifests@0.0.9
    • @backstage/cli-common@0.1.12
    • @backstage/config-loader@1.1.9
    • @backstage/errors@1.1.5
    • @backstage/types@1.0.2

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

Patch Changes

  • 7908d72e033: Introduce a new global config parameter, enableExperimentalRedirectFlow. When enabled, auth will happen with an in-window redirect flow rather than through a popup window.
  • 8e00acb28db: Small tweaks to remove warnings in the console during development (mainly focusing on techdocs)
  • 7245e744ab1: Fixed the font color on BackstageHeaderLabel to respect the active page theme.
  • Updated dependencies
    • @backstage/core-plugin-api@1.5.0
    • @backstage/config@1.0.7
    • @backstage/errors@1.1.5
    • @backstage/theme@0.2.18
    • @backstage/version-bridge@1.0.3

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

Patch Changes

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

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

Patch Changes

  • Updated dependencies
    • @backstage/core-components@0.12.6-next.0
    • @backstage/app-defaults@1.3.0-next.0
    • @backstage/core-app-api@1.7.0-next.0
    • @backstage/test-utils@1.3.0-next.0
    • @backstage/plugin-catalog-react@1.4.1-next.0
    • @backstage/integration-react@1.1.12-next.0
    • @backstage/core-plugin-api@1.5.0
    • @backstage/catalog-model@1.2.1
    • @backstage/theme@0.2.18

@backstage/eslint-plugin@0.1.3-next.0

Patch Changes

  • 911c25de59c: Add support for auto-fixing missing imports detected by the no-undeclared-imports rule.

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

Patch Changes

  • Updated dependencies
    • @backstage/core-components@0.12.6-next.0
    • @backstage/core-plugin-api@1.5.0
    • @backstage/config@1.0.7
    • @backstage/integration@1.4.3
    • @backstage/theme@0.2.18

@backstage/repo-tools@0.1.4-next.0

Patch Changes

  • 9129ca8cabb: Log API report instructions when api-report is missing.
  • Updated dependencies
    • @backstage/cli-common@0.1.12
    • @backstage/errors@1.1.5

@techdocs/cli@1.4.1-next.0

Patch Changes

  • b348420a804: Adding global-agent to enable the ability to publish through a proxy
  • Updated dependencies
    • @backstage/backend-common@0.18.4-next.0
    • @backstage/config@1.0.7
    • @backstage/catalog-model@1.2.1
    • @backstage/cli-common@0.1.12
    • @backstage/plugin-techdocs-node@1.6.1-next.0

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

Patch Changes

  • 8e00acb28db: Small tweaks to remove warnings in the console during development (mainly focusing on techdocs)
  • Updated dependencies
    • @backstage/core-components@0.12.6-next.0
    • @backstage/plugin-search-react@1.5.2-next.0
    • @backstage/plugin-catalog-react@1.4.1-next.0
    • @backstage/integration-react@1.1.12-next.0
    • @backstage/core-plugin-api@1.5.0
    • @backstage/catalog-model@1.2.1
    • @backstage/theme@0.2.18
    • @backstage/plugin-adr-common@0.2.7
    • @backstage/plugin-search-common@1.2.2

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

Patch Changes

  • Updated dependencies
    • @backstage/backend-common@0.18.4-next.0
    • @backstage/config@1.0.7
    • @backstage/integration@1.4.3
    • @backstage/catalog-client@1.4.0
    • @backstage/catalog-model@1.2.1
    • @backstage/errors@1.1.5
    • @backstage/plugin-adr-common@0.2.7
    • @backstage/plugin-search-common@1.2.2

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

Patch Changes

  • 8e00acb28db: Small tweaks to remove warnings in the console during development (mainly focusing on techdocs)
  • Updated dependencies
    • @backstage/core-components@0.12.6-next.0
    • @backstage/test-utils@1.3.0-next.0
    • @backstage/plugin-catalog-react@1.4.1-next.0
    • @backstage/dev-utils@1.0.14-next.0
    • @backstage/core-plugin-api@1.5.0
    • @backstage/catalog-model@1.2.1
    • @backstage/theme@0.2.18

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

Patch Changes

  • Updated dependencies
    • @backstage/backend-common@0.18.4-next.0
    • @backstage/config@1.0.7

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

Patch Changes

  • 8e00acb28db: Small tweaks to remove warnings in the console during development (mainly focusing on techdocs)
  • Updated dependencies
    • @backstage/core-components@0.12.6-next.0
    • @backstage/plugin-catalog-react@1.4.1-next.0
    • @backstage/core-plugin-api@1.5.0
    • @backstage/catalog-model@1.2.1
    • @backstage/theme@0.2.18

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

Patch Changes

  • 8e00acb28db: Small tweaks to remove warnings in the console during development (mainly focusing on techdocs)
  • Updated dependencies
    • @backstage/core-components@0.12.6-next.0
    • @backstage/core-plugin-api@1.5.0
    • @backstage/config@1.0.7
    • @backstage/theme@0.2.18

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

Patch Changes

  • 8e00acb28db: Small tweaks to remove warnings in the console during development (mainly focusing on techdocs)
  • Updated dependencies
    • @backstage/core-components@0.12.6-next.0
    • @backstage/core-plugin-api@1.5.0

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

Patch Changes

  • ca50c3bbea1: Corrected styling of nested objects in AsyncAPI to avoid inappropriate uppercase text transformation of nested objects.
  • 8e00acb28db: Small tweaks to remove warnings in the console during development (mainly focusing on techdocs)
  • Updated dependencies
    • @backstage/plugin-catalog@1.10.0-next.0
    • @backstage/core-components@0.12.6-next.0
    • @backstage/plugin-catalog-react@1.4.1-next.0
    • @backstage/core-plugin-api@1.5.0
    • @backstage/catalog-model@1.2.1
    • @backstage/theme@0.2.18

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

Patch Changes

  • Updated dependencies
    • @backstage/core-components@0.12.6-next.0
    • @backstage/core-plugin-api@1.5.0
    • @backstage/theme@0.2.18

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

Patch Changes

  • Updated dependencies
    • @backstage/backend-common@0.18.4-next.0
    • @backstage/config@1.0.7
    • @backstage/backend-plugin-api@0.5.1-next.0
    • @backstage/config-loader@1.1.9
    • @backstage/types@1.0.2

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

Patch Changes

  • d8f774c30df: Enforce the secret visibility of certificates and client secrets in the auth backend. Also, document all known options for each auth plugin.
  • 7908d72e033: Introduce a new global config parameter, enableExperimentalRedirectFlow. When enabled, auth will happen with an in-window redirect flow rather than through a popup window.
  • Updated dependencies
    • @backstage/backend-common@0.18.4-next.0
    • @backstage/config@1.0.7
    • @backstage/catalog-client@1.4.0
    • @backstage/catalog-model@1.2.1
    • @backstage/errors@1.1.5
    • @backstage/types@1.0.2
    • @backstage/plugin-auth-node@0.2.13-next.0

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

Patch Changes

  • Updated dependencies
    • @backstage/backend-common@0.18.4-next.0
    • @backstage/config@1.0.7
    • @backstage/errors@1.1.5

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

Patch Changes

  • 8e00acb28db: Small tweaks to remove warnings in the console during development (mainly focusing on techdocs)
  • Updated dependencies
    • @backstage/core-components@0.12.6-next.0
    • @backstage/plugin-catalog-react@1.4.1-next.0
    • @backstage/core-plugin-api@1.5.0
    • @backstage/catalog-model@1.2.1
    • @backstage/errors@1.1.5
    • @backstage/theme@0.2.18
    • @backstage/plugin-azure-devops-common@0.3.0

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

Patch Changes

  • Updated dependencies
    • @backstage/backend-common@0.18.4-next.0
    • @backstage/config@1.0.7
    • @backstage/plugin-azure-devops-common@0.3.0

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

Patch Changes

  • 8e00acb28db: Small tweaks to remove warnings in the console during development (mainly focusing on techdocs)
  • Updated dependencies
    • @backstage/core-components@0.12.6-next.0
    • @backstage/plugin-catalog-react@1.4.1-next.0
    • @backstage/core-plugin-api@1.5.0
    • @backstage/catalog-model@1.2.1
    • @backstage/theme@0.2.18
    • @backstage/plugin-azure-sites-common@0.1.0

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

Patch Changes

  • Updated dependencies
    • @backstage/backend-common@0.18.4-next.0
    • @backstage/config@1.0.7
    • @backstage/plugin-azure-sites-common@0.1.0

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

Patch Changes

  • 8e00acb28db: Small tweaks to remove warnings in the console during development (mainly focusing on techdocs)
  • Updated dependencies
    • @backstage/core-components@0.12.6-next.0
    • @backstage/plugin-catalog-react@1.4.1-next.0
    • @backstage/core-plugin-api@1.5.0
    • @backstage/catalog-model@1.2.1
    • @backstage/errors@1.1.5
    • @backstage/theme@0.2.18

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

Patch Changes

  • Updated dependencies
    • @backstage/backend-common@0.18.4-next.0
    • @backstage/config@1.0.7
    • @backstage/catalog-client@1.4.0
    • @backstage/catalog-model@1.2.1
    • @backstage/errors@1.1.5

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

Patch Changes

  • 8e00acb28db: Small tweaks to remove warnings in the console during development (mainly focusing on techdocs)
  • Updated dependencies
    • @backstage/plugin-catalog@1.10.0-next.0
    • @backstage/core-components@0.12.6-next.0
    • @backstage/cli@0.22.6-next.0
    • @backstage/plugin-catalog-react@1.4.1-next.0
    • @backstage/core-plugin-api@1.5.0
    • @backstage/catalog-client@1.4.0
    • @backstage/catalog-model@1.2.1
    • @backstage/errors@1.1.5
    • @backstage/theme@0.2.18

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

Patch Changes

  • Updated dependencies
    • @backstage/backend-common@0.18.4-next.0
    • @backstage/config@1.0.7
    • @backstage/backend-plugin-api@0.5.1-next.0
    • @backstage/errors@1.1.5
    • @backstage/plugin-auth-node@0.2.13-next.0

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

Patch Changes

  • 8e00acb28db: Small tweaks to remove warnings in the console during development (mainly focusing on techdocs)
  • Updated dependencies
    • @backstage/core-components@0.12.6-next.0
    • @backstage/plugin-catalog-react@1.4.1-next.0
    • @backstage/core-plugin-api@1.5.0
    • @backstage/catalog-model@1.2.1
    • @backstage/theme@0.2.18

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

Patch Changes

  • c9a0fdcd2c8: Fix deprecated types.
  • 899ebfd8e02: Add full text search support to the by-query endpoint.
  • Updated dependencies
    • @backstage/plugin-scaffolder-common@1.2.7-next.0
    • @backstage/backend-common@0.18.4-next.0
    • @backstage/config@1.0.7
    • @backstage/integration@1.4.3
    • @backstage/backend-plugin-api@0.5.1-next.0
    • @backstage/catalog-client@1.4.0
    • @backstage/catalog-model@1.2.1
    • @backstage/errors@1.1.5
    • @backstage/types@1.0.2
    • @backstage/plugin-catalog-common@1.0.12
    • @backstage/plugin-catalog-node@1.3.5-next.0
    • @backstage/plugin-permission-common@0.7.4
    • @backstage/plugin-permission-node@0.7.7-next.0
    • @backstage/plugin-search-common@1.2.2

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

Patch Changes

  • Updated dependencies
    • @backstage/backend-common@0.18.4-next.0
    • @backstage/plugin-kubernetes-common@0.6.2-next.0
    • @backstage/config@1.0.7
    • @backstage/integration@1.4.3
    • @backstage/backend-plugin-api@0.5.1-next.0
    • @backstage/backend-tasks@0.5.1-next.0
    • @backstage/catalog-model@1.2.1
    • @backstage/errors@1.1.5
    • @backstage/types@1.0.2
    • @backstage/plugin-catalog-common@1.0.12
    • @backstage/plugin-catalog-node@1.3.5-next.0

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

Patch Changes

  • Updated dependencies
    • @backstage/backend-common@0.18.4-next.0
    • @backstage/config@1.0.7
    • @backstage/integration@1.4.3
    • @backstage/backend-plugin-api@0.5.1-next.0
    • @backstage/backend-tasks@0.5.1-next.0
    • @backstage/catalog-model@1.2.1
    • @backstage/errors@1.1.5
    • @backstage/types@1.0.2
    • @backstage/plugin-catalog-node@1.3.5-next.0

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

Patch Changes

  • Updated dependencies
    • @backstage/backend-common@0.18.4-next.0
    • @backstage/config@1.0.7
    • @backstage/integration@1.4.3
    • @backstage/catalog-model@1.2.1
    • @backstage/errors@1.1.5
    • @backstage/types@1.0.2
    • @backstage/plugin-bitbucket-cloud-common@0.2.4
    • @backstage/plugin-catalog-node@1.3.5-next.0

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

Patch Changes

  • Updated dependencies
    • @backstage/backend-common@0.18.4-next.0
    • @backstage/config@1.0.7
    • @backstage/integration@1.4.3
    • @backstage/backend-plugin-api@0.5.1-next.0
    • @backstage/backend-tasks@0.5.1-next.0
    • @backstage/catalog-client@1.4.0
    • @backstage/catalog-model@1.2.1
    • @backstage/plugin-bitbucket-cloud-common@0.2.4
    • @backstage/plugin-catalog-common@1.0.12
    • @backstage/plugin-catalog-node@1.3.5-next.0
    • @backstage/plugin-events-node@0.2.5-next.0

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

Patch Changes

  • Updated dependencies
    • @backstage/backend-common@0.18.4-next.0
    • @backstage/config@1.0.7
    • @backstage/integration@1.4.3
    • @backstage/backend-plugin-api@0.5.1-next.0
    • @backstage/backend-tasks@0.5.1-next.0
    • @backstage/catalog-model@1.2.1
    • @backstage/errors@1.1.5
    • @backstage/plugin-catalog-node@1.3.5-next.0

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

Patch Changes

  • Updated dependencies
    • @backstage/backend-common@0.18.4-next.0
    • @backstage/config@1.0.7
    • @backstage/integration@1.4.3
    • @backstage/backend-plugin-api@0.5.1-next.0
    • @backstage/backend-tasks@0.5.1-next.0
    • @backstage/catalog-model@1.2.1
    • @backstage/errors@1.1.5
    • @backstage/plugin-catalog-node@1.3.5-next.0

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

Patch Changes

  • Updated dependencies
    • @backstage/plugin-catalog-backend@1.8.1-next.0
    • @backstage/backend-common@0.18.4-next.0
    • @backstage/config@1.0.7
    • @backstage/integration@1.4.3
    • @backstage/backend-plugin-api@0.5.1-next.0
    • @backstage/backend-tasks@0.5.1-next.0
    • @backstage/catalog-client@1.4.0
    • @backstage/catalog-model@1.2.1
    • @backstage/errors@1.1.5
    • @backstage/types@1.0.2
    • @backstage/plugin-catalog-common@1.0.12
    • @backstage/plugin-catalog-node@1.3.5-next.0
    • @backstage/plugin-events-node@0.2.5-next.0

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

Patch Changes

  • Updated dependencies
    • @backstage/plugin-catalog-backend@1.8.1-next.0
    • @backstage/backend-common@0.18.4-next.0
    • @backstage/config@1.0.7
    • @backstage/backend-plugin-api@0.5.1-next.0
    • @backstage/backend-tasks@0.5.1-next.0
    • @backstage/catalog-model@1.2.1
    • @backstage/errors@1.1.5
    • @backstage/plugin-catalog-node@1.3.5-next.0
    • @backstage/plugin-events-node@0.2.5-next.0
    • @backstage/plugin-permission-common@0.7.4

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

Patch Changes

  • c9a0fdcd2c8: Fix deprecated types.
  • Updated dependencies
    • @backstage/config@1.0.7
    • @backstage/backend-tasks@0.5.1-next.0
    • @backstage/catalog-model@1.2.1
    • @backstage/errors@1.1.5
    • @backstage/types@1.0.2
    • @backstage/plugin-catalog-common@1.0.12
    • @backstage/plugin-catalog-node@1.3.5-next.0

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

Patch Changes

  • c9a0fdcd2c8: Fix deprecated types.
  • Updated dependencies
    • @backstage/backend-common@0.18.4-next.0
    • @backstage/config@1.0.7
    • @backstage/backend-plugin-api@0.5.1-next.0
    • @backstage/backend-tasks@0.5.1-next.0
    • @backstage/catalog-model@1.2.1
    • @backstage/plugin-catalog-common@1.0.12
    • @backstage/plugin-catalog-node@1.3.5-next.0

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

Patch Changes

  • c9a0fdcd2c8: Fix deprecated types.
  • Updated dependencies
    • @backstage/plugin-catalog-backend@1.8.1-next.0
    • @backstage/backend-common@0.18.4-next.0
    • @backstage/config@1.0.7
    • @backstage/integration@1.4.3
    • @backstage/catalog-model@1.2.1
    • @backstage/types@1.0.2
    • @backstage/plugin-catalog-common@1.0.12
    • @backstage/plugin-catalog-node@1.3.5-next.0

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

Patch Changes

  • Updated dependencies
    • @backstage/backend-common@0.18.4-next.0
    • @backstage/config@1.0.7
    • @backstage/backend-plugin-api@0.5.1-next.0
    • @backstage/backend-tasks@0.5.1-next.0
    • @backstage/catalog-model@1.2.1
    • @backstage/errors@1.1.5
    • @backstage/types@1.0.2
    • @backstage/plugin-catalog-node@1.3.5-next.0

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

Patch Changes

  • 8e00acb28db: Small tweaks to remove warnings in the console during development (mainly focusing on techdocs)
  • Updated dependencies
    • @backstage/core-components@0.12.6-next.0
    • @backstage/plugin-catalog-react@1.4.1-next.0
    • @backstage/core-plugin-api@1.5.0
    • @backstage/catalog-client@1.4.0
    • @backstage/catalog-model@1.2.1
    • @backstage/theme@0.2.18

@backstage/plugin-catalog-graphql@0.3.20-next.0

Patch Changes

  • e47e69eadf0: Updated dependency @apollo/server to ^4.0.0.
  • Updated dependencies
    • @backstage/config@1.0.7
    • @backstage/catalog-model@1.2.1
    • @backstage/types@1.0.2

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

Patch Changes

  • 8e00acb28db: Small tweaks to remove warnings in the console during development (mainly focusing on techdocs)
  • Updated dependencies
    • @backstage/core-components@0.12.6-next.0
    • @backstage/plugin-catalog-react@1.4.1-next.0
    • @backstage/integration-react@1.1.12-next.0
    • @backstage/core-plugin-api@1.5.0
    • @backstage/config@1.0.7
    • @backstage/integration@1.4.3
    • @backstage/catalog-client@1.4.0
    • @backstage/catalog-model@1.2.1
    • @backstage/errors@1.1.5
    • @backstage/plugin-catalog-common@1.0.12

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

Patch Changes

  • Updated dependencies
    • @backstage/backend-plugin-api@0.5.1-next.0
    • @backstage/catalog-client@1.4.0
    • @backstage/catalog-model@1.2.1
    • @backstage/errors@1.1.5
    • @backstage/types@1.0.2
    • @backstage/plugin-catalog-common@1.0.12

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

Patch Changes

  • 8e00acb28db: Small tweaks to remove warnings in the console during development (mainly focusing on techdocs)
  • Updated dependencies
    • @backstage/core-components@0.12.6-next.0
    • @backstage/core-plugin-api@1.5.0
    • @backstage/integration@1.4.3
    • @backstage/plugin-permission-react@0.4.11
    • @backstage/catalog-client@1.4.0
    • @backstage/catalog-model@1.2.1
    • @backstage/errors@1.1.5
    • @backstage/theme@0.2.18
    • @backstage/types@1.0.2
    • @backstage/version-bridge@1.0.3
    • @backstage/plugin-catalog-common@1.0.12
    • @backstage/plugin-permission-common@0.7.4

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

Patch Changes

  • 8e00acb28db: Small tweaks to remove warnings in the console during development (mainly focusing on techdocs)
  • Updated dependencies
    • @backstage/plugin-catalog-react@1.4.1-next.0
    • @backstage/core-plugin-api@1.5.0
    • @backstage/catalog-model@1.2.1

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

Patch Changes

  • Updated dependencies
    • @backstage/plugin-cicd-statistics@0.1.19-next.0
    • @backstage/core-plugin-api@1.5.0
    • @backstage/catalog-model@1.2.1

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

Patch Changes

  • 8e00acb28db: Small tweaks to remove warnings in the console during development (mainly focusing on techdocs)
  • Updated dependencies
    • @backstage/core-components@0.12.6-next.0
    • @backstage/plugin-catalog-react@1.4.1-next.0
    • @backstage/core-plugin-api@1.5.0
    • @backstage/catalog-model@1.2.1
    • @backstage/theme@0.2.18

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

Patch Changes

  • 8e00acb28db: Small tweaks to remove warnings in the console during development (mainly focusing on techdocs)
  • Updated dependencies
    • @backstage/core-components@0.12.6-next.0
    • @backstage/plugin-catalog-react@1.4.1-next.0
    • @backstage/core-plugin-api@1.5.0
    • @backstage/catalog-model@1.2.1
    • @backstage/theme@0.2.18

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

Patch Changes

  • 8e00acb28db: Small tweaks to remove warnings in the console during development (mainly focusing on techdocs)
  • Updated dependencies
    • @backstage/core-components@0.12.6-next.0
    • @backstage/plugin-catalog-react@1.4.1-next.0
    • @backstage/core-plugin-api@1.5.0
    • @backstage/catalog-model@1.2.1
    • @backstage/theme@0.2.18

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

Patch Changes

  • 8e00acb28db: Small tweaks to remove warnings in the console during development (mainly focusing on techdocs)
  • Updated dependencies
    • @backstage/core-components@0.12.6-next.0
    • @backstage/plugin-catalog-react@1.4.1-next.0
    • @backstage/core-plugin-api@1.5.0
    • @backstage/config@1.0.7
    • @backstage/catalog-model@1.2.1
    • @backstage/errors@1.1.5
    • @backstage/theme@0.2.18

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

Patch Changes

  • Updated dependencies
    • @backstage/backend-common@0.18.4-next.0
    • @backstage/config@1.0.7
    • @backstage/integration@1.4.3
    • @backstage/catalog-client@1.4.0
    • @backstage/catalog-model@1.2.1
    • @backstage/errors@1.1.5

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

Patch Changes

  • Updated dependencies
    • @backstage/core-components@0.12.6-next.0
    • @backstage/core-plugin-api@1.5.0
    • @backstage/config@1.0.7
    • @backstage/errors@1.1.5
    • @backstage/theme@0.2.18

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

Patch Changes

  • 8e00acb28db: Small tweaks to remove warnings in the console during development (mainly focusing on techdocs)
  • Updated dependencies
    • @backstage/core-components@0.12.6-next.0
    • @backstage/core-plugin-api@1.5.0
    • @backstage/config@1.0.7
    • @backstage/errors@1.1.5
    • @backstage/theme@0.2.18
    • @backstage/types@1.0.2

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

Patch Changes

  • 8e00acb28db: Small tweaks to remove warnings in the console during development (mainly focusing on techdocs)
  • Updated dependencies
    • @backstage/core-components@0.12.6-next.0
    • @backstage/plugin-catalog-react@1.4.1-next.0
    • @backstage/core-plugin-api@1.5.0
    • @backstage/config@1.0.7
    • @backstage/catalog-model@1.2.1
    • @backstage/theme@0.2.18
    • @backstage/plugin-cost-insights-common@0.1.1

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

Patch Changes

  • 8e00acb28db: Small tweaks to remove warnings in the console during development (mainly focusing on techdocs)
  • Updated dependencies
    • @backstage/core-components@0.12.6-next.0
    • @backstage/plugin-catalog-react@1.4.1-next.0
    • @backstage/core-plugin-api@1.5.0
    • @backstage/catalog-model@1.2.1
    • @backstage/theme@0.2.18

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

Patch Changes

  • 7eba760e6f6: Added an endpoint to fetch anonymous aggregated results from an entity
  • Updated dependencies
    • @backstage/plugin-entity-feedback-common@0.1.1-next.0
    • @backstage/backend-common@0.18.4-next.0
    • @backstage/config@1.0.7
    • @backstage/catalog-client@1.4.0
    • @backstage/catalog-model@1.2.1
    • @backstage/plugin-auth-node@0.2.13-next.0

@backstage/plugin-entity-feedback-common@0.1.1-next.0

Patch Changes

  • 7eba760e6f6: Added an endpoint to fetch anonymous aggregated results from an entity

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

Patch Changes

  • Updated dependencies
    • @backstage/core-components@0.12.6-next.0
    • @backstage/plugin-catalog-react@1.4.1-next.0
    • @backstage/core-plugin-api@1.5.0
    • @backstage/catalog-client@1.4.0
    • @backstage/catalog-model@1.2.1
    • @backstage/errors@1.1.5
    • @backstage/theme@0.2.18
    • @backstage/plugin-catalog-common@1.0.12

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

Patch Changes

  • Updated dependencies
    • @backstage/backend-common@0.18.4-next.0
    • @backstage/config@1.0.7
    • @backstage/backend-plugin-api@0.5.1-next.0
    • @backstage/plugin-events-node@0.2.5-next.0

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

Patch Changes

  • Updated dependencies
    • @backstage/backend-common@0.18.4-next.0
    • @backstage/config@1.0.7
    • @backstage/backend-plugin-api@0.5.1-next.0
    • @backstage/backend-tasks@0.5.1-next.0
    • @backstage/types@1.0.2
    • @backstage/plugin-events-node@0.2.5-next.0

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

Patch Changes

  • Updated dependencies
    • @backstage/backend-plugin-api@0.5.1-next.0
    • @backstage/plugin-events-node@0.2.5-next.0

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

Patch Changes

  • Updated dependencies
    • @backstage/backend-plugin-api@0.5.1-next.0
    • @backstage/plugin-events-node@0.2.5-next.0

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

Patch Changes

  • Updated dependencies
    • @backstage/backend-plugin-api@0.5.1-next.0
    • @backstage/plugin-events-node@0.2.5-next.0

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

Patch Changes

  • Updated dependencies
    • @backstage/config@1.0.7
    • @backstage/backend-plugin-api@0.5.1-next.0
    • @backstage/plugin-events-node@0.2.5-next.0

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

Patch Changes

  • Updated dependencies
    • @backstage/config@1.0.7
    • @backstage/backend-plugin-api@0.5.1-next.0
    • @backstage/plugin-events-node@0.2.5-next.0

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

Patch Changes

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

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

Patch Changes

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

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

Patch Changes

  • 8e00acb28db: Small tweaks to remove warnings in the console during development (mainly focusing on techdocs)
  • Updated dependencies
    • @backstage/core-components@0.12.6-next.0
    • @backstage/plugin-search-react@1.5.2-next.0
    • @backstage/plugin-catalog-react@1.4.1-next.0
    • @backstage/core-plugin-api@1.5.0
    • @backstage/plugin-explore-react@0.0.27
    • @backstage/catalog-model@1.2.1
    • @backstage/errors@1.1.5
    • @backstage/theme@0.2.18
    • @backstage/plugin-explore-common@0.0.1
    • @backstage/plugin-search-common@1.2.2

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

Patch Changes

  • Updated dependencies
    • @backstage/backend-common@0.18.4-next.0
    • @backstage/config@1.0.7
    • @backstage/plugin-explore-common@0.0.1
    • @backstage/plugin-search-common@1.2.2

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

Patch Changes

  • 8e00acb28db: Small tweaks to remove warnings in the console during development (mainly focusing on techdocs)
  • Updated dependencies
    • @backstage/core-components@0.12.6-next.0
    • @backstage/plugin-catalog-react@1.4.1-next.0
    • @backstage/core-plugin-api@1.5.0
    • @backstage/catalog-model@1.2.1
    • @backstage/theme@0.2.18

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

Patch Changes

  • 8e00acb28db: Small tweaks to remove warnings in the console during development (mainly focusing on techdocs)
  • Updated dependencies
    • @backstage/core-components@0.12.6-next.0
    • @backstage/plugin-catalog-react@1.4.1-next.0
    • @backstage/core-plugin-api@1.5.0
    • @backstage/catalog-model@1.2.1
    • @backstage/errors@1.1.5
    • @backstage/theme@0.2.18

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

Patch Changes

  • 8e00acb28db: Small tweaks to remove warnings in the console during development (mainly focusing on techdocs)
  • Updated dependencies
    • @backstage/core-components@0.12.6-next.0
    • @backstage/core-plugin-api@1.5.0
    • @backstage/errors@1.1.5
    • @backstage/theme@0.2.18

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

Patch Changes

  • 8e00acb28db: Small tweaks to remove warnings in the console during development (mainly focusing on techdocs)
  • Updated dependencies
    • @backstage/core-components@0.12.6-next.0
    • @backstage/core-plugin-api@1.5.0
    • @backstage/theme@0.2.18

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

Patch Changes

  • 8e00acb28db: Small tweaks to remove warnings in the console during development (mainly focusing on techdocs)
  • Updated dependencies
    • @backstage/core-components@0.12.6-next.0
    • @backstage/core-plugin-api@1.5.0
    • @backstage/integration@1.4.3
    • @backstage/theme@0.2.18

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

Patch Changes

  • 8e00acb28db: Small tweaks to remove warnings in the console during development (mainly focusing on techdocs)
  • Updated dependencies
    • @backstage/core-components@0.12.6-next.0
    • @backstage/plugin-catalog-react@1.4.1-next.0
    • @backstage/core-plugin-api@1.5.0
    • @backstage/integration@1.4.3
    • @backstage/catalog-model@1.2.1
    • @backstage/theme@0.2.18

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

Patch Changes

  • 8e00acb28db: Small tweaks to remove warnings in the console during development (mainly focusing on techdocs)
  • Updated dependencies
    • @backstage/core-components@0.12.6-next.0
    • @backstage/plugin-catalog-react@1.4.1-next.0
    • @backstage/integration-react@1.1.12-next.0
    • @backstage/core-plugin-api@1.5.0
    • @backstage/integration@1.4.3
    • @backstage/catalog-model@1.2.1
    • @backstage/errors@1.1.5
    • @backstage/theme@0.2.18

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

Patch Changes

  • Updated dependencies
    • @backstage/core-components@0.12.6-next.0
    • @backstage/plugin-catalog-react@1.4.1-next.0
    • @backstage/core-plugin-api@1.5.0
    • @backstage/integration@1.4.3
    • @backstage/catalog-model@1.2.1
    • @backstage/errors@1.1.5
    • @backstage/theme@0.2.18

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

Patch Changes

  • 8e00acb28db: Small tweaks to remove warnings in the console during development (mainly focusing on techdocs)
  • Updated dependencies
    • @backstage/core-components@0.12.6-next.0
    • @backstage/plugin-catalog-react@1.4.1-next.0
    • @backstage/core-plugin-api@1.5.0
    • @backstage/integration@1.4.3
    • @backstage/catalog-model@1.2.1
    • @backstage/theme@0.2.18

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

Patch Changes

  • 8e00acb28db: Small tweaks to remove warnings in the console during development (mainly focusing on techdocs)
  • Updated dependencies
    • @backstage/core-components@0.12.6-next.0
    • @backstage/core-plugin-api@1.5.0
    • @backstage/config@1.0.7
    • @backstage/theme@0.2.18

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

Patch Changes

  • 8e00acb28db: Small tweaks to remove warnings in the console during development (mainly focusing on techdocs)
  • Updated dependencies
    • @backstage/core-components@0.12.6-next.0
    • @backstage/plugin-catalog-react@1.4.1-next.0
    • @backstage/core-plugin-api@1.5.0
    • @backstage/catalog-model@1.2.1
    • @backstage/errors@1.1.5
    • @backstage/theme@0.2.18

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

Patch Changes

  • 8e00acb28db: Small tweaks to remove warnings in the console during development (mainly focusing on techdocs)
  • Updated dependencies
    • @backstage/core-components@0.12.6-next.0
    • @backstage/core-plugin-api@1.5.0
    • @backstage/theme@0.2.18

@backstage/plugin-graphql-backend@0.1.34-next.0

Patch Changes

  • e47e69eadf0: Updated dependency @apollo/server to ^4.0.0.
  • Updated dependencies
    • @backstage/plugin-catalog-graphql@0.3.20-next.0
    • @backstage/backend-common@0.18.4-next.0
    • @backstage/config@1.0.7

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

Patch Changes

  • 8e00acb28db: Small tweaks to remove warnings in the console during development (mainly focusing on techdocs)
  • Updated dependencies
    • @backstage/core-components@0.12.6-next.0
    • @backstage/core-plugin-api@1.5.0
    • @backstage/theme@0.2.18

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

Patch Changes

  • 8e00acb28db: Small tweaks to remove warnings in the console during development (mainly focusing on techdocs)
  • Updated dependencies
    • @backstage/core-components@0.12.6-next.0
    • @backstage/plugin-catalog-react@1.4.1-next.0
    • @backstage/core-plugin-api@1.5.0
    • @backstage/config@1.0.7
    • @backstage/catalog-model@1.2.1
    • @backstage/theme@0.2.18

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

Patch Changes

  • 8e00acb28db: Small tweaks to remove warnings in the console during development (mainly focusing on techdocs)
  • Updated dependencies
    • @backstage/core-components@0.12.6-next.0
    • @backstage/plugin-catalog-react@1.4.1-next.0
    • @backstage/core-plugin-api@1.5.0
    • @backstage/catalog-model@1.2.1
    • @backstage/errors@1.1.5
    • @backstage/theme@0.2.18

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

Patch Changes

  • 8e00acb28db: Small tweaks to remove warnings in the console during development (mainly focusing on techdocs)
  • Updated dependencies
    • @backstage/core-components@0.12.6-next.0
    • @backstage/plugin-catalog-react@1.4.1-next.0
    • @backstage/core-plugin-api@1.5.0
    • @backstage/catalog-model@1.2.1
    • @backstage/errors@1.1.5
    • @backstage/theme@0.2.18
    • @backstage/plugin-jenkins-common@0.1.14

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

Patch Changes

  • Updated dependencies
    • @backstage/backend-common@0.18.4-next.0
    • @backstage/config@1.0.7
    • @backstage/catalog-client@1.4.0
    • @backstage/catalog-model@1.2.1
    • @backstage/errors@1.1.5
    • @backstage/plugin-auth-node@0.2.13-next.0
    • @backstage/plugin-jenkins-common@0.1.14
    • @backstage/plugin-permission-common@0.7.4

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

Patch Changes

  • 8e00acb28db: Small tweaks to remove warnings in the console during development (mainly focusing on techdocs)
  • Updated dependencies
    • @backstage/core-components@0.12.6-next.0
    • @backstage/plugin-catalog-react@1.4.1-next.0
    • @backstage/core-plugin-api@1.5.0
    • @backstage/config@1.0.7
    • @backstage/catalog-model@1.2.1
    • @backstage/theme@0.2.18

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

Patch Changes

  • Updated dependencies
    • @backstage/backend-common@0.18.4-next.0
    • @backstage/config@1.0.7
    • @backstage/backend-plugin-api@0.5.1-next.0
    • @backstage/catalog-model@1.2.1
    • @backstage/errors@1.1.5

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

Patch Changes

  • 8e00acb28db: Small tweaks to remove warnings in the console during development (mainly focusing on techdocs)
  • Updated dependencies
    • @backstage/core-components@0.12.6-next.0
    • @backstage/plugin-catalog-react@1.4.1-next.0
    • @backstage/plugin-kubernetes-common@0.6.2-next.0
    • @backstage/core-plugin-api@1.5.0
    • @backstage/config@1.0.7
    • @backstage/catalog-model@1.2.1
    • @backstage/theme@0.2.18

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

Patch Changes

  • 804f6d16b0c: Introduced proxy permission types to be used with the kubernetes proxy endpoint's permission framework integration.
  • Updated dependencies
    • @backstage/catalog-model@1.2.1
    • @backstage/plugin-permission-common@0.7.4

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

Patch Changes

  • 8e00acb28db: Small tweaks to remove warnings in the console during development (mainly focusing on techdocs)
  • Updated dependencies
    • @backstage/core-components@0.12.6-next.0
    • @backstage/plugin-catalog-react@1.4.1-next.0
    • @backstage/core-plugin-api@1.5.0
    • @backstage/config@1.0.7
    • @backstage/catalog-model@1.2.1
    • @backstage/theme@0.2.18
    • @backstage/plugin-lighthouse-common@0.1.1

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

Patch Changes

  • Updated dependencies
    • @backstage/backend-common@0.18.4-next.0
    • @backstage/config@1.0.7
    • @backstage/backend-tasks@0.5.1-next.0
    • @backstage/catalog-client@1.4.0
    • @backstage/catalog-model@1.2.1
    • @backstage/types@1.0.2
    • @backstage/plugin-lighthouse-common@0.1.1

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

Patch Changes

  • Updated dependencies
    • @backstage/core-components@0.12.6-next.0
    • @backstage/plugin-catalog-react@1.4.1-next.0
    • @backstage/core-plugin-api@1.5.0
    • @backstage/catalog-model@1.2.1
    • @backstage/errors@1.1.5
    • @backstage/theme@0.2.18
    • @backstage/plugin-linguist-common@0.1.0

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

Patch Changes

  • Updated dependencies
    • @backstage/backend-common@0.18.4-next.0
    • @backstage/config@1.0.7
    • @backstage/backend-tasks@0.5.1-next.0
    • @backstage/catalog-client@1.4.0
    • @backstage/catalog-model@1.2.1
    • @backstage/errors@1.1.5
    • @backstage/types@1.0.2
    • @backstage/plugin-auth-node@0.2.13-next.0
    • @backstage/plugin-linguist-common@0.1.0

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

Patch Changes

  • Updated dependencies
    • @backstage/core-components@0.12.6-next.0
    • @backstage/core-plugin-api@1.5.0
    • @backstage/errors@1.1.5
    • @backstage/theme@0.2.18

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

Patch Changes

  • 8e00acb28db: Small tweaks to remove warnings in the console during development (mainly focusing on techdocs)
  • Updated dependencies
    • @backstage/core-components@0.12.6-next.0
    • @backstage/core-plugin-api@1.5.0
    • @backstage/theme@0.2.18

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

Patch Changes

  • 8e00acb28db: Small tweaks to remove warnings in the console during development (mainly focusing on techdocs)
  • Updated dependencies
    • @backstage/core-components@0.12.6-next.0
    • @backstage/plugin-catalog-react@1.4.1-next.0
    • @backstage/core-plugin-api@1.5.0
    • @backstage/catalog-model@1.2.1
    • @backstage/errors@1.1.5

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

Patch Changes

  • 8e00acb28db: Small tweaks to remove warnings in the console during development (mainly focusing on techdocs)
  • Updated dependencies
    • @backstage/core-components@0.12.6-next.0
    • @backstage/plugin-catalog-react@1.4.1-next.0
    • @backstage/core-plugin-api@1.5.0
    • @backstage/catalog-model@1.2.1
    • @backstage/theme@0.2.18

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

Patch Changes

  • 8e00acb28db: Small tweaks to remove warnings in the console during development (mainly focusing on techdocs)
  • Updated dependencies
    • @backstage/core-components@0.12.6-next.0
    • @backstage/plugin-catalog-react@1.4.1-next.0
    • @backstage/core-plugin-api@1.5.0
    • @backstage/catalog-model@1.2.1
    • @backstage/theme@0.2.18

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

Patch Changes

  • Updated dependencies
    • @backstage/core-components@0.12.6-next.0
    • @backstage/plugin-catalog-react@1.4.1-next.0
    • @backstage/core-plugin-api@1.5.0
    • @backstage/catalog-client@1.4.0
    • @backstage/catalog-model@1.2.1
    • @backstage/theme@0.2.18

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

Patch Changes

  • 8e00acb28db: Small tweaks to remove warnings in the console during development (mainly focusing on techdocs)
  • Updated dependencies
    • @backstage/core-components@0.12.6-next.0
    • @backstage/plugin-catalog-react@1.4.1-next.0
    • @backstage/core-plugin-api@1.5.0
    • @backstage/catalog-model@1.2.1
    • @backstage/errors@1.1.5
    • @backstage/theme@0.2.18

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

Patch Changes

  • 8e00acb28db: Small tweaks to remove warnings in the console during development (mainly focusing on techdocs)
  • Updated dependencies
    • @backstage/core-components@0.12.6-next.0
    • @backstage/plugin-catalog-react@1.4.1-next.0
    • @backstage/core-plugin-api@1.5.0
    • @backstage/catalog-model@1.2.1
    • @backstage/errors@1.1.5
    • @backstage/theme@0.2.18

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

Patch Changes

  • Updated dependencies
    • @backstage/backend-common@0.18.4-next.0
    • @backstage/config@1.0.7
    • @backstage/backend-plugin-api@0.5.1-next.0

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

Patch Changes

  • Updated dependencies
    • @backstage/backend-common@0.18.4-next.0
    • @backstage/config@1.0.7
    • @backstage/errors@1.1.5
    • @backstage/plugin-auth-node@0.2.13-next.0
    • @backstage/plugin-permission-common@0.7.4
    • @backstage/plugin-permission-node@0.7.7-next.0

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

Patch Changes

  • Updated dependencies
    • @backstage/backend-common@0.18.4-next.0
    • @backstage/config@1.0.7
    • @backstage/errors@1.1.5
    • @backstage/plugin-auth-node@0.2.13-next.0
    • @backstage/plugin-permission-common@0.7.4

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

Patch Changes

  • Updated dependencies
    • @backstage/core-components@0.12.6-next.0
    • @backstage/plugin-search-react@1.5.2-next.0
    • @backstage/plugin-catalog-react@1.4.1-next.0
    • @backstage/core-plugin-api@1.5.0
    • @backstage/plugin-permission-react@0.4.11
    • @backstage/catalog-model@1.2.1
    • @backstage/errors@1.1.5
    • @backstage/theme@0.2.18
    • @backstage/plugin-catalog-common@1.0.12
    • @backstage/plugin-permission-common@0.7.4
    • @backstage/plugin-playlist-common@0.1.5

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

Patch Changes

  • Updated dependencies
    • @backstage/backend-common@0.18.4-next.0
    • @backstage/config@1.0.7
    • @backstage/catalog-client@1.4.0
    • @backstage/catalog-model@1.2.1
    • @backstage/errors@1.1.5
    • @backstage/plugin-auth-node@0.2.13-next.0
    • @backstage/plugin-permission-common@0.7.4
    • @backstage/plugin-permission-node@0.7.7-next.0
    • @backstage/plugin-playlist-common@0.1.5

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

Patch Changes

  • Updated dependencies
    • @backstage/backend-common@0.18.4-next.0
    • @backstage/config@1.0.7
    • @backstage/backend-plugin-api@0.5.1-next.0

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

Patch Changes

  • 8e00acb28db: Small tweaks to remove warnings in the console during development (mainly focusing on techdocs)
  • Updated dependencies
    • @backstage/core-components@0.12.6-next.0
    • @backstage/plugin-catalog-react@1.4.1-next.0
    • @backstage/core-plugin-api@1.5.0
    • @backstage/catalog-model@1.2.1
    • @backstage/theme@0.2.18

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

Patch Changes

  • Updated dependencies
    • @backstage/backend-common@0.18.4-next.0
    • @backstage/config@1.0.7

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

Patch Changes

  • e23abb37ec1: Rename output parameter mergeRequestURL of publish:gitlab:merge-request action to mergeRequestUrl.
  • e27ddc36dad: Added a possibility to cancel the running task (executing of a scaffolder template)
  • c9a0fdcd2c8: Fix deprecated types.
  • Updated dependencies
    • @backstage/plugin-scaffolder-node@0.1.2-next.0
    • @backstage/plugin-scaffolder-common@1.2.7-next.0
    • @backstage/plugin-catalog-backend@1.8.1-next.0
    • @backstage/backend-common@0.18.4-next.0
    • @backstage/config@1.0.7
    • @backstage/integration@1.4.3
    • @backstage/backend-plugin-api@0.5.1-next.0
    • @backstage/backend-tasks@0.5.1-next.0
    • @backstage/catalog-client@1.4.0
    • @backstage/catalog-model@1.2.1
    • @backstage/errors@1.1.5
    • @backstage/types@1.0.2
    • @backstage/plugin-auth-node@0.2.13-next.0
    • @backstage/plugin-catalog-common@1.0.12
    • @backstage/plugin-catalog-node@1.3.5-next.0

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

Patch Changes

  • Updated dependencies
    • @backstage/plugin-scaffolder-backend@1.12.1-next.0
    • @backstage/plugin-scaffolder-node@0.1.2-next.0
    • @backstage/backend-common@0.18.4-next.0
    • @backstage/config@1.0.7
    • @backstage/integration@1.4.3
    • @backstage/errors@1.1.5
    • @backstage/types@1.0.2

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

Patch Changes

  • Updated dependencies
    • @backstage/plugin-scaffolder-backend@1.12.1-next.0
    • @backstage/plugin-scaffolder-node@0.1.2-next.0
    • @backstage/backend-common@0.18.4-next.0
    • @backstage/config@1.0.7
    • @backstage/integration@1.4.3
    • @backstage/errors@1.1.5
    • @backstage/types@1.0.2

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

Patch Changes

  • Updated dependencies
    • @backstage/plugin-scaffolder-node@0.1.2-next.0
    • @backstage/config@1.0.7
    • @backstage/errors@1.1.5

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

Patch Changes

  • Updated dependencies
    • @backstage/plugin-scaffolder-node@0.1.2-next.0
    • @backstage/config@1.0.7
    • @backstage/types@1.0.2

@backstage/plugin-scaffolder-common@1.2.7-next.0

Patch Changes

  • 48da4c46e45: Export typeguard for isTemplateEntityV1beta3
  • Updated dependencies
    • @backstage/catalog-model@1.2.1
    • @backstage/types@1.0.2

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

Patch Changes

  • e27ddc36dad: Added a possibility to cancel the running task (executing of a scaffolder template)
  • Updated dependencies
    • @backstage/plugin-scaffolder-common@1.2.7-next.0
    • @backstage/backend-plugin-api@0.5.1-next.0
    • @backstage/catalog-model@1.2.1
    • @backstage/types@1.0.2

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

Patch Changes

  • 8e00acb28db: Small tweaks to remove warnings in the console during development (mainly focusing on techdocs)
  • Updated dependencies
    • @backstage/core-components@0.12.6-next.0
    • @backstage/plugin-search-react@1.5.2-next.0
    • @backstage/plugin-catalog-react@1.4.1-next.0
    • @backstage/core-plugin-api@1.5.0
    • @backstage/config@1.0.7
    • @backstage/catalog-model@1.2.1
    • @backstage/errors@1.1.5
    • @backstage/theme@0.2.18
    • @backstage/types@1.0.2
    • @backstage/version-bridge@1.0.3
    • @backstage/plugin-search-common@1.2.2

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

Patch Changes

  • Updated dependencies
    • @backstage/backend-common@0.18.4-next.0
    • @backstage/config@1.0.7
    • @backstage/errors@1.1.5
    • @backstage/types@1.0.2
    • @backstage/plugin-auth-node@0.2.13-next.0
    • @backstage/plugin-permission-common@0.7.4
    • @backstage/plugin-permission-node@0.7.7-next.0
    • @backstage/plugin-search-backend-node@1.1.5-next.0
    • @backstage/plugin-search-common@1.2.2

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

Patch Changes

  • Updated dependencies
    • @backstage/config@1.0.7
    • @backstage/plugin-search-backend-node@1.1.5-next.0
    • @backstage/plugin-search-common@1.2.2

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

Patch Changes

  • Updated dependencies
    • @backstage/backend-common@0.18.4-next.0
    • @backstage/config@1.0.7
    • @backstage/plugin-search-backend-node@1.1.5-next.0
    • @backstage/plugin-search-common@1.2.2

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

Patch Changes

  • Updated dependencies
    • @backstage/backend-common@0.18.4-next.0
    • @backstage/config@1.0.7
    • @backstage/backend-tasks@0.5.1-next.0
    • @backstage/errors@1.1.5
    • @backstage/plugin-permission-common@0.7.4
    • @backstage/plugin-search-common@1.2.2

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

Patch Changes

  • b2e182cdfa4: Fixes a UI bug in search result item which rendered the item text with incorrect font size and color
  • 8e00acb28db: Small tweaks to remove warnings in the console during development (mainly focusing on techdocs)
  • Updated dependencies
    • @backstage/core-components@0.12.6-next.0
    • @backstage/core-plugin-api@1.5.0
    • @backstage/theme@0.2.18
    • @backstage/types@1.0.2
    • @backstage/version-bridge@1.0.3
    • @backstage/plugin-search-common@1.2.2

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

Patch Changes

  • 8e00acb28db: Small tweaks to remove warnings in the console during development (mainly focusing on techdocs)
  • Updated dependencies
    • @backstage/core-components@0.12.6-next.0
    • @backstage/plugin-catalog-react@1.4.1-next.0
    • @backstage/core-plugin-api@1.5.0
    • @backstage/catalog-model@1.2.1
    • @backstage/theme@0.2.18

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

Patch Changes

  • 8e00acb28db: Small tweaks to remove warnings in the console during development (mainly focusing on techdocs)
  • 99df676e324: Allow external links to be added as shortcuts
  • Updated dependencies
    • @backstage/core-components@0.12.6-next.0
    • @backstage/core-plugin-api@1.5.0
    • @backstage/theme@0.2.18
    • @backstage/types@1.0.2

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

Patch Changes

  • 8e00acb28db: Small tweaks to remove warnings in the console during development (mainly focusing on techdocs)
  • Updated dependencies
    • @backstage/core-components@0.12.6-next.0
    • @backstage/plugin-catalog-react@1.4.1-next.0
    • @backstage/core-plugin-api@1.5.0
    • @backstage/catalog-model@1.2.1
    • @backstage/theme@0.2.18
    • @backstage/plugin-sonarqube-react@0.1.4

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

Patch Changes

  • Updated dependencies
    • @backstage/backend-common@0.18.4-next.0
    • @backstage/config@1.0.7
    • @backstage/errors@1.1.5

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

Patch Changes

  • 8e00acb28db: Small tweaks to remove warnings in the console during development (mainly focusing on techdocs)
  • Updated dependencies
    • @backstage/core-components@0.12.6-next.0
    • @backstage/plugin-catalog-react@1.4.1-next.0
    • @backstage/core-plugin-api@1.5.0
    • @backstage/catalog-model@1.2.1
    • @backstage/theme@0.2.18

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

Patch Changes

  • Updated dependencies
    • @backstage/core-components@0.12.6-next.0
    • @backstage/plugin-search-react@1.5.2-next.0
    • @backstage/plugin-home@0.4.33-next.0
    • @backstage/core-plugin-api@1.5.0
    • @backstage/config@1.0.7
    • @backstage/theme@0.2.18
    • @backstage/plugin-search-common@1.2.2

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

Patch Changes

  • Updated dependencies
    • @backstage/backend-common@0.18.4-next.0
    • @backstage/config@1.0.7
    • @backstage/plugin-search-common@1.2.2

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

Patch Changes

  • Updated dependencies
    • @backstage/core-components@0.12.6-next.0
    • @backstage/core-plugin-api@1.5.0
    • @backstage/errors@1.1.5
    • @backstage/theme@0.2.18

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

Patch Changes

  • f538b9c5b83: The Check type now optionally includes the failureMetadata and successMetadata as returned by the runChecks call.
  • 8e00acb28db: Small tweaks to remove warnings in the console during development (mainly focusing on techdocs)
  • Updated dependencies
    • @backstage/core-components@0.12.6-next.0
    • @backstage/plugin-catalog-react@1.4.1-next.0
    • @backstage/core-plugin-api@1.5.0
    • @backstage/catalog-model@1.2.1
    • @backstage/errors@1.1.5
    • @backstage/theme@0.2.18
    • @backstage/types@1.0.2
    • @backstage/plugin-tech-insights-common@0.2.10

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

Patch Changes

  • Updated dependencies
    • @backstage/backend-common@0.18.4-next.0
    • @backstage/config@1.0.7
    • @backstage/backend-tasks@0.5.1-next.0
    • @backstage/catalog-client@1.4.0
    • @backstage/catalog-model@1.2.1
    • @backstage/errors@1.1.5
    • @backstage/types@1.0.2
    • @backstage/plugin-tech-insights-common@0.2.10
    • @backstage/plugin-tech-insights-node@0.4.2-next.0

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

Patch Changes

  • Updated dependencies
    • @backstage/backend-common@0.18.4-next.0
    • @backstage/config@1.0.7
    • @backstage/errors@1.1.5
    • @backstage/plugin-tech-insights-common@0.2.10
    • @backstage/plugin-tech-insights-node@0.4.2-next.0

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

Patch Changes

  • Updated dependencies
    • @backstage/backend-common@0.18.4-next.0
    • @backstage/config@1.0.7
    • @backstage/backend-tasks@0.5.1-next.0
    • @backstage/types@1.0.2
    • @backstage/plugin-tech-insights-common@0.2.10

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

Patch Changes

  • 8e00acb28db: Small tweaks to remove warnings in the console during development (mainly focusing on techdocs)
  • Updated dependencies
    • @backstage/core-components@0.12.6-next.0
    • @backstage/core-plugin-api@1.5.0
    • @backstage/theme@0.2.18

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

Patch Changes

  • b2e182cdfa4: Fixes a UI bug in search result item which rendered the item text with incorrect font size and color
  • 8e00acb28db: Small tweaks to remove warnings in the console during development (mainly focusing on techdocs)
  • Updated dependencies
    • @backstage/core-components@0.12.6-next.0
    • @backstage/plugin-search-react@1.5.2-next.0
    • @backstage/plugin-techdocs-react@1.1.5-next.0
    • @backstage/plugin-catalog-react@1.4.1-next.0
    • @backstage/integration-react@1.1.12-next.0
    • @backstage/core-plugin-api@1.5.0
    • @backstage/config@1.0.7
    • @backstage/integration@1.4.3
    • @backstage/catalog-model@1.2.1
    • @backstage/errors@1.1.5
    • @backstage/theme@0.2.18
    • @backstage/plugin-search-common@1.2.2

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

Patch Changes

  • 8e00acb28db: Small tweaks to remove warnings in the console during development (mainly focusing on techdocs)
  • Updated dependencies
    • @backstage/plugin-catalog@1.10.0-next.0
    • @backstage/core-components@0.12.6-next.0
    • @backstage/core-app-api@1.7.0-next.0
    • @backstage/test-utils@1.3.0-next.0
    • @backstage/plugin-search-react@1.5.2-next.0
    • @backstage/plugin-techdocs@1.6.1-next.0
    • @backstage/plugin-techdocs-react@1.1.5-next.0
    • @backstage/integration-react@1.1.12-next.0
    • @backstage/core-plugin-api@1.5.0
    • @backstage/theme@0.2.18

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

Patch Changes

  • Updated dependencies
    • @backstage/backend-common@0.18.4-next.0
    • @backstage/config@1.0.7
    • @backstage/integration@1.4.3
    • @backstage/backend-plugin-api@0.5.1-next.0
    • @backstage/catalog-client@1.4.0
    • @backstage/catalog-model@1.2.1
    • @backstage/errors@1.1.5
    • @backstage/plugin-catalog-common@1.0.12
    • @backstage/plugin-permission-common@0.7.4
    • @backstage/plugin-search-common@1.2.2
    • @backstage/plugin-techdocs-node@1.6.1-next.0

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

Patch Changes

  • 8e00acb28db: Small tweaks to remove warnings in the console during development (mainly focusing on techdocs)
  • Updated dependencies
    • @backstage/core-components@0.12.6-next.0
    • @backstage/plugin-techdocs-react@1.1.5-next.0
    • @backstage/integration-react@1.1.12-next.0
    • @backstage/core-plugin-api@1.5.0
    • @backstage/integration@1.4.3
    • @backstage/theme@0.2.18

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

Patch Changes

  • Updated dependencies
    • @backstage/backend-common@0.18.4-next.0
    • @backstage/config@1.0.7
    • @backstage/integration@1.4.3
    • @backstage/integration-aws-node@0.1.2
    • @backstage/catalog-model@1.2.1
    • @backstage/errors@1.1.5
    • @backstage/plugin-search-common@1.2.2

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

Patch Changes

  • 7e0c7b09a47: Fix a bug that caused the header to not render when generating a document for the first time
  • 8e00acb28db: Small tweaks to remove warnings in the console during development (mainly focusing on techdocs)
  • Updated dependencies
    • @backstage/core-components@0.12.6-next.0
    • @backstage/core-plugin-api@1.5.0
    • @backstage/config@1.0.7
    • @backstage/catalog-model@1.2.1
    • @backstage/version-bridge@1.0.3

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

Patch Changes

  • 8e00acb28db: Small tweaks to remove warnings in the console during development (mainly focusing on techdocs)
  • Updated dependencies
    • @backstage/core-components@0.12.6-next.0
    • @backstage/plugin-catalog-react@1.4.1-next.0
    • @backstage/core-plugin-api@1.5.0
    • @backstage/catalog-model@1.2.1
    • @backstage/errors@1.1.5
    • @backstage/theme@0.2.18

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

Patch Changes

  • Updated dependencies
    • @backstage/backend-common@0.18.4-next.0
    • @backstage/config@1.0.7
    • @backstage/integration@1.4.3
    • @backstage/backend-plugin-api@0.5.1-next.0
    • @backstage/catalog-client@1.4.0
    • @backstage/catalog-model@1.2.1
    • @backstage/errors@1.1.5
    • @backstage/plugin-catalog-node@1.3.5-next.0

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

Patch Changes

  • 8e00acb28db: Small tweaks to remove warnings in the console during development (mainly focusing on techdocs)
  • Updated dependencies
    • @backstage/core-components@0.12.6-next.0
    • @backstage/core-app-api@1.7.0-next.0
    • @backstage/plugin-catalog-react@1.4.1-next.0
    • @backstage/core-plugin-api@1.5.0
    • @backstage/errors@1.1.5
    • @backstage/theme@0.2.18
    • @backstage/types@1.0.2

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

Patch Changes

  • Updated dependencies
    • @backstage/backend-common@0.18.4-next.0
    • @backstage/backend-plugin-api@0.5.1-next.0
    • @backstage/catalog-model@1.2.1
    • @backstage/errors@1.1.5
    • @backstage/types@1.0.2
    • @backstage/plugin-auth-node@0.2.13-next.0

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

Patch Changes

  • Updated dependencies
    • @backstage/core-components@0.12.6-next.0
    • @backstage/plugin-catalog-react@1.4.1-next.0
    • @backstage/core-plugin-api@1.5.0
    • @backstage/catalog-model@1.2.1
    • @backstage/errors@1.1.5
    • @backstage/theme@0.2.18

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

Patch Changes

  • 8e00acb28db: Small tweaks to remove warnings in the console during development (mainly focusing on techdocs)
  • Updated dependencies
    • @backstage/core-components@0.12.6-next.0
    • @backstage/core-plugin-api@1.5.0
    • @backstage/errors@1.1.5
    • @backstage/theme@0.2.18

example-app@0.2.82-next.0

Patch Changes

  • Updated dependencies
    • @backstage/plugin-api-docs@0.9.2-next.0
    • @backstage/plugin-scaffolder@1.13.0-next.0
    • @backstage/plugin-scaffolder-react@1.3.0-next.0
    • @backstage/plugin-entity-feedback@0.2.0-next.0
    • @backstage/plugin-tech-insights@0.3.9-next.0
    • @backstage/core-components@0.12.6-next.0
    • @backstage/app-defaults@1.3.0-next.0
    • @backstage/core-app-api@1.7.0-next.0
    • @backstage/plugin-search-react@1.5.2-next.0
    • @backstage/plugin-techdocs@1.6.1-next.0
    • @backstage/cli@0.22.6-next.0
    • @backstage/plugin-techdocs-react@1.1.5-next.0
    • @backstage/plugin-techdocs-module-addons-contrib@1.0.12-next.0
    • @backstage/plugin-newrelic-dashboard@0.2.10-next.0
    • @backstage/plugin-apache-airflow@0.2.10-next.0
    • @backstage/plugin-catalog-import@0.9.7-next.0
    • @backstage/plugin-github-actions@0.5.17-next.0
    • @backstage/plugin-catalog-graph@0.2.29-next.0
    • @backstage/plugin-catalog-react@1.4.1-next.0
    • @backstage/plugin-code-coverage@0.2.10-next.0
    • @backstage/plugin-cost-insights@0.12.6-next.0
    • @backstage/plugin-user-settings@0.7.2-next.0
    • @backstage/plugin-azure-devops@0.2.8-next.0
    • @backstage/plugin-gcp-projects@0.3.36-next.0
    • @backstage/plugin-azure-sites@0.1.6-next.0
    • @backstage/plugin-cloudbuild@0.3.17-next.0
    • @backstage/plugin-kubernetes@0.7.10-next.0
    • @backstage/plugin-lighthouse@0.4.2-next.0
    • @backstage/plugin-tech-radar@0.6.3-next.0
    • @backstage/plugin-dynatrace@3.0.1-next.0
    • @backstage/plugin-gcalendar@0.3.13-next.0
    • @backstage/plugin-pagerduty@0.5.10-next.0
    • @backstage/plugin-shortcuts@0.3.9-next.0
    • @backstage/plugin-airbrake@0.3.17-next.0
    • @backstage/plugin-circleci@0.3.17-next.0
    • @backstage/plugin-graphiql@0.2.49-next.0
    • @backstage/plugin-newrelic@0.3.35-next.0
    • @backstage/plugin-explore@0.4.2-next.0
    • @backstage/plugin-jenkins@0.7.16-next.0
    • @backstage/plugin-rollbar@0.4.17-next.0
    • @backstage/plugin-badges@0.2.41-next.0
    • @backstage/plugin-search@1.1.2-next.0
    • @backstage/plugin-sentry@0.5.2-next.0
    • @backstage/plugin-kafka@0.3.17-next.0
    • @backstage/plugin-gocd@0.1.23-next.0
    • @backstage/plugin-home@0.4.33-next.0
    • @backstage/plugin-todo@0.2.19-next.0
    • @backstage/plugin-org@0.6.7-next.0
    • @internal/plugin-catalog-customized@0.0.9-next.0
    • @backstage/integration-react@1.1.12-next.0
    • @backstage/plugin-linguist@0.1.2-next.0
    • @backstage/plugin-microsoft-calendar@0.1.2-next.0
    • @backstage/plugin-playlist@0.1.8-next.0
    • @backstage/plugin-stack-overflow@0.1.13-next.0
    • @backstage/plugin-stackstorm@0.1.1-next.0
    • @backstage/core-plugin-api@1.5.0
    • @backstage/config@1.0.7
    • @backstage/plugin-permission-react@0.4.11
    • @backstage/catalog-model@1.2.1
    • @backstage/theme@0.2.18
    • @backstage/plugin-catalog-common@1.0.12
    • @backstage/plugin-linguist-common@0.1.0
    • @backstage/plugin-search-common@1.2.2

example-backend@0.2.82-next.0

Patch Changes

  • Updated dependencies
    • @backstage/plugin-scaffolder-backend@1.12.1-next.0
    • @backstage/plugin-kubernetes-backend@0.10.0-next.0
    • @backstage/plugin-entity-feedback-backend@0.1.2-next.0
    • @backstage/plugin-auth-backend@0.18.2-next.0
    • @backstage/plugin-catalog-backend@1.8.1-next.0
    • @backstage/plugin-graphql-backend@0.1.34-next.0
    • @backstage/backend-common@0.18.4-next.0
    • @backstage/plugin-scaffolder-backend-module-rails@0.4.12-next.0
    • example-app@0.2.82-next.0
    • @backstage/config@1.0.7
    • @backstage/integration@1.4.3
    • @backstage/backend-tasks@0.5.1-next.0
    • @backstage/catalog-client@1.4.0
    • @backstage/catalog-model@1.2.1
    • @backstage/plugin-adr-backend@0.3.2-next.0
    • @backstage/plugin-app-backend@0.3.44-next.0
    • @backstage/plugin-auth-node@0.2.13-next.0
    • @backstage/plugin-azure-devops-backend@0.3.23-next.0
    • @backstage/plugin-azure-sites-backend@0.1.6-next.0
    • @backstage/plugin-badges-backend@0.1.38-next.0
    • @backstage/plugin-catalog-node@1.3.5-next.0
    • @backstage/plugin-code-coverage-backend@0.2.10-next.0
    • @backstage/plugin-events-backend@0.2.5-next.0
    • @backstage/plugin-events-node@0.2.5-next.0
    • @backstage/plugin-explore-backend@0.0.6-next.0
    • @backstage/plugin-jenkins-backend@0.1.34-next.0
    • @backstage/plugin-kafka-backend@0.2.37-next.0
    • @backstage/plugin-lighthouse-backend@0.1.2-next.0
    • @backstage/plugin-linguist-backend@0.2.1-next.0
    • @backstage/plugin-permission-backend@0.5.19-next.0
    • @backstage/plugin-permission-common@0.7.4
    • @backstage/plugin-permission-node@0.7.7-next.0
    • @backstage/plugin-playlist-backend@0.2.7-next.0
    • @backstage/plugin-proxy-backend@0.2.38-next.0
    • @backstage/plugin-rollbar-backend@0.1.41-next.0
    • @backstage/plugin-search-backend@1.2.5-next.0
    • @backstage/plugin-search-backend-module-elasticsearch@1.1.5-next.0
    • @backstage/plugin-search-backend-module-pg@0.5.5-next.0
    • @backstage/plugin-search-backend-node@1.1.5-next.0
    • @backstage/plugin-search-common@1.2.2
    • @backstage/plugin-tech-insights-backend@0.5.10-next.0
    • @backstage/plugin-tech-insights-backend-module-jsonfc@0.1.28-next.0
    • @backstage/plugin-tech-insights-node@0.4.2-next.0
    • @backstage/plugin-techdocs-backend@1.6.1-next.0
    • @backstage/plugin-todo-backend@0.1.41-next.0

example-backend-next@0.0.10-next.0

Patch Changes

  • Updated dependencies
    • @backstage/plugin-scaffolder-backend@1.12.1-next.0
    • @backstage/plugin-catalog-backend@1.8.1-next.0
    • @backstage/backend-defaults@0.1.9-next.0
    • @backstage/plugin-app-backend@0.3.44-next.0
    • @backstage/plugin-techdocs-backend@1.6.1-next.0
    • @backstage/plugin-todo-backend@0.1.41-next.0

e2e-test@0.2.2-next.0

Patch Changes

  • Updated dependencies
    • @backstage/create-app@0.4.39-next.0
    • @backstage/cli-common@0.1.12
    • @backstage/errors@1.1.5

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

Patch Changes

  • Updated dependencies
    • @backstage/plugin-catalog@1.10.0-next.0
    • @backstage/core-components@0.12.6-next.0
    • @backstage/app-defaults@1.3.0-next.0
    • @backstage/core-app-api@1.7.0-next.0
    • @backstage/test-utils@1.3.0-next.0
    • @backstage/plugin-techdocs@1.6.1-next.0
    • @backstage/cli@0.22.6-next.0
    • @backstage/plugin-techdocs-react@1.1.5-next.0
    • @backstage/integration-react@1.1.12-next.0
    • @backstage/core-plugin-api@1.5.0
    • @backstage/config@1.0.7
    • @backstage/catalog-model@1.2.1
    • @backstage/theme@0.2.18

@internal/plugin-catalog-customized@0.0.9-next.0

Patch Changes

  • Updated dependencies
    • @backstage/plugin-catalog@1.10.0-next.0
    • @backstage/plugin-catalog-react@1.4.1-next.0

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

Patch Changes

  • Updated dependencies
    • @backstage/core-components@0.12.6-next.0
    • @backstage/core-plugin-api@1.5.0
    • @backstage/theme@0.2.18

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

Patch Changes

  • Updated dependencies
    • @backstage/backend-common@0.18.4-next.0
    • @backstage/config@1.0.7
    • @backstage/backend-plugin-api@0.5.1-next.0
    • @backstage/errors@1.1.5
    • @backstage/plugin-auth-node@0.2.13-next.0