Skip to main content
Version: Next

Release v1.11.0-next.1

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

Minor Changes

  • 0c1fc3986c: Added Markdown support in the AboutCard description section
  • 0eaa579f89: The CatalogSearchResultListItem component is now a search result extension. This means that when rendered as a child of components that render search extensions, the result, rank, and highlight properties are optional. See the documentation for more details.

Patch Changes

  • Updated dependencies
    • @backstage/core-components@0.12.4-next.0
    • @backstage/plugin-search-react@1.5.0-next.0
    • @backstage/plugin-catalog-react@1.3.0-next.1
    • @backstage/catalog-client@1.3.1-next.0
    • @backstage/catalog-model@1.1.6-next.0
    • @backstage/core-plugin-api@1.3.0
    • @backstage/errors@1.1.4
    • @backstage/integration-react@1.1.10-next.0
    • @backstage/theme@0.2.16
    • @backstage/types@1.0.2
    • @backstage/plugin-catalog-common@1.0.11-next.0
    • @backstage/plugin-search-common@1.2.1

@backstage/plugin-catalog-react@1.3.0-next.1

Minor Changes

  • fab93c2fe8: Aligned buttons on "Unregister entity" dialog to keep them on the same line

Patch Changes

  • Updated dependencies
    • @backstage/core-components@0.12.4-next.0
    • @backstage/catalog-client@1.3.1-next.0
    • @backstage/catalog-model@1.1.6-next.0
    • @backstage/core-plugin-api@1.3.0
    • @backstage/errors@1.1.4
    • @backstage/integration@1.4.2
    • @backstage/theme@0.2.16
    • @backstage/types@1.0.2
    • @backstage/version-bridge@1.0.3
    • @backstage/plugin-catalog-common@1.0.11-next.0
    • @backstage/plugin-permission-common@0.7.3
    • @backstage/plugin-permission-react@0.4.9

@backstage/plugin-explore@0.4.0-next.1

Minor Changes

  • 0eaa579f89: The ToolSearchResultListItem component is now a search result extension. This means that when rendered as a child of components that render search extensions, the result, rank, and highlight properties are optional. See the documentation for more details.

Patch Changes

  • Updated dependencies
    • @backstage/core-components@0.12.4-next.0
    • @backstage/plugin-search-react@1.5.0-next.0
    • @backstage/plugin-catalog-react@1.3.0-next.1
    • @backstage/catalog-model@1.1.6-next.0
    • @backstage/core-plugin-api@1.3.0
    • @backstage/errors@1.1.4
    • @backstage/theme@0.2.16
    • @backstage/plugin-explore-common@0.0.1
    • @backstage/plugin-explore-react@0.0.25
    • @backstage/plugin-search-common@1.2.1

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

Minor Changes

  • 127154930f: Renamed the export scaffolderCatalogModule to catalogModuleTemplateKind in order to follow the new recommended naming patterns of backend system items. This is technically a breaking change but in an alpha export, so take care to change your imports if you have already migrated to the new backend system.

Patch Changes

  • 66cf22fdc4: Updated dependency esbuild to ^0.17.0.
  • Updated dependencies
    • @backstage/plugin-catalog-backend@1.7.2-next.1
    • @backstage/backend-common@0.18.2-next.1
    • @backstage/backend-plugin-api@0.3.2-next.1
    • @backstage/backend-tasks@0.4.3-next.1
    • @backstage/catalog-client@1.3.1-next.0
    • @backstage/catalog-model@1.1.6-next.0
    • @backstage/config@1.0.6
    • @backstage/errors@1.1.4
    • @backstage/integration@1.4.2
    • @backstage/types@1.0.2
    • @backstage/plugin-auth-node@0.2.11-next.1
    • @backstage/plugin-catalog-node@1.3.3-next.1
    • @backstage/plugin-scaffolder-common@1.2.5-next.0
    • @backstage/plugin-scaffolder-node@0.1.0-next.1

@backstage/plugin-search@1.1.0-next.1

Minor Changes

  • 0eaa579f89: Update SearchModal component to use SearchResult extensions.

Patch Changes

  • Updated dependencies
    • @backstage/core-components@0.12.4-next.0
    • @backstage/plugin-search-react@1.5.0-next.0
    • @backstage/plugin-catalog-react@1.3.0-next.1
    • @backstage/catalog-model@1.1.6-next.0
    • @backstage/config@1.0.6
    • @backstage/core-plugin-api@1.3.0
    • @backstage/errors@1.1.4
    • @backstage/theme@0.2.16
    • @backstage/types@1.0.2
    • @backstage/version-bridge@1.0.3
    • @backstage/plugin-search-common@1.2.1

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

Minor Changes

  • 0eaa579f89: - Create the search results extensions, for more details see the documentation here;
    • Update the SearchResult, SearchResultList and SearchResultGroup components to use extensions and default their props to optionally accept a query, when the query is not passed, the component tries to get it from the search context.

Patch Changes

  • Updated dependencies
    • @backstage/core-components@0.12.4-next.0
    • @backstage/core-plugin-api@1.3.0
    • @backstage/theme@0.2.16
    • @backstage/types@1.0.2
    • @backstage/version-bridge@1.0.3
    • @backstage/plugin-search-common@1.2.1

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

Minor Changes

  • 4024b37449: TechInsightsApi interface now has getFactSchemas() method. TechInsightsClient now implements method getFactSchemas().

    BREAKING FactSchema type moved from @backstage/plugin-tech-insights-node into @backstage/plugin-tech-insights-common

    These changes are required if you were importing this type directly.

    - import { FactSchema } from '@backstage/plugin-tech-insights-node';
    + import { FactSchema } from '@backstage/plugin-tech-insights-common';

Patch Changes

  • Updated dependencies
    • @backstage/plugin-tech-insights-common@0.2.10-next.0
    • @backstage/backend-common@0.18.2-next.1
    • @backstage/backend-tasks@0.4.3-next.1
    • @backstage/config@1.0.6
    • @backstage/types@1.0.2

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

Minor Changes

  • 20840b36b4: Update DocsTable and EntityListDocsTable to accept overrides for Material Table options.
  • 0eaa579f89: The TechDocsSearchResultListItem component is now a search result extension. This means that when rendered as a child of components that render search extensions, the result, rank, and highlight properties are optional. See the documentation for more details.

Patch Changes

  • Updated dependencies
    • @backstage/core-components@0.12.4-next.0
    • @backstage/plugin-search-react@1.5.0-next.0
    • @backstage/plugin-catalog-react@1.3.0-next.1
    • @backstage/catalog-model@1.1.6-next.0
    • @backstage/config@1.0.6
    • @backstage/core-plugin-api@1.3.0
    • @backstage/errors@1.1.4
    • @backstage/integration@1.4.2
    • @backstage/integration-react@1.1.10-next.0
    • @backstage/theme@0.2.16
    • @backstage/plugin-search-common@1.2.1
    • @backstage/plugin-techdocs-react@1.1.3-next.1

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

Patch Changes

  • Updated dependencies
    • @backstage/core-app-api@1.4.1-next.0
    • @backstage/core-components@0.12.4-next.0
    • @backstage/core-plugin-api@1.3.0
    • @backstage/theme@0.2.16
    • @backstage/plugin-permission-react@0.4.9

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

Patch Changes

  • Updated dependencies
    • @backstage/backend-common@0.18.2-next.1
    • @backstage/backend-plugin-api@0.3.2-next.1
    • @backstage/backend-tasks@0.4.3-next.1
    • @backstage/cli-common@0.1.11
    • @backstage/config@1.0.6
    • @backstage/config-loader@1.1.8
    • @backstage/errors@1.1.4
    • @backstage/types@1.0.2
    • @backstage/plugin-auth-node@0.2.11-next.1
    • @backstage/plugin-permission-node@0.7.5-next.1

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

Patch Changes

  • 628e2bd89a: Updated dependency @kubernetes/client-node to 0.18.1.
  • Updated dependencies
    • @backstage/backend-plugin-api@0.3.2-next.1
    • @backstage/backend-app-api@0.3.2-next.1
    • @backstage/cli-common@0.1.11
    • @backstage/config@1.0.6
    • @backstage/config-loader@1.1.8
    • @backstage/errors@1.1.4
    • @backstage/integration@1.4.2
    • @backstage/types@1.0.2

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

Patch Changes

  • Updated dependencies
    • @backstage/backend-plugin-api@0.3.2-next.1
    • @backstage/backend-app-api@0.3.2-next.1

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

Patch Changes

  • ae88f61e00: The register methods passed to createBackendPlugin and createBackendModule now have dedicated BackendPluginRegistrationPoints and BackendModuleRegistrationPoints arguments, respectively. This lets us make it clear on a type level that it's not possible to pass in extension points as dependencies to plugins (should only ever be done for modules). This has no practical effect on code that was already well behaved.
  • Updated dependencies
    • @backstage/backend-tasks@0.4.3-next.1
    • @backstage/config@1.0.6
    • @backstage/types@1.0.2
    • @backstage/plugin-auth-node@0.2.11-next.1
    • @backstage/plugin-permission-common@0.7.3

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

Patch Changes

  • Updated dependencies
    • @backstage/backend-common@0.18.2-next.1
    • @backstage/config@1.0.6
    • @backstage/errors@1.1.4
    • @backstage/types@1.0.2

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

