Skip to content

Latest commit

 

History

History
2208 lines (1724 loc) · 69.5 KB

v1.17.0-next.1-changelog.md

File metadata and controls

2208 lines (1724 loc) · 69.5 KB

Release v1.17.0-next.1

@backstage/backend-app-api@0.5.0-next.1

Minor Changes

  • b9c57a4f857e: BREAKING: Renamed configServiceFactory to rootConfigServiceFactory.

Patch Changes

  • Updated dependencies
    • @backstage/backend-common@0.19.2-next.1
    • @backstage/config-loader@1.4.0-next.1
    • @backstage/plugin-auth-node@0.2.17-next.1
    • @backstage/backend-plugin-api@0.6.0-next.1
    • @backstage/backend-tasks@0.5.5-next.1
    • @backstage/plugin-permission-node@0.7.11-next.1
    • @backstage/cli-common@0.1.12
    • @backstage/config@1.0.8
    • @backstage/errors@1.2.1
    • @backstage/types@1.1.0

@backstage/backend-defaults@0.2.0-next.1

Minor Changes

  • d008aefef808: BREAKING: Removing shared environments concept from the new experimental backend system.

Patch Changes

  • 629cbd194a87: Use coreServices.rootConfig instead of coreService.config
  • Updated dependencies
    • @backstage/backend-common@0.19.2-next.1
    • @backstage/backend-app-api@0.5.0-next.1
    • @backstage/backend-plugin-api@0.6.0-next.1

@backstage/backend-plugin-api@0.6.0-next.1

Minor Changes

  • 629cbd194a87: BREAKING: Renamed coreServices.config to coreServices.rootConfig.
  • d008aefef808: BREAKING: Removing shared environments concept from the new experimental backend system.

Patch Changes

  • Updated dependencies
    • @backstage/plugin-auth-node@0.2.17-next.1
    • @backstage/backend-tasks@0.5.5-next.1
    • @backstage/config@1.0.8
    • @backstage/types@1.1.0
    • @backstage/plugin-permission-common@0.7.7

@backstage/backend-test-utils@0.2.0-next.1

Minor Changes

  • b9c57a4f857e: BREAKING: Renamed mockServices.config to mockServices.rootConfig.

Patch Changes

  • ae9304818136: Add needed constants and constructs to support PostgreSQL version 14 as test database
  • Updated dependencies
    • @backstage/backend-common@0.19.2-next.1
    • @backstage/plugin-auth-node@0.2.17-next.1
    • @backstage/backend-app-api@0.5.0-next.1
    • @backstage/backend-plugin-api@0.6.0-next.1
    • @backstage/config@1.0.8
    • @backstage/types@1.1.0

@backstage/config-loader@1.4.0-next.1

Minor Changes

  • 2f1859585998: Loading invalid TypeScript configuration schemas will now throw an error rather than silently being ignored.

    In particular this includes defining any additional types other than Config in the schema file, or use of unsupported types such as Record or Partial.

Patch Changes

  • Updated dependencies
    • @backstage/cli-common@0.1.12
    • @backstage/config@1.0.8
    • @backstage/errors@1.2.1
    • @backstage/types@1.1.0

@backstage/plugin-catalog-backend@1.12.0-next.1

Minor Changes

  • f32252cdf631: Added OpenTelemetry spans for catalog processing

Patch Changes

  • 629cbd194a87: Use coreServices.rootConfig instead of coreService.config
  • Updated dependencies
    • @backstage/plugin-search-backend-module-catalog@0.1.4-next.1
    • @backstage/backend-common@0.19.2-next.1
    • @backstage/backend-openapi-utils@0.0.3-next.1
    • @backstage/plugin-catalog-node@1.4.1-next.1
    • @backstage/plugin-events-node@0.2.9-next.1
    • @backstage/plugin-auth-node@0.2.17-next.1
    • @backstage/backend-plugin-api@0.6.0-next.1
    • @backstage/backend-tasks@0.5.5-next.1
    • @backstage/plugin-permission-node@0.7.11-next.1
    • @backstage/integration@1.5.1
    • @backstage/catalog-client@1.4.3
    • @backstage/catalog-model@1.4.1
    • @backstage/config@1.0.8
    • @backstage/errors@1.2.1
    • @backstage/types@1.1.0
    • @backstage/plugin-catalog-common@1.0.15
    • @backstage/plugin-permission-common@0.7.7
    • @backstage/plugin-scaffolder-common@1.3.2
    • @backstage/plugin-search-common@1.2.5

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

Minor Changes

  • 290eff6692aa: Added GCP catalog plugin with GKE provider

Patch Changes

  • 629cbd194a87: Use coreServices.rootConfig instead of coreService.config
  • Updated dependencies
    • @backstage/backend-common@0.19.2-next.1
    • @backstage/plugin-catalog-node@1.4.1-next.1
    • @backstage/backend-plugin-api@0.6.0-next.1
    • @backstage/backend-tasks@0.5.5-next.1
    • @backstage/config@1.0.8
    • @backstage/plugin-kubernetes-common@0.6.5

@backstage/backend-common@0.19.2-next.1

Patch Changes

  • 629cbd194a87: Use coreServices.rootConfig instead of coreService.config
  • 4b82382ed8c2: Fixed invalid configuration schema. The configuration schema may be more strict as a result.
  • Updated dependencies
    • @backstage/config-loader@1.4.0-next.1
    • @backstage/backend-app-api@0.5.0-next.1
    • @backstage/backend-plugin-api@0.6.0-next.1
    • @backstage/integration@1.5.1
    • @backstage/integration-aws-node@0.1.5
    • @backstage/backend-dev-utils@0.1.1
    • @backstage/cli-common@0.1.12
    • @backstage/config@1.0.8
    • @backstage/errors@1.2.1
    • @backstage/types@1.1.0

@backstage/backend-openapi-utils@0.0.3-next.1

Patch Changes

  • 12a8c94eda8d: Add package repository and homepage metadata
  • Updated dependencies
    • @backstage/errors@1.2.1

@backstage/backend-tasks@0.5.5-next.1

Patch Changes

  • Updated dependencies
    • @backstage/backend-common@0.19.2-next.1
    • @backstage/config@1.0.8
    • @backstage/errors@1.2.1
    • @backstage/types@1.1.0

@backstage/cli@0.22.10-next.1

Patch Changes

  • Updated dependencies
    • @backstage/config-loader@1.4.0-next.1
    • @backstage/cli-node@0.1.3-next.0
    • @backstage/integration@1.5.1
    • @backstage/catalog-model@1.4.1
    • @backstage/cli-common@0.1.12
    • @backstage/config@1.0.8
    • @backstage/errors@1.2.1
    • @backstage/eslint-plugin@0.1.3
    • @backstage/release-manifests@0.0.9
    • @backstage/types@1.1.0

@backstage/cli-node@0.1.3-next.0

Patch Changes

  • 12a8c94eda8d: Add package repository and homepage metadata
  • Updated dependencies
    • @backstage/cli-common@0.1.12
    • @backstage/errors@1.2.1
    • @backstage/types@1.1.0

@backstage/create-app@0.5.4-next.1

Patch Changes

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

@backstage/dev-utils@1.0.18-next.1

Patch Changes

  • Updated dependencies
    • @backstage/integration-react@1.1.16-next.1
    • @backstage/app-defaults@1.4.2-next.0
    • @backstage/catalog-model@1.4.1
    • @backstage/core-app-api@1.9.1-next.0
    • @backstage/core-components@0.13.4-next.0
    • @backstage/core-plugin-api@1.5.3
    • @backstage/test-utils@1.4.2-next.0
    • @backstage/theme@0.4.1
    • @backstage/plugin-catalog-react@1.8.1-next.0

@backstage/integration-react@1.1.16-next.1

Patch Changes

  • 12a8c94eda8d: Add package repository and homepage metadata
  • Updated dependencies
    • @backstage/integration@1.5.1
    • @backstage/config@1.0.8
    • @backstage/core-components@0.13.4-next.0
    • @backstage/core-plugin-api@1.5.3
    • @backstage/theme@0.4.1

@backstage/repo-tools@0.3.3-next.1

Patch Changes

  • Updated dependencies
    • @backstage/cli-node@0.1.3-next.0
    • @backstage/cli-common@0.1.12
    • @backstage/errors@1.2.1

@techdocs/cli@1.4.5-next.1

Patch Changes

  • Updated dependencies
    • @backstage/backend-common@0.19.2-next.1
    • @backstage/plugin-techdocs-node@1.7.4-next.1
    • @backstage/catalog-model@1.4.1
    • @backstage/cli-common@0.1.12
    • @backstage/config@1.0.8

@backstage/plugin-adr@0.6.4-next.1

Patch Changes

  • 12a8c94eda8d: Add package repository and homepage metadata
  • Updated dependencies
    • @backstage/integration-react@1.1.16-next.1
    • @backstage/catalog-model@1.4.1
    • @backstage/core-components@0.13.4-next.0
    • @backstage/core-plugin-api@1.5.3
    • @backstage/theme@0.4.1
    • @backstage/plugin-adr-common@0.2.11
    • @backstage/plugin-catalog-react@1.8.1-next.0
    • @backstage/plugin-search-common@1.2.5
    • @backstage/plugin-search-react@1.6.4-next.0

@backstage/plugin-adr-backend@0.3.6-next.1

Patch Changes

  • Updated dependencies
    • @backstage/backend-common@0.19.2-next.1
    • @backstage/backend-plugin-api@0.6.0-next.1
    • @backstage/integration@1.5.1
    • @backstage/catalog-client@1.4.3
    • @backstage/catalog-model@1.4.1
    • @backstage/config@1.0.8
    • @backstage/errors@1.2.1
    • @backstage/plugin-adr-common@0.2.11
    • @backstage/plugin-search-common@1.2.5

@backstage/plugin-airbrake@0.3.21-next.1

Patch Changes

  • 12a8c94eda8d: Add package repository and homepage metadata
  • Updated dependencies
    • @backstage/dev-utils@1.0.18-next.1
    • @backstage/catalog-model@1.4.1
    • @backstage/core-components@0.13.4-next.0
    • @backstage/core-plugin-api@1.5.3
    • @backstage/test-utils@1.4.2-next.0
    • @backstage/theme@0.4.1
    • @backstage/plugin-catalog-react@1.8.1-next.0

@backstage/plugin-airbrake-backend@0.2.21-next.1

Patch Changes

  • 629cbd194a87: Use coreServices.rootConfig instead of coreService.config
  • 12a8c94eda8d: Add package repository and homepage metadata
  • Updated dependencies
    • @backstage/backend-common@0.19.2-next.1
    • @backstage/backend-plugin-api@0.6.0-next.1
    • @backstage/config@1.0.8

@backstage/plugin-allure@0.1.37-next.1