Patch Changes

  • Updated dependencies
    • @backstage/cli@0.22.2-next.0
    • @backstage/backend-common@0.18.2-next.1
    • @backstage/backend-plugin-api@0.3.2-next.1
    • @backstage/backend-app-api@0.3.2-next.1
    • @backstage/config@1.0.6
    • @backstage/types@1.0.2
    • @backstage/plugin-auth-node@0.2.11-next.1

@backstage/cli@0.22.2-next.0

Patch Changes

  • 561df21ea3: The backstage-cli repo test command now sets a default Jest --workerIdleMemoryLimit of 1GB. If needed to ensure that tests are not run in band, --maxWorkers=2 is set as well. This is the recommended workaround for dealing with Jest workers leaking memory and eventually hitting the heap limit.
  • 2815981057: Show module name causing error during build
  • 66cf22fdc4: Updated dependency esbuild to ^0.17.0.
  • 6d3abfded1: Switch to inline source maps for test transpilation, simplifying editor setups.
  • Updated dependencies
    • @backstage/cli-common@0.1.11
    • @backstage/config@1.0.6
    • @backstage/config-loader@1.1.8
    • @backstage/errors@1.1.4
    • @backstage/release-manifests@0.0.8
    • @backstage/types@1.0.2

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

Patch Changes

  • dff4d8ddb1: Fixed an issue where an explicit port the frontend base URL could break the app.
  • Updated dependencies
    • @backstage/config@1.0.6
    • @backstage/core-plugin-api@1.3.0
    • @backstage/types@1.0.2
    • @backstage/version-bridge@1.0.3

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

Patch Changes

  • 910015f5b7: The Button component has been deprecated in favor of the LinkButton component
  • 20840b36b4: Adds new type, TableOptions, extending Material Table Options.
  • 85b04f659a: Internal refactor to not use deprecated substr
  • Updated dependencies
    • @backstage/config@1.0.6
    • @backstage/core-plugin-api@1.3.0
    • @backstage/errors@1.1.4
    • @backstage/theme@0.2.16
    • @backstage/version-bridge@1.0.3

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

Patch Changes

  • 86a8dfd7b0: Added a check to ensure that Yarn v1 is used when creating new projects.
  • 0eaa579f89: Update SearchPage template to use SearchResult extensions.
  • Updated dependencies
    • @backstage/cli-common@0.1.11

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

Patch Changes

  • Updated dependencies
    • @backstage/core-app-api@1.4.1-next.0
    • @backstage/core-components@0.12.4-next.0
    • @backstage/plugin-catalog-react@1.3.0-next.1
    • @backstage/app-defaults@1.1.1-next.0
    • @backstage/catalog-model@1.1.6-next.0
    • @backstage/core-plugin-api@1.3.0
    • @backstage/integration-react@1.1.10-next.0
    • @backstage/test-utils@1.2.5-next.0
    • @backstage/theme@0.2.16

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

Patch Changes

  • Updated dependencies
    • @backstage/core-components@0.12.4-next.0
    • @backstage/config@1.0.6
    • @backstage/core-plugin-api@1.3.0
    • @backstage/integration@1.4.2
    • @backstage/theme@0.2.16

@techdocs/cli@1.3.2-next.1

Patch Changes

  • Updated dependencies
    • @backstage/backend-common@0.18.2-next.1
    • @backstage/catalog-model@1.1.6-next.0
    • @backstage/cli-common@0.1.11
    • @backstage/config@1.0.6
    • @backstage/plugin-techdocs-node@1.4.6-next.1

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

Patch Changes

  • Updated dependencies
    • @backstage/core-app-api@1.4.1-next.0
    • @backstage/config@1.0.6
    • @backstage/core-plugin-api@1.3.0
    • @backstage/theme@0.2.16
    • @backstage/types@1.0.2
    • @backstage/plugin-permission-common@0.7.3
    • @backstage/plugin-permission-react@0.4.9

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

Patch Changes

  • Updated dependencies
    • @backstage/core-components@0.12.4-next.0
    • @backstage/plugin-search-react@1.5.0-next.0
    • @backstage/plugin-catalog-react@1.3.0-next.1
    • @backstage/catalog-model@1.1.6-next.0
    • @backstage/core-plugin-api@1.3.0
    • @backstage/integration-react@1.1.10-next.0
    • @backstage/theme@0.2.16
    • @backstage/plugin-adr-common@0.2.6-next.0
    • @backstage/plugin-search-common@1.2.1

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

Patch Changes

  • Updated dependencies
    • @backstage/backend-common@0.18.2-next.1
    • @backstage/catalog-client@1.3.1-next.0
    • @backstage/catalog-model@1.1.6-next.0
    • @backstage/config@1.0.6
    • @backstage/errors@1.1.4
    • @backstage/integration@1.4.2
    • @backstage/plugin-adr-common@0.2.6-next.0
    • @backstage/plugin-search-common@1.2.1

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

Patch Changes

  • 41377156d0: Adds a boolean helper function to airbrake plugin for use on the EntityPage to show/hide airbrake tab depending on whether the entity's catalog-info.yml has an airbrake id set in the metadata
  • Updated dependencies
    • @backstage/core-components@0.12.4-next.0
    • @backstage/plugin-catalog-react@1.3.0-next.1
    • @backstage/catalog-model@1.1.6-next.0
    • @backstage/core-plugin-api@1.3.0
    • @backstage/dev-utils@1.0.12-next.1
    • @backstage/test-utils@1.2.5-next.0
    • @backstage/theme@0.2.16

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

Patch Changes

  • Updated dependencies
    • @backstage/backend-common@0.18.2-next.1
    • @backstage/config@1.0.6

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

Patch Changes

  • Updated dependencies
    • @backstage/core-components@0.12.4-next.0
    • @backstage/plugin-catalog-react@1.3.0-next.1
    • @backstage/catalog-model@1.1.6-next.0
    • @backstage/core-plugin-api@1.3.0
    • @backstage/theme@0.2.16

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

Patch Changes

  • Updated dependencies
    • @backstage/core-components@0.12.4-next.0
    • @backstage/config@1.0.6
    • @backstage/core-plugin-api@1.3.0
    • @backstage/theme@0.2.16

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

Patch Changes

  • 85b04f659a: Internal refactor to not use deprecated substr
  • Updated dependencies
    • @backstage/core-components@0.12.4-next.0
    • @backstage/core-plugin-api@1.3.0

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

Patch Changes

  • Updated dependencies
    • @backstage/plugin-catalog@1.8.0-next.1
    • @backstage/core-components@0.12.4-next.0
    • @backstage/plugin-catalog-react@1.3.0-next.1
    • @backstage/catalog-model@1.1.6-next.0
    • @backstage/core-plugin-api@1.3.0
    • @backstage/theme@0.2.16

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

Patch Changes

  • d950d3e217: Depend on @material-ui/core version ^4.12.2 like all other in-repo packages
  • Updated dependencies
    • @backstage/core-components@0.12.4-next.0
    • @backstage/core-plugin-api@1.3.0
    • @backstage/theme@0.2.16

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

Patch Changes

  • Updated dependencies
    • @backstage/backend-common@0.18.2-next.1
    • @backstage/backend-plugin-api@0.3.2-next.1
    • @backstage/config@1.0.6
    • @backstage/config-loader@1.1.8
    • @backstage/types@1.0.2

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

Patch Changes

  • Updated dependencies
    • @backstage/backend-common@0.18.2-next.1
    • @backstage/catalog-client@1.3.1-next.0
    • @backstage/catalog-model@1.1.6-next.0
    • @backstage/config@1.0.6
    • @backstage/errors@1.1.4
    • @backstage/types@1.0.2
    • @backstage/plugin-auth-node@0.2.11-next.1

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

Patch Changes

  • Updated dependencies
    • @backstage/backend-common@0.18.2-next.1
    • @backstage/config@1.0.6
    • @backstage/errors@1.1.4

@backstage/plugin-azure-devops@0.2.6-next.1

Patch Changes

  • Updated dependencies
    • @backstage/core-components@0.12.4-next.0
    • @backstage/plugin-catalog-react@1.3.0-next.1
    • @backstage/catalog-model@1.1.6-next.0
    • @backstage/core-plugin-api@1.3.0
    • @backstage/errors@1.1.4
    • @backstage/theme@0.2.16
    • @backstage/plugin-azure-devops-common@0.3.0

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

Patch Changes

  • cc926a59bd: Fixed a bug where the azure devops host in URLs on the readme card was being URL encoded, breaking hosts with ports.
  • 85b04f659a: Internal refactor to not use deprecated substr
  • Updated dependencies
    • @backstage/backend-common@0.18.2-next.1
    • @backstage/config@1.0.6
    • @backstage/plugin-azure-devops-common@0.3.0

@backstage/plugin-azure-sites@0.1.4-next.1

Patch Changes

  • Updated dependencies
    • @backstage/core-components@0.12.4-next.0
    • @backstage/plugin-catalog-react@1.3.0-next.1
    • @backstage/catalog-model@1.1.6-next.0
    • @backstage/core-plugin-api@1.3.0
    • @backstage/theme@0.2.16
    • @backstage/plugin-azure-sites-common@0.1.0

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

Patch Changes

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

@backstage/plugin-badges@0.2.39-next.1

Patch Changes

  • Updated dependencies
    • @backstage/core-components@0.12.4-next.0
    • @backstage/plugin-catalog-react@1.3.0-next.1
    • @backstage/catalog-model@1.1.6-next.0
    • @backstage/core-plugin-api@1.3.0
    • @backstage/errors@1.1.4
    • @backstage/theme@0.2.16

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

Patch Changes

  • Updated dependencies
    • @backstage/backend-common@0.18.2-next.1
    • @backstage/catalog-client@1.3.1-next.0
    • @backstage/catalog-model@1.1.6-next.0
    • @backstage/config@1.0.6
    • @backstage/errors@1.1.4

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

Patch Changes

  • Updated dependencies
    • @backstage/cli@0.22.2-next.0
    • @backstage/plugin-catalog@1.8.0-next.1
    • @backstage/core-components@0.12.4-next.0
    • @backstage/plugin-catalog-react@1.3.0-next.1
    • @backstage/catalog-client@1.3.1-next.0
    • @backstage/catalog-model@1.1.6-next.0
    • @backstage/core-plugin-api@1.3.0
    • @backstage/errors@1.1.4
    • @backstage/theme@0.2.16

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

Patch Changes

  • Updated dependencies
    • @backstage/backend-common@0.18.2-next.1
    • @backstage/backend-test-utils@0.1.34-next.1
    • @backstage/config@1.0.6
    • @backstage/errors@1.1.4
    • @backstage/plugin-auth-node@0.2.11-next.1

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

Patch Changes

  • 85b04f659a: Internal refactor to not use deprecated substr
  • Updated dependencies
    • @backstage/core-components@0.12.4-next.0
    • @backstage/plugin-catalog-react@1.3.0-next.1
    • @backstage/catalog-model@1.1.6-next.0
    • @backstage/core-plugin-api@1.3.0
    • @backstage/theme@0.2.16

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

Patch Changes

  • 2380506364: The process of adding or modifying fields in the software-catalog search index has been simplified. For more details, see how to customize fields in the Software Catalog index.
  • 9573651919: The previous migration that adds the search.original_value column may leave some of the entities not updated. Add a migration script to trigger a reprocessing of the entities.
  • fc73f6aae5: Switched the order of reprocessing statements retroactively in migrations. This only improves the experience for those who at a later time perform a large upgrade of an old Backstage installation.
  • Updated dependencies
    • @backstage/backend-common@0.18.2-next.1
    • @backstage/backend-plugin-api@0.3.2-next.1
    • @backstage/catalog-client@1.3.1-next.0
    • @backstage/catalog-model@1.1.6-next.0
    • @backstage/config@1.0.6
    • @backstage/errors@1.1.4
    • @backstage/integration@1.4.2
    • @backstage/types@1.0.2
    • @backstage/plugin-catalog-common@1.0.11-next.0
    • @backstage/plugin-catalog-node@1.3.3-next.1
    • @backstage/plugin-permission-common@0.7.3
    • @backstage/plugin-permission-node@0.7.5-next.1
    • @backstage/plugin-scaffolder-common@1.2.5-next.0
    • @backstage/plugin-search-common@1.2.1

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

Patch Changes

  • Updated dependencies
    • @backstage/plugin-catalog-backend@1.7.2-next.1
    • @backstage/backend-common@0.18.2-next.1
    • @backstage/backend-plugin-api@0.3.2-next.1
    • @backstage/backend-tasks@0.4.3-next.1
    • @backstage/catalog-model@1.1.6-next.0
    • @backstage/config@1.0.6
    • @backstage/errors@1.1.4
    • @backstage/integration@1.4.2
    • @backstage/types@1.0.2
    • @backstage/plugin-catalog-node@1.3.3-next.1

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

Patch Changes

  • 2890f47517: This will add the ability to use Azure DevOps with multi project with a single value which is a new feature as previously this had to be done manually for each project that you wanted to add.

    Right now you would have to fill in multiple values in the config to use multiple projects:

    yourFirstProviderId: # identifies your dataset / provider independent of config changes
    organization: myorg
    project: 'firstProject' # this will match the firstProject project
    repository: '*' # this will match all repos
    path: /catalog-info.yaml
    yourSecondProviderId: # identifies your dataset / provider independent of config changes
    organization: myorg
    project: 'secondProject' # this will match the secondProject project
    repository: '*' # this will match all repos
    path: /catalog-info.yaml

    With this change you can actually have all projects available where your PAT determines which you have access to, so that includes multiple projects:

    yourFirstProviderId: # identifies your dataset / provider independent of config changes
    organization: myorg
    project: '*' # this will match all projects where your PAT has access to
    repository: '*' # this will match all repos
    path: /catalog-info.yaml
  • 85b04f659a: Internal refactor to not use deprecated substr

  • Updated dependencies

    • @backstage/plugin-catalog-backend@1.7.2-next.1
    • @backstage/backend-common@0.18.2-next.1
    • @backstage/backend-plugin-api@0.3.2-next.1
    • @backstage/backend-tasks@0.4.3-next.1
    • @backstage/catalog-model@1.1.6-next.0
    • @backstage/config@1.0.6
    • @backstage/errors@1.1.4
    • @backstage/integration@1.4.2
    • @backstage/types@1.0.2
    • @backstage/plugin-catalog-node@1.3.3-next.1

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

Patch Changes

  • 85b04f659a: Internal refactor to not use deprecated substr
  • Updated dependencies
    • @backstage/plugin-catalog-backend@1.7.2-next.1
    • @backstage/backend-common@0.18.2-next.1
    • @backstage/catalog-model@1.1.6-next.0
    • @backstage/config@1.0.6
    • @backstage/errors@1.1.4
    • @backstage/integration@1.4.2
    • @backstage/types@1.0.2
    • @backstage/plugin-bitbucket-cloud-common@0.2.3

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

Patch Changes

  • Updated dependencies
    • @backstage/plugin-catalog-backend@1.7.2-next.1
    • @backstage/backend-common@0.18.2-next.1
    • @backstage/backend-plugin-api@0.3.2-next.1
    • @backstage/backend-tasks@0.4.3-next.1
    • @backstage/catalog-client@1.3.1-next.0
    • @backstage/catalog-model@1.1.6-next.0
    • @backstage/config@1.0.6
    • @backstage/integration@1.4.2
    • @backstage/plugin-bitbucket-cloud-common@0.2.3
    • @backstage/plugin-catalog-common@1.0.11-next.0
    • @backstage/plugin-catalog-node@1.3.3-next.1
    • @backstage/plugin-events-node@0.2.3-next.1

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

Patch Changes

  • Updated dependencies
    • @backstage/plugin-catalog-backend@1.7.2-next.1
    • @backstage/backend-common@0.18.2-next.1
    • @backstage/backend-plugin-api@0.3.2-next.1
    • @backstage/backend-tasks@0.4.3-next.1
    • @backstage/catalog-model@1.1.6-next.0
    • @backstage/config@1.0.6
    • @backstage/errors@1.1.4
    • @backstage/integration@1.4.2
    • @backstage/plugin-catalog-node@1.3.3-next.1

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

Patch Changes

  • Updated dependencies
    • @backstage/plugin-catalog-backend@1.7.2-next.1
    • @backstage/backend-common@0.18.2-next.1
    • @backstage/backend-plugin-api@0.3.2-next.1
    • @backstage/backend-tasks@0.4.3-next.1
    • @backstage/catalog-model@1.1.6-next.0
    • @backstage/config@1.0.6
    • @backstage/errors@1.1.4
    • @backstage/integration@1.4.2
    • @backstage/plugin-catalog-node@1.3.3-next.1

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

Patch Changes

  • 66158754b4: Add support for filtering out forks
  • 85b04f659a: Internal refactor to not use deprecated substr
  • Updated dependencies
    • @backstage/plugin-catalog-backend@1.7.2-next.1
    • @backstage/backend-common@0.18.2-next.1
    • @backstage/backend-plugin-api@0.3.2-next.1
    • @backstage/backend-tasks@0.4.3-next.1
    • @backstage/catalog-client@1.3.1-next.0
    • @backstage/catalog-model@1.1.6-next.0
    • @backstage/config@1.0.6
    • @backstage/errors@1.1.4
    • @backstage/integration@1.4.2
    • @backstage/types@1.0.2
    • @backstage/plugin-catalog-common@1.0.11-next.0
    • @backstage/plugin-catalog-node@1.3.3-next.1
    • @backstage/plugin-events-node@0.2.3-next.1

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

Patch Changes

  • 85b04f659a: Internal refactor to not use deprecated substr
  • 52c5685ceb: Implement Group and User Catalog Provider
  • Updated dependencies
    • @backstage/plugin-catalog-backend@1.7.2-next.1
    • @backstage/backend-common@0.18.2-next.1
    • @backstage/backend-plugin-api@0.3.2-next.1
    • @backstage/backend-tasks@0.4.3-next.1
    • @backstage/catalog-model@1.1.6-next.0
    • @backstage/config@1.0.6
    • @backstage/errors@1.1.4
    • @backstage/integration@1.4.2
    • @backstage/types@1.0.2
    • @backstage/plugin-catalog-node@1.3.3-next.1

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