Patch Changes

  • 12a8c94eda8d: Add package repository and homepage metadata
  • Updated dependencies
    • @backstage/catalog-model@1.4.1
    • @backstage/core-components@0.13.4-next.0
    • @backstage/core-plugin-api@1.5.3
    • @backstage/theme@0.4.1
    • @backstage/plugin-catalog-react@1.8.1-next.0

@backstage/plugin-analytics-module-ga@0.1.32-next.1

Patch Changes

  • 12a8c94eda8d: Add package repository and homepage metadata
  • Updated dependencies
    • @backstage/config@1.0.8
    • @backstage/core-components@0.13.4-next.0
    • @backstage/core-plugin-api@1.5.3
    • @backstage/theme@0.4.1

@backstage/plugin-analytics-module-ga4@0.1.3-next.1

Patch Changes

  • 12a8c94eda8d: Add package repository and homepage metadata
  • Updated dependencies
    • @backstage/config@1.0.8
    • @backstage/core-components@0.13.4-next.0
    • @backstage/core-plugin-api@1.5.3
    • @backstage/theme@0.4.1

@backstage/plugin-apache-airflow@0.2.14-next.1

Patch Changes

  • 12a8c94eda8d: Add package repository and homepage metadata
  • Updated dependencies
    • @backstage/core-components@0.13.4-next.0
    • @backstage/core-plugin-api@1.5.3

@backstage/plugin-api-docs@0.9.7-next.1

Patch Changes

  • Updated dependencies
    • @backstage/plugin-catalog@1.12.1-next.1
    • @backstage/catalog-model@1.4.1
    • @backstage/core-components@0.13.4-next.0
    • @backstage/core-plugin-api@1.5.3
    • @backstage/theme@0.4.1
    • @backstage/plugin-catalog-react@1.8.1-next.0

@backstage/plugin-apollo-explorer@0.1.14-next.1

Patch Changes

  • 12a8c94eda8d: Add package repository and homepage metadata
  • Updated dependencies
    • @backstage/core-components@0.13.4-next.0
    • @backstage/core-plugin-api@1.5.3
    • @backstage/theme@0.4.1

@backstage/plugin-app-backend@0.3.48-next.1

Patch Changes

  • 629cbd194a87: Use coreServices.rootConfig instead of coreService.config
  • Updated dependencies
    • @backstage/backend-common@0.19.2-next.1
    • @backstage/config-loader@1.4.0-next.1
    • @backstage/backend-plugin-api@0.6.0-next.1
    • @backstage/config@1.0.8
    • @backstage/types@1.1.0

@backstage/plugin-auth-backend@0.18.6-next.1

Patch Changes

  • 9dad4b0e61bd: Updated config schema to match what was being used in code
  • Updated dependencies
    • @backstage/backend-common@0.19.2-next.1
    • @backstage/plugin-auth-node@0.2.17-next.1
    • @backstage/catalog-client@1.4.3
    • @backstage/catalog-model@1.4.1
    • @backstage/config@1.0.8
    • @backstage/errors@1.2.1
    • @backstage/types@1.1.0

@backstage/plugin-auth-node@0.2.17-next.1

Patch Changes

  • 12a8c94eda8d: Add package repository and homepage metadata
  • Updated dependencies
    • @backstage/backend-common@0.19.2-next.1
    • @backstage/config@1.0.8
    • @backstage/errors@1.2.1

@backstage/plugin-azure-devops-backend@0.3.27-next.1

Patch Changes

  • 629cbd194a87: Use coreServices.rootConfig instead of coreService.config
  • 12a8c94eda8d: Add package repository and homepage metadata
  • Updated dependencies
    • @backstage/backend-common@0.19.2-next.1
    • @backstage/backend-plugin-api@0.6.0-next.1
    • @backstage/config@1.0.8
    • @backstage/plugin-azure-devops-common@0.3.0

@backstage/plugin-azure-sites-backend@0.1.10-next.1

Patch Changes

  • Updated dependencies
    • @backstage/backend-common@0.19.2-next.1
    • @backstage/config@1.0.8
    • @backstage/plugin-azure-sites-common@0.1.0

@backstage/plugin-badges-backend@0.2.3-next.1

Patch Changes

  • 629cbd194a87: Use coreServices.rootConfig instead of coreService.config
  • Updated dependencies
    • @backstage/backend-common@0.19.2-next.1
    • @backstage/plugin-auth-node@0.2.17-next.1
    • @backstage/backend-plugin-api@0.6.0-next.1
    • @backstage/catalog-client@1.4.3
    • @backstage/catalog-model@1.4.1
    • @backstage/config@1.0.8
    • @backstage/errors@1.2.1

@backstage/plugin-bazaar@0.2.12-next.1

Patch Changes

  • 12a8c94eda8d: Add package repository and homepage metadata
  • Updated dependencies
    • @backstage/cli@0.22.10-next.1
    • @backstage/plugin-catalog@1.12.1-next.1
    • @backstage/catalog-client@1.4.3
    • @backstage/catalog-model@1.4.1
    • @backstage/core-components@0.13.4-next.0
    • @backstage/core-plugin-api@1.5.3
    • @backstage/errors@1.2.1
    • @backstage/theme@0.4.1
    • @backstage/plugin-catalog-react@1.8.1-next.0

@backstage/plugin-bazaar-backend@0.2.11-next.1

Patch Changes

  • 629cbd194a87: Use coreServices.rootConfig instead of coreService.config
  • 12a8c94eda8d: Add package repository and homepage metadata
  • Updated dependencies
    • @backstage/backend-common@0.19.2-next.1
    • @backstage/plugin-auth-node@0.2.17-next.1
    • @backstage/backend-plugin-api@0.6.0-next.1
    • @backstage/config@1.0.8
    • @backstage/errors@1.2.1

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

Patch Changes

  • 12a8c94eda8d: Add package repository and homepage metadata
  • Updated dependencies
    • @backstage/integration@1.5.1

@backstage/plugin-bitrise@0.1.48-next.1

Patch Changes

  • 12a8c94eda8d: Add package repository and homepage metadata
  • Updated dependencies
    • @backstage/catalog-model@1.4.1
    • @backstage/core-components@0.13.4-next.0
    • @backstage/core-plugin-api@1.5.3
    • @backstage/theme@0.4.1
    • @backstage/plugin-catalog-react@1.8.1-next.0

@backstage/plugin-catalog@1.12.1-next.1

Patch Changes

  • Updated dependencies
    • @backstage/integration-react@1.1.16-next.1
    • @backstage/catalog-client@1.4.3
    • @backstage/catalog-model@1.4.1
    • @backstage/core-components@0.13.4-next.0
    • @backstage/core-plugin-api@1.5.3
    • @backstage/errors@1.2.1
    • @backstage/theme@0.4.1
    • @backstage/types@1.1.0
    • @backstage/plugin-catalog-common@1.0.15
    • @backstage/plugin-catalog-react@1.8.1-next.0
    • @backstage/plugin-scaffolder-common@1.3.2
    • @backstage/plugin-search-common@1.2.5
    • @backstage/plugin-search-react@1.6.4-next.0

@backstage/plugin-catalog-backend-module-aws@0.2.3-next.1

Patch Changes

  • 629cbd194a87: Use coreServices.rootConfig instead of coreService.config
  • 4b82382ed8c2: Fixed invalid configuration schema. The configuration schema may be more strict as a result.
  • b4222908b0c3: Added option to configure AWS accountId in AwsS3EntityProvider
  • Updated dependencies
    • @backstage/backend-common@0.19.2-next.1
    • @backstage/plugin-catalog-node@1.4.1-next.1
    • @backstage/backend-plugin-api@0.6.0-next.1
    • @backstage/backend-tasks@0.5.5-next.1
    • @backstage/integration@1.5.1
    • @backstage/integration-aws-node@0.1.5
    • @backstage/catalog-model@1.4.1
    • @backstage/config@1.0.8
    • @backstage/errors@1.2.1
    • @backstage/types@1.1.0
    • @backstage/plugin-catalog-common@1.0.15
    • @backstage/plugin-kubernetes-common@0.6.5

@backstage/plugin-catalog-backend-module-azure@0.1.19-next.1

Patch Changes

  • 629cbd194a87: Use coreServices.rootConfig instead of coreService.config
  • 4b82382ed8c2: Fixed invalid configuration schema. The configuration schema may be more strict as a result.
  • Updated dependencies
    • @backstage/backend-common@0.19.2-next.1
    • @backstage/plugin-catalog-node@1.4.1-next.1
    • @backstage/backend-plugin-api@0.6.0-next.1
    • @backstage/backend-tasks@0.5.5-next.1
    • @backstage/integration@1.5.1
    • @backstage/catalog-model@1.4.1
    • @backstage/config@1.0.8
    • @backstage/errors@1.2.1
    • @backstage/types@1.1.0
    • @backstage/plugin-catalog-common@1.0.15

@backstage/plugin-catalog-backend-module-bitbucket@0.2.15-next.1

Patch Changes

  • Updated dependencies
    • @backstage/backend-common@0.19.2-next.1
    • @backstage/plugin-bitbucket-cloud-common@0.2.9-next.0
    • @backstage/plugin-catalog-node@1.4.1-next.1
    • @backstage/integration@1.5.1
    • @backstage/catalog-model@1.4.1
    • @backstage/config@1.0.8
    • @backstage/errors@1.2.1
    • @backstage/types@1.1.0

@backstage/plugin-catalog-backend-module-bitbucket-cloud@0.1.15-next.1

Patch Changes

  • 629cbd194a87: Use coreServices.rootConfig instead of coreService.config
  • 4b82382ed8c2: Fixed invalid configuration schema. The configuration schema may be more strict as a result.
  • Updated dependencies
    • @backstage/backend-common@0.19.2-next.1
    • @backstage/plugin-bitbucket-cloud-common@0.2.9-next.0
    • @backstage/plugin-catalog-node@1.4.1-next.1
    • @backstage/plugin-events-node@0.2.9-next.1
    • @backstage/backend-plugin-api@0.6.0-next.1
    • @backstage/backend-tasks@0.5.5-next.1
    • @backstage/integration@1.5.1
    • @backstage/catalog-client@1.4.3
    • @backstage/catalog-model@1.4.1
    • @backstage/config@1.0.8
    • @backstage/plugin-catalog-common@1.0.15

@backstage/plugin-catalog-backend-module-bitbucket-server@0.1.13-next.1

Patch Changes

  • 629cbd194a87: Use coreServices.rootConfig instead of coreService.config
  • 4b82382ed8c2: Fixed invalid configuration schema. The configuration schema may be more strict as a result.
  • Updated dependencies
    • @backstage/backend-common@0.19.2-next.1
    • @backstage/plugin-catalog-node@1.4.1-next.1
    • @backstage/backend-plugin-api@0.6.0-next.1
    • @backstage/backend-tasks@0.5.5-next.1
    • @backstage/integration@1.5.1
    • @backstage/catalog-model@1.4.1
    • @backstage/config@1.0.8
    • @backstage/errors@1.2.1