Patch Changes

  • b7e36660d5: Return EventSubscriber from addIncrementalEntityProvider to hook up to EventsBackend
  • Updated dependencies
    • @backstage/plugin-catalog-backend@1.7.2-next.1
    • @backstage/backend-common@0.18.2-next.1
    • @backstage/backend-plugin-api@0.3.2-next.1
    • @backstage/backend-tasks@0.4.3-next.1
    • @backstage/backend-test-utils@0.1.34-next.1
    • @backstage/catalog-model@1.1.6-next.0
    • @backstage/config@1.0.6
    • @backstage/errors@1.1.4
    • @backstage/plugin-catalog-node@1.3.3-next.1
    • @backstage/plugin-events-node@0.2.3-next.1
    • @backstage/plugin-permission-common@0.7.3

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

Patch Changes

  • Updated dependencies
    • @backstage/plugin-catalog-backend@1.7.2-next.1
    • @backstage/backend-tasks@0.4.3-next.1
    • @backstage/catalog-model@1.1.6-next.0
    • @backstage/config@1.0.6
    • @backstage/errors@1.1.4
    • @backstage/types@1.0.2

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

Patch Changes

  • 4c86436fdf: Fix MS Graph provider to use target URL for fetching access token
  • Updated dependencies
    • @backstage/plugin-catalog-backend@1.7.2-next.1
    • @backstage/backend-common@0.18.2-next.1
    • @backstage/backend-plugin-api@0.3.2-next.1
    • @backstage/backend-tasks@0.4.3-next.1
    • @backstage/catalog-model@1.1.6-next.0
    • @backstage/config@1.0.6
    • @backstage/plugin-catalog-node@1.3.3-next.1

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

Patch Changes

  • Updated dependencies
    • @backstage/plugin-catalog-backend@1.7.2-next.1
    • @backstage/backend-common@0.18.2-next.1
    • @backstage/catalog-model@1.1.6-next.0
    • @backstage/config@1.0.6
    • @backstage/integration@1.4.2
    • @backstage/types@1.0.2
    • @backstage/plugin-catalog-node@1.3.3-next.1

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

Patch Changes

  • Updated dependencies
    • @backstage/core-components@0.12.4-next.0
    • @backstage/plugin-catalog-react@1.3.0-next.1
    • @backstage/catalog-client@1.3.1-next.0
    • @backstage/catalog-model@1.1.6-next.0
    • @backstage/core-plugin-api@1.3.0
    • @backstage/theme@0.2.16

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

Patch Changes

  • Updated dependencies
    • @backstage/core-components@0.12.4-next.0
    • @backstage/plugin-catalog-react@1.3.0-next.1
    • @backstage/catalog-client@1.3.1-next.0
    • @backstage/catalog-model@1.1.6-next.0
    • @backstage/config@1.0.6
    • @backstage/core-plugin-api@1.3.0
    • @backstage/errors@1.1.4
    • @backstage/integration@1.4.2
    • @backstage/integration-react@1.1.10-next.0
    • @backstage/plugin-catalog-common@1.0.11-next.0

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

Patch Changes

  • Updated dependencies
    • @backstage/backend-plugin-api@0.3.2-next.1
    • @backstage/catalog-client@1.3.1-next.0
    • @backstage/catalog-model@1.1.6-next.0
    • @backstage/errors@1.1.4
    • @backstage/types@1.0.2
    • @backstage/plugin-catalog-common@1.0.11-next.0

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

Patch Changes

  • d950d3e217: Depend on @material-ui/core version ^4.12.2 like all other in-repo packages
  • Updated dependencies
    • @backstage/plugin-catalog-react@1.3.0-next.1
    • @backstage/catalog-model@1.1.6-next.0
    • @backstage/core-plugin-api@1.3.0

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

Patch Changes

  • Updated dependencies
    • @backstage/plugin-cicd-statistics@0.1.17-next.1
    • @backstage/catalog-model@1.1.6-next.0
    • @backstage/core-plugin-api@1.3.0

@backstage/plugin-circleci@0.3.15-next.1

Patch Changes

  • 85b04f659a: Internal refactor to not use deprecated substr
  • Updated dependencies
    • @backstage/core-components@0.12.4-next.0
    • @backstage/plugin-catalog-react@1.3.0-next.1
    • @backstage/catalog-model@1.1.6-next.0
    • @backstage/core-plugin-api@1.3.0
    • @backstage/theme@0.2.16

@backstage/plugin-cloudbuild@0.3.15-next.1

Patch Changes

  • Updated dependencies
    • @backstage/core-components@0.12.4-next.0
    • @backstage/plugin-catalog-react@1.3.0-next.1
    • @backstage/catalog-model@1.1.6-next.0
    • @backstage/core-plugin-api@1.3.0
    • @backstage/theme@0.2.16

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

Patch Changes

  • Updated dependencies
    • @backstage/core-components@0.12.4-next.0
    • @backstage/plugin-catalog-react@1.3.0-next.1
    • @backstage/catalog-model@1.1.6-next.0
    • @backstage/core-plugin-api@1.3.0
    • @backstage/theme@0.2.16

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

Patch Changes

  • Updated dependencies
    • @backstage/core-components@0.12.4-next.0
    • @backstage/plugin-catalog-react@1.3.0-next.1
    • @backstage/catalog-model@1.1.6-next.0
    • @backstage/config@1.0.6
    • @backstage/core-plugin-api@1.3.0
    • @backstage/errors@1.1.4
    • @backstage/theme@0.2.16

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

Patch Changes

  • Updated dependencies
    • @backstage/backend-common@0.18.2-next.1
    • @backstage/catalog-client@1.3.1-next.0
    • @backstage/catalog-model@1.1.6-next.0
    • @backstage/config@1.0.6
    • @backstage/errors@1.1.4
    • @backstage/integration@1.4.2

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

Patch Changes

  • d950d3e217: Depend on @material-ui/core version ^4.12.2 like all other in-repo packages
  • Updated dependencies
    • @backstage/core-components@0.12.4-next.0
    • @backstage/config@1.0.6
    • @backstage/core-plugin-api@1.3.0
    • @backstage/errors@1.1.4
    • @backstage/theme@0.2.16

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

Patch Changes

  • Updated dependencies
    • @backstage/core-components@0.12.4-next.0
    • @backstage/config@1.0.6
    • @backstage/core-plugin-api@1.3.0
    • @backstage/errors@1.1.4
    • @backstage/theme@0.2.16
    • @backstage/types@1.0.2

@backstage/plugin-cost-insights@0.12.4-next.1

Patch Changes

  • Updated dependencies
    • @backstage/core-components@0.12.4-next.0
    • @backstage/plugin-catalog-react@1.3.0-next.1
    • @backstage/catalog-model@1.1.6-next.0
    • @backstage/config@1.0.6
    • @backstage/core-plugin-api@1.3.0
    • @backstage/theme@0.2.16
    • @backstage/plugin-cost-insights-common@0.1.1

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

Patch Changes

  • d950d3e217: Depend on @material-ui/core version ^4.12.2 like all other in-repo packages
  • Updated dependencies
    • @backstage/core-components@0.12.4-next.0
    • @backstage/plugin-catalog-react@1.3.0-next.1
    • @backstage/catalog-model@1.1.6-next.0
    • @backstage/core-plugin-api@1.3.0
    • @backstage/theme@0.2.16

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

Patch Changes

  • Updated dependencies
    • @backstage/backend-common@0.18.2-next.1
    • @backstage/backend-plugin-api@0.3.2-next.1
    • @backstage/config@1.0.6
    • @backstage/plugin-events-node@0.2.3-next.1

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

Patch Changes

  • Updated dependencies
    • @backstage/backend-common@0.18.2-next.1
    • @backstage/backend-plugin-api@0.3.2-next.1
    • @backstage/backend-tasks@0.4.3-next.1
    • @backstage/config@1.0.6
    • @backstage/types@1.0.2
    • @backstage/plugin-events-node@0.2.3-next.1

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

Patch Changes

  • Updated dependencies
    • @backstage/backend-plugin-api@0.3.2-next.1
    • @backstage/plugin-events-node@0.2.3-next.1

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

Patch Changes

  • Updated dependencies
    • @backstage/backend-plugin-api@0.3.2-next.1
    • @backstage/plugin-events-node@0.2.3-next.1

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

Patch Changes

  • Updated dependencies
    • @backstage/backend-plugin-api@0.3.2-next.1
    • @backstage/plugin-events-node@0.2.3-next.1

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

Patch Changes

  • Updated dependencies
    • @backstage/backend-plugin-api@0.3.2-next.1
    • @backstage/config@1.0.6
    • @backstage/plugin-events-node@0.2.3-next.1

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

Patch Changes

  • Updated dependencies
    • @backstage/backend-plugin-api@0.3.2-next.1
    • @backstage/config@1.0.6
    • @backstage/plugin-events-node@0.2.3-next.1

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

Patch Changes

  • Updated dependencies
    • @backstage/plugin-events-node@0.2.3-next.1

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

Patch Changes

  • Updated dependencies
    • @backstage/backend-plugin-api@0.3.2-next.1

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