@backstage/plugin-catalog-backend-module-gerrit@0.1.16-next.1

Patch Changes

  • 629cbd194a87: Use coreServices.rootConfig instead of coreService.config
  • 4b82382ed8c2: Fixed invalid configuration schema. The configuration schema may be more strict as a result.
  • Updated dependencies
    • @backstage/backend-common@0.19.2-next.1
    • @backstage/plugin-catalog-node@1.4.1-next.1
    • @backstage/backend-plugin-api@0.6.0-next.1
    • @backstage/backend-tasks@0.5.5-next.1
    • @backstage/integration@1.5.1
    • @backstage/catalog-model@1.4.1
    • @backstage/config@1.0.8
    • @backstage/errors@1.2.1

@backstage/plugin-catalog-backend-module-github@0.3.3-next.1

Patch Changes

  • 629cbd194a87: Use coreServices.rootConfig instead of coreService.config
  • 4b82382ed8c2: Fixed invalid configuration schema. The configuration schema may be more strict as a result.
  • Updated dependencies
    • @backstage/backend-common@0.19.2-next.1
    • @backstage/plugin-catalog-backend@1.12.0-next.1
    • @backstage/plugin-catalog-node@1.4.1-next.1
    • @backstage/plugin-events-node@0.2.9-next.1
    • @backstage/backend-plugin-api@0.6.0-next.1
    • @backstage/backend-tasks@0.5.5-next.1
    • @backstage/integration@1.5.1
    • @backstage/catalog-client@1.4.3
    • @backstage/catalog-model@1.4.1
    • @backstage/config@1.0.8
    • @backstage/errors@1.2.1
    • @backstage/types@1.1.0
    • @backstage/plugin-catalog-common@1.0.15

@backstage/plugin-catalog-backend-module-gitlab@0.2.4-next.1

Patch Changes

  • 629cbd194a87: Use coreServices.rootConfig instead of coreService.config
  • e6c721439f37: Added option to skip forked repos in GitlabDiscoveryEntityProvider
  • 4b82382ed8c2: Fixed invalid configuration schema. The configuration schema may be more strict as a result.
  • Updated dependencies
    • @backstage/backend-common@0.19.2-next.1
    • @backstage/plugin-catalog-node@1.4.1-next.1
    • @backstage/backend-plugin-api@0.6.0-next.1
    • @backstage/backend-tasks@0.5.5-next.1
    • @backstage/integration@1.5.1
    • @backstage/catalog-model@1.4.1
    • @backstage/config@1.0.8
    • @backstage/errors@1.2.1
    • @backstage/types@1.1.0

@backstage/plugin-catalog-backend-module-incremental-ingestion@0.4.1-next.1

Patch Changes

  • 629cbd194a87: Use coreServices.rootConfig instead of coreService.config
  • Updated dependencies
    • @backstage/backend-common@0.19.2-next.1
    • @backstage/plugin-catalog-backend@1.12.0-next.1
    • @backstage/plugin-catalog-node@1.4.1-next.1
    • @backstage/plugin-events-node@0.2.9-next.1
    • @backstage/backend-plugin-api@0.6.0-next.1
    • @backstage/backend-tasks@0.5.5-next.1
    • @backstage/catalog-model@1.4.1
    • @backstage/config@1.0.8
    • @backstage/errors@1.2.1
    • @backstage/plugin-permission-common@0.7.7

@backstage/plugin-catalog-backend-module-ldap@0.5.15-next.1

Patch Changes

  • Updated dependencies
    • @backstage/plugin-catalog-node@1.4.1-next.1
    • @backstage/backend-tasks@0.5.5-next.1
    • @backstage/catalog-model@1.4.1
    • @backstage/config@1.0.8
    • @backstage/errors@1.2.1
    • @backstage/types@1.1.0
    • @backstage/plugin-catalog-common@1.0.15

@backstage/plugin-catalog-backend-module-msgraph@0.5.7-next.1

Patch Changes

  • 629cbd194a87: Use coreServices.rootConfig instead of coreService.config
  • 4b82382ed8c2: Fixed invalid configuration schema. The configuration schema may be more strict as a result.
  • Updated dependencies
    • @backstage/backend-common@0.19.2-next.1
    • @backstage/plugin-catalog-node@1.4.1-next.1
    • @backstage/backend-plugin-api@0.6.0-next.1
    • @backstage/backend-tasks@0.5.5-next.1
    • @backstage/catalog-model@1.4.1
    • @backstage/config@1.0.8
    • @backstage/plugin-catalog-common@1.0.15

@backstage/plugin-catalog-backend-module-openapi@0.1.14-next.1

Patch Changes

  • Updated dependencies
    • @backstage/backend-common@0.19.2-next.1
    • @backstage/plugin-catalog-backend@1.12.0-next.1
    • @backstage/plugin-catalog-node@1.4.1-next.1
    • @backstage/integration@1.5.1
    • @backstage/catalog-model@1.4.1
    • @backstage/config@1.0.8
    • @backstage/types@1.1.0
    • @backstage/plugin-catalog-common@1.0.15

@backstage/plugin-catalog-backend-module-puppetdb@0.1.5-next.1

Patch Changes

  • 629cbd194a87: Use coreServices.rootConfig instead of coreService.config
  • 4b82382ed8c2: Fixed invalid configuration schema. The configuration schema may be more strict as a result.
  • Updated dependencies
    • @backstage/backend-common@0.19.2-next.1
    • @backstage/plugin-catalog-node@1.4.1-next.1
    • @backstage/backend-plugin-api@0.6.0-next.1
    • @backstage/backend-tasks@0.5.5-next.1
    • @backstage/catalog-model@1.4.1
    • @backstage/config@1.0.8
    • @backstage/errors@1.2.1
    • @backstage/types@1.1.0

@backstage/plugin-catalog-backend-module-unprocessed@0.2.0-next.1

Patch Changes

  • 12a8c94eda8d: Add package repository and homepage metadata
  • Updated dependencies
    • @backstage/plugin-auth-node@0.2.17-next.1
    • @backstage/backend-plugin-api@0.6.0-next.1
    • @backstage/catalog-model@1.4.1

@backstage/plugin-catalog-graph@0.2.33-next.1

Patch Changes

  • 12a8c94eda8d: Add package repository and homepage metadata
  • Updated dependencies
    • @backstage/catalog-client@1.4.3
    • @backstage/catalog-model@1.4.1
    • @backstage/core-components@0.13.4-next.0
    • @backstage/core-plugin-api@1.5.3
    • @backstage/theme@0.4.1
    • @backstage/types@1.1.0
    • @backstage/plugin-catalog-react@1.8.1-next.0

@backstage/plugin-catalog-import@0.9.11-next.1

Patch Changes

  • Updated dependencies
    • @backstage/integration-react@1.1.16-next.1
    • @backstage/integration@1.5.1
    • @backstage/catalog-client@1.4.3
    • @backstage/catalog-model@1.4.1
    • @backstage/config@1.0.8
    • @backstage/core-components@0.13.4-next.0
    • @backstage/core-plugin-api@1.5.3
    • @backstage/errors@1.2.1
    • @backstage/plugin-catalog-common@1.0.15
    • @backstage/plugin-catalog-react@1.8.1-next.0

@backstage/plugin-catalog-node@1.4.1-next.1

Patch Changes

  • 12a8c94eda8d: Add package repository and homepage metadata
  • Updated dependencies
    • @backstage/backend-plugin-api@0.6.0-next.1
    • @backstage/catalog-client@1.4.3
    • @backstage/catalog-model@1.4.1
    • @backstage/errors@1.2.1
    • @backstage/types@1.1.0
    • @backstage/plugin-catalog-common@1.0.15

@backstage/plugin-cicd-statistics-module-gitlab@0.1.17-next.1

Patch Changes

  • 12a8c94eda8d: Add package repository and homepage metadata
  • Updated dependencies
    • @backstage/catalog-model@1.4.1
    • @backstage/core-plugin-api@1.5.3
    • @backstage/plugin-cicd-statistics@0.1.23-next.0

@backstage/plugin-code-climate@0.1.21-next.1

Patch Changes

  • 12a8c94eda8d: Add package repository and homepage metadata
  • Updated dependencies
    • @backstage/catalog-model@1.4.1
    • @backstage/core-components@0.13.4-next.0
    • @backstage/core-plugin-api@1.5.3
    • @backstage/theme@0.4.1
    • @backstage/plugin-catalog-react@1.8.1-next.0

@backstage/plugin-code-coverage@0.2.14-next.1

Patch Changes

  • 12a8c94eda8d: Add package repository and homepage metadata
  • Updated dependencies
    • @backstage/catalog-model@1.4.1
    • @backstage/config@1.0.8
    • @backstage/core-components@0.13.4-next.0
    • @backstage/core-plugin-api@1.5.3
    • @backstage/errors@1.2.1
    • @backstage/theme@0.4.1
    • @backstage/plugin-catalog-react@1.8.1-next.0

@backstage/plugin-code-coverage-backend@0.2.14-next.1

Patch Changes

  • 12a8c94eda8d: Add package repository and homepage metadata
  • Updated dependencies
    • @backstage/backend-common@0.19.2-next.1
    • @backstage/integration@1.5.1
    • @backstage/catalog-client@1.4.3
    • @backstage/catalog-model@1.4.1
    • @backstage/config@1.0.8
    • @backstage/errors@1.2.1

@backstage/plugin-codescene@0.1.16-next.1

Patch Changes

  • 12a8c94eda8d: Add package repository and homepage metadata
  • Updated dependencies
    • @backstage/config@1.0.8
    • @backstage/core-components@0.13.4-next.0
    • @backstage/core-plugin-api@1.5.3
    • @backstage/errors@1.2.1
    • @backstage/theme@0.4.1

@backstage/plugin-config-schema@0.1.44-next.1

Patch Changes

  • 12a8c94eda8d: Add package repository and homepage metadata
  • Updated dependencies
    • @backstage/config@1.0.8
    • @backstage/core-components@0.13.4-next.0
    • @backstage/core-plugin-api@1.5.3
    • @backstage/errors@1.2.1
    • @backstage/theme@0.4.1
    • @backstage/types@1.1.0

@backstage/plugin-devtools@0.1.3-next.1

Patch Changes

  • 48b6a04ad045: Fix readme typo
  • Updated dependencies
    • @backstage/plugin-devtools-common@0.1.3-next.0
    • @backstage/core-components@0.13.4-next.0
    • @backstage/core-plugin-api@1.5.3
    • @backstage/errors@1.2.1
    • @backstage/theme@0.4.1
    • @backstage/types@1.1.0
    • @backstage/plugin-permission-react@0.4.14

@backstage/plugin-devtools-backend@0.1.3-next.1