Patch Changes

  • Updated dependencies
    • @backstage/backend-common@0.18.2-next.1
    • @backstage/config@1.0.6
    • @backstage/plugin-explore-common@0.0.1
    • @backstage/plugin-search-common@1.2.1

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

Patch Changes

  • Updated dependencies
    • @backstage/core-components@0.12.4-next.0
    • @backstage/plugin-catalog-react@1.3.0-next.1
    • @backstage/core-plugin-api@1.3.0
    • @backstage/theme@0.2.16

@backstage/plugin-fossa@0.2.47-next.1

Patch Changes

  • Updated dependencies
    • @backstage/core-components@0.12.4-next.0
    • @backstage/plugin-catalog-react@1.3.0-next.1
    • @backstage/catalog-model@1.1.6-next.0
    • @backstage/core-plugin-api@1.3.0
    • @backstage/errors@1.1.4
    • @backstage/theme@0.2.16

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

Patch Changes

  • Updated dependencies
    • @backstage/core-components@0.12.4-next.0
    • @backstage/core-plugin-api@1.3.0
    • @backstage/errors@1.1.4
    • @backstage/theme@0.2.16

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

Patch Changes

  • Updated dependencies
    • @backstage/core-components@0.12.4-next.0
    • @backstage/core-plugin-api@1.3.0
    • @backstage/theme@0.2.16

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

Patch Changes

  • 85b04f659a: Internal refactor to not use deprecated substr
  • Updated dependencies
    • @backstage/core-components@0.12.4-next.0
    • @backstage/core-plugin-api@1.3.0
    • @backstage/integration@1.4.2
    • @backstage/theme@0.2.16

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

Patch Changes

  • Updated dependencies
    • @backstage/core-components@0.12.4-next.0
    • @backstage/plugin-catalog-react@1.3.0-next.1
    • @backstage/catalog-model@1.1.6-next.0
    • @backstage/core-plugin-api@1.3.0
    • @backstage/integration@1.4.2
    • @backstage/theme@0.2.16

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

Patch Changes

  • Updated dependencies
    • @backstage/core-components@0.12.4-next.0
    • @backstage/plugin-catalog-react@1.3.0-next.1
    • @backstage/catalog-model@1.1.6-next.0
    • @backstage/core-plugin-api@1.3.0
    • @backstage/errors@1.1.4
    • @backstage/integration@1.4.2
    • @backstage/integration-react@1.1.10-next.0
    • @backstage/theme@0.2.16

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

Patch Changes

  • Updated dependencies
    • @backstage/core-components@0.12.4-next.0
    • @backstage/plugin-catalog-react@1.3.0-next.1
    • @backstage/catalog-model@1.1.6-next.0
    • @backstage/core-plugin-api@1.3.0
    • @backstage/errors@1.1.4
    • @backstage/integration@1.4.2
    • @backstage/theme@0.2.16

@backstage/plugin-github-pull-requests-board@0.1.9-next.1

Patch Changes

  • Updated dependencies
    • @backstage/core-components@0.12.4-next.0
    • @backstage/plugin-catalog-react@1.3.0-next.1
    • @backstage/catalog-model@1.1.6-next.0
    • @backstage/core-plugin-api@1.3.0
    • @backstage/integration@1.4.2
    • @backstage/theme@0.2.16

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

Patch Changes

  • Updated dependencies
    • @backstage/core-components@0.12.4-next.0
    • @backstage/core-plugin-api@1.3.0
    • @backstage/theme@0.2.16

@backstage/plugin-gocd@0.1.21-next.1

Patch Changes

  • Updated dependencies
    • @backstage/core-components@0.12.4-next.0
    • @backstage/plugin-catalog-react@1.3.0-next.1
    • @backstage/catalog-model@1.1.6-next.0
    • @backstage/core-plugin-api@1.3.0
    • @backstage/errors@1.1.4
    • @backstage/theme@0.2.16

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

Patch Changes

  • Updated dependencies
    • @backstage/core-components@0.12.4-next.0
    • @backstage/core-plugin-api@1.3.0
    • @backstage/theme@0.2.16

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

Patch Changes

  • Updated dependencies
    • @backstage/backend-common@0.18.2-next.1
    • @backstage/config@1.0.6
    • @backstage/plugin-catalog-graphql@0.3.18-next.0

@backstage/plugin-home@0.4.31-next.1

Patch Changes

  • 3d1d867d42: Fixed regression that caused the WelcomeTitle to not be the right size when passed to the title property of the <Header> component. A Storybook entry was also added for the WelcomeTitle
  • c553a625d2: remove unused plugin-stack-overflow dependency
  • Updated dependencies
    • @backstage/core-components@0.12.4-next.0
    • @backstage/plugin-catalog-react@1.3.0-next.1
    • @backstage/catalog-model@1.1.6-next.0
    • @backstage/config@1.0.6
    • @backstage/core-plugin-api@1.3.0
    • @backstage/theme@0.2.16

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

Patch Changes

  • Updated dependencies
    • @backstage/core-components@0.12.4-next.0
    • @backstage/plugin-catalog-react@1.3.0-next.1
    • @backstage/catalog-model@1.1.6-next.0
    • @backstage/core-plugin-api@1.3.0
    • @backstage/errors@1.1.4
    • @backstage/theme@0.2.16

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

Patch Changes

  • Updated dependencies
    • @backstage/core-components@0.12.4-next.0
    • @backstage/plugin-catalog-react@1.3.0-next.1
    • @backstage/catalog-model@1.1.6-next.0
    • @backstage/core-plugin-api@1.3.0
    • @backstage/errors@1.1.4
    • @backstage/theme@0.2.16
    • @backstage/plugin-jenkins-common@0.1.13-next.0

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

Patch Changes

  • Updated dependencies
    • @backstage/backend-common@0.18.2-next.1
    • @backstage/catalog-client@1.3.1-next.0
    • @backstage/catalog-model@1.1.6-next.0
    • @backstage/config@1.0.6
    • @backstage/errors@1.1.4
    • @backstage/plugin-auth-node@0.2.11-next.1
    • @backstage/plugin-jenkins-common@0.1.13-next.0
    • @backstage/plugin-permission-common@0.7.3

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

Patch Changes

  • Updated dependencies
    • @backstage/core-components@0.12.4-next.0
    • @backstage/plugin-catalog-react@1.3.0-next.1
    • @backstage/catalog-model@1.1.6-next.0
    • @backstage/config@1.0.6
    • @backstage/core-plugin-api@1.3.0
    • @backstage/theme@0.2.16

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

Patch Changes

  • Updated dependencies
    • @backstage/backend-common@0.18.2-next.1
    • @backstage/catalog-model@1.1.6-next.0
    • @backstage/config@1.0.6
    • @backstage/errors@1.1.4

@backstage/plugin-kubernetes@0.7.8-next.1

Patch Changes

  • 145a79a15b: Condenses kubernetes ui plugin to fit more onscreen and increase visibility
  • 628e2bd89a: Updated dependency @kubernetes/client-node to 0.18.1.
  • Updated dependencies
    • @backstage/core-components@0.12.4-next.0
    • @backstage/plugin-kubernetes-common@0.6.0-next.1
    • @backstage/plugin-catalog-react@1.3.0-next.1
    • @backstage/catalog-model@1.1.6-next.0
    • @backstage/config@1.0.6
    • @backstage/core-plugin-api@1.3.0
    • @backstage/theme@0.2.16

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

Patch Changes

  • 628e2bd89a: Updated dependency @kubernetes/client-node to 0.18.1.
  • Updated dependencies
    • @backstage/backend-common@0.18.2-next.1
    • @backstage/plugin-kubernetes-common@0.6.0-next.1
    • @backstage/backend-test-utils@0.1.34-next.1
    • @backstage/catalog-client@1.3.1-next.0
    • @backstage/catalog-model@1.1.6-next.0
    • @backstage/config@1.0.6
    • @backstage/errors@1.1.4
    • @backstage/plugin-auth-node@0.2.11-next.1

@backstage/plugin-kubernetes-common@0.6.0-next.1

Patch Changes

  • 628e2bd89a: Updated dependency @kubernetes/client-node to 0.18.1.
  • Updated dependencies
    • @backstage/catalog-model@1.1.6-next.0

@backstage/plugin-lighthouse@0.3.15-next.1

Patch Changes

  • Updated dependencies
    • @backstage/core-components@0.12.4-next.0
    • @backstage/plugin-catalog-react@1.3.0-next.1
    • @backstage/catalog-model@1.1.6-next.0
    • @backstage/config@1.0.6
    • @backstage/core-plugin-api@1.3.0
    • @backstage/theme@0.2.16

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

Patch Changes

  • Updated dependencies
    • @backstage/core-components@0.12.4-next.0
    • @backstage/core-plugin-api@1.3.0
    • @backstage/theme@0.2.16

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

Patch Changes

  • Updated dependencies
    • @backstage/core-components@0.12.4-next.0
    • @backstage/plugin-catalog-react@1.3.0-next.1
    • @backstage/catalog-model@1.1.6-next.0
    • @backstage/core-plugin-api@1.3.0
    • @backstage/errors@1.1.4

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