Patch Changes

  • 629cbd194a87: Use coreServices.rootConfig instead of coreService.config

  • 12a8c94eda8d: Add package repository and homepage metadata

  • 2b4f77a4e900: Add DevTools configuration to enable dependency listing to be filtered with custom prefixes. For instance, in your app-config.yaml:

    devTools:
      info:
        packagePrefixes:
          - @backstage/
          - @roadiehq/backstage-
          - @spotify/backstage-
  • Updated dependencies

    • @backstage/backend-common@0.19.2-next.1
    • @backstage/config-loader@1.4.0-next.1
    • @backstage/plugin-devtools-common@0.1.3-next.0
    • @backstage/plugin-auth-node@0.2.17-next.1
    • @backstage/backend-plugin-api@0.6.0-next.1
    • @backstage/plugin-permission-node@0.7.11-next.1
    • @backstage/cli-common@0.1.12
    • @backstage/config@1.0.8
    • @backstage/errors@1.2.1
    • @backstage/types@1.1.0
    • @backstage/plugin-permission-common@0.7.7

@backstage/plugin-devtools-common@0.1.3-next.0

Patch Changes

  • 12a8c94eda8d: Add package repository and homepage metadata
  • Updated dependencies
    • @backstage/types@1.1.0
    • @backstage/plugin-permission-common@0.7.7

@backstage/plugin-dynatrace@7.0.1-next.1

Patch Changes

  • 12a8c94eda8d: Add package repository and homepage metadata
  • Updated dependencies
    • @backstage/catalog-model@1.4.1
    • @backstage/core-components@0.13.4-next.0
    • @backstage/core-plugin-api@1.5.3
    • @backstage/theme@0.4.1
    • @backstage/plugin-catalog-react@1.8.1-next.0

@backstage/plugin-entity-feedback@0.2.4-next.1

Patch Changes

  • 12a8c94eda8d: Add package repository and homepage metadata
  • Updated dependencies
    • @backstage/plugin-entity-feedback-common@0.1.2-next.0
    • @backstage/catalog-model@1.4.1
    • @backstage/core-components@0.13.4-next.0
    • @backstage/core-plugin-api@1.5.3
    • @backstage/errors@1.2.1
    • @backstage/theme@0.4.1
    • @backstage/plugin-catalog-react@1.8.1-next.0

@backstage/plugin-entity-feedback-backend@0.1.6-next.1

Patch Changes

  • 12a8c94eda8d: Add package repository and homepage metadata
  • Updated dependencies
    • @backstage/backend-common@0.19.2-next.1
    • @backstage/plugin-entity-feedback-common@0.1.2-next.0
    • @backstage/plugin-auth-node@0.2.17-next.1
    • @backstage/backend-plugin-api@0.6.0-next.1
    • @backstage/catalog-client@1.4.3
    • @backstage/catalog-model@1.4.1
    • @backstage/config@1.0.8

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

Patch Changes

  • 12a8c94eda8d: Add package repository and homepage metadata

@backstage/plugin-entity-validation@0.1.6-next.1

Patch Changes

  • 12a8c94eda8d: Add package repository and homepage metadata
  • Updated dependencies
    • @backstage/catalog-client@1.4.3
    • @backstage/catalog-model@1.4.1
    • @backstage/core-components@0.13.4-next.0
    • @backstage/core-plugin-api@1.5.3
    • @backstage/errors@1.2.1
    • @backstage/theme@0.4.1
    • @backstage/plugin-catalog-common@1.0.15
    • @backstage/plugin-catalog-react@1.8.1-next.0

@backstage/plugin-events-backend@0.2.9-next.1

Patch Changes

  • 629cbd194a87: Use coreServices.rootConfig instead of coreService.config
  • 12a8c94eda8d: Add package repository and homepage metadata
  • Updated dependencies
    • @backstage/backend-common@0.19.2-next.1
    • @backstage/plugin-events-node@0.2.9-next.1
    • @backstage/backend-plugin-api@0.6.0-next.1
    • @backstage/config@1.0.8

@backstage/plugin-events-backend-module-aws-sqs@0.2.3-next.1

Patch Changes

  • 629cbd194a87: Use coreServices.rootConfig instead of coreService.config
  • 12a8c94eda8d: Add package repository and homepage metadata
  • 4b82382ed8c2: Fixed invalid configuration schema. The configuration schema may be more strict as a result.
  • Updated dependencies
    • @backstage/backend-common@0.19.2-next.1
    • @backstage/plugin-events-node@0.2.9-next.1
    • @backstage/backend-plugin-api@0.6.0-next.1
    • @backstage/backend-tasks@0.5.5-next.1
    • @backstage/config@1.0.8
    • @backstage/types@1.1.0

@backstage/plugin-events-backend-module-azure@0.1.10-next.1

Patch Changes

  • 12a8c94eda8d: Add package repository and homepage metadata
  • Updated dependencies
    • @backstage/plugin-events-node@0.2.9-next.1
    • @backstage/backend-plugin-api@0.6.0-next.1

@backstage/plugin-events-backend-module-bitbucket-cloud@0.1.10-next.1

Patch Changes

  • 12a8c94eda8d: Add package repository and homepage metadata
  • Updated dependencies
    • @backstage/plugin-events-node@0.2.9-next.1
    • @backstage/backend-plugin-api@0.6.0-next.1

@backstage/plugin-events-backend-module-gerrit@0.1.10-next.1

Patch Changes

  • 12a8c94eda8d: Add package repository and homepage metadata
  • Updated dependencies
    • @backstage/plugin-events-node@0.2.9-next.1
    • @backstage/backend-plugin-api@0.6.0-next.1

@backstage/plugin-events-backend-module-github@0.1.10-next.1

Patch Changes

  • 629cbd194a87: Use coreServices.rootConfig instead of coreService.config
  • 12a8c94eda8d: Add package repository and homepage metadata
  • Updated dependencies
    • @backstage/plugin-events-node@0.2.9-next.1
    • @backstage/backend-plugin-api@0.6.0-next.1
    • @backstage/config@1.0.8

@backstage/plugin-events-backend-module-gitlab@0.1.10-next.1

Patch Changes

  • 629cbd194a87: Use coreServices.rootConfig instead of coreService.config
  • 12a8c94eda8d: Add package repository and homepage metadata
  • Updated dependencies
    • @backstage/plugin-events-node@0.2.9-next.1
    • @backstage/backend-plugin-api@0.6.0-next.1
    • @backstage/config@1.0.8

@backstage/plugin-events-backend-test-utils@0.1.10-next.1

Patch Changes

  • 12a8c94eda8d: Add package repository and homepage metadata
  • Updated dependencies
    • @backstage/plugin-events-node@0.2.9-next.1

@backstage/plugin-events-node@0.2.9-next.1

Patch Changes

  • 12a8c94eda8d: Add package repository and homepage metadata
  • Updated dependencies
    • @backstage/backend-plugin-api@0.6.0-next.1

@backstage/plugin-explore-backend@0.0.10-next.1

Patch Changes

  • 12a8c94eda8d: Add package repository and homepage metadata
  • Updated dependencies
    • @backstage/plugin-search-backend-module-explore@0.1.4-next.1
    • @backstage/backend-common@0.19.2-next.1
    • @backstage/config@1.0.8
    • @backstage/types@1.1.0
    • @backstage/plugin-explore-common@0.0.1
    • @backstage/plugin-search-common@1.2.5

@backstage/plugin-firehydrant@0.2.5-next.1

Patch Changes

  • 12a8c94eda8d: Add package repository and homepage metadata
  • Updated dependencies
    • @backstage/catalog-model@1.4.1
    • @backstage/core-components@0.13.4-next.0
    • @backstage/core-plugin-api@1.5.3
    • @backstage/theme@0.4.1
    • @backstage/plugin-catalog-react@1.8.1-next.0

@backstage/plugin-gcalendar@0.3.17-next.1

Patch Changes

  • 12a8c94eda8d: Add package repository and homepage metadata
  • Updated dependencies
    • @backstage/core-components@0.13.4-next.0
    • @backstage/core-plugin-api@1.5.3
    • @backstage/errors@1.2.1
    • @backstage/theme@0.4.1

@backstage/plugin-git-release-manager@0.3.34-next.1

Patch Changes

  • 12a8c94eda8d: Add package repository and homepage metadata
  • Updated dependencies
    • @backstage/integration@1.5.1
    • @backstage/core-components@0.13.4-next.0
    • @backstage/core-plugin-api@1.5.3
    • @backstage/theme@0.4.1

@backstage/plugin-github-actions@0.6.2-next.1

Patch Changes

  • Updated dependencies
    • @backstage/integration-react@1.1.16-next.1
    • @backstage/integration@1.5.1
    • @backstage/catalog-model@1.4.1
    • @backstage/core-components@0.13.4-next.0
    • @backstage/core-plugin-api@1.5.3
    • @backstage/theme@0.4.1
    • @backstage/plugin-catalog-react@1.8.1-next.0

@backstage/plugin-github-deployments@0.1.52-next.1

Patch Changes

  • 12a8c94eda8d: Add package repository and homepage metadata
  • Updated dependencies
    • @backstage/integration-react@1.1.16-next.1
    • @backstage/integration@1.5.1
    • @backstage/catalog-model@1.4.1
    • @backstage/core-components@0.13.4-next.0
    • @backstage/core-plugin-api@1.5.3
    • @backstage/errors@1.2.1
    • @backstage/theme@0.4.1
    • @backstage/plugin-catalog-react@1.8.1-next.0

@backstage/plugin-github-issues@0.2.10-next.1

Patch Changes

  • 12a8c94eda8d: Add package repository and homepage metadata
  • Updated dependencies
    • @backstage/integration@1.5.1
    • @backstage/catalog-model@1.4.1
    • @backstage/core-components@0.13.4-next.0
    • @backstage/core-plugin-api@1.5.3
    • @backstage/errors@1.2.1
    • @backstage/theme@0.4.1
    • @backstage/plugin-catalog-react@1.8.1-next.0

@backstage/plugin-graphql-backend@0.1.38-next.1

Patch Changes

  • Updated dependencies
    • @backstage/backend-common@0.19.2-next.1
    • @backstage/config@1.0.8
    • @backstage/plugin-catalog-graphql@0.3.22

@backstage/plugin-graphql-voyager@0.1.6-next.1

Patch Changes

  • 12a8c94eda8d: Add package repository and homepage metadata
  • Updated dependencies
    • @backstage/core-components@0.13.4-next.0
    • @backstage/core-plugin-api@1.5.3
    • @backstage/theme@0.4.1

@backstage/plugin-ilert@0.2.10-next.1

Patch Changes

  • 12a8c94eda8d: Add package repository and homepage metadata
  • Updated dependencies
    • @backstage/catalog-model@1.4.1
    • @backstage/core-components@0.13.4-next.0
    • @backstage/core-plugin-api@1.5.3
    • @backstage/errors@1.2.1
    • @backstage/theme@0.4.1
    • @backstage/plugin-catalog-react@1.8.1-next.0

@backstage/plugin-jenkins@0.8.3-next.1

Patch Changes

  • Updated dependencies
    • @backstage/plugin-jenkins-common@0.1.18-next.0
    • @backstage/catalog-model@1.4.1
    • @backstage/core-components@0.13.4-next.0
    • @backstage/core-plugin-api@1.5.3
    • @backstage/errors@1.2.1
    • @backstage/theme@0.4.1
    • @backstage/plugin-catalog-react@1.8.1-next.0

@backstage/plugin-jenkins-backend@0.2.3-next.1

Patch Changes

  • 12a8c94eda8d: Add package repository and homepage metadata
  • 4b82382ed8c2: Fixed invalid configuration schema. The configuration schema may be more strict as a result.
  • Updated dependencies
    • @backstage/backend-common@0.19.2-next.1
    • @backstage/plugin-jenkins-common@0.1.18-next.0
    • @backstage/plugin-auth-node@0.2.17-next.1
    • @backstage/plugin-permission-node@0.7.11-next.1
    • @backstage/catalog-client@1.4.3
    • @backstage/catalog-model@1.4.1
    • @backstage/config@1.0.8
    • @backstage/errors@1.2.1
    • @backstage/plugin-permission-common@0.7.7

@backstage/plugin-jenkins-common@0.1.18-next.0

Patch Changes

  • 12a8c94eda8d: Add package repository and homepage metadata
  • Updated dependencies
    • @backstage/plugin-catalog-common@1.0.15
    • @backstage/plugin-permission-common@0.7.7

@backstage/plugin-kafka@0.3.21-next.1

Patch Changes

  • 12a8c94eda8d: Add package repository and homepage metadata
  • Updated dependencies
    • @backstage/catalog-model@1.4.1
    • @backstage/config@1.0.8
    • @backstage/core-components@0.13.4-next.0
    • @backstage/core-plugin-api@1.5.3
    • @backstage/theme@0.4.1
    • @backstage/plugin-catalog-react@1.8.1-next.0

@backstage/plugin-kafka-backend@0.2.41-next.1

Patch Changes

  • 629cbd194a87: Use coreServices.rootConfig instead of coreService.config
  • Updated dependencies
    • @backstage/backend-common@0.19.2-next.1
    • @backstage/backend-plugin-api@0.6.0-next.1
    • @backstage/catalog-model@1.4.1
    • @backstage/config@1.0.8
    • @backstage/errors@1.2.1

@backstage/plugin-kubernetes-backend@0.11.3-next.1

Patch Changes

  • 629cbd194a87: Use coreServices.rootConfig instead of coreService.config
  • bbf4e9c894b5: Fixed a bug where the proxy was not rewriting WebSocket request paths properly.
  • Updated dependencies
    • @backstage/backend-common@0.19.2-next.1
    • @backstage/plugin-catalog-node@1.4.1-next.1
    • @backstage/plugin-auth-node@0.2.17-next.1
    • @backstage/backend-plugin-api@0.6.0-next.1
    • @backstage/plugin-permission-node@0.7.11-next.1
    • @backstage/integration-aws-node@0.1.5
    • @backstage/catalog-client@1.4.3
    • @backstage/catalog-model@1.4.1
    • @backstage/config@1.0.8
    • @backstage/errors@1.2.1
    • @backstage/plugin-kubernetes-common@0.6.5
    • @backstage/plugin-permission-common@0.7.7

@backstage/plugin-lighthouse-backend@0.2.4-next.1

Patch Changes

  • 629cbd194a87: Use coreServices.rootConfig instead of coreService.config
  • Updated dependencies
    • @backstage/backend-common@0.19.2-next.1
    • @backstage/plugin-catalog-node@1.4.1-next.1
    • @backstage/backend-plugin-api@0.6.0-next.1
    • @backstage/backend-tasks@0.5.5-next.1
    • @backstage/catalog-client@1.4.3
    • @backstage/catalog-model@1.4.1
    • @backstage/config@1.0.8
    • @backstage/types@1.1.0
    • @backstage/plugin-lighthouse-common@0.1.2

@backstage/plugin-linguist@0.1.6-next.1

Patch Changes

  • Updated dependencies
    • @backstage/plugin-linguist-common@0.1.1-next.0
    • @backstage/catalog-model@1.4.1
    • @backstage/core-components@0.13.4-next.0
    • @backstage/core-plugin-api@1.5.3
    • @backstage/errors@1.2.1
    • @backstage/theme@0.4.1
    • @backstage/plugin-catalog-react@1.8.1-next.0

@backstage/plugin-linguist-backend@0.3.2-next.1

Patch Changes

  • 12a8c94eda8d: Add package repository and homepage metadata
  • Updated dependencies
    • @backstage/backend-common@0.19.2-next.1
    • @backstage/plugin-linguist-common@0.1.1-next.0
    • @backstage/plugin-auth-node@0.2.17-next.1
    • @backstage/backend-plugin-api@0.6.0-next.1
    • @backstage/backend-tasks@0.5.5-next.1
    • @backstage/catalog-client@1.4.3
    • @backstage/catalog-model@1.4.1
    • @backstage/config@1.0.8
    • @backstage/errors@1.2.1
    • @backstage/types@1.1.0

@backstage/plugin-linguist-common@0.1.1-next.0

Patch Changes

  • 12a8c94eda8d: Add package repository and homepage metadata

@backstage/plugin-microsoft-calendar@0.1.6-next.1

Patch Changes

  • 12a8c94eda8d: Add package repository and homepage metadata
  • eea2922e749a: README update - example of apiRef definition and fixed component name
  • Updated dependencies
    • @backstage/core-components@0.13.4-next.0
    • @backstage/core-plugin-api@1.5.3
    • @backstage/errors@1.2.1
    • @backstage/theme@0.4.1

@backstage/plugin-newrelic-dashboard@0.2.14-next.1

Patch Changes

  • 12a8c94eda8d: Add package repository and homepage metadata
  • Updated dependencies
    • @backstage/catalog-model@1.4.1
    • @backstage/core-components@0.13.4-next.0
    • @backstage/core-plugin-api@1.5.3
    • @backstage/errors@1.2.1
    • @backstage/plugin-catalog-react@1.8.1-next.0

@backstage/plugin-nomad@0.1.2-next.1

Patch Changes

  • 12a8c94eda8d: Add package repository and homepage metadata
  • Updated dependencies
    • @backstage/catalog-model@1.4.1
    • @backstage/config@1.0.8
    • @backstage/core-components@0.13.4-next.0
    • @backstage/core-plugin-api@1.5.3
    • @backstage/theme@0.4.1
    • @backstage/plugin-catalog-react@1.8.1-next.0

@backstage/plugin-nomad-backend@0.1.2-next.1

Patch Changes

  • 12a8c94eda8d: Add package repository and homepage metadata
  • Updated dependencies
    • @backstage/backend-common@0.19.2-next.1
    • @backstage/config@1.0.8
    • @backstage/errors@1.2.1

@backstage/plugin-octopus-deploy@0.2.3-next.1

Patch Changes

  • 12a8c94eda8d: Add package repository and homepage metadata
  • Updated dependencies
    • @backstage/catalog-model@1.4.1
    • @backstage/core-components@0.13.4-next.0
    • @backstage/core-plugin-api@1.5.3
    • @backstage/theme@0.4.1
    • @backstage/plugin-catalog-react@1.8.1-next.0

@backstage/plugin-org@0.6.11-next.1

Patch Changes

  • 12a8c94eda8d: Add package repository and homepage metadata
  • Updated dependencies
    • @backstage/catalog-model@1.4.1
    • @backstage/core-components@0.13.4-next.0
    • @backstage/core-plugin-api@1.5.3
    • @backstage/theme@0.4.1
    • @backstage/plugin-catalog-react@1.8.1-next.0

@backstage/plugin-org-react@0.1.10-next.1

Patch Changes

  • 12a8c94eda8d: Add package repository and homepage metadata
  • Updated dependencies
    • @backstage/catalog-client@1.4.3
    • @backstage/catalog-model@1.4.1
    • @backstage/core-components@0.13.4-next.0
    • @backstage/core-plugin-api@1.5.3
    • @backstage/theme@0.4.1
    • @backstage/plugin-catalog-react@1.8.1-next.0

@backstage/plugin-periskop@0.1.19-next.1

Patch Changes

  • 12a8c94eda8d: Add package repository and homepage metadata
  • Updated dependencies
    • @backstage/catalog-model@1.4.1
    • @backstage/core-components@0.13.4-next.0
    • @backstage/core-plugin-api@1.5.3
    • @backstage/errors@1.2.1
    • @backstage/theme@0.4.1
    • @backstage/plugin-catalog-react@1.8.1-next.0

@backstage/plugin-periskop-backend@0.1.19-next.1

Patch Changes

  • 629cbd194a87: Use coreServices.rootConfig instead of coreService.config
  • 12a8c94eda8d: Add package repository and homepage metadata
  • Updated dependencies
    • @backstage/backend-common@0.19.2-next.1
    • @backstage/backend-plugin-api@0.6.0-next.1
    • @backstage/config@1.0.8

@backstage/plugin-permission-backend@0.5.23-next.1

Patch Changes

  • 629cbd194a87: Use coreServices.rootConfig instead of coreService.config
  • 12a8c94eda8d: Add package repository and homepage metadata
  • Updated dependencies
    • @backstage/backend-common@0.19.2-next.1
    • @backstage/plugin-auth-node@0.2.17-next.1
    • @backstage/backend-plugin-api@0.6.0-next.1
    • @backstage/plugin-permission-node@0.7.11-next.1
    • @backstage/config@1.0.8
    • @backstage/errors@1.2.1
    • @backstage/plugin-permission-common@0.7.7

@backstage/plugin-permission-node@0.7.11-next.1

Patch Changes

  • Updated dependencies
    • @backstage/backend-common@0.19.2-next.1
    • @backstage/plugin-auth-node@0.2.17-next.1
    • @backstage/backend-plugin-api@0.6.0-next.1
    • @backstage/config@1.0.8
    • @backstage/errors@1.2.1
    • @backstage/plugin-permission-common@0.7.7

@backstage/plugin-playlist@0.1.13-next.1

Patch Changes

  • d1e0588324d1: Displaying an alert popup each time the Playlist is created or deleted
  • 12a8c94eda8d: Add package repository and homepage metadata
  • Updated dependencies
    • @backstage/plugin-playlist-common@0.1.9-next.0
    • @backstage/catalog-model@1.4.1
    • @backstage/core-components@0.13.4-next.0
    • @backstage/core-plugin-api@1.5.3
    • @backstage/errors@1.2.1
    • @backstage/theme@0.4.1
    • @backstage/plugin-catalog-common@1.0.15
    • @backstage/plugin-catalog-react@1.8.1-next.0
    • @backstage/plugin-permission-common@0.7.7
    • @backstage/plugin-permission-react@0.4.14
    • @backstage/plugin-search-react@1.6.4-next.0