Patch Changes

  • Updated dependencies
    • @backstage/core-components@0.12.4-next.0
    • @backstage/plugin-catalog-react@1.3.0-next.1
    • @backstage/catalog-model@1.1.6-next.0
    • @backstage/core-plugin-api@1.3.0
    • @backstage/theme@0.2.16

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

Patch Changes

  • d950d3e217: Depend on @material-ui/core version ^4.12.2 like all other in-repo packages
  • Updated dependencies
    • @backstage/core-components@0.12.4-next.0
    • @backstage/plugin-catalog-react@1.3.0-next.1
    • @backstage/catalog-client@1.3.1-next.0
    • @backstage/catalog-model@1.1.6-next.0
    • @backstage/core-plugin-api@1.3.0
    • @backstage/theme@0.2.16

@backstage/plugin-pagerduty@0.5.8-next.1

Patch Changes

  • Updated dependencies
    • @backstage/core-components@0.12.4-next.0
    • @backstage/plugin-catalog-react@1.3.0-next.1
    • @backstage/catalog-model@1.1.6-next.0
    • @backstage/core-plugin-api@1.3.0
    • @backstage/errors@1.1.4
    • @backstage/theme@0.2.16

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

Patch Changes

  • Updated dependencies
    • @backstage/core-components@0.12.4-next.0
    • @backstage/plugin-catalog-react@1.3.0-next.1
    • @backstage/catalog-model@1.1.6-next.0
    • @backstage/core-plugin-api@1.3.0
    • @backstage/errors@1.1.4
    • @backstage/theme@0.2.16

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

Patch Changes

  • Updated dependencies
    • @backstage/backend-common@0.18.2-next.1
    • @backstage/config@1.0.6

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

Patch Changes

  • Updated dependencies
    • @backstage/backend-common@0.18.2-next.1
    • @backstage/config@1.0.6
    • @backstage/errors@1.1.4
    • @backstage/plugin-auth-node@0.2.11-next.1
    • @backstage/plugin-permission-common@0.7.3
    • @backstage/plugin-permission-node@0.7.5-next.1

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

Patch Changes

  • Updated dependencies
    • @backstage/backend-common@0.18.2-next.1
    • @backstage/config@1.0.6
    • @backstage/errors@1.1.4
    • @backstage/plugin-auth-node@0.2.11-next.1
    • @backstage/plugin-permission-common@0.7.3

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

Patch Changes

  • d950d3e217: Depend on @material-ui/core version ^4.12.2 like all other in-repo packages
  • Updated dependencies
    • @backstage/core-components@0.12.4-next.0
    • @backstage/plugin-search-react@1.5.0-next.0
    • @backstage/plugin-catalog-react@1.3.0-next.1
    • @backstage/catalog-model@1.1.6-next.0
    • @backstage/core-plugin-api@1.3.0
    • @backstage/errors@1.1.4
    • @backstage/theme@0.2.16
    • @backstage/plugin-catalog-common@1.0.11-next.0
    • @backstage/plugin-permission-common@0.7.3
    • @backstage/plugin-permission-react@0.4.9
    • @backstage/plugin-playlist-common@0.1.4

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

Patch Changes

  • 85b04f659a: Internal refactor to not use deprecated substr
  • Updated dependencies
    • @backstage/backend-common@0.18.2-next.1
    • @backstage/backend-test-utils@0.1.34-next.1
    • @backstage/catalog-client@1.3.1-next.0
    • @backstage/catalog-model@1.1.6-next.0
    • @backstage/config@1.0.6
    • @backstage/errors@1.1.4
    • @backstage/plugin-auth-node@0.2.11-next.1
    • @backstage/plugin-permission-common@0.7.3
    • @backstage/plugin-permission-node@0.7.5-next.1
    • @backstage/plugin-playlist-common@0.1.4

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

Patch Changes

  • Updated dependencies
    • @backstage/backend-common@0.18.2-next.1
    • @backstage/config@1.0.6

@backstage/plugin-rollbar@0.4.15-next.1

Patch Changes

  • Updated dependencies
    • @backstage/core-components@0.12.4-next.0
    • @backstage/plugin-catalog-react@1.3.0-next.1
    • @backstage/catalog-model@1.1.6-next.0
    • @backstage/core-plugin-api@1.3.0
    • @backstage/theme@0.2.16

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

Patch Changes

  • Updated dependencies
    • @backstage/backend-common@0.18.2-next.1
    • @backstage/config@1.0.6

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

Patch Changes

  • 04f717a8e1: scaffolder/next: bump react-jsonschema-form libraries to v5-stable
  • 346d6b6630: Upgrade @rjsf version 5 dependencies to beta.18
  • 0f0da2f256: Prefer schema ordering of template properties during review content generation.
  • 38992bdbaf: Fixed bug in review step refactor that caused schema-based display settings for individual property values to be discarded.
  • Updated dependencies
    • @backstage/plugin-scaffolder-react@1.1.0-next.1
    • @backstage/core-components@0.12.4-next.0
    • @backstage/plugin-catalog-react@1.3.0-next.1
    • @backstage/catalog-client@1.3.1-next.0
    • @backstage/catalog-model@1.1.6-next.0
    • @backstage/config@1.0.6
    • @backstage/core-plugin-api@1.3.0
    • @backstage/errors@1.1.4
    • @backstage/integration@1.4.2
    • @backstage/integration-react@1.1.10-next.0
    • @backstage/theme@0.2.16
    • @backstage/types@1.0.2
    • @backstage/plugin-catalog-common@1.0.11-next.0
    • @backstage/plugin-permission-react@0.4.9
    • @backstage/plugin-scaffolder-common@1.2.5-next.0

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

Patch Changes

  • Updated dependencies
    • @backstage/backend-common@0.18.2-next.1
    • @backstage/plugin-scaffolder-backend@1.11.0-next.1
    • @backstage/config@1.0.6
    • @backstage/errors@1.1.4
    • @backstage/integration@1.4.2
    • @backstage/types@1.0.2
    • @backstage/plugin-scaffolder-node@0.1.0-next.1

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

Patch Changes

  • Updated dependencies
    • @backstage/backend-common@0.18.2-next.1
    • @backstage/plugin-scaffolder-backend@1.11.0-next.1
    • @backstage/config@1.0.6
    • @backstage/errors@1.1.4
    • @backstage/integration@1.4.2
    • @backstage/types@1.0.2
    • @backstage/plugin-scaffolder-node@0.1.0-next.1

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

Patch Changes

  • da418c89e4: Fix broken module exports and dependencies to match a backend module, rather than a frontend plugin.
  • Updated dependencies
    • @backstage/config@1.0.6
    • @backstage/errors@1.1.4
    • @backstage/plugin-scaffolder-node@0.1.0-next.1

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

Patch Changes

  • Updated dependencies
    • @backstage/config@1.0.6
    • @backstage/types@1.0.2
    • @backstage/plugin-scaffolder-node@0.1.0-next.1

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

Patch Changes

  • Updated dependencies
    • @backstage/backend-plugin-api@0.3.2-next.1
    • @backstage/catalog-model@1.1.6-next.0
    • @backstage/types@1.0.2
    • @backstage/plugin-scaffolder-common@1.2.5-next.0

@backstage/plugin-scaffolder-react@1.1.0-next.1

Patch Changes

  • 04f717a8e1: scaffolder/next: bump react-jsonschema-form libraries to v5-stable
  • 346d6b6630: Upgrade @rjsf version 5 dependencies to beta.18
  • Updated dependencies
    • @backstage/core-components@0.12.4-next.0
    • @backstage/plugin-catalog-react@1.3.0-next.1
    • @backstage/catalog-client@1.3.1-next.0
    • @backstage/catalog-model@1.1.6-next.0
    • @backstage/core-plugin-api@1.3.0
    • @backstage/errors@1.1.4
    • @backstage/theme@0.2.16
    • @backstage/types@1.0.2
    • @backstage/version-bridge@1.0.3
    • @backstage/plugin-scaffolder-common@1.2.5-next.0

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

Patch Changes

  • Updated dependencies
    • @backstage/backend-common@0.18.2-next.1
    • @backstage/config@1.0.6
    • @backstage/errors@1.1.4
    • @backstage/types@1.0.2
    • @backstage/plugin-auth-node@0.2.11-next.1
    • @backstage/plugin-permission-common@0.7.3
    • @backstage/plugin-permission-node@0.7.5-next.1
    • @backstage/plugin-search-backend-node@1.1.3-next.1
    • @backstage/plugin-search-common@1.2.1

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

Patch Changes

  • Updated dependencies
    • @backstage/config@1.0.6
    • @backstage/plugin-search-backend-node@1.1.3-next.1
    • @backstage/plugin-search-common@1.2.1

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

Patch Changes

  • Updated dependencies
    • @backstage/backend-common@0.18.2-next.1
    • @backstage/config@1.0.6
    • @backstage/plugin-search-backend-node@1.1.3-next.1
    • @backstage/plugin-search-common@1.2.1

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

Patch Changes

  • Updated dependencies
    • @backstage/backend-common@0.18.2-next.1
    • @backstage/backend-tasks@0.4.3-next.1
    • @backstage/config@1.0.6
    • @backstage/errors@1.1.4
    • @backstage/plugin-permission-common@0.7.3
    • @backstage/plugin-search-common@1.2.1

@backstage/plugin-sentry@0.4.8-next.1