@backstage/plugin-playlist-backend@0.3.4-next.1

Patch Changes

  • 12a8c94eda8d: Add package repository and homepage metadata
  • Updated dependencies
    • @backstage/backend-common@0.19.2-next.1
    • @backstage/plugin-playlist-common@0.1.9-next.0
    • @backstage/plugin-auth-node@0.2.17-next.1
    • @backstage/plugin-permission-node@0.7.11-next.1
    • @backstage/catalog-client@1.4.3
    • @backstage/catalog-model@1.4.1
    • @backstage/config@1.0.8
    • @backstage/errors@1.2.1
    • @backstage/plugin-permission-common@0.7.7

@backstage/plugin-playlist-common@0.1.9-next.0

Patch Changes

  • 12a8c94eda8d: Add package repository and homepage metadata
  • Updated dependencies
    • @backstage/plugin-permission-common@0.7.7

@backstage/plugin-proxy-backend@0.2.42-next.1

Patch Changes

  • 629cbd194a87: Use coreServices.rootConfig instead of coreService.config
  • 4b82382ed8c2: Fixed invalid configuration schema. The configuration schema may be more strict as a result.
  • Updated dependencies
    • @backstage/backend-common@0.19.2-next.1
    • @backstage/backend-plugin-api@0.6.0-next.1
    • @backstage/config@1.0.8

@backstage/plugin-rollbar-backend@0.1.45-next.1

Patch Changes

  • Updated dependencies
    • @backstage/backend-common@0.19.2-next.1
    • @backstage/config@1.0.8

@backstage/plugin-scaffolder@1.14.2-next.1

Patch Changes

  • 8a0490fb669e: Fix the get entities query in the MyGroupsPicker to query the kind=Group entities.
  • Updated dependencies
    • @backstage/integration-react@1.1.16-next.1
    • @backstage/integration@1.5.1
    • @backstage/catalog-client@1.4.3
    • @backstage/catalog-model@1.4.1
    • @backstage/config@1.0.8
    • @backstage/core-components@0.13.4-next.0
    • @backstage/core-plugin-api@1.5.3
    • @backstage/errors@1.2.1
    • @backstage/theme@0.4.1
    • @backstage/types@1.1.0
    • @backstage/plugin-catalog-common@1.0.15
    • @backstage/plugin-catalog-react@1.8.1-next.0
    • @backstage/plugin-permission-react@0.4.14
    • @backstage/plugin-scaffolder-common@1.3.2
    • @backstage/plugin-scaffolder-react@1.5.2-next.0

@backstage/plugin-scaffolder-backend@1.15.2-next.1

Patch Changes

  • 629cbd194a87: Use coreServices.rootConfig instead of coreService.config
  • d3b31a791eb1: Deprecated executeShellCommand, RunCommandOptions, and fetchContents from @backstage/plugin-scaffolder-backend, since they are useful for Scaffolder modules (who should not be importing from the plugin package itself). You should now import these from @backstage/plugin-scaffolder-backend-node instead. RunCommandOptions was renamed in the Node package as ExecuteShellCommandOptions, for consistency.
  • Updated dependencies
    • @backstage/backend-common@0.19.2-next.1
    • @backstage/plugin-catalog-backend@1.12.0-next.1
    • @backstage/plugin-scaffolder-node@0.1.6-next.1
    • @backstage/plugin-catalog-node@1.4.1-next.1
    • @backstage/plugin-auth-node@0.2.17-next.1
    • @backstage/backend-plugin-api@0.6.0-next.1
    • @backstage/backend-tasks@0.5.5-next.1
    • @backstage/plugin-permission-node@0.7.11-next.1
    • @backstage/integration@1.5.1
    • @backstage/catalog-client@1.4.3
    • @backstage/catalog-model@1.4.1
    • @backstage/config@1.0.8
    • @backstage/errors@1.2.1
    • @backstage/types@1.1.0
    • @backstage/plugin-catalog-common@1.0.15
    • @backstage/plugin-permission-common@0.7.7
    • @backstage/plugin-scaffolder-common@1.3.2

@backstage/plugin-scaffolder-backend-module-confluence-to-markdown@0.2.1-next.1

Patch Changes

  • 12a8c94eda8d: Add package repository and homepage metadata
  • 0d347efc8f18: Use fetchContents directly instead of a fetchPlainAction
  • c186c631b429: Import helpers from the node package instead of the backend package
  • Updated dependencies
    • @backstage/backend-common@0.19.2-next.1
    • @backstage/plugin-scaffolder-node@0.1.6-next.1
    • @backstage/integration@1.5.1
    • @backstage/config@1.0.8
    • @backstage/errors@1.2.1
    • @backstage/types@1.1.0

@backstage/plugin-scaffolder-backend-module-cookiecutter@0.2.24-next.1

Patch Changes

  • 12a8c94eda8d: Add package repository and homepage metadata
  • c186c631b429: Import helpers from the node package instead of the backend package
  • Updated dependencies
    • @backstage/backend-common@0.19.2-next.1
    • @backstage/plugin-scaffolder-node@0.1.6-next.1
    • @backstage/integration@1.5.1
    • @backstage/config@1.0.8
    • @backstage/errors@1.2.1
    • @backstage/types@1.1.0

@backstage/plugin-scaffolder-backend-module-gitlab@0.2.3-next.1

Patch Changes

  • Updated dependencies
    • @backstage/plugin-scaffolder-node@0.1.6-next.1
    • @backstage/integration@1.5.1
    • @backstage/config@1.0.8
    • @backstage/errors@1.2.1

@backstage/plugin-scaffolder-backend-module-rails@0.4.17-next.1

Patch Changes

  • 12a8c94eda8d: Add package repository and homepage metadata
  • c186c631b429: Import helpers from the node package instead of the backend package
  • Updated dependencies
    • @backstage/backend-common@0.19.2-next.1
    • @backstage/plugin-scaffolder-node@0.1.6-next.1
    • @backstage/integration@1.5.1
    • @backstage/config@1.0.8
    • @backstage/errors@1.2.1
    • @backstage/types@1.1.0

@backstage/plugin-scaffolder-backend-module-sentry@0.1.8-next.1

Patch Changes

  • 12a8c94eda8d: Add package repository and homepage metadata
  • Updated dependencies
    • @backstage/plugin-scaffolder-node@0.1.6-next.1
    • @backstage/config@1.0.8
    • @backstage/errors@1.2.1

@backstage/plugin-scaffolder-backend-module-yeoman@0.2.21-next.1

Patch Changes

  • 12a8c94eda8d: Add package repository and homepage metadata
  • Updated dependencies
    • @backstage/plugin-scaffolder-node@0.1.6-next.1
    • @backstage/config@1.0.8
    • @backstage/types@1.1.0

@backstage/plugin-scaffolder-node@0.1.6-next.1

Patch Changes

  • 12a8c94eda8d: Add package repository and homepage metadata
  • d3b31a791eb1: Deprecated executeShellCommand, RunCommandOptions, and fetchContents from @backstage/plugin-scaffolder-backend, since they are useful for Scaffolder modules (who should not be importing from the plugin package itself). You should now import these from @backstage/plugin-scaffolder-backend-node instead. RunCommandOptions was renamed in the Node package as ExecuteShellCommandOptions, for consistency.
  • Updated dependencies
    • @backstage/backend-common@0.19.2-next.1
    • @backstage/backend-plugin-api@0.6.0-next.1
    • @backstage/integration@1.5.1
    • @backstage/catalog-model@1.4.1
    • @backstage/errors@1.2.1
    • @backstage/types@1.1.0
    • @backstage/plugin-scaffolder-common@1.3.2

@backstage/plugin-search-backend@1.4.0-next.1

Patch Changes

  • 629cbd194a87: Use coreServices.rootConfig instead of coreService.config
  • 12a8c94eda8d: Add package repository and homepage metadata
  • 951ab6c9db58: Add missing configSchema to package.json
  • Updated dependencies
    • @backstage/backend-common@0.19.2-next.1
    • @backstage/backend-openapi-utils@0.0.3-next.1
    • @backstage/plugin-search-backend-node@1.2.4-next.1
    • @backstage/plugin-auth-node@0.2.17-next.1
    • @backstage/backend-plugin-api@0.6.0-next.1
    • @backstage/plugin-permission-node@0.7.11-next.1
    • @backstage/config@1.0.8
    • @backstage/errors@1.2.1
    • @backstage/types@1.1.0
    • @backstage/plugin-permission-common@0.7.7
    • @backstage/plugin-search-common@1.2.5

@backstage/plugin-search-backend-module-catalog@0.1.4-next.1

Patch Changes

  • 629cbd194a87: Use coreServices.rootConfig instead of coreService.config
  • 12a8c94eda8d: Add package repository and homepage metadata
  • Updated dependencies
    • @backstage/backend-common@0.19.2-next.1
    • @backstage/plugin-search-backend-node@1.2.4-next.1
    • @backstage/backend-plugin-api@0.6.0-next.1
    • @backstage/backend-tasks@0.5.5-next.1
    • @backstage/catalog-client@1.4.3
    • @backstage/catalog-model@1.4.1
    • @backstage/config@1.0.8
    • @backstage/plugin-catalog-common@1.0.15
    • @backstage/plugin-permission-common@0.7.7
    • @backstage/plugin-search-common@1.2.5

@backstage/plugin-search-backend-module-elasticsearch@1.3.3-next.1

Patch Changes

  • 629cbd194a87: Use coreServices.rootConfig instead of coreService.config
  • 12a8c94eda8d: Add package repository and homepage metadata
  • Updated dependencies
    • @backstage/backend-common@0.19.2-next.1
    • @backstage/plugin-search-backend-node@1.2.4-next.1
    • @backstage/backend-plugin-api@0.6.0-next.1
    • @backstage/integration-aws-node@0.1.5
    • @backstage/config@1.0.8
    • @backstage/plugin-search-common@1.2.5

@backstage/plugin-search-backend-module-explore@0.1.4-next.1

Patch Changes

  • 629cbd194a87: Use coreServices.rootConfig instead of coreService.config
  • 12a8c94eda8d: Add package repository and homepage metadata
  • Updated dependencies
    • @backstage/backend-common@0.19.2-next.1
    • @backstage/plugin-search-backend-node@1.2.4-next.1
    • @backstage/backend-plugin-api@0.6.0-next.1
    • @backstage/backend-tasks@0.5.5-next.1
    • @backstage/config@1.0.8
    • @backstage/plugin-explore-common@0.0.1
    • @backstage/plugin-search-common@1.2.5

@backstage/plugin-search-backend-module-pg@0.5.9-next.1