Patch Changes

  • 85b04f659a: Internal refactor to not use deprecated substr
  • Updated dependencies
    • @backstage/core-components@0.12.4-next.0
    • @backstage/plugin-catalog-react@1.3.0-next.1
    • @backstage/catalog-model@1.1.6-next.0
    • @backstage/core-plugin-api@1.3.0
    • @backstage/theme@0.2.16

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

Patch Changes

  • Updated dependencies
    • @backstage/core-components@0.12.4-next.0
    • @backstage/core-plugin-api@1.3.0
    • @backstage/theme@0.2.16
    • @backstage/types@1.0.2

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

Patch Changes

  • 6310eacc11: Additional export added in order to bind SonarQubeClient to its apiref
  • Updated dependencies
    • @backstage/core-components@0.12.4-next.0
    • @backstage/plugin-catalog-react@1.3.0-next.1
    • @backstage/catalog-model@1.1.6-next.0
    • @backstage/core-plugin-api@1.3.0
    • @backstage/theme@0.2.16
    • @backstage/plugin-sonarqube-react@0.1.2-next.0

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

Patch Changes

  • Updated dependencies
    • @backstage/backend-common@0.18.2-next.1
    • @backstage/config@1.0.6
    • @backstage/errors@1.1.4

@backstage/plugin-splunk-on-call@0.4.4-next.1

Patch Changes

  • Updated dependencies
    • @backstage/core-components@0.12.4-next.0
    • @backstage/plugin-catalog-react@1.3.0-next.1
    • @backstage/catalog-model@1.1.6-next.0
    • @backstage/core-plugin-api@1.3.0
    • @backstage/theme@0.2.16

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

Patch Changes

  • Updated dependencies
    • @backstage/plugin-home@0.4.31-next.1
    • @backstage/core-components@0.12.4-next.0
    • @backstage/plugin-search-react@1.5.0-next.0
    • @backstage/config@1.0.6
    • @backstage/core-plugin-api@1.3.0
    • @backstage/theme@0.2.16
    • @backstage/plugin-search-common@1.2.1

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

Patch Changes

  • Updated dependencies
    • @backstage/backend-common@0.18.2-next.1
    • @backstage/config@1.0.6
    • @backstage/plugin-search-common@1.2.1

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

Patch Changes

  • 4024b37449: TechInsightsApi interface now has getFactSchemas() method. TechInsightsClient now implements method getFactSchemas().

    BREAKING FactSchema type moved from @backstage/plugin-tech-insights-node into @backstage/plugin-tech-insights-common

    These changes are required if you were importing this type directly.

    - import { FactSchema } from '@backstage/plugin-tech-insights-node';
    + import { FactSchema } from '@backstage/plugin-tech-insights-common';
  • Updated dependencies

    • @backstage/plugin-tech-insights-common@0.2.10-next.0
    • @backstage/core-components@0.12.4-next.0
    • @backstage/plugin-catalog-react@1.3.0-next.1
    • @backstage/catalog-model@1.1.6-next.0
    • @backstage/core-plugin-api@1.3.0
    • @backstage/errors@1.1.4
    • @backstage/theme@0.2.16
    • @backstage/types@1.0.2

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

Patch Changes

  • 4024b37449: TechInsightsApi interface now has getFactSchemas() method. TechInsightsClient now implements method getFactSchemas().

    BREAKING FactSchema type moved from @backstage/plugin-tech-insights-node into @backstage/plugin-tech-insights-common

    These changes are required if you were importing this type directly.

    - import { FactSchema } from '@backstage/plugin-tech-insights-node';
    + import { FactSchema } from '@backstage/plugin-tech-insights-common';
  • Updated dependencies

    • @backstage/plugin-tech-insights-common@0.2.10-next.0
    • @backstage/plugin-tech-insights-node@0.4.0-next.1
    • @backstage/backend-common@0.18.2-next.1
    • @backstage/backend-tasks@0.4.3-next.1
    • @backstage/catalog-client@1.3.1-next.0
    • @backstage/catalog-model@1.1.6-next.0
    • @backstage/config@1.0.6
    • @backstage/errors@1.1.4
    • @backstage/types@1.0.2

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

Patch Changes

  • Updated dependencies
    • @backstage/plugin-tech-insights-common@0.2.10-next.0
    • @backstage/plugin-tech-insights-node@0.4.0-next.1
    • @backstage/backend-common@0.18.2-next.1
    • @backstage/config@1.0.6
    • @backstage/errors@1.1.4

@backstage/plugin-tech-insights-common@0.2.10-next.0

Patch Changes

  • 4024b37449: TechInsightsApi interface now has getFactSchemas() method. TechInsightsClient now implements method getFactSchemas().

    BREAKING FactSchema type moved from @backstage/plugin-tech-insights-node into @backstage/plugin-tech-insights-common

    These changes are required if you were importing this type directly.

    - import { FactSchema } from '@backstage/plugin-tech-insights-node';
    + import { FactSchema } from '@backstage/plugin-tech-insights-common';
  • Updated dependencies

    • @backstage/types@1.0.2

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

Patch Changes

  • 18024a231c: Allow to set additional links to the entry description.
  • Updated dependencies
    • @backstage/core-components@0.12.4-next.0
    • @backstage/core-plugin-api@1.3.0
    • @backstage/theme@0.2.16

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

Patch Changes

  • d950d3e217: Depend on @material-ui/core version ^4.12.2 like all other in-repo packages
  • Updated dependencies
    • @backstage/plugin-techdocs@1.5.0-next.1
    • @backstage/plugin-catalog@1.8.0-next.1
    • @backstage/core-app-api@1.4.1-next.0
    • @backstage/core-components@0.12.4-next.0
    • @backstage/plugin-search-react@1.5.0-next.0
    • @backstage/core-plugin-api@1.3.0
    • @backstage/integration-react@1.1.10-next.0
    • @backstage/test-utils@1.2.5-next.0
    • @backstage/theme@0.2.16
    • @backstage/plugin-techdocs-react@1.1.3-next.1

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

Patch Changes

  • Updated dependencies
    • @backstage/backend-common@0.18.2-next.1
    • @backstage/catalog-client@1.3.1-next.0
    • @backstage/catalog-model@1.1.6-next.0
    • @backstage/config@1.0.6
    • @backstage/errors@1.1.4
    • @backstage/integration@1.4.2
    • @backstage/plugin-catalog-common@1.0.11-next.0
    • @backstage/plugin-permission-common@0.7.3
    • @backstage/plugin-search-common@1.2.1
    • @backstage/plugin-techdocs-node@1.4.6-next.1

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

Patch Changes

  • d950d3e217: Depend on @material-ui/core version ^4.12.2 like all other in-repo packages
  • Updated dependencies
    • @backstage/core-components@0.12.4-next.0
    • @backstage/core-plugin-api@1.3.0
    • @backstage/integration@1.4.2
    • @backstage/integration-react@1.1.10-next.0
    • @backstage/theme@0.2.16
    • @backstage/plugin-techdocs-react@1.1.3-next.1

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

Patch Changes

  • Updated dependencies
    • @backstage/backend-common@0.18.2-next.1
    • @backstage/catalog-model@1.1.6-next.0
    • @backstage/config@1.0.6
    • @backstage/errors@1.1.4
    • @backstage/integration@1.4.2
    • @backstage/integration-aws-node@0.1.1
    • @backstage/plugin-search-common@1.2.1

@backstage/plugin-techdocs-react@1.1.3-next.1

Patch Changes

  • Updated dependencies
    • @backstage/core-components@0.12.4-next.0
    • @backstage/catalog-model@1.1.6-next.0
    • @backstage/config@1.0.6
    • @backstage/core-plugin-api@1.3.0
    • @backstage/version-bridge@1.0.3

@backstage/plugin-todo@0.2.17-next.1

Patch Changes

  • Updated dependencies
    • @backstage/core-components@0.12.4-next.0
    • @backstage/plugin-catalog-react@1.3.0-next.1
    • @backstage/catalog-model@1.1.6-next.0
    • @backstage/core-plugin-api@1.3.0
    • @backstage/errors@1.1.4
    • @backstage/theme@0.2.16

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

Patch Changes

  • Updated dependencies
    • @backstage/backend-common@0.18.2-next.1
    • @backstage/catalog-client@1.3.1-next.0
    • @backstage/catalog-model@1.1.6-next.0
    • @backstage/config@1.0.6
    • @backstage/errors@1.1.4
    • @backstage/integration@1.4.2

@backstage/plugin-user-settings@0.6.3-next.1

Patch Changes

  • Updated dependencies
    • @backstage/core-app-api@1.4.1-next.0
    • @backstage/core-components@0.12.4-next.0
    • @backstage/plugin-catalog-react@1.3.0-next.1
    • @backstage/core-plugin-api@1.3.0
    • @backstage/errors@1.1.4
    • @backstage/theme@0.2.16
    • @backstage/types@1.0.2

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

Patch Changes

  • Updated dependencies
    • @backstage/backend-common@0.18.2-next.1
    • @backstage/catalog-model@1.1.6-next.0
    • @backstage/errors@1.1.4
    • @backstage/types@1.0.2
    • @backstage/plugin-auth-node@0.2.11-next.1

@backstage/plugin-vault@0.1.9-next.1

Patch Changes

  • Updated dependencies
    • @backstage/core-components@0.12.4-next.0
    • @backstage/plugin-catalog-react@1.3.0-next.1
    • @backstage/catalog-model@1.1.6-next.0
    • @backstage/core-plugin-api@1.3.0
    • @backstage/errors@1.1.4
    • @backstage/theme@0.2.16

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

Patch Changes

  • Updated dependencies
    • @backstage/backend-common@0.18.2-next.1
    • @backstage/backend-tasks@0.4.3-next.1
    • @backstage/backend-test-utils@0.1.34-next.1
    • @backstage/config@1.0.6
    • @backstage/errors@1.1.4

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

Patch Changes

  • Updated dependencies
    • @backstage/core-components@0.12.4-next.0
    • @backstage/core-plugin-api@1.3.0
    • @backstage/errors@1.1.4
    • @backstage/theme@0.2.16

example-app@0.2.80-next.1

Patch Changes

  • Updated dependencies
    • @backstage/plugin-scaffolder-react@1.1.0-next.1
    • @backstage/plugin-scaffolder@1.11.0-next.1
    • @backstage/cli@0.22.2-next.0
    • @backstage/plugin-techdocs@1.5.0-next.1
    • @backstage/plugin-tech-insights@0.3.7-next.1
    • @backstage/plugin-search@1.1.0-next.1
    • @backstage/plugin-techdocs-module-addons-contrib@1.0.10-next.1
    • @backstage/plugin-dynatrace@2.0.0-next.1
    • @backstage/plugin-playlist@0.1.6-next.1
    • @backstage/plugin-home@0.4.31-next.1
    • @backstage/core-app-api@1.4.1-next.0
    • @backstage/plugin-kubernetes@0.7.8-next.1
    • @backstage/core-components@0.12.4-next.0
    • @backstage/plugin-tech-radar@0.6.1-next.0
    • @backstage/plugin-explore@0.4.0-next.1
    • @backstage/plugin-apache-airflow@0.2.8-next.0
    • @backstage/plugin-circleci@0.3.15-next.1
    • @backstage/plugin-sentry@0.4.8-next.1
    • @backstage/plugin-search-react@1.5.0-next.0
    • @backstage/plugin-airbrake@0.3.15-next.1
    • @backstage/plugin-catalog-react@1.3.0-next.1
    • @backstage/app-defaults@1.1.1-next.0
    • @backstage/catalog-model@1.1.6-next.0
    • @backstage/config@1.0.6
    • @backstage/core-plugin-api@1.3.0
    • @backstage/integration-react@1.1.10-next.0
    • @backstage/theme@0.2.16
    • @backstage/plugin-api-docs@0.8.15-next.1
    • @backstage/plugin-azure-devops@0.2.6-next.1
    • @backstage/plugin-azure-sites@0.1.4-next.1
    • @backstage/plugin-badges@0.2.39-next.1
    • @backstage/plugin-catalog-common@1.0.11-next.0
    • @backstage/plugin-catalog-graph@0.2.27-next.1
    • @backstage/plugin-catalog-import@0.9.5-next.1
    • @backstage/plugin-cloudbuild@0.3.15-next.1
    • @backstage/plugin-code-coverage@0.2.8-next.1
    • @backstage/plugin-cost-insights@0.12.4-next.1
    • @backstage/plugin-gcalendar@0.3.11-next.0
    • @backstage/plugin-gcp-projects@0.3.34-next.0
    • @backstage/plugin-github-actions@0.5.15-next.1
    • @backstage/plugin-gocd@0.1.21-next.1
    • @backstage/plugin-graphiql@0.2.47-next.0
    • @backstage/plugin-jenkins@0.7.14-next.1
    • @backstage/plugin-kafka@0.3.15-next.1
    • @backstage/plugin-lighthouse@0.3.15-next.1
    • @backstage/plugin-newrelic@0.3.33-next.0
    • @backstage/plugin-newrelic-dashboard@0.2.8-next.1
    • @backstage/plugin-org@0.6.5-next.1
    • @backstage/plugin-pagerduty@0.5.8-next.1
    • @backstage/plugin-permission-react@0.4.9
    • @backstage/plugin-rollbar@0.4.15-next.1
    • @backstage/plugin-search-common@1.2.1
    • @backstage/plugin-shortcuts@0.3.7-next.0
    • @backstage/plugin-stack-overflow@0.1.11-next.1
    • @backstage/plugin-techdocs-react@1.1.3-next.1
    • @backstage/plugin-todo@0.2.17-next.1
    • @backstage/plugin-user-settings@0.6.3-next.1
    • @internal/plugin-catalog-customized@0.0.7-next.1

example-backend@0.2.80-next.1

Patch Changes

  • Updated dependencies
    • @backstage/plugin-catalog-backend@1.7.2-next.1
    • @backstage/plugin-tech-insights-backend@0.5.8-next.1
    • @backstage/plugin-tech-insights-node@0.4.0-next.1
    • @backstage/plugin-azure-devops-backend@0.3.21-next.1
    • @backstage/backend-common@0.18.2-next.1
    • @backstage/plugin-kubernetes-backend@0.9.3-next.1
    • @backstage/plugin-scaffolder-backend@1.11.0-next.1
    • @backstage/plugin-playlist-backend@0.2.5-next.1
    • example-app@0.2.80-next.1
    • @backstage/backend-tasks@0.4.3-next.1
    • @backstage/catalog-client@1.3.1-next.0
    • @backstage/catalog-model@1.1.6-next.0
    • @backstage/config@1.0.6
    • @backstage/integration@1.4.2
    • @backstage/plugin-adr-backend@0.2.7-next.1
    • @backstage/plugin-app-backend@0.3.42-next.1
    • @backstage/plugin-auth-backend@0.17.5-next.1
    • @backstage/plugin-auth-node@0.2.11-next.1
    • @backstage/plugin-azure-sites-backend@0.1.4-next.1
    • @backstage/plugin-badges-backend@0.1.36-next.1
    • @backstage/plugin-catalog-node@1.3.3-next.1
    • @backstage/plugin-code-coverage-backend@0.2.8-next.1
    • @backstage/plugin-events-backend@0.2.3-next.1
    • @backstage/plugin-events-node@0.2.3-next.1
    • @backstage/plugin-explore-backend@0.0.4-next.1
    • @backstage/plugin-graphql-backend@0.1.32-next.1
    • @backstage/plugin-jenkins-backend@0.1.32-next.1
    • @backstage/plugin-kafka-backend@0.2.35-next.1
    • @backstage/plugin-permission-backend@0.5.17-next.1
    • @backstage/plugin-permission-common@0.7.3
    • @backstage/plugin-permission-node@0.7.5-next.1
    • @backstage/plugin-proxy-backend@0.2.36-next.1
    • @backstage/plugin-rollbar-backend@0.1.39-next.1
    • @backstage/plugin-scaffolder-backend-module-rails@0.4.10-next.1
    • @backstage/plugin-search-backend@1.2.3-next.1
    • @backstage/plugin-search-backend-module-elasticsearch@1.1.3-next.1
    • @backstage/plugin-search-backend-module-pg@0.5.3-next.1
    • @backstage/plugin-search-backend-node@1.1.3-next.1
    • @backstage/plugin-search-common@1.2.1
    • @backstage/plugin-tech-insights-backend-module-jsonfc@0.1.26-next.1
    • @backstage/plugin-techdocs-backend@1.5.3-next.1
    • @backstage/plugin-todo-backend@0.1.39-next.1

example-backend-next@0.0.8-next.1

Patch Changes

  • Updated dependencies
    • @backstage/plugin-catalog-backend@1.7.2-next.1
    • @backstage/plugin-scaffolder-backend@1.11.0-next.1
    • @backstage/backend-defaults@0.1.7-next.1
    • @backstage/plugin-app-backend@0.3.42-next.1

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

Patch Changes

  • Updated dependencies
    • @backstage/cli@0.22.2-next.0
    • @backstage/plugin-techdocs@1.5.0-next.1
    • @backstage/plugin-catalog@1.8.0-next.1
    • @backstage/core-app-api@1.4.1-next.0
    • @backstage/core-components@0.12.4-next.0
    • @backstage/app-defaults@1.1.1-next.0
    • @backstage/catalog-model@1.1.6-next.0
    • @backstage/config@1.0.6
    • @backstage/core-plugin-api@1.3.0
    • @backstage/integration-react@1.1.10-next.0
    • @backstage/test-utils@1.2.5-next.0
    • @backstage/theme@0.2.16
    • @backstage/plugin-techdocs-react@1.1.3-next.1

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

Patch Changes

  • Updated dependencies
    • @backstage/plugin-catalog@1.8.0-next.1
    • @backstage/plugin-catalog-react@1.3.0-next.1

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

Patch Changes

  • Updated dependencies
    • @backstage/core-components@0.12.4-next.0
    • @backstage/core-plugin-api@1.3.0
    • @backstage/theme@0.2.16

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

Patch Changes

  • Updated dependencies
    • @backstage/backend-common@0.18.2-next.1
    • @backstage/config@1.0.6
    • @backstage/errors@1.1.4
    • @backstage/plugin-auth-node@0.2.11-next.1