Patch Changes

  • 629cbd194a87: Use coreServices.rootConfig instead of coreService.config
  • 12a8c94eda8d: Add package repository and homepage metadata
  • Updated dependencies
    • @backstage/backend-common@0.19.2-next.1
    • @backstage/plugin-search-backend-node@1.2.4-next.1
    • @backstage/backend-plugin-api@0.6.0-next.1
    • @backstage/config@1.0.8
    • @backstage/plugin-search-common@1.2.5

@backstage/plugin-search-backend-module-techdocs@0.1.4-next.1

Patch Changes

  • 629cbd194a87: Use coreServices.rootConfig instead of coreService.config
  • 12a8c94eda8d: Add package repository and homepage metadata
  • Updated dependencies
    • @backstage/backend-common@0.19.2-next.1
    • @backstage/plugin-search-backend-node@1.2.4-next.1
    • @backstage/backend-plugin-api@0.6.0-next.1
    • @backstage/backend-tasks@0.5.5-next.1
    • @backstage/plugin-techdocs-node@1.7.4-next.1
    • @backstage/catalog-client@1.4.3
    • @backstage/catalog-model@1.4.1
    • @backstage/config@1.0.8
    • @backstage/plugin-catalog-common@1.0.15
    • @backstage/plugin-permission-common@0.7.7
    • @backstage/plugin-search-common@1.2.5

@backstage/plugin-search-backend-node@1.2.4-next.1

Patch Changes

  • 12a8c94eda8d: Add package repository and homepage metadata
  • Updated dependencies
    • @backstage/backend-common@0.19.2-next.1
    • @backstage/backend-plugin-api@0.6.0-next.1
    • @backstage/backend-tasks@0.5.5-next.1
    • @backstage/config@1.0.8
    • @backstage/errors@1.2.1
    • @backstage/plugin-permission-common@0.7.7
    • @backstage/plugin-search-common@1.2.5

@backstage/plugin-shortcuts@0.3.13-next.1

Patch Changes

  • 12a8c94eda8d: Add package repository and homepage metadata
  • Updated dependencies
    • @backstage/core-components@0.13.4-next.0
    • @backstage/core-plugin-api@1.5.3
    • @backstage/theme@0.4.1
    • @backstage/types@1.1.0

@backstage/plugin-sonarqube@0.7.2-next.1

Patch Changes

  • b2ccddefbdc6: Remove sonarQube card disable class
  • Updated dependencies
    • @backstage/catalog-model@1.4.1
    • @backstage/core-components@0.13.4-next.0
    • @backstage/core-plugin-api@1.5.3
    • @backstage/theme@0.4.1
    • @backstage/plugin-catalog-react@1.8.1-next.0
    • @backstage/plugin-sonarqube-react@0.1.7

@backstage/plugin-sonarqube-backend@0.2.2-next.1

Patch Changes

  • 12a8c94eda8d: Add package repository and homepage metadata
  • Updated dependencies
    • @backstage/backend-common@0.19.2-next.1
    • @backstage/config@1.0.8
    • @backstage/errors@1.2.1

@backstage/plugin-stack-overflow@0.1.19-next.1

Patch Changes

  • 12a8c94eda8d: Add package repository and homepage metadata
  • Updated dependencies
    • @backstage/config@1.0.8
    • @backstage/core-components@0.13.4-next.0
    • @backstage/core-plugin-api@1.5.3
    • @backstage/theme@0.4.1
    • @backstage/plugin-home-react@0.1.2-next.0
    • @backstage/plugin-search-common@1.2.5
    • @backstage/plugin-search-react@1.6.4-next.0

@backstage/plugin-stack-overflow-backend@0.2.4-next.1

Patch Changes

  • Updated dependencies
    • @backstage/backend-common@0.19.2-next.1
    • @backstage/config@1.0.8
    • @backstage/plugin-search-common@1.2.5

@backstage/plugin-tech-insights@0.3.13-next.1

Patch Changes

  • 12a8c94eda8d: Add package repository and homepage metadata
  • Updated dependencies
    • @backstage/catalog-model@1.4.1
    • @backstage/core-components@0.13.4-next.0
    • @backstage/core-plugin-api@1.5.3
    • @backstage/errors@1.2.1
    • @backstage/theme@0.4.1
    • @backstage/types@1.1.0
    • @backstage/plugin-catalog-react@1.8.1-next.0
    • @backstage/plugin-tech-insights-common@0.2.11

@backstage/plugin-tech-insights-backend@0.5.14-next.1

Patch Changes

  • Updated dependencies
    • @backstage/backend-common@0.19.2-next.1
    • @backstage/backend-tasks@0.5.5-next.1
    • @backstage/plugin-tech-insights-node@0.4.6-next.1
    • @backstage/catalog-client@1.4.3
    • @backstage/catalog-model@1.4.1
    • @backstage/config@1.0.8
    • @backstage/errors@1.2.1
    • @backstage/types@1.1.0
    • @backstage/plugin-tech-insights-common@0.2.11

@backstage/plugin-tech-insights-backend-module-jsonfc@0.1.32-next.1

Patch Changes

  • Updated dependencies
    • @backstage/backend-common@0.19.2-next.1
    • @backstage/plugin-tech-insights-node@0.4.6-next.1
    • @backstage/config@1.0.8
    • @backstage/errors@1.2.1
    • @backstage/plugin-tech-insights-common@0.2.11

@backstage/plugin-tech-insights-node@0.4.6-next.1

Patch Changes

  • Updated dependencies
    • @backstage/backend-common@0.19.2-next.1
    • @backstage/backend-tasks@0.5.5-next.1
    • @backstage/config@1.0.8
    • @backstage/types@1.1.0
    • @backstage/plugin-tech-insights-common@0.2.11

@backstage/plugin-techdocs@1.6.6-next.1

Patch Changes

  • Updated dependencies
    • @backstage/integration-react@1.1.16-next.1
    • @backstage/integration@1.5.1
    • @backstage/catalog-model@1.4.1
    • @backstage/config@1.0.8
    • @backstage/core-components@0.13.4-next.0
    • @backstage/core-plugin-api@1.5.3
    • @backstage/errors@1.2.1
    • @backstage/theme@0.4.1
    • @backstage/plugin-catalog-react@1.8.1-next.0
    • @backstage/plugin-search-common@1.2.5
    • @backstage/plugin-search-react@1.6.4-next.0
    • @backstage/plugin-techdocs-react@1.1.9-next.0

@backstage/plugin-techdocs-addons-test-utils@1.0.17-next.1

Patch Changes

  • Updated dependencies
    • @backstage/integration-react@1.1.16-next.1
    • @backstage/plugin-catalog@1.12.1-next.1
    • @backstage/plugin-techdocs@1.6.6-next.1
    • @backstage/core-app-api@1.9.1-next.0
    • @backstage/core-components@0.13.4-next.0
    • @backstage/core-plugin-api@1.5.3
    • @backstage/test-utils@1.4.2-next.0
    • @backstage/theme@0.4.1
    • @backstage/plugin-search-react@1.6.4-next.0
    • @backstage/plugin-techdocs-react@1.1.9-next.0

@backstage/plugin-techdocs-backend@1.6.5-next.1

Patch Changes

  • 629cbd194a87: Use coreServices.rootConfig instead of coreService.config
  • Updated dependencies
    • @backstage/plugin-search-backend-module-techdocs@0.1.4-next.1
    • @backstage/backend-common@0.19.2-next.1
    • @backstage/backend-plugin-api@0.6.0-next.1
    • @backstage/plugin-techdocs-node@1.7.4-next.1
    • @backstage/integration@1.5.1
    • @backstage/catalog-client@1.4.3
    • @backstage/catalog-model@1.4.1
    • @backstage/config@1.0.8
    • @backstage/errors@1.2.1
    • @backstage/plugin-catalog-common@1.0.15
    • @backstage/plugin-permission-common@0.7.7
    • @backstage/plugin-search-common@1.2.5

@backstage/plugin-techdocs-module-addons-contrib@1.0.16-next.1

Patch Changes

  • Updated dependencies
    • @backstage/integration-react@1.1.16-next.1
    • @backstage/integration@1.5.1
    • @backstage/core-components@0.13.4-next.0
    • @backstage/core-plugin-api@1.5.3
    • @backstage/theme@0.4.1
    • @backstage/plugin-techdocs-react@1.1.9-next.0

@backstage/plugin-techdocs-node@1.7.4-next.1

Patch Changes

  • Updated dependencies
    • @backstage/backend-common@0.19.2-next.1
    • @backstage/integration@1.5.1
    • @backstage/integration-aws-node@0.1.5
    • @backstage/catalog-model@1.4.1
    • @backstage/config@1.0.8
    • @backstage/errors@1.2.1
    • @backstage/plugin-search-common@1.2.5

@backstage/plugin-todo-backend@0.2.0-next.1

Patch Changes

  • 629cbd194a87: Use coreServices.rootConfig instead of coreService.config
  • Updated dependencies
    • @backstage/backend-common@0.19.2-next.1
    • @backstage/backend-openapi-utils@0.0.3-next.1
    • @backstage/plugin-catalog-node@1.4.1-next.1
    • @backstage/backend-plugin-api@0.6.0-next.1
    • @backstage/integration@1.5.1
    • @backstage/catalog-client@1.4.3
    • @backstage/catalog-model@1.4.1
    • @backstage/config@1.0.8
    • @backstage/errors@1.2.1

@backstage/plugin-user-settings-backend@0.1.12-next.1

Patch Changes

  • 12a8c94eda8d: Add package repository and homepage metadata
  • Updated dependencies
    • @backstage/backend-common@0.19.2-next.1
    • @backstage/plugin-auth-node@0.2.17-next.1
    • @backstage/backend-plugin-api@0.6.0-next.1
    • @backstage/catalog-model@1.4.1
    • @backstage/errors@1.2.1
    • @backstage/types@1.1.0

@backstage/plugin-vault-backend@0.3.4-next.1

Patch Changes

  • Updated dependencies
    • @backstage/backend-common@0.19.2-next.1
    • @backstage/backend-tasks@0.5.5-next.1
    • @backstage/config@1.0.8
    • @backstage/errors@1.2.1

@backstage/plugin-xcmetrics@0.2.41-next.1

Patch Changes

  • 12a8c94eda8d: Add package repository and homepage metadata
  • Updated dependencies
    • @backstage/core-components@0.13.4-next.0
    • @backstage/core-plugin-api@1.5.3
    • @backstage/errors@1.2.1
    • @backstage/theme@0.4.1

example-app@0.2.86-next.1

Patch Changes

  • Updated dependencies
    • @backstage/plugin-playlist@0.1.13-next.1
    • @backstage/plugin-scaffolder@1.14.2-next.1
    • @backstage/integration-react@1.1.16-next.1
    • @backstage/plugin-microsoft-calendar@0.1.6-next.1
    • @backstage/plugin-newrelic-dashboard@0.2.14-next.1
    • @backstage/plugin-entity-feedback@0.2.4-next.1
    • @backstage/plugin-linguist-common@0.1.1-next.0
    • @backstage/plugin-apache-airflow@0.2.14-next.1
    • @backstage/plugin-octopus-deploy@0.2.3-next.1
    • @backstage/plugin-stack-overflow@0.1.19-next.1
    • @backstage/plugin-catalog-graph@0.2.33-next.1
    • @backstage/plugin-code-coverage@0.2.14-next.1
    • @backstage/plugin-tech-insights@0.3.13-next.1
    • @backstage/plugin-dynatrace@7.0.1-next.1
    • @backstage/plugin-gcalendar@0.3.17-next.1
    • @backstage/plugin-shortcuts@0.3.13-next.1
    • @backstage/plugin-airbrake@0.3.21-next.1
    • @backstage/plugin-kafka@0.3.21-next.1
    • @backstage/plugin-nomad@0.1.2-next.1
    • @backstage/plugin-adr@0.6.4-next.1
    • @backstage/plugin-org@0.6.11-next.1
    • @backstage/plugin-devtools@0.1.3-next.1
    • @backstage/cli@0.22.10-next.1
    • @backstage/plugin-catalog-import@0.9.11-next.1
    • @backstage/plugin-github-actions@0.6.2-next.1
    • @backstage/plugin-techdocs@1.6.6-next.1
    • @backstage/plugin-techdocs-module-addons-contrib@1.0.16-next.1
    • @backstage/plugin-linguist@0.1.6-next.1
    • @backstage/plugin-jenkins@0.8.3-next.1
    • @backstage/app-defaults@1.4.2-next.0
    • @backstage/catalog-model@1.4.1
    • @backstage/config@1.0.8
    • @backstage/core-app-api@1.9.1-next.0
    • @backstage/core-components@0.13.4-next.0
    • @backstage/core-plugin-api@1.5.3
    • @backstage/theme@0.4.1
    • @backstage/plugin-api-docs@0.9.7-next.1
    • @backstage/plugin-azure-devops@0.3.3-next.0
    • @backstage/plugin-azure-sites@0.1.10-next.0
    • @backstage/plugin-badges@0.2.45-next.0
    • @backstage/plugin-catalog-common@1.0.15
    • @backstage/plugin-catalog-react@1.8.1-next.0
    • @backstage/plugin-catalog-unprocessed-entities@0.1.2-next.0
    • @backstage/plugin-circleci@0.3.21-next.0
    • @backstage/plugin-cloudbuild@0.3.21-next.0
    • @backstage/plugin-cost-insights@0.12.10-next.0
    • @backstage/plugin-explore@0.4.7-next.0
    • @backstage/plugin-gcp-projects@0.3.40-next.0
    • @backstage/plugin-gocd@0.1.27-next.0
    • @backstage/plugin-graphiql@0.2.53-next.0
    • @backstage/plugin-home@0.5.5-next.0
    • @backstage/plugin-kubernetes@0.9.4-next.0
    • @backstage/plugin-lighthouse@0.4.6-next.0
    • @backstage/plugin-newrelic@0.3.39-next.0
    • @backstage/plugin-pagerduty@0.6.2-next.0
    • @backstage/plugin-permission-react@0.4.14
    • @backstage/plugin-puppetdb@0.1.4-next.0
    • @backstage/plugin-rollbar@0.4.21-next.0
    • @backstage/plugin-scaffolder-react@1.5.2-next.0
    • @backstage/plugin-search@1.3.4-next.0
    • @backstage/plugin-search-common@1.2.5
    • @backstage/plugin-search-react@1.6.4-next.0
    • @backstage/plugin-sentry@0.5.6-next.0
    • @backstage/plugin-stackstorm@0.1.5-next.0
    • @backstage/plugin-tech-radar@0.6.7-next.0
    • @backstage/plugin-techdocs-react@1.1.9-next.0
    • @backstage/plugin-todo@0.2.23-next.0
    • @backstage/plugin-user-settings@0.7.6-next.0
    • @internal/plugin-catalog-customized@0.0.13-next.1

example-backend@0.2.86-next.1

Patch Changes

  • Updated dependencies
    • @backstage/plugin-search-backend-module-elasticsearch@1.3.3-next.1
    • @backstage/plugin-search-backend-module-pg@0.5.9-next.1
    • @backstage/plugin-azure-devops-backend@0.3.27-next.1
    • @backstage/plugin-kubernetes-backend@0.11.3-next.1
    • @backstage/plugin-lighthouse-backend@0.2.4-next.1
    • @backstage/plugin-permission-backend@0.5.23-next.1
    • @backstage/plugin-scaffolder-backend@1.15.2-next.1
    • @backstage/plugin-devtools-backend@0.1.3-next.1
    • @backstage/plugin-techdocs-backend@1.6.5-next.1
    • @backstage/backend-common@0.19.2-next.1
    • @backstage/plugin-catalog-backend@1.12.0-next.1
    • @backstage/plugin-badges-backend@0.2.3-next.1
    • @backstage/plugin-events-backend@0.2.9-next.1
    • @backstage/plugin-search-backend@1.4.0-next.1
    • @backstage/plugin-kafka-backend@0.2.41-next.1
    • @backstage/plugin-proxy-backend@0.2.42-next.1
    • @backstage/plugin-todo-backend@0.2.0-next.1
    • @backstage/plugin-app-backend@0.3.48-next.1
    • @backstage/plugin-scaffolder-backend-module-confluence-to-markdown@0.2.1-next.1
    • @backstage/plugin-catalog-backend-module-unprocessed@0.2.0-next.1
    • @backstage/plugin-scaffolder-backend-module-rails@0.4.17-next.1
    • @backstage/plugin-entity-feedback-backend@0.1.6-next.1
    • @backstage/plugin-code-coverage-backend@0.2.14-next.1
    • @backstage/plugin-search-backend-node@1.2.4-next.1
    • @backstage/plugin-linguist-backend@0.3.2-next.1
    • @backstage/plugin-playlist-backend@0.3.4-next.1
    • @backstage/plugin-explore-backend@0.0.10-next.1
    • @backstage/plugin-jenkins-backend@0.2.3-next.1
    • @backstage/plugin-nomad-backend@0.1.2-next.1
    • @backstage/plugin-catalog-node@1.4.1-next.1
    • @backstage/plugin-events-node@0.2.9-next.1
    • @backstage/plugin-auth-node@0.2.17-next.1
    • @backstage/plugin-auth-backend@0.18.6-next.1
    • @backstage/backend-tasks@0.5.5-next.1
    • @backstage/plugin-adr-backend@0.3.6-next.1
    • @backstage/plugin-azure-sites-backend@0.1.10-next.1
    • @backstage/plugin-graphql-backend@0.1.38-next.1
    • @backstage/plugin-permission-node@0.7.11-next.1
    • @backstage/plugin-rollbar-backend@0.1.45-next.1
    • @backstage/plugin-tech-insights-backend@0.5.14-next.1
    • @backstage/plugin-tech-insights-backend-module-jsonfc@0.1.32-next.1
    • @backstage/plugin-tech-insights-node@0.4.6-next.1
    • example-app@0.2.86-next.1
    • @backstage/integration@1.5.1
    • @backstage/catalog-client@1.4.3
    • @backstage/catalog-model@1.4.1
    • @backstage/config@1.0.8
    • @backstage/plugin-permission-common@0.7.7
    • @backstage/plugin-search-common@1.2.5

example-backend-next@0.0.14-next.1

Patch Changes

  • Updated dependencies
    • @backstage/plugin-search-backend-module-techdocs@0.1.4-next.1
    • @backstage/plugin-search-backend-module-catalog@0.1.4-next.1
    • @backstage/plugin-search-backend-module-explore@0.1.4-next.1
    • @backstage/plugin-azure-devops-backend@0.3.27-next.1
    • @backstage/plugin-kubernetes-backend@0.11.3-next.1
    • @backstage/plugin-lighthouse-backend@0.2.4-next.1
    • @backstage/plugin-permission-backend@0.5.23-next.1
    • @backstage/plugin-scaffolder-backend@1.15.2-next.1
    • @backstage/backend-defaults@0.2.0-next.1
    • @backstage/plugin-devtools-backend@0.1.3-next.1
    • @backstage/plugin-techdocs-backend@1.6.5-next.1
    • @backstage/plugin-catalog-backend@1.12.0-next.1
    • @backstage/plugin-badges-backend@0.2.3-next.1
    • @backstage/plugin-search-backend@1.4.0-next.1
    • @backstage/plugin-todo-backend@0.2.0-next.1
    • @backstage/plugin-app-backend@0.3.48-next.1
    • @backstage/plugin-catalog-backend-module-unprocessed@0.2.0-next.1
    • @backstage/plugin-entity-feedback-backend@0.1.6-next.1
    • @backstage/plugin-search-backend-node@1.2.4-next.1
    • @backstage/plugin-linguist-backend@0.3.2-next.1
    • @backstage/plugin-auth-node@0.2.17-next.1
    • @backstage/backend-tasks@0.5.5-next.1
    • @backstage/plugin-adr-backend@0.3.6-next.1
    • @backstage/plugin-permission-node@0.7.11-next.1
    • @backstage/plugin-permission-common@0.7.7

e2e-test@0.2.6-next.1

Patch Changes

  • Updated dependencies
    • @backstage/create-app@0.5.4-next.1
    • @backstage/cli-common@0.1.12
    • @backstage/errors@1.2.1

techdocs-cli-embedded-app@0.2.85-next.1

Patch Changes

  • Updated dependencies
    • @backstage/integration-react@1.1.16-next.1
    • @backstage/cli@0.22.10-next.1
    • @backstage/plugin-catalog@1.12.1-next.1
    • @backstage/plugin-techdocs@1.6.6-next.1
    • @backstage/app-defaults@1.4.2-next.0
    • @backstage/catalog-model@1.4.1
    • @backstage/config@1.0.8
    • @backstage/core-app-api@1.9.1-next.0
    • @backstage/core-components@0.13.4-next.0
    • @backstage/core-plugin-api@1.5.3
    • @backstage/test-utils@1.4.2-next.0
    • @backstage/theme@0.4.1
    • @backstage/plugin-techdocs-react@1.1.9-next.0

@internal/plugin-catalog-customized@0.0.13-next.1

Patch Changes

  • Updated dependencies
    • @backstage/plugin-catalog@1.12.1-next.1
    • @backstage/plugin-catalog-react@1.8.1-next.0

@internal/plugin-todo-list-backend@1.0.16-next.1

Patch Changes

  • Updated dependencies
    • @backstage/backend-common@0.19.2-next.1
    • @backstage/plugin-auth-node@0.2.17-next.1
    • @backstage/backend-plugin-api@0.6.0-next.1
    • @backstage/config@1.0.8
    • @backstage/errors@1.2.1