# Release v1.21.0-next.3 ## @backstage/config-loader@1.6.0-next.0 ### Minor Changes - 24f5a85: Add "path" to `TransformFunc` context ### Patch Changes - Updated dependencies - @backstage/cli-common@0.1.13 - @backstage/config@1.1.1 - @backstage/errors@1.2.3 - @backstage/types@1.1.1 ## @backstage/core-compat-api@0.1.0-next.2 ### Minor Changes - cf5cc4c: Discover plugins and routes recursively beneath the root routes in `collectLecacyRoutes` ### Patch Changes - 8226442: Added `compatWrapper`, which can be used to wrap any React element to provide bi-directional interoperability between the `@backstage/core-*-api` and `@backstage/frontend-*-api` APIs. - 8f5d6c1: Updates to match the new extension input wrapping. - b7adf24: Delete alpha DI compatibility helper for components, migrating components should be simple without a helper. - 046e443: Updates for compatibility with the new extension IDs. - Updated dependencies - @backstage/frontend-plugin-api@0.4.0-next.2 - @backstage/core-app-api@1.11.2-next.1 - @backstage/core-plugin-api@1.8.1-next.1 - @backstage/version-bridge@1.0.7 ## @backstage/frontend-app-api@0.4.0-next.2 ### Minor Changes - ea06590: The app no longer provides the `AppContext` from `@backstage/core-plugin-api`. Components that require this context to be available should use the `compatWrapper` helper from `@backstage/core-compat-api`. ### Patch Changes - aeb8008: Add support for translation extensions. - b7adf24: Use the new plugin type for error boundary components. - 8f5d6c1: Updates to match the new extension input wrapping. - cb4197a: Forward ` node`` instead of `extensionId\` to resolved extension inputs. - 8837a96: Updates to match the introduction of `ExtensionDefinition` and new extension ID naming patterns. - Updated dependencies - @backstage/frontend-plugin-api@0.4.0-next.2 - @backstage/theme@0.5.0-next.1 - @backstage/config@1.1.1 - @backstage/core-app-api@1.11.2-next.1 - @backstage/core-components@0.13.9-next.2 - @backstage/core-plugin-api@1.8.1-next.1 - @backstage/types@1.1.1 - @backstage/version-bridge@1.0.7 ## @backstage/frontend-plugin-api@0.4.0-next.2 ### Minor Changes - 8f5d6c1: Extension inputs are now wrapped into an additional object when passed to the extension factory, with the previous values being available at the `output` property. The `ExtensionInputValues` type has also been replaced by `ResolvedExtensionInputs`. - 8837a96: **BREAKING**: This version changes how extensions are created and how their IDs are determined. The `createExtension` function now accepts `kind`, `namespace` and `name` instead of `id`. All of the new options are optional, and are used to construct the final extension ID. By convention extension creators should set the `kind` to match their own name, for example `createNavItemExtension` sets the kind `nav-item`. The `createExtension` function as well as all extension creators now also return an `ExtensionDefinition` rather than an `Extension`, which in turn needs to be passed to `createPlugin` or `createExtensionOverrides` to be used. ### Patch Changes - b7adf24: Update alpha component ref type to be more specific than any, delete boot page component and use new plugin type for error boundary component extensions. - 73246ec: Added translation APIs as well as `createTranslationExtension`. - cb4197a: Forward ` node`` instead of `extensionId\` to resolved extension inputs. - Updated dependencies - @backstage/config@1.1.1 - @backstage/core-components@0.13.9-next.2 - @backstage/core-plugin-api@1.8.1-next.1 - @backstage/types@1.1.1 - @backstage/version-bridge@1.0.7 ## @backstage/plugin-catalog-backend@1.16.0-next.2 ### Minor Changes - 7804597: Permission rules can now be added for the Catalog plugin through the `CatalogPermissionExtensionPoint` interface. ### Patch Changes - 50ee804: Wrap single `pipelineLoop` of TaskPipeline in a span for better traces - a168507: Deprecated `EntitiesSearchFilter` and `EntityFilter`, which can now be imported from `@backstage/plugin-catalog-node` instead - Updated dependencies - @backstage/plugin-catalog-node@1.6.0-next.2 - @backstage/backend-common@0.20.0-next.2 - @backstage/plugin-auth-node@0.4.2-next.2 - @backstage/catalog-client@1.5.0-next.1 - @backstage/plugin-search-backend-module-catalog@0.1.12-next.2 - @backstage/backend-openapi-utils@0.1.1-next.2 - @backstage/backend-plugin-api@0.6.8-next.2 - @backstage/backend-tasks@0.5.13-next.2 - @backstage/catalog-model@1.4.3 - @backstage/config@1.1.1 - @backstage/errors@1.2.3 - @backstage/integration@1.8.0-next.1 - @backstage/types@1.1.1 - @backstage/plugin-catalog-common@1.0.18 - @backstage/plugin-events-node@0.2.17-next.2 - @backstage/plugin-permission-common@0.7.10 - @backstage/plugin-permission-node@0.7.19-next.2 ## @backstage/plugin-catalog-node@1.6.0-next.2 ### Minor Changes - a168507: Added `EntitiesSearchFilter` and `EntityFilter` from `@backstage/plugin-catalog-backend`, for reuse - 7804597: Permission rules can now be added for the Catalog plugin through the `CatalogPermissionExtensionPoint` interface. ### Patch Changes - Updated dependencies - @backstage/catalog-client@1.5.0-next.1 - @backstage/backend-plugin-api@0.6.8-next.2 - @backstage/catalog-model@1.4.3 - @backstage/errors@1.2.3 - @backstage/types@1.1.1 - @backstage/plugin-catalog-common@1.0.18 - @backstage/plugin-permission-common@0.7.10 - @backstage/plugin-permission-node@0.7.19-next.2 ## @backstage/plugin-kubernetes-react@0.2.0-next.2 ### Minor Changes - 899d71a: Change `formatClusterLink` to be an API and make it async for further customization possibilities. **BREAKING** If you have a custom k8s page and used `formatClusterLink` directly, you need to migrate to new `kubernetesClusterLinkFormatterApiRef` ### Patch Changes - Updated dependencies - @backstage/catalog-model@1.4.3 - @backstage/core-components@0.13.9-next.2 - @backstage/core-plugin-api@1.8.1-next.1 - @backstage/errors@1.2.3 - @backstage/types@1.1.1 - @backstage/plugin-kubernetes-common@0.7.2-next.1 ## @backstage/plugin-lighthouse-backend@0.4.0-next.2 ### Minor Changes - 7f0dbfd: Fixed crashes faced with custom schedule configuration. The configuration schema has been update to leverage the TaskScheduleDefinition interface. It is highly recommended to move the `lighthouse.shedule` and `lighthouse.timeout` respectively to `lighthouse.schedule.frequency` and `lighthouse.schedule.timeout`. ### Patch Changes - Updated dependencies - @backstage/plugin-catalog-node@1.6.0-next.2 - @backstage/backend-common@0.20.0-next.2 - @backstage/catalog-client@1.5.0-next.1 - @backstage/backend-plugin-api@0.6.8-next.2 - @backstage/backend-tasks@0.5.13-next.2 - @backstage/catalog-model@1.4.3 - @backstage/config@1.1.1 - @backstage/types@1.1.1 - @backstage/plugin-lighthouse-common@0.1.4 ## @backstage/app-defaults@1.4.6-next.2 ### Patch Changes - Updated dependencies - @backstage/theme@0.5.0-next.1 - @backstage/core-app-api@1.11.2-next.1 - @backstage/core-components@0.13.9-next.2 - @backstage/core-plugin-api@1.8.1-next.1 - @backstage/plugin-permission-react@0.4.18-next.1 ## @backstage/backend-app-api@0.5.9-next.2 ### Patch Changes - Updated dependencies - @backstage/config-loader@1.6.0-next.0 - @backstage/backend-common@0.20.0-next.2 - @backstage/plugin-auth-node@0.4.2-next.2 - @backstage/backend-plugin-api@0.6.8-next.2 - @backstage/backend-tasks@0.5.13-next.2 - @backstage/cli-common@0.1.13 - @backstage/cli-node@0.2.0 - @backstage/config@1.1.1 - @backstage/errors@1.2.3 - @backstage/types@1.1.1 - @backstage/plugin-permission-node@0.7.19-next.2 ## @backstage/backend-common@0.20.0-next.2 ### Patch Changes - bc67498: Updated dependency `archiver` to `^6.0.0`. Updated dependency `@types/archiver` to `^6.0.0`. - Updated dependencies - @backstage/config-loader@1.6.0-next.0 - @backstage/backend-app-api@0.5.9-next.2 - @backstage/backend-dev-utils@0.1.2 - @backstage/backend-plugin-api@0.6.8-next.2 - @backstage/cli-common@0.1.13 - @backstage/config@1.1.1 - @backstage/errors@1.2.3 - @backstage/integration@1.8.0-next.1 - @backstage/integration-aws-node@0.1.8 - @backstage/types@1.1.1 ## @backstage/backend-defaults@0.2.8-next.2 ### Patch Changes - Updated dependencies - @backstage/backend-common@0.20.0-next.2 - @backstage/backend-app-api@0.5.9-next.2 - @backstage/backend-plugin-api@0.6.8-next.2 ## @backstage/backend-openapi-utils@0.1.1-next.2 ### Patch Changes - Updated dependencies - @backstage/backend-plugin-api@0.6.8-next.2 - @backstage/config@1.1.1 - @backstage/errors@1.2.3 ## @backstage/backend-plugin-api@0.6.8-next.2 ### Patch Changes - Updated dependencies - @backstage/plugin-auth-node@0.4.2-next.2 - @backstage/backend-tasks@0.5.13-next.2 - @backstage/config@1.1.1 - @backstage/types@1.1.1 - @backstage/plugin-permission-common@0.7.10 ## @backstage/backend-tasks@0.5.13-next.2 ### Patch Changes - Updated dependencies - @backstage/backend-common@0.20.0-next.2 - @backstage/config@1.1.1 - @backstage/errors@1.2.3 - @backstage/types@1.1.1 ## @backstage/backend-test-utils@0.2.9-next.2 ### Patch Changes - cc4228e: Switched module ID to use kebab-case. - Updated dependencies - @backstage/backend-common@0.20.0-next.2 - @backstage/plugin-auth-node@0.4.2-next.2 - @backstage/backend-app-api@0.5.9-next.2 - @backstage/backend-plugin-api@0.6.8-next.2 - @backstage/config@1.1.1 - @backstage/errors@1.2.3 - @backstage/types@1.1.1 ## @backstage/catalog-client@1.5.0-next.1 ### Patch Changes - 82fa88b: Fixes a bug where some query parameters were double URL encoded. - Updated dependencies - @backstage/catalog-model@1.4.3 - @backstage/errors@1.2.3 ## @backstage/cli@0.25.0-next.2 ### Patch Changes - 32018ff: Enable the `tsx` loader to work on Node 18.19 and up - a3edc18: Updated dependency `vite-plugin-node-polyfills` to `^0.17.0`. - 627554e: Updated dependency `@rollup/plugin-node-resolve` to `^15.0.0`. - c07cee5: Updated dependency `@rollup/plugin-json` to `^6.0.0`. - 2565cc8: Updated dependency `@rollup/plugin-commonjs` to `^25.0.0`. - Updated dependencies - @backstage/config-loader@1.6.0-next.0 - @backstage/catalog-model@1.4.3 - @backstage/cli-common@0.1.13 - @backstage/cli-node@0.2.0 - @backstage/config@1.1.1 - @backstage/errors@1.2.3 - @backstage/eslint-plugin@0.1.4-next.0 - @backstage/integration@1.8.0-next.1 - @backstage/release-manifests@0.0.11 - @backstage/types@1.1.1 ## @backstage/core-components@0.13.9-next.2 ### Patch Changes - Updated dependencies - @backstage/theme@0.5.0-next.1 - @backstage/config@1.1.1 - @backstage/core-plugin-api@1.8.1-next.1 - @backstage/errors@1.2.3 - @backstage/version-bridge@1.0.7 ## @backstage/create-app@0.5.8-next.3 ### Patch Changes - a96c2d4: Include the `` for group entities by default - Updated dependencies - @backstage/cli-common@0.1.13 ## @backstage/dev-utils@1.0.25-next.2 ### Patch Changes - Updated dependencies - @backstage/theme@0.5.0-next.1 - @backstage/plugin-catalog-react@1.9.2-next.2 - @backstage/app-defaults@1.4.6-next.2 - @backstage/catalog-model@1.4.3 - @backstage/core-app-api@1.11.2-next.1 - @backstage/core-components@0.13.9-next.2 - @backstage/core-plugin-api@1.8.1-next.1 - @backstage/integration-react@1.1.22-next.1 ## @backstage/frontend-test-utils@0.1.0-next.2 ### Patch Changes - 818eea4: Updates for compatibility with the new extension IDs. - b9aa6e4: Migrate `renderInTestApp` to `@backstage/frontend-test-utils` for testing individual React components in an app. - Updated dependencies - @backstage/frontend-plugin-api@0.4.0-next.2 - @backstage/frontend-app-api@0.4.0-next.2 - @backstage/test-utils@1.4.6-next.2 - @backstage/types@1.1.1 ## @backstage/repo-tools@0.5.0-next.1 ### Patch Changes - f909e9d: Includes templates in @backstage/repo-tools package and use them in the CLI - da3c4db: Updates the `schema openapi generate-client` command to export all generated types from the generated directory. - 7959f23: The `api-reports` command now checks for api report files that no longer apply. If it finds such files, it's treated basically the same as report errors do, and the check fails. For example, if you had an `api-report-alpha.md` but then removed the alpha export, the reports generator would now report that this file needs to be deleted. - f49e237: Fixed a bug where `schema openapi init` created an invalid test command. - f91be2c: Updated dependency `@stoplight/types` to `^14.0.0`. - 45bfb20: Execute `openapi-generator-cli` from `@backstage/repo-tools` directory to force it to use our openapitools.json config file. - Updated dependencies - @backstage/backend-common@0.20.0-next.2 - @backstage/catalog-model@1.4.3 - @backstage/cli-common@0.1.13 - @backstage/cli-node@0.2.0 - @backstage/errors@1.2.3 ## @techdocs/cli@1.8.0-next.2 ### Patch Changes - Updated dependencies - @backstage/backend-common@0.20.0-next.2 - @backstage/catalog-model@1.4.3 - @backstage/cli-common@0.1.13 - @backstage/config@1.1.1 - @backstage/plugin-techdocs-node@1.11.0-next.2 ## @backstage/test-utils@1.4.6-next.2 ### Patch Changes - Updated dependencies - @backstage/theme@0.5.0-next.1 - @backstage/config@1.1.1 - @backstage/core-app-api@1.11.2-next.1 - @backstage/core-plugin-api@1.8.1-next.1 - @backstage/types@1.1.1 - @backstage/plugin-permission-common@0.7.10 - @backstage/plugin-permission-react@0.4.18-next.1 ## @backstage/theme@0.5.0-next.1 ### Patch Changes - cd0dd4c: Align Material UI v5 `Paper` component background color in dark mode to v4. ## @backstage/plugin-adr@0.6.11-next.2 ### Patch Changes - 36c94b8: Refactor of the alpha exports due to API change in how extension IDs are constructed. - Updated dependencies - @backstage/frontend-plugin-api@0.4.0-next.2 - @backstage/theme@0.5.0-next.1 - @backstage/plugin-catalog-react@1.9.2-next.2 - @backstage/plugin-search-react@1.7.4-next.2 - @backstage/catalog-model@1.4.3 - @backstage/core-components@0.13.9-next.2 - @backstage/core-plugin-api@1.8.1-next.1 - @backstage/integration-react@1.1.22-next.1 - @backstage/plugin-adr-common@0.2.18-next.1 - @backstage/plugin-search-common@1.2.8 ## @backstage/plugin-adr-backend@0.4.5-next.2 ### Patch Changes - Updated dependencies - @backstage/backend-common@0.20.0-next.2 - @backstage/catalog-client@1.5.0-next.1 - @backstage/backend-plugin-api@0.6.8-next.2 - @backstage/catalog-model@1.4.3 - @backstage/config@1.1.1 - @backstage/errors@1.2.3 - @backstage/integration@1.8.0-next.1 - @backstage/plugin-adr-common@0.2.18-next.1 - @backstage/plugin-search-common@1.2.8 ## @backstage/plugin-airbrake@0.3.28-next.2 ### Patch Changes - Updated dependencies - @backstage/theme@0.5.0-next.1 - @backstage/plugin-catalog-react@1.9.2-next.2 - @backstage/catalog-model@1.4.3 - @backstage/core-components@0.13.9-next.2 - @backstage/core-plugin-api@1.8.1-next.1 - @backstage/dev-utils@1.0.25-next.2 - @backstage/test-utils@1.4.6-next.2 ## @backstage/plugin-airbrake-backend@0.3.5-next.2 ### Patch Changes - Updated dependencies - @backstage/backend-common@0.20.0-next.2 - @backstage/backend-plugin-api@0.6.8-next.2 - @backstage/config@1.1.1 ## @backstage/plugin-allure@0.1.44-next.2 ### Patch Changes - Updated dependencies - @backstage/theme@0.5.0-next.1 - @backstage/plugin-catalog-react@1.9.2-next.2 - @backstage/catalog-model@1.4.3 - @backstage/core-components@0.13.9-next.2 - @backstage/core-plugin-api@1.8.1-next.1 ## @backstage/plugin-analytics-module-ga@0.1.36-next.2 ### Patch Changes - Updated dependencies - @backstage/theme@0.5.0-next.1 - @backstage/config@1.1.1 - @backstage/core-components@0.13.9-next.2 - @backstage/core-plugin-api@1.8.1-next.1 ## @backstage/plugin-analytics-module-ga4@0.1.7-next.2 ### Patch Changes - Updated dependencies - @backstage/theme@0.5.0-next.1 - @backstage/config@1.1.1 - @backstage/core-components@0.13.9-next.2 - @backstage/core-plugin-api@1.8.1-next.1 ## @backstage/plugin-analytics-module-newrelic-browser@0.0.5-next.2 ### Patch Changes - Updated dependencies - @backstage/config@1.1.1 - @backstage/core-components@0.13.9-next.2 - @backstage/core-plugin-api@1.8.1-next.1 ## @backstage/plugin-apache-airflow@0.2.18-next.2 ### Patch Changes - Updated dependencies - @backstage/core-components@0.13.9-next.2 - @backstage/core-plugin-api@1.8.1-next.1 ## @backstage/plugin-api-docs@0.10.2-next.3 ### Patch Changes - Updated dependencies - @backstage/theme@0.5.0-next.1 - @backstage/plugin-catalog@1.16.0-next.3 - @backstage/plugin-catalog-react@1.9.2-next.2 - @backstage/catalog-model@1.4.3 - @backstage/core-components@0.13.9-next.2 - @backstage/core-plugin-api@1.8.1-next.1 ## @backstage/plugin-apollo-explorer@0.1.18-next.2 ### Patch Changes - Updated dependencies - @backstage/theme@0.5.0-next.1 - @backstage/core-components@0.13.9-next.2 - @backstage/core-plugin-api@1.8.1-next.1 ## @backstage/plugin-app-backend@0.3.56-next.2 ### Patch Changes - Updated dependencies - @backstage/config-loader@1.6.0-next.0 - @backstage/backend-common@0.20.0-next.2 - @backstage/backend-plugin-api@0.6.8-next.2 - @backstage/config@1.1.1 - @backstage/types@1.1.1 - @backstage/plugin-app-node@0.1.8-next.2 ## @backstage/plugin-app-node@0.1.8-next.2 ### Patch Changes - Updated dependencies - @backstage/backend-plugin-api@0.6.8-next.2 ## @backstage/plugin-auth-backend@0.20.1-next.2 ### Patch Changes - 783797a: fix static token issuer not being able to initialize - a62764b: Updated dependency `passport` to `^0.7.0`. - Updated dependencies - @backstage/plugin-auth-backend-module-oauth2-proxy-provider@0.1.0-next.1 - @backstage/plugin-catalog-node@1.6.0-next.2 - @backstage/backend-common@0.20.0-next.2 - @backstage/plugin-auth-backend-module-atlassian-provider@0.1.0-next.2 - @backstage/plugin-auth-backend-module-gitlab-provider@0.1.5-next.2 - @backstage/plugin-auth-backend-module-oauth2-provider@0.1.5-next.2 - @backstage/plugin-auth-backend-module-okta-provider@0.0.1-next.2 - @backstage/plugin-auth-node@0.4.2-next.2 - @backstage/catalog-client@1.5.0-next.1 - @backstage/plugin-auth-backend-module-gcp-iap-provider@0.2.2-next.2 - @backstage/plugin-auth-backend-module-google-provider@0.1.5-next.2 - @backstage/backend-plugin-api@0.6.8-next.2 - @backstage/catalog-model@1.4.3 - @backstage/config@1.1.1 - @backstage/errors@1.2.3 - @backstage/types@1.1.1 - @backstage/plugin-auth-backend-module-github-provider@0.1.5-next.2 ## @backstage/plugin-auth-backend-module-atlassian-provider@0.1.0-next.2 ### Patch Changes - a62764b: Updated dependency `passport` to `^0.7.0`. - Updated dependencies - @backstage/backend-common@0.20.0-next.2 - @backstage/plugin-auth-node@0.4.2-next.2 - @backstage/backend-plugin-api@0.6.8-next.2 ## @backstage/plugin-auth-backend-module-gcp-iap-provider@0.2.2-next.2 ### Patch Changes - cc4228e: Switched module ID to use kebab-case. - Updated dependencies - @backstage/plugin-auth-node@0.4.2-next.2 - @backstage/backend-plugin-api@0.6.8-next.2 - @backstage/errors@1.2.3 - @backstage/types@1.1.1 ## @backstage/plugin-auth-backend-module-github-provider@0.1.5-next.2 ### Patch Changes - Updated dependencies - @backstage/backend-common@0.20.0-next.2 - @backstage/plugin-auth-node@0.4.2-next.2 - @backstage/backend-plugin-api@0.6.8-next.2 ## @backstage/plugin-auth-backend-module-gitlab-provider@0.1.5-next.2 ### Patch Changes - a62764b: Updated dependency `passport` to `^0.7.0`. - Updated dependencies - @backstage/backend-common@0.20.0-next.2 - @backstage/plugin-auth-node@0.4.2-next.2 - @backstage/backend-plugin-api@0.6.8-next.2 ## @backstage/plugin-auth-backend-module-google-provider@0.1.5-next.2 ### Patch Changes - cc4228e: Switched module ID to use kebab-case. - Updated dependencies - @backstage/plugin-auth-node@0.4.2-next.2 - @backstage/backend-plugin-api@0.6.8-next.2 ## @backstage/plugin-auth-backend-module-microsoft-provider@0.1.3-next.2 ### Patch Changes - a62764b: Updated dependency `passport` to `^0.7.0`. - Updated dependencies - @backstage/backend-common@0.20.0-next.2 - @backstage/plugin-auth-node@0.4.2-next.2 - @backstage/backend-plugin-api@0.6.8-next.2 ## @backstage/plugin-auth-backend-module-oauth2-provider@0.1.5-next.2 ### Patch Changes - a62764b: Updated dependency `passport` to `^0.7.0`. - Updated dependencies - @backstage/backend-common@0.20.0-next.2 - @backstage/plugin-auth-node@0.4.2-next.2 - @backstage/backend-plugin-api@0.6.8-next.2 ## @backstage/plugin-auth-backend-module-oauth2-proxy-provider@0.1.0-next.1 ### Patch Changes - a6be465: Exported the provider as default so it gets discovered when using `featureDiscoveryServiceFactory()` - 510dab4: Change provider id from `oauth2ProxyProvider` to `oauth2Proxy` - cc4228e: Switched module ID to use kebab-case. - Updated dependencies - @backstage/backend-common@0.20.0-next.2 - @backstage/plugin-auth-node@0.4.2-next.2 - @backstage/backend-plugin-api@0.6.8-next.2 - @backstage/errors@1.2.3 ## @backstage/plugin-auth-backend-module-okta-provider@0.0.1-next.2 ### Patch Changes - a62764b: Updated dependency `passport` to `^0.7.0`. - Updated dependencies - @backstage/backend-common@0.20.0-next.2 - @backstage/plugin-auth-node@0.4.2-next.2 - @backstage/backend-plugin-api@0.6.8-next.2 ## @backstage/plugin-auth-backend-module-pinniped-provider@0.1.2-next.2 ### Patch Changes - a62764b: Updated dependency `passport` to `^0.7.0`. - Updated dependencies - @backstage/backend-common@0.20.0-next.2 - @backstage/plugin-auth-node@0.4.2-next.2 - @backstage/backend-plugin-api@0.6.8-next.2 - @backstage/config@1.1.1 ## @backstage/plugin-auth-backend-module-vmware-cloud-provider@0.1.0-next.1 ### Patch Changes - Updated dependencies - @backstage/backend-common@0.20.0-next.2 - @backstage/plugin-auth-node@0.4.2-next.2 - @backstage/backend-plugin-api@0.6.8-next.2 - @backstage/catalog-model@1.4.3 ## @backstage/plugin-auth-node@0.4.2-next.2 ### Patch Changes - a62764b: Updated dependency `passport` to `^0.7.0`. - Updated dependencies - @backstage/backend-common@0.20.0-next.2 - @backstage/catalog-client@1.5.0-next.1 - @backstage/backend-plugin-api@0.6.8-next.2 - @backstage/catalog-model@1.4.3 - @backstage/config@1.1.1 - @backstage/errors@1.2.3 - @backstage/types@1.1.1 ## @backstage/plugin-azure-devops@0.3.10-next.2 ### Patch Changes - Updated dependencies - @backstage/theme@0.5.0-next.1 - @backstage/plugin-catalog-react@1.9.2-next.2 - @backstage/catalog-model@1.4.3 - @backstage/core-components@0.13.9-next.2 - @backstage/core-plugin-api@1.8.1-next.1 - @backstage/errors@1.2.3 - @backstage/plugin-azure-devops-common@0.3.2-next.0 ## @backstage/plugin-azure-devops-backend@0.5.0-next.2 ### Patch Changes - Updated dependencies - @backstage/plugin-catalog-node@1.6.0-next.2 - @backstage/backend-common@0.20.0-next.2 - @backstage/backend-plugin-api@0.6.8-next.2 - @backstage/catalog-model@1.4.3 - @backstage/config@1.1.1 - @backstage/integration@1.8.0-next.1 - @backstage/plugin-azure-devops-common@0.3.2-next.0 - @backstage/plugin-catalog-common@1.0.18 ## @backstage/plugin-azure-sites@0.1.17-next.2 ### Patch Changes - Updated dependencies - @backstage/theme@0.5.0-next.1 - @backstage/plugin-catalog-react@1.9.2-next.2 - @backstage/catalog-model@1.4.3 - @backstage/core-components@0.13.9-next.2 - @backstage/core-plugin-api@1.8.1-next.1 - @backstage/plugin-azure-sites-common@0.1.1 ## @backstage/plugin-azure-sites-backend@0.1.18-next.2 ### Patch Changes - Updated dependencies - @backstage/backend-common@0.20.0-next.2 - @backstage/config@1.1.1 - @backstage/plugin-azure-sites-common@0.1.1 ## @backstage/plugin-badges@0.2.52-next.2 ### Patch Changes - Updated dependencies - @backstage/theme@0.5.0-next.1 - @backstage/plugin-catalog-react@1.9.2-next.2 - @backstage/catalog-model@1.4.3 - @backstage/core-components@0.13.9-next.2 - @backstage/core-plugin-api@1.8.1-next.1 - @backstage/errors@1.2.3 ## @backstage/plugin-badges-backend@0.3.5-next.2 ### Patch Changes - Updated dependencies - @backstage/backend-common@0.20.0-next.2 - @backstage/plugin-auth-node@0.4.2-next.2 - @backstage/catalog-client@1.5.0-next.1 - @backstage/backend-plugin-api@0.6.8-next.2 - @backstage/catalog-model@1.4.3 - @backstage/config@1.1.1 - @backstage/errors@1.2.3 ## @backstage/plugin-bazaar@0.2.20-next.3 ### Patch Changes - Updated dependencies - @backstage/theme@0.5.0-next.1 - @backstage/plugin-catalog-react@1.9.2-next.2 - @backstage/catalog-client@1.5.0-next.1 - @backstage/catalog-model@1.4.3 - @backstage/core-components@0.13.9-next.2 - @backstage/core-plugin-api@1.8.1-next.1 - @backstage/errors@1.2.3 ## @backstage/plugin-bazaar-backend@0.3.6-next.2 ### Patch Changes - Updated dependencies - @backstage/backend-common@0.20.0-next.2 - @backstage/plugin-auth-node@0.4.2-next.2 - @backstage/backend-plugin-api@0.6.8-next.2 - @backstage/config@1.1.1 - @backstage/errors@1.2.3 ## @backstage/plugin-bitrise@0.1.55-next.2 ### Patch Changes - Updated dependencies - @backstage/theme@0.5.0-next.1 - @backstage/plugin-catalog-react@1.9.2-next.2 - @backstage/catalog-model@1.4.3 - @backstage/core-components@0.13.9-next.2 - @backstage/core-plugin-api@1.8.1-next.1 ## @backstage/plugin-catalog@1.16.0-next.3 ### Patch Changes - a1227cc: Wrap `/alpha` export extension elements in backwards compatibility wrapper. - 8f5d6c1: Updates to the `/alpha` exports to match the extension input wrapping change. - 36c94b8: Refactor of the alpha exports due to API change in how extension IDs are constructed. - Updated dependencies - @backstage/frontend-plugin-api@0.4.0-next.2 - @backstage/theme@0.5.0-next.1 - @backstage/core-compat-api@0.1.0-next.2 - @backstage/plugin-catalog-react@1.9.2-next.2 - @backstage/plugin-search-react@1.7.4-next.2 - @backstage/catalog-client@1.5.0-next.1 - @backstage/catalog-model@1.4.3 - @backstage/core-components@0.13.9-next.2 - @backstage/core-plugin-api@1.8.1-next.1 - @backstage/errors@1.2.3 - @backstage/integration-react@1.1.22-next.1 - @backstage/types@1.1.1 - @backstage/plugin-catalog-common@1.0.18 - @backstage/plugin-scaffolder-common@1.4.3 - @backstage/plugin-search-common@1.2.8 ## @backstage/plugin-catalog-backend-module-aws@0.3.2-next.2 ### Patch Changes - cc4228e: Switched module ID to use kebab-case. - Updated dependencies - @backstage/plugin-catalog-node@1.6.0-next.2 - @backstage/backend-common@0.20.0-next.2 - @backstage/backend-plugin-api@0.6.8-next.2 - @backstage/backend-tasks@0.5.13-next.2 - @backstage/catalog-model@1.4.3 - @backstage/config@1.1.1 - @backstage/errors@1.2.3 - @backstage/integration@1.8.0-next.1 - @backstage/integration-aws-node@0.1.8 - @backstage/types@1.1.1 - @backstage/plugin-catalog-common@1.0.18 - @backstage/plugin-kubernetes-common@0.7.2-next.1 ## @backstage/plugin-catalog-backend-module-azure@0.1.27-next.2 ### Patch Changes - cc4228e: Switched module ID to use kebab-case. - Updated dependencies - @backstage/plugin-catalog-node@1.6.0-next.2 - @backstage/backend-common@0.20.0-next.2 - @backstage/backend-plugin-api@0.6.8-next.2 - @backstage/backend-tasks@0.5.13-next.2 - @backstage/catalog-model@1.4.3 - @backstage/config@1.1.1 - @backstage/errors@1.2.3 - @backstage/integration@1.8.0-next.1 - @backstage/types@1.1.1 - @backstage/plugin-catalog-common@1.0.18 ## @backstage/plugin-catalog-backend-module-backstage-openapi@0.1.1-next.2 ### Patch Changes - Updated dependencies - @backstage/plugin-catalog-node@1.6.0-next.2 - @backstage/backend-common@0.20.0-next.2 - @backstage/backend-openapi-utils@0.1.1-next.2 - @backstage/backend-plugin-api@0.6.8-next.2 - @backstage/backend-tasks@0.5.13-next.2 - @backstage/catalog-model@1.4.3 - @backstage/config@1.1.1 - @backstage/errors@1.2.3 ## @backstage/plugin-catalog-backend-module-bitbucket@0.2.23-next.2 ### Patch Changes - Updated dependencies - @backstage/plugin-catalog-node@1.6.0-next.2 - @backstage/backend-common@0.20.0-next.2 - @backstage/catalog-model@1.4.3 - @backstage/config@1.1.1 - @backstage/errors@1.2.3 - @backstage/integration@1.8.0-next.1 - @backstage/types@1.1.1 - @backstage/plugin-bitbucket-cloud-common@0.2.15-next.1 ## @backstage/plugin-catalog-backend-module-bitbucket-cloud@0.1.23-next.2 ### Patch Changes - cc4228e: Switched module ID to use kebab-case. - Updated dependencies - @backstage/plugin-catalog-node@1.6.0-next.2 - @backstage/backend-common@0.20.0-next.2 - @backstage/catalog-client@1.5.0-next.1 - @backstage/backend-plugin-api@0.6.8-next.2 - @backstage/backend-tasks@0.5.13-next.2 - @backstage/catalog-model@1.4.3 - @backstage/config@1.1.1 - @backstage/integration@1.8.0-next.1 - @backstage/plugin-bitbucket-cloud-common@0.2.15-next.1 - @backstage/plugin-catalog-common@1.0.18 - @backstage/plugin-events-node@0.2.17-next.2 ## @backstage/plugin-catalog-backend-module-bitbucket-server@0.1.21-next.2 ### Patch Changes - cc4228e: Switched module ID to use kebab-case. - Updated dependencies - @backstage/plugin-catalog-node@1.6.0-next.2 - @backstage/backend-common@0.20.0-next.2 - @backstage/backend-plugin-api@0.6.8-next.2 - @backstage/backend-tasks@0.5.13-next.2 - @backstage/catalog-model@1.4.3 - @backstage/config@1.1.1 - @backstage/errors@1.2.3 - @backstage/integration@1.8.0-next.1 ## @backstage/plugin-catalog-backend-module-gcp@0.1.8-next.2 ### Patch Changes - cc4228e: Switched module ID to use kebab-case. - Updated dependencies - @backstage/plugin-catalog-node@1.6.0-next.2 - @backstage/backend-common@0.20.0-next.2 - @backstage/backend-plugin-api@0.6.8-next.2 - @backstage/backend-tasks@0.5.13-next.2 - @backstage/catalog-model@1.4.3 - @backstage/config@1.1.1 - @backstage/plugin-kubernetes-common@0.7.2-next.1 ## @backstage/plugin-catalog-backend-module-gerrit@0.1.24-next.2 ### Patch Changes - cc4228e: Switched module ID to use kebab-case. - Updated dependencies - @backstage/plugin-catalog-node@1.6.0-next.2 - @backstage/backend-common@0.20.0-next.2 - @backstage/backend-plugin-api@0.6.8-next.2 - @backstage/backend-tasks@0.5.13-next.2 - @backstage/catalog-model@1.4.3 - @backstage/config@1.1.1 - @backstage/errors@1.2.3 - @backstage/integration@1.8.0-next.1 ## @backstage/plugin-catalog-backend-module-github@0.4.6-next.2 ### Patch Changes - cc4228e: Switched module ID to use kebab-case. - Updated dependencies - @backstage/plugin-catalog-node@1.6.0-next.2 - @backstage/plugin-catalog-backend@1.16.0-next.2 - @backstage/backend-common@0.20.0-next.2 - @backstage/catalog-client@1.5.0-next.1 - @backstage/backend-plugin-api@0.6.8-next.2 - @backstage/backend-tasks@0.5.13-next.2 - @backstage/catalog-model@1.4.3 - @backstage/config@1.1.1 - @backstage/integration@1.8.0-next.1 - @backstage/plugin-catalog-common@1.0.18 - @backstage/plugin-events-node@0.2.17-next.2 ## @backstage/plugin-catalog-backend-module-github-org@0.1.2-next.2 ### Patch Changes - cc4228e: Switched module ID to use kebab-case. - Updated dependencies - @backstage/plugin-catalog-node@1.6.0-next.2 - @backstage/backend-common@0.20.0-next.2 - @backstage/plugin-catalog-backend-module-github@0.4.6-next.2 - @backstage/backend-plugin-api@0.6.8-next.2 - @backstage/backend-tasks@0.5.13-next.2 - @backstage/config@1.1.1 ## @backstage/plugin-catalog-backend-module-gitlab@0.3.5-next.2 ### Patch Changes - cc4228e: Switched module ID to use kebab-case. - Updated dependencies - @backstage/plugin-catalog-node@1.6.0-next.2 - @backstage/backend-common@0.20.0-next.2 - @backstage/backend-plugin-api@0.6.8-next.2 - @backstage/backend-tasks@0.5.13-next.2 - @backstage/catalog-model@1.4.3 - @backstage/config@1.1.1 - @backstage/integration@1.8.0-next.1 ## @backstage/plugin-catalog-backend-module-incremental-ingestion@0.4.12-next.2 ### Patch Changes - cc4228e: Switched module ID to use kebab-case. - Updated dependencies - @backstage/plugin-catalog-node@1.6.0-next.2 - @backstage/plugin-catalog-backend@1.16.0-next.2 - @backstage/backend-common@0.20.0-next.2 - @backstage/backend-plugin-api@0.6.8-next.2 - @backstage/backend-tasks@0.5.13-next.2 - @backstage/catalog-model@1.4.3 - @backstage/config@1.1.1 - @backstage/errors@1.2.3 - @backstage/plugin-events-node@0.2.17-next.2 - @backstage/plugin-permission-common@0.7.10 ## @backstage/plugin-catalog-backend-module-ldap@0.5.23-next.2 ### Patch Changes - Updated dependencies - @backstage/plugin-catalog-node@1.6.0-next.2 - @backstage/backend-tasks@0.5.13-next.2 - @backstage/catalog-model@1.4.3 - @backstage/config@1.1.1 - @backstage/errors@1.2.3 - @backstage/types@1.1.1 - @backstage/plugin-catalog-common@1.0.18 ## @backstage/plugin-catalog-backend-module-msgraph@0.5.15-next.2 ### Patch Changes - Updated dependencies - @backstage/plugin-catalog-node@1.6.0-next.2 - @backstage/backend-common@0.20.0-next.2 - @backstage/backend-plugin-api@0.6.8-next.2 - @backstage/backend-tasks@0.5.13-next.2 - @backstage/catalog-model@1.4.3 - @backstage/config@1.1.1 - @backstage/plugin-catalog-common@1.0.18 ## @backstage/plugin-catalog-backend-module-openapi@0.1.25-next.2 ### Patch Changes - Updated dependencies - @backstage/plugin-catalog-node@1.6.0-next.2 - @backstage/plugin-catalog-backend@1.16.0-next.2 - @backstage/backend-common@0.20.0-next.2 - @backstage/catalog-model@1.4.3 - @backstage/config@1.1.1 - @backstage/integration@1.8.0-next.1 - @backstage/types@1.1.1 - @backstage/plugin-catalog-common@1.0.18 ## @backstage/plugin-catalog-backend-module-puppetdb@0.1.13-next.2 ### Patch Changes - cc4228e: Switched module ID to use kebab-case. - Updated dependencies - @backstage/plugin-catalog-node@1.6.0-next.2 - @backstage/backend-common@0.20.0-next.2 - @backstage/backend-plugin-api@0.6.8-next.2 - @backstage/backend-tasks@0.5.13-next.2 - @backstage/catalog-model@1.4.3 - @backstage/config@1.1.1 - @backstage/errors@1.2.3 - @backstage/types@1.1.1 ## @backstage/plugin-catalog-backend-module-scaffolder-entity-model@0.1.5-next.2 ### Patch Changes - cc4228e: Switched module ID to use kebab-case. - Updated dependencies - @backstage/plugin-catalog-node@1.6.0-next.2 - @backstage/backend-common@0.20.0-next.2 - @backstage/backend-plugin-api@0.6.8-next.2 - @backstage/catalog-model@1.4.3 - @backstage/plugin-catalog-common@1.0.18 - @backstage/plugin-scaffolder-common@1.4.3 ## @backstage/plugin-catalog-backend-module-unprocessed@0.3.5-next.2 ### Patch Changes - cc4228e: Switched module ID to use kebab-case. - Updated dependencies - @backstage/plugin-auth-node@0.4.2-next.2 - @backstage/backend-plugin-api@0.6.8-next.2 - @backstage/catalog-model@1.4.3 ## @backstage/plugin-catalog-graph@0.3.2-next.2 ### Patch Changes - Updated dependencies - @backstage/theme@0.5.0-next.1 - @backstage/plugin-catalog-react@1.9.2-next.2 - @backstage/catalog-client@1.5.0-next.1 - @backstage/catalog-model@1.4.3 - @backstage/core-components@0.13.9-next.2 - @backstage/core-plugin-api@1.8.1-next.1 - @backstage/types@1.1.1 ## @backstage/plugin-catalog-import@0.10.4-next.3 ### Patch Changes - a1227cc: Wrap `/alpha` export extension elements in backwards compatibility wrapper. - 36c94b8: Refactor of the alpha exports due to API change in how extension IDs are constructed. - Updated dependencies - @backstage/frontend-plugin-api@0.4.0-next.2 - @backstage/core-compat-api@0.1.0-next.2 - @backstage/plugin-catalog-react@1.9.2-next.2 - @backstage/catalog-client@1.5.0-next.1 - @backstage/catalog-model@1.4.3 - @backstage/config@1.1.1 - @backstage/core-components@0.13.9-next.2 - @backstage/core-plugin-api@1.8.1-next.1 - @backstage/errors@1.2.3 - @backstage/integration@1.8.0-next.1 - @backstage/integration-react@1.1.22-next.1 - @backstage/plugin-catalog-common@1.0.18 ## @backstage/plugin-catalog-react@1.9.2-next.2 ### Patch Changes - 8f5d6c1: Updates to the `/alpha` exports to match the extension input wrapping change. - 36c94b8: Refactor of the alpha exports due to API change in how extension IDs are constructed. - Updated dependencies - @backstage/frontend-plugin-api@0.4.0-next.2 - @backstage/theme@0.5.0-next.1 - @backstage/catalog-client@1.5.0-next.1 - @backstage/catalog-model@1.4.3 - @backstage/core-components@0.13.9-next.2 - @backstage/core-plugin-api@1.8.1-next.1 - @backstage/errors@1.2.3 - @backstage/integration-react@1.1.22-next.1 - @backstage/types@1.1.1 - @backstage/version-bridge@1.0.7 - @backstage/plugin-catalog-common@1.0.18 - @backstage/plugin-permission-common@0.7.10 - @backstage/plugin-permission-react@0.4.18-next.1 ## @backstage/plugin-catalog-unprocessed-entities@0.1.6-next.2 ### Patch Changes - Updated dependencies - @backstage/theme@0.5.0-next.1 - @backstage/catalog-model@1.4.3 - @backstage/core-components@0.13.9-next.2 - @backstage/core-plugin-api@1.8.1-next.1 - @backstage/errors@1.2.3 ## @backstage/plugin-cicd-statistics@0.1.30-next.2 ### Patch Changes - Updated dependencies - @backstage/plugin-catalog-react@1.9.2-next.2 - @backstage/catalog-model@1.4.3 - @backstage/core-plugin-api@1.8.1-next.1 ## @backstage/plugin-cicd-statistics-module-gitlab@0.1.24-next.2 ### Patch Changes - Updated dependencies - @backstage/catalog-model@1.4.3 - @backstage/core-plugin-api@1.8.1-next.1 - @backstage/plugin-cicd-statistics@0.1.30-next.2 ## @backstage/plugin-circleci@0.3.28-next.2 ### Patch Changes - Updated dependencies - @backstage/theme@0.5.0-next.1 - @backstage/plugin-catalog-react@1.9.2-next.2 - @backstage/catalog-model@1.4.3 - @backstage/core-components@0.13.9-next.2 - @backstage/core-plugin-api@1.8.1-next.1 ## @backstage/plugin-cloudbuild@0.3.28-next.2 ### Patch Changes - Updated dependencies - @backstage/theme@0.5.0-next.1 - @backstage/plugin-catalog-react@1.9.2-next.2 - @backstage/catalog-model@1.4.3 - @backstage/core-components@0.13.9-next.2 - @backstage/core-plugin-api@1.8.1-next.1 ## @backstage/plugin-code-climate@0.1.28-next.2 ### Patch Changes - Updated dependencies - @backstage/theme@0.5.0-next.1 - @backstage/plugin-catalog-react@1.9.2-next.2 - @backstage/catalog-model@1.4.3 - @backstage/core-components@0.13.9-next.2 - @backstage/core-plugin-api@1.8.1-next.1 ## @backstage/plugin-code-coverage@0.2.21-next.2 ### Patch Changes - Updated dependencies - @backstage/theme@0.5.0-next.1 - @backstage/plugin-catalog-react@1.9.2-next.2 - @backstage/catalog-model@1.4.3 - @backstage/config@1.1.1 - @backstage/core-components@0.13.9-next.2 - @backstage/core-plugin-api@1.8.1-next.1 - @backstage/errors@1.2.3 ## @backstage/plugin-code-coverage-backend@0.2.22-next.2 ### Patch Changes - Updated dependencies - @backstage/backend-common@0.20.0-next.2 - @backstage/plugin-auth-node@0.4.2-next.2 - @backstage/catalog-client@1.5.0-next.1 - @backstage/backend-plugin-api@0.6.8-next.2 - @backstage/catalog-model@1.4.3 - @backstage/config@1.1.1 - @backstage/errors@1.2.3 - @backstage/integration@1.8.0-next.1 ## @backstage/plugin-codescene@0.1.20-next.2 ### Patch Changes - Updated dependencies - @backstage/theme@0.5.0-next.1 - @backstage/config@1.1.1 - @backstage/core-components@0.13.9-next.2 - @backstage/core-plugin-api@1.8.1-next.1 - @backstage/errors@1.2.3 ## @backstage/plugin-config-schema@0.1.48-next.2 ### Patch Changes - Updated dependencies - @backstage/theme@0.5.0-next.1 - @backstage/config@1.1.1 - @backstage/core-components@0.13.9-next.2 - @backstage/core-plugin-api@1.8.1-next.1 - @backstage/errors@1.2.3 - @backstage/types@1.1.1 ## @backstage/plugin-cost-insights@0.12.17-next.2 ### Patch Changes - Updated dependencies - @backstage/theme@0.5.0-next.1 - @backstage/plugin-catalog-react@1.9.2-next.2 - @backstage/catalog-model@1.4.3 - @backstage/config@1.1.1 - @backstage/core-components@0.13.9-next.2 - @backstage/core-plugin-api@1.8.1-next.1 - @backstage/plugin-cost-insights-common@0.1.2 ## @backstage/plugin-devtools@0.1.7-next.2 ### Patch Changes - Updated dependencies - @backstage/theme@0.5.0-next.1 - @backstage/core-components@0.13.9-next.2 - @backstage/core-plugin-api@1.8.1-next.1 - @backstage/errors@1.2.3 - @backstage/types@1.1.1 - @backstage/plugin-devtools-common@0.1.6 - @backstage/plugin-permission-react@0.4.18-next.1 ## @backstage/plugin-devtools-backend@0.2.5-next.2 ### Patch Changes - Updated dependencies - @backstage/config-loader@1.6.0-next.0 - @backstage/backend-common@0.20.0-next.2 - @backstage/plugin-auth-node@0.4.2-next.2 - @backstage/backend-plugin-api@0.6.8-next.2 - @backstage/cli-common@0.1.13 - @backstage/config@1.1.1 - @backstage/errors@1.2.3 - @backstage/types@1.1.1 - @backstage/plugin-devtools-common@0.1.6 - @backstage/plugin-permission-common@0.7.10 - @backstage/plugin-permission-node@0.7.19-next.2 ## @backstage/plugin-dynatrace@8.0.2-next.2 ### Patch Changes - Updated dependencies - @backstage/theme@0.5.0-next.1 - @backstage/plugin-catalog-react@1.9.2-next.2 - @backstage/catalog-model@1.4.3 - @backstage/core-components@0.13.9-next.2 - @backstage/core-plugin-api@1.8.1-next.1 ## @backstage/plugin-entity-feedback@0.2.11-next.2 ### Patch Changes - Updated dependencies - @backstage/theme@0.5.0-next.1 - @backstage/plugin-catalog-react@1.9.2-next.2 - @backstage/catalog-model@1.4.3 - @backstage/core-components@0.13.9-next.2 - @backstage/core-plugin-api@1.8.1-next.1 - @backstage/errors@1.2.3 - @backstage/plugin-entity-feedback-common@0.1.3 ## @backstage/plugin-entity-feedback-backend@0.2.5-next.2 ### Patch Changes - Updated dependencies - @backstage/backend-common@0.20.0-next.2 - @backstage/plugin-auth-node@0.4.2-next.2 - @backstage/catalog-client@1.5.0-next.1 - @backstage/backend-plugin-api@0.6.8-next.2 - @backstage/catalog-model@1.4.3 - @backstage/config@1.1.1 - @backstage/plugin-entity-feedback-common@0.1.3 ## @backstage/plugin-entity-validation@0.1.13-next.2 ### Patch Changes - Updated dependencies - @backstage/theme@0.5.0-next.1 - @backstage/plugin-catalog-react@1.9.2-next.2 - @backstage/catalog-client@1.5.0-next.1 - @backstage/catalog-model@1.4.3 - @backstage/core-components@0.13.9-next.2 - @backstage/core-plugin-api@1.8.1-next.1 - @backstage/errors@1.2.3 - @backstage/plugin-catalog-common@1.0.18 ## @backstage/plugin-events-backend@0.2.17-next.2 ### Patch Changes - cc4228e: Switched module ID to use kebab-case. - Updated dependencies - @backstage/backend-common@0.20.0-next.2 - @backstage/backend-plugin-api@0.6.8-next.2 - @backstage/config@1.1.1 - @backstage/plugin-events-node@0.2.17-next.2 ## @backstage/plugin-events-backend-module-aws-sqs@0.2.11-next.2 ### Patch Changes - cc4228e: Switched module ID to use kebab-case. - Updated dependencies - @backstage/backend-common@0.20.0-next.2 - @backstage/backend-plugin-api@0.6.8-next.2 - @backstage/backend-tasks@0.5.13-next.2 - @backstage/config@1.1.1 - @backstage/types@1.1.1 - @backstage/plugin-events-node@0.2.17-next.2 ## @backstage/plugin-events-backend-module-azure@0.1.18-next.2 ### Patch Changes - cc4228e: Switched module ID to use kebab-case. - Updated dependencies - @backstage/backend-plugin-api@0.6.8-next.2 - @backstage/plugin-events-node@0.2.17-next.2 ## @backstage/plugin-events-backend-module-bitbucket-cloud@0.1.18-next.2 ### Patch Changes - cc4228e: Switched module ID to use kebab-case. - Updated dependencies - @backstage/backend-plugin-api@0.6.8-next.2 - @backstage/plugin-events-node@0.2.17-next.2 ## @backstage/plugin-events-backend-module-gerrit@0.1.18-next.2 ### Patch Changes - cc4228e: Switched module ID to use kebab-case. - Updated dependencies - @backstage/backend-plugin-api@0.6.8-next.2 - @backstage/plugin-events-node@0.2.17-next.2 ## @backstage/plugin-events-backend-module-github@0.1.18-next.2 ### Patch Changes - cc4228e: Switched module ID to use kebab-case. - Updated dependencies - @backstage/backend-plugin-api@0.6.8-next.2 - @backstage/config@1.1.1 - @backstage/plugin-events-node@0.2.17-next.2 ## @backstage/plugin-events-backend-module-gitlab@0.1.18-next.2 ### Patch Changes - cc4228e: Switched module ID to use kebab-case. - Updated dependencies - @backstage/backend-plugin-api@0.6.8-next.2 - @backstage/config@1.1.1 - @backstage/plugin-events-node@0.2.17-next.2 ## @backstage/plugin-events-backend-test-utils@0.1.18-next.2 ### Patch Changes - Updated dependencies - @backstage/plugin-events-node@0.2.17-next.2 ## @backstage/plugin-events-node@0.2.17-next.2 ### Patch Changes - Updated dependencies - @backstage/backend-plugin-api@0.6.8-next.2 ## @backstage/plugin-explore@0.4.14-next.2 ### Patch Changes - 36c94b8: Refactor of the alpha exports due to API change in how extension IDs are constructed. - Updated dependencies - @backstage/frontend-plugin-api@0.4.0-next.2 - @backstage/theme@0.5.0-next.1 - @backstage/plugin-catalog-react@1.9.2-next.2 - @backstage/plugin-search-react@1.7.4-next.2 - @backstage/catalog-model@1.4.3 - @backstage/core-components@0.13.9-next.2 - @backstage/core-plugin-api@1.8.1-next.1 - @backstage/errors@1.2.3 - @backstage/plugin-explore-common@0.0.2 - @backstage/plugin-explore-react@0.0.34-next.1 - @backstage/plugin-search-common@1.2.8 ## @backstage/plugin-explore-backend@0.0.18-next.2 ### Patch Changes - Updated dependencies - @backstage/backend-common@0.20.0-next.2 - @backstage/plugin-search-backend-module-explore@0.1.12-next.2 - @backstage/config@1.1.1 - @backstage/types@1.1.1 - @backstage/plugin-explore-common@0.0.2 - @backstage/plugin-search-common@1.2.8 ## @backstage/plugin-firehydrant@0.2.12-next.2 ### Patch Changes - Updated dependencies - @backstage/theme@0.5.0-next.1 - @backstage/plugin-catalog-react@1.9.2-next.2 - @backstage/catalog-model@1.4.3 - @backstage/core-components@0.13.9-next.2 - @backstage/core-plugin-api@1.8.1-next.1 ## @backstage/plugin-fossa@0.2.60-next.2 ### Patch Changes - Updated dependencies - @backstage/theme@0.5.0-next.1 - @backstage/plugin-catalog-react@1.9.2-next.2 - @backstage/catalog-model@1.4.3 - @backstage/core-components@0.13.9-next.2 - @backstage/core-plugin-api@1.8.1-next.1 - @backstage/errors@1.2.3 ## @backstage/plugin-gcalendar@0.3.21-next.2 ### Patch Changes - Updated dependencies - @backstage/theme@0.5.0-next.1 - @backstage/core-components@0.13.9-next.2 - @backstage/core-plugin-api@1.8.1-next.1 - @backstage/errors@1.2.3 ## @backstage/plugin-gcp-projects@0.3.44-next.2 ### Patch Changes - Updated dependencies - @backstage/theme@0.5.0-next.1 - @backstage/core-components@0.13.9-next.2 - @backstage/core-plugin-api@1.8.1-next.1 ## @backstage/plugin-git-release-manager@0.3.40-next.2 ### Patch Changes - Updated dependencies - @backstage/theme@0.5.0-next.1 - @backstage/core-components@0.13.9-next.2 - @backstage/core-plugin-api@1.8.1-next.1 - @backstage/integration@1.8.0-next.1 ## @backstage/plugin-github-actions@0.6.9-next.2 ### Patch Changes - Updated dependencies - @backstage/theme@0.5.0-next.1 - @backstage/plugin-catalog-react@1.9.2-next.2 - @backstage/catalog-model@1.4.3 - @backstage/core-components@0.13.9-next.2 - @backstage/core-plugin-api@1.8.1-next.1 - @backstage/integration@1.8.0-next.1 - @backstage/integration-react@1.1.22-next.1 ## @backstage/plugin-github-deployments@0.1.59-next.2 ### Patch Changes - Updated dependencies - @backstage/theme@0.5.0-next.1 - @backstage/plugin-catalog-react@1.9.2-next.2 - @backstage/catalog-model@1.4.3 - @backstage/core-components@0.13.9-next.2 - @backstage/core-plugin-api@1.8.1-next.1 - @backstage/errors@1.2.3 - @backstage/integration@1.8.0-next.1 - @backstage/integration-react@1.1.22-next.1 ## @backstage/plugin-github-issues@0.2.17-next.2 ### Patch Changes - Updated dependencies - @backstage/theme@0.5.0-next.1 - @backstage/plugin-catalog-react@1.9.2-next.2 - @backstage/catalog-model@1.4.3 - @backstage/core-components@0.13.9-next.2 - @backstage/core-plugin-api@1.8.1-next.1 - @backstage/errors@1.2.3 - @backstage/integration@1.8.0-next.1 ## @backstage/plugin-github-pull-requests-board@0.1.22-next.2 ### Patch Changes - Updated dependencies - @backstage/theme@0.5.0-next.1 - @backstage/plugin-catalog-react@1.9.2-next.2 - @backstage/catalog-model@1.4.3 - @backstage/core-components@0.13.9-next.2 - @backstage/core-plugin-api@1.8.1-next.1 - @backstage/integration@1.8.0-next.1 ## @backstage/plugin-gitops-profiles@0.3.43-next.2 ### Patch Changes - Updated dependencies - @backstage/theme@0.5.0-next.1 - @backstage/config@1.1.1 - @backstage/core-components@0.13.9-next.2 - @backstage/core-plugin-api@1.8.1-next.1 ## @backstage/plugin-gocd@0.1.34-next.2 ### Patch Changes - Updated dependencies - @backstage/theme@0.5.0-next.1 - @backstage/plugin-catalog-react@1.9.2-next.2 - @backstage/catalog-model@1.4.3 - @backstage/core-components@0.13.9-next.2 - @backstage/core-plugin-api@1.8.1-next.1 - @backstage/errors@1.2.3 ## @backstage/plugin-graphiql@0.3.1-next.3 ### Patch Changes - a1227cc: Wrap `/alpha` export extension elements in backwards compatibility wrapper. - 8f5d6c1: Updates to the `/alpha` exports to match the extension input wrapping change. - 36c94b8: Refactor of the alpha exports due to API change in how extension IDs are constructed. - Updated dependencies - @backstage/frontend-plugin-api@0.4.0-next.2 - @backstage/theme@0.5.0-next.1 - @backstage/core-compat-api@0.1.0-next.2 - @backstage/core-components@0.13.9-next.2 - @backstage/core-plugin-api@1.8.1-next.1 ## @backstage/plugin-graphql-voyager@0.1.10-next.2 ### Patch Changes - Updated dependencies - @backstage/theme@0.5.0-next.1 - @backstage/core-components@0.13.9-next.2 - @backstage/core-plugin-api@1.8.1-next.1 ## @backstage/plugin-home@0.6.0-next.2 ### Patch Changes - a1227cc: Wrap `/alpha` export extension elements in backwards compatibility wrapper. - 8f5d6c1: Updates to the `/alpha` exports to match the extension input wrapping change. - 36c94b8: Refactor of the alpha exports due to API change in how extension IDs are constructed. - Updated dependencies - @backstage/frontend-plugin-api@0.4.0-next.2 - @backstage/theme@0.5.0-next.1 - @backstage/core-compat-api@0.1.0-next.2 - @backstage/plugin-catalog-react@1.9.2-next.2 - @backstage/catalog-client@1.5.0-next.1 - @backstage/catalog-model@1.4.3 - @backstage/config@1.1.1 - @backstage/core-app-api@1.11.2-next.1 - @backstage/core-components@0.13.9-next.2 - @backstage/core-plugin-api@1.8.1-next.1 - @backstage/types@1.1.1 - @backstage/plugin-home-react@0.1.6-next.2 ## @backstage/plugin-home-react@0.1.6-next.2 ### Patch Changes - Updated dependencies - @backstage/core-components@0.13.9-next.2 - @backstage/core-plugin-api@1.8.1-next.1 ## @backstage/plugin-ilert@0.2.17-next.2 ### Patch Changes - Updated dependencies - @backstage/theme@0.5.0-next.1 - @backstage/plugin-catalog-react@1.9.2-next.2 - @backstage/catalog-model@1.4.3 - @backstage/core-components@0.13.9-next.2 - @backstage/core-plugin-api@1.8.1-next.1 - @backstage/errors@1.2.3 ## @backstage/plugin-jenkins@0.9.3-next.2 ### Patch Changes - Updated dependencies - @backstage/theme@0.5.0-next.1 - @backstage/plugin-catalog-react@1.9.2-next.2 - @backstage/catalog-model@1.4.3 - @backstage/core-components@0.13.9-next.2 - @backstage/core-plugin-api@1.8.1-next.1 - @backstage/errors@1.2.3 - @backstage/plugin-jenkins-common@0.1.21 ## @backstage/plugin-jenkins-backend@0.3.2-next.2 ### Patch Changes - Updated dependencies - @backstage/plugin-catalog-node@1.6.0-next.2 - @backstage/backend-common@0.20.0-next.2 - @backstage/plugin-auth-node@0.4.2-next.2 - @backstage/catalog-client@1.5.0-next.1 - @backstage/backend-plugin-api@0.6.8-next.2 - @backstage/catalog-model@1.4.3 - @backstage/config@1.1.1 - @backstage/errors@1.2.3 - @backstage/plugin-jenkins-common@0.1.21 - @backstage/plugin-permission-common@0.7.10 - @backstage/plugin-permission-node@0.7.19-next.2 ## @backstage/plugin-kafka@0.3.28-next.2 ### Patch Changes - Updated dependencies - @backstage/theme@0.5.0-next.1 - @backstage/plugin-catalog-react@1.9.2-next.2 - @backstage/catalog-model@1.4.3 - @backstage/config@1.1.1 - @backstage/core-components@0.13.9-next.2 - @backstage/core-plugin-api@1.8.1-next.1 ## @backstage/plugin-kafka-backend@0.3.6-next.2 ### Patch Changes - Updated dependencies - @backstage/backend-common@0.20.0-next.2 - @backstage/backend-plugin-api@0.6.8-next.2 - @backstage/catalog-model@1.4.3 - @backstage/config@1.1.1 - @backstage/errors@1.2.3 ## @backstage/plugin-kubernetes@0.11.3-next.2 ### Patch Changes - 899d71a: Change `formatClusterLink` to be an API and make it async for further customization possibilities. **BREAKING** If you have a custom k8s page and used `formatClusterLink` directly, you need to migrate to new `kubernetesClusterLinkFormatterApiRef` - Updated dependencies - @backstage/theme@0.5.0-next.1 - @backstage/plugin-kubernetes-react@0.2.0-next.2 - @backstage/plugin-catalog-react@1.9.2-next.2 - @backstage/catalog-model@1.4.3 - @backstage/config@1.1.1 - @backstage/core-components@0.13.9-next.2 - @backstage/core-plugin-api@1.8.1-next.1 - @backstage/errors@1.2.3 - @backstage/types@1.1.1 - @backstage/plugin-kubernetes-common@0.7.2-next.1 ## @backstage/plugin-kubernetes-backend@0.14.0-next.2 ### Patch Changes - Updated dependencies - @backstage/plugin-catalog-node@1.6.0-next.2 - @backstage/backend-common@0.20.0-next.2 - @backstage/plugin-auth-node@0.4.2-next.2 - @backstage/catalog-client@1.5.0-next.1 - @backstage/backend-plugin-api@0.6.8-next.2 - @backstage/catalog-model@1.4.3 - @backstage/config@1.1.1 - @backstage/errors@1.2.3 - @backstage/integration-aws-node@0.1.8 - @backstage/types@1.1.1 - @backstage/plugin-kubernetes-common@0.7.2-next.1 - @backstage/plugin-kubernetes-node@0.1.2-next.2 - @backstage/plugin-permission-common@0.7.10 - @backstage/plugin-permission-node@0.7.19-next.2 ## @backstage/plugin-kubernetes-cluster@0.0.4-next.2 ### Patch Changes - Updated dependencies - @backstage/theme@0.5.0-next.1 - @backstage/plugin-kubernetes-react@0.2.0-next.2 - @backstage/plugin-catalog-react@1.9.2-next.2 - @backstage/catalog-model@1.4.3 - @backstage/config@1.1.1 - @backstage/core-components@0.13.9-next.2 - @backstage/core-plugin-api@1.8.1-next.1 - @backstage/errors@1.2.3 - @backstage/plugin-kubernetes-common@0.7.2-next.1 ## @backstage/plugin-kubernetes-node@0.1.2-next.2 ### Patch Changes - Updated dependencies - @backstage/backend-plugin-api@0.6.8-next.2 - @backstage/catalog-model@1.4.3 - @backstage/plugin-kubernetes-common@0.7.2-next.1 ## @backstage/plugin-lighthouse@0.4.13-next.2 ### Patch Changes - ffbf656: Updated README - Updated dependencies - @backstage/theme@0.5.0-next.1 - @backstage/plugin-catalog-react@1.9.2-next.2 - @backstage/catalog-model@1.4.3 - @backstage/config@1.1.1 - @backstage/core-components@0.13.9-next.2 - @backstage/core-plugin-api@1.8.1-next.1 - @backstage/plugin-lighthouse-common@0.1.4 ## @backstage/plugin-linguist@0.1.13-next.2 ### Patch Changes - Updated dependencies - @backstage/theme@0.5.0-next.1 - @backstage/plugin-catalog-react@1.9.2-next.2 - @backstage/catalog-model@1.4.3 - @backstage/core-components@0.13.9-next.2 - @backstage/core-plugin-api@1.8.1-next.1 - @backstage/errors@1.2.3 - @backstage/plugin-linguist-common@0.1.2 ## @backstage/plugin-linguist-backend@0.5.5-next.2 ### Patch Changes - Updated dependencies - @backstage/plugin-catalog-node@1.6.0-next.2 - @backstage/backend-common@0.20.0-next.2 - @backstage/plugin-auth-node@0.4.2-next.2 - @backstage/catalog-client@1.5.0-next.1 - @backstage/backend-plugin-api@0.6.8-next.2 - @backstage/backend-tasks@0.5.13-next.2 - @backstage/catalog-model@1.4.3 - @backstage/config@1.1.1 - @backstage/errors@1.2.3 - @backstage/types@1.1.1 - @backstage/plugin-linguist-common@0.1.2 ## @backstage/plugin-microsoft-calendar@0.1.10-next.2 ### Patch Changes - Updated dependencies - @backstage/theme@0.5.0-next.1 - @backstage/core-components@0.13.9-next.2 - @backstage/core-plugin-api@1.8.1-next.1 - @backstage/errors@1.2.3 ## @backstage/plugin-newrelic@0.3.43-next.2 ### Patch Changes - Updated dependencies - @backstage/theme@0.5.0-next.1 - @backstage/core-components@0.13.9-next.2 - @backstage/core-plugin-api@1.8.1-next.1 ## @backstage/plugin-newrelic-dashboard@0.3.3-next.2 ### Patch Changes - Updated dependencies - @backstage/plugin-catalog-react@1.9.2-next.2 - @backstage/catalog-model@1.4.3 - @backstage/core-components@0.13.9-next.2 - @backstage/core-plugin-api@1.8.1-next.1 - @backstage/errors@1.2.3 ## @backstage/plugin-nomad@0.1.9-next.2 ### Patch Changes - Updated dependencies - @backstage/theme@0.5.0-next.1 - @backstage/plugin-catalog-react@1.9.2-next.2 - @backstage/catalog-model@1.4.3 - @backstage/config@1.1.1 - @backstage/core-components@0.13.9-next.2 - @backstage/core-plugin-api@1.8.1-next.1 ## @backstage/plugin-nomad-backend@0.1.10-next.2 ### Patch Changes - Updated dependencies - @backstage/backend-common@0.20.0-next.2 - @backstage/backend-plugin-api@0.6.8-next.2 - @backstage/config@1.1.1 - @backstage/errors@1.2.3 ## @backstage/plugin-octopus-deploy@0.2.10-next.2 ### Patch Changes - Updated dependencies - @backstage/theme@0.5.0-next.1 - @backstage/plugin-catalog-react@1.9.2-next.2 - @backstage/catalog-model@1.4.3 - @backstage/core-components@0.13.9-next.2 - @backstage/core-plugin-api@1.8.1-next.1 ## @backstage/plugin-opencost@0.2.3-next.2 ### Patch Changes - Updated dependencies - @backstage/theme@0.5.0-next.1 - @backstage/core-components@0.13.9-next.2 - @backstage/core-plugin-api@1.8.1-next.1 ## @backstage/plugin-org@0.6.18-next.2 ### Patch Changes - Updated dependencies - @backstage/theme@0.5.0-next.1 - @backstage/plugin-catalog-react@1.9.2-next.2 - @backstage/catalog-model@1.4.3 - @backstage/core-components@0.13.9-next.2 - @backstage/core-plugin-api@1.8.1-next.1 ## @backstage/plugin-org-react@0.1.17-next.2 ### Patch Changes - Updated dependencies - @backstage/theme@0.5.0-next.1 - @backstage/plugin-catalog-react@1.9.2-next.2 - @backstage/catalog-client@1.5.0-next.1 - @backstage/catalog-model@1.4.3 - @backstage/core-components@0.13.9-next.2 - @backstage/core-plugin-api@1.8.1-next.1 ## @backstage/plugin-pagerduty@0.7.0-next.2 ### Patch Changes - Updated dependencies - @backstage/theme@0.5.0-next.1 - @backstage/plugin-catalog-react@1.9.2-next.2 - @backstage/catalog-model@1.4.3 - @backstage/core-components@0.13.9-next.2 - @backstage/core-plugin-api@1.8.1-next.1 - @backstage/errors@1.2.3 - @backstage/plugin-home-react@0.1.6-next.2 ## @backstage/plugin-periskop@0.1.26-next.2 ### Patch Changes - Updated dependencies - @backstage/theme@0.5.0-next.1 - @backstage/plugin-catalog-react@1.9.2-next.2 - @backstage/catalog-model@1.4.3 - @backstage/core-components@0.13.9-next.2 - @backstage/core-plugin-api@1.8.1-next.1 - @backstage/errors@1.2.3 ## @backstage/plugin-periskop-backend@0.2.6-next.2 ### Patch Changes - Updated dependencies - @backstage/backend-common@0.20.0-next.2 - @backstage/backend-plugin-api@0.6.8-next.2 - @backstage/config@1.1.1 ## @backstage/plugin-permission-backend@0.5.31-next.2 ### Patch Changes - Updated dependencies - @backstage/backend-common@0.20.0-next.2 - @backstage/plugin-auth-node@0.4.2-next.2 - @backstage/backend-plugin-api@0.6.8-next.2 - @backstage/config@1.1.1 - @backstage/errors@1.2.3 - @backstage/plugin-permission-common@0.7.10 - @backstage/plugin-permission-node@0.7.19-next.2 ## @backstage/plugin-permission-backend-module-allow-all-policy@0.1.5-next.2 ### Patch Changes - cc4228e: Switched module ID to use kebab-case. - Updated dependencies - @backstage/backend-common@0.20.0-next.2 - @backstage/plugin-auth-node@0.4.2-next.2 - @backstage/backend-plugin-api@0.6.8-next.2 - @backstage/plugin-permission-common@0.7.10 - @backstage/plugin-permission-node@0.7.19-next.2 ## @backstage/plugin-permission-node@0.7.19-next.2 ### Patch Changes - Updated dependencies - @backstage/backend-common@0.20.0-next.2 - @backstage/plugin-auth-node@0.4.2-next.2 - @backstage/backend-plugin-api@0.6.8-next.2 - @backstage/config@1.1.1 - @backstage/errors@1.2.3 - @backstage/plugin-permission-common@0.7.10 ## @backstage/plugin-playlist@0.2.2-next.2 ### Patch Changes - Updated dependencies - @backstage/theme@0.5.0-next.1 - @backstage/plugin-catalog-react@1.9.2-next.2 - @backstage/plugin-search-react@1.7.4-next.2 - @backstage/catalog-model@1.4.3 - @backstage/core-components@0.13.9-next.2 - @backstage/core-plugin-api@1.8.1-next.1 - @backstage/errors@1.2.3 - @backstage/plugin-catalog-common@1.0.18 - @backstage/plugin-permission-common@0.7.10 - @backstage/plugin-permission-react@0.4.18-next.1 - @backstage/plugin-playlist-common@0.1.12 ## @backstage/plugin-playlist-backend@0.3.12-next.2 ### Patch Changes - Updated dependencies - @backstage/backend-common@0.20.0-next.2 - @backstage/plugin-auth-node@0.4.2-next.2 - @backstage/catalog-client@1.5.0-next.1 - @backstage/backend-plugin-api@0.6.8-next.2 - @backstage/catalog-model@1.4.3 - @backstage/config@1.1.1 - @backstage/errors@1.2.3 - @backstage/plugin-permission-common@0.7.10 - @backstage/plugin-permission-node@0.7.19-next.2 - @backstage/plugin-playlist-common@0.1.12 ## @backstage/plugin-proxy-backend@0.4.6-next.2 ### Patch Changes - Updated dependencies - @backstage/backend-common@0.20.0-next.2 - @backstage/backend-plugin-api@0.6.8-next.2 - @backstage/config@1.1.1 ## @backstage/plugin-puppetdb@0.1.11-next.2 ### Patch Changes - Updated dependencies - @backstage/theme@0.5.0-next.1 - @backstage/plugin-catalog-react@1.9.2-next.2 - @backstage/catalog-model@1.4.3 - @backstage/core-components@0.13.9-next.2 - @backstage/core-plugin-api@1.8.1-next.1 - @backstage/errors@1.2.3 ## @backstage/plugin-rollbar@0.4.28-next.2 ### Patch Changes - Updated dependencies - @backstage/theme@0.5.0-next.1 - @backstage/plugin-catalog-react@1.9.2-next.2 - @backstage/catalog-model@1.4.3 - @backstage/core-components@0.13.9-next.2 - @backstage/core-plugin-api@1.8.1-next.1 ## @backstage/plugin-rollbar-backend@0.1.53-next.2 ### Patch Changes - Updated dependencies - @backstage/backend-common@0.20.0-next.2 - @backstage/config@1.1.1 ## @backstage/plugin-scaffolder@1.16.2-next.2 ### Patch Changes - Updated dependencies - @backstage/theme@0.5.0-next.1 - @backstage/plugin-catalog-react@1.9.2-next.2 - @backstage/catalog-client@1.5.0-next.1 - @backstage/plugin-scaffolder-react@1.6.2-next.2 - @backstage/catalog-model@1.4.3 - @backstage/config@1.1.1 - @backstage/core-components@0.13.9-next.2 - @backstage/core-plugin-api@1.8.1-next.1 - @backstage/errors@1.2.3 - @backstage/integration@1.8.0-next.1 - @backstage/integration-react@1.1.22-next.1 - @backstage/types@1.1.1 - @backstage/plugin-catalog-common@1.0.18 - @backstage/plugin-permission-react@0.4.18-next.1 - @backstage/plugin-scaffolder-common@1.4.3 ## @backstage/plugin-scaffolder-backend@1.19.2-next.2 ### Patch Changes - Updated dependencies - @backstage/plugin-catalog-node@1.6.0-next.2 - @backstage/plugin-catalog-backend@1.16.0-next.2 - @backstage/backend-common@0.20.0-next.2 - @backstage/plugin-auth-node@0.4.2-next.2 - @backstage/catalog-client@1.5.0-next.1 - @backstage/plugin-catalog-backend-module-scaffolder-entity-model@0.1.5-next.2 - @backstage/backend-plugin-api@0.6.8-next.2 - @backstage/backend-tasks@0.5.13-next.2 - @backstage/catalog-model@1.4.3 - @backstage/config@1.1.1 - @backstage/errors@1.2.3 - @backstage/integration@1.8.0-next.1 - @backstage/types@1.1.1 - @backstage/plugin-catalog-common@1.0.18 - @backstage/plugin-permission-common@0.7.10 - @backstage/plugin-permission-node@0.7.19-next.2 - @backstage/plugin-scaffolder-common@1.4.3 - @backstage/plugin-scaffolder-node@0.2.9-next.2 ## @backstage/plugin-scaffolder-backend-module-confluence-to-markdown@0.2.9-next.2 ### Patch Changes - Updated dependencies - @backstage/backend-common@0.20.0-next.2 - @backstage/config@1.1.1 - @backstage/errors@1.2.3 - @backstage/integration@1.8.0-next.1 - @backstage/types@1.1.1 - @backstage/plugin-scaffolder-node@0.2.9-next.2 ## @backstage/plugin-scaffolder-backend-module-cookiecutter@0.2.32-next.2 ### Patch Changes - Updated dependencies - @backstage/backend-common@0.20.0-next.2 - @backstage/config@1.1.1 - @backstage/errors@1.2.3 - @backstage/integration@1.8.0-next.1 - @backstage/types@1.1.1 - @backstage/plugin-scaffolder-node@0.2.9-next.2 ## @backstage/plugin-scaffolder-backend-module-gitlab@0.2.11-next.2 ### Patch Changes - Updated dependencies - @backstage/config@1.1.1 - @backstage/errors@1.2.3 - @backstage/integration@1.8.0-next.1 - @backstage/plugin-scaffolder-node@0.2.9-next.2 ## @backstage/plugin-scaffolder-backend-module-rails@0.4.25-next.2 ### Patch Changes - Updated dependencies - @backstage/backend-common@0.20.0-next.2 - @backstage/config@1.1.1 - @backstage/errors@1.2.3 - @backstage/integration@1.8.0-next.1 - @backstage/types@1.1.1 - @backstage/plugin-scaffolder-node@0.2.9-next.2 ## @backstage/plugin-scaffolder-backend-module-sentry@0.1.16-next.2 ### Patch Changes - Updated dependencies - @backstage/config@1.1.1 - @backstage/errors@1.2.3 - @backstage/plugin-scaffolder-node@0.2.9-next.2 ## @backstage/plugin-scaffolder-backend-module-yeoman@0.2.29-next.2 ### Patch Changes - Updated dependencies - @backstage/config@1.1.1 - @backstage/types@1.1.1 - @backstage/plugin-scaffolder-node@0.2.9-next.2 ## @backstage/plugin-scaffolder-node@0.2.9-next.2 ### Patch Changes - Updated dependencies - @backstage/backend-common@0.20.0-next.2 - @backstage/backend-plugin-api@0.6.8-next.2 - @backstage/catalog-model@1.4.3 - @backstage/errors@1.2.3 - @backstage/integration@1.8.0-next.1 - @backstage/types@1.1.1 - @backstage/plugin-scaffolder-common@1.4.3 ## @backstage/plugin-scaffolder-react@1.6.2-next.2 ### Patch Changes - 5bb5240: Fixed issue for showing undefined for hidden form items - Updated dependencies - @backstage/theme@0.5.0-next.1 - @backstage/plugin-catalog-react@1.9.2-next.2 - @backstage/catalog-client@1.5.0-next.1 - @backstage/catalog-model@1.4.3 - @backstage/core-components@0.13.9-next.2 - @backstage/core-plugin-api@1.8.1-next.1 - @backstage/errors@1.2.3 - @backstage/types@1.1.1 - @backstage/version-bridge@1.0.7 - @backstage/plugin-scaffolder-common@1.4.3 ## @backstage/plugin-search@1.4.4-next.3 ### Patch Changes - a1227cc: Wrap `/alpha` export extension elements in backwards compatibility wrapper. - 8f5d6c1: Updates to the `/alpha` exports to match the extension input wrapping change. - 36c94b8: Refactor of the alpha exports due to API change in how extension IDs are constructed. - Updated dependencies - @backstage/frontend-plugin-api@0.4.0-next.2 - @backstage/theme@0.5.0-next.1 - @backstage/core-compat-api@0.1.0-next.2 - @backstage/plugin-catalog-react@1.9.2-next.2 - @backstage/plugin-search-react@1.7.4-next.2 - @backstage/catalog-model@1.4.3 - @backstage/config@1.1.1 - @backstage/core-components@0.13.9-next.2 - @backstage/core-plugin-api@1.8.1-next.1 - @backstage/errors@1.2.3 - @backstage/types@1.1.1 - @backstage/version-bridge@1.0.7 - @backstage/plugin-search-common@1.2.8 ## @backstage/plugin-search-backend@1.4.8-next.2 ### Patch Changes - Updated dependencies - @backstage/backend-common@0.20.0-next.2 - @backstage/plugin-auth-node@0.4.2-next.2 - @backstage/backend-openapi-utils@0.1.1-next.2 - @backstage/backend-plugin-api@0.6.8-next.2 - @backstage/config@1.1.1 - @backstage/errors@1.2.3 - @backstage/types@1.1.1 - @backstage/plugin-permission-common@0.7.10 - @backstage/plugin-permission-node@0.7.19-next.2 - @backstage/plugin-search-backend-node@1.2.12-next.2 - @backstage/plugin-search-common@1.2.8 ## @backstage/plugin-search-backend-module-catalog@0.1.12-next.2 ### Patch Changes - cc4228e: Switched module ID to use kebab-case. - Updated dependencies - @backstage/plugin-catalog-node@1.6.0-next.2 - @backstage/backend-common@0.20.0-next.2 - @backstage/catalog-client@1.5.0-next.1 - @backstage/backend-plugin-api@0.6.8-next.2 - @backstage/backend-tasks@0.5.13-next.2 - @backstage/catalog-model@1.4.3 - @backstage/config@1.1.1 - @backstage/errors@1.2.3 - @backstage/plugin-catalog-common@1.0.18 - @backstage/plugin-permission-common@0.7.10 - @backstage/plugin-search-backend-node@1.2.12-next.2 - @backstage/plugin-search-common@1.2.8 ## @backstage/plugin-search-backend-module-elasticsearch@1.3.11-next.2 ### Patch Changes - cc4228e: Switched module ID to use kebab-case. - Updated dependencies - @backstage/backend-common@0.20.0-next.2 - @backstage/backend-plugin-api@0.6.8-next.2 - @backstage/config@1.1.1 - @backstage/integration-aws-node@0.1.8 - @backstage/plugin-search-backend-node@1.2.12-next.2 - @backstage/plugin-search-common@1.2.8 ## @backstage/plugin-search-backend-module-explore@0.1.12-next.2 ### Patch Changes - cc4228e: Switched module ID to use kebab-case. - Updated dependencies - @backstage/backend-common@0.20.0-next.2 - @backstage/backend-plugin-api@0.6.8-next.2 - @backstage/backend-tasks@0.5.13-next.2 - @backstage/config@1.1.1 - @backstage/plugin-explore-common@0.0.2 - @backstage/plugin-search-backend-node@1.2.12-next.2 - @backstage/plugin-search-common@1.2.8 ## @backstage/plugin-search-backend-module-pg@0.5.17-next.2 ### Patch Changes - cc4228e: Switched module ID to use kebab-case. - Updated dependencies - @backstage/backend-common@0.20.0-next.2 - @backstage/backend-plugin-api@0.6.8-next.2 - @backstage/config@1.1.1 - @backstage/plugin-search-backend-node@1.2.12-next.2 - @backstage/plugin-search-common@1.2.8 ## @backstage/plugin-search-backend-module-stack-overflow-collator@0.1.1-next.2 ### Patch Changes - cc4228e: Switched module ID to use kebab-case. - Updated dependencies - @backstage/backend-common@0.20.0-next.2 - @backstage/backend-plugin-api@0.6.8-next.2 - @backstage/backend-tasks@0.5.13-next.2 - @backstage/config@1.1.1 - @backstage/plugin-search-backend-node@1.2.12-next.2 - @backstage/plugin-search-common@1.2.8 ## @backstage/plugin-search-backend-module-techdocs@0.1.12-next.2 ### Patch Changes - cc4228e: Switched module ID to use kebab-case. - Updated dependencies - @backstage/plugin-catalog-node@1.6.0-next.2 - @backstage/backend-common@0.20.0-next.2 - @backstage/catalog-client@1.5.0-next.1 - @backstage/backend-plugin-api@0.6.8-next.2 - @backstage/backend-tasks@0.5.13-next.2 - @backstage/catalog-model@1.4.3 - @backstage/config@1.1.1 - @backstage/plugin-catalog-common@1.0.18 - @backstage/plugin-permission-common@0.7.10 - @backstage/plugin-search-backend-node@1.2.12-next.2 - @backstage/plugin-search-common@1.2.8 - @backstage/plugin-techdocs-node@1.11.0-next.2 ## @backstage/plugin-search-backend-node@1.2.12-next.2 ### Patch Changes - Updated dependencies - @backstage/backend-common@0.20.0-next.2 - @backstage/backend-plugin-api@0.6.8-next.2 - @backstage/backend-tasks@0.5.13-next.2 - @backstage/config@1.1.1 - @backstage/errors@1.2.3 - @backstage/plugin-permission-common@0.7.10 - @backstage/plugin-search-common@1.2.8 ## @backstage/plugin-search-react@1.7.4-next.2 ### Patch Changes - 36c94b8: Refactor of the alpha exports due to API change in how extension IDs are constructed. - Updated dependencies - @backstage/frontend-plugin-api@0.4.0-next.2 - @backstage/theme@0.5.0-next.1 - @backstage/core-components@0.13.9-next.2 - @backstage/core-plugin-api@1.8.1-next.1 - @backstage/types@1.1.1 - @backstage/version-bridge@1.0.7 - @backstage/plugin-search-common@1.2.8 ## @backstage/plugin-sentry@0.5.13-next.2 ### Patch Changes - Updated dependencies - @backstage/theme@0.5.0-next.1 - @backstage/plugin-catalog-react@1.9.2-next.2 - @backstage/catalog-model@1.4.3 - @backstage/core-components@0.13.9-next.2 - @backstage/core-plugin-api@1.8.1-next.1 ## @backstage/plugin-shortcuts@0.3.17-next.2 ### Patch Changes - Updated dependencies - @backstage/theme@0.5.0-next.1 - @backstage/core-components@0.13.9-next.2 - @backstage/core-plugin-api@1.8.1-next.1 - @backstage/types@1.1.1 ## @backstage/plugin-sonarqube@0.7.10-next.2 ### Patch Changes - Updated dependencies - @backstage/theme@0.5.0-next.1 - @backstage/plugin-catalog-react@1.9.2-next.2 - @backstage/catalog-model@1.4.3 - @backstage/core-components@0.13.9-next.2 - @backstage/core-plugin-api@1.8.1-next.1 - @backstage/plugin-sonarqube-react@0.1.11-next.1 ## @backstage/plugin-sonarqube-backend@0.2.10-next.2 ### Patch Changes - Updated dependencies - @backstage/backend-common@0.20.0-next.2 - @backstage/backend-plugin-api@0.6.8-next.2 - @backstage/config@1.1.1 - @backstage/errors@1.2.3 ## @backstage/plugin-splunk-on-call@0.4.17-next.2 ### Patch Changes - Updated dependencies - @backstage/theme@0.5.0-next.1 - @backstage/plugin-catalog-react@1.9.2-next.2 - @backstage/catalog-model@1.4.3 - @backstage/core-components@0.13.9-next.2 - @backstage/core-plugin-api@1.8.1-next.1 ## @backstage/plugin-stack-overflow@0.1.23-next.2 ### Patch Changes - 36c94b8: Refactor of the alpha exports due to API change in how extension IDs are constructed. - Updated dependencies - @backstage/frontend-plugin-api@0.4.0-next.2 - @backstage/theme@0.5.0-next.1 - @backstage/plugin-search-react@1.7.4-next.2 - @backstage/config@1.1.1 - @backstage/core-components@0.13.9-next.2 - @backstage/core-plugin-api@1.8.1-next.1 - @backstage/plugin-home-react@0.1.6-next.2 - @backstage/plugin-search-common@1.2.8 ## @backstage/plugin-stack-overflow-backend@0.2.12-next.2 ### Patch Changes - Updated dependencies - @backstage/backend-common@0.20.0-next.2 - @backstage/plugin-search-backend-module-stack-overflow-collator@0.1.1-next.2 - @backstage/config@1.1.1 - @backstage/plugin-search-common@1.2.8 ## @backstage/plugin-stackstorm@0.1.9-next.2 ### Patch Changes - Updated dependencies - @backstage/theme@0.5.0-next.1 - @backstage/core-components@0.13.9-next.2 - @backstage/core-plugin-api@1.8.1-next.1 - @backstage/errors@1.2.3 ## @backstage/plugin-tech-insights@0.3.20-next.2 ### Patch Changes - Updated dependencies - @backstage/theme@0.5.0-next.1 - @backstage/plugin-catalog-react@1.9.2-next.2 - @backstage/catalog-model@1.4.3 - @backstage/core-components@0.13.9-next.2 - @backstage/core-plugin-api@1.8.1-next.1 - @backstage/errors@1.2.3 - @backstage/types@1.1.1 - @backstage/plugin-tech-insights-common@0.2.12 ## @backstage/plugin-tech-insights-backend@0.5.22-next.2 ### Patch Changes - Updated dependencies - @backstage/backend-common@0.20.0-next.2 - @backstage/catalog-client@1.5.0-next.1 - @backstage/backend-tasks@0.5.13-next.2 - @backstage/catalog-model@1.4.3 - @backstage/config@1.1.1 - @backstage/errors@1.2.3 - @backstage/types@1.1.1 - @backstage/plugin-tech-insights-common@0.2.12 - @backstage/plugin-tech-insights-node@0.4.14-next.2 ## @backstage/plugin-tech-insights-backend-module-jsonfc@0.1.40-next.2 ### Patch Changes - Updated dependencies - @backstage/backend-common@0.20.0-next.2 - @backstage/config@1.1.1 - @backstage/errors@1.2.3 - @backstage/plugin-tech-insights-common@0.2.12 - @backstage/plugin-tech-insights-node@0.4.14-next.2 ## @backstage/plugin-tech-insights-node@0.4.14-next.2 ### Patch Changes - Updated dependencies - @backstage/backend-common@0.20.0-next.2 - @backstage/backend-tasks@0.5.13-next.2 - @backstage/config@1.1.1 - @backstage/types@1.1.1 - @backstage/plugin-tech-insights-common@0.2.12 ## @backstage/plugin-tech-radar@0.6.11-next.3 ### Patch Changes - a1227cc: Wrap `/alpha` export extension elements in backwards compatibility wrapper. - 36c94b8: Refactor of the alpha exports due to API change in how extension IDs are constructed. - Updated dependencies - @backstage/frontend-plugin-api@0.4.0-next.2 - @backstage/theme@0.5.0-next.1 - @backstage/core-compat-api@0.1.0-next.2 - @backstage/core-components@0.13.9-next.2 - @backstage/core-plugin-api@1.8.1-next.1 ## @backstage/plugin-techdocs@1.9.2-next.3 ### Patch Changes - a1227cc: Wrap `/alpha` export extension elements in backwards compatibility wrapper. - 36c94b8: Refactor of the alpha exports due to API change in how extension IDs are constructed. - Updated dependencies - @backstage/frontend-plugin-api@0.4.0-next.2 - @backstage/theme@0.5.0-next.1 - @backstage/core-compat-api@0.1.0-next.2 - @backstage/plugin-catalog-react@1.9.2-next.2 - @backstage/plugin-search-react@1.7.4-next.2 - @backstage/catalog-model@1.4.3 - @backstage/config@1.1.1 - @backstage/core-components@0.13.9-next.2 - @backstage/core-plugin-api@1.8.1-next.1 - @backstage/errors@1.2.3 - @backstage/integration@1.8.0-next.1 - @backstage/integration-react@1.1.22-next.1 - @backstage/plugin-search-common@1.2.8 - @backstage/plugin-techdocs-react@1.1.14-next.2 ## @backstage/plugin-techdocs-addons-test-utils@1.0.25-next.3 ### Patch Changes - Updated dependencies - @backstage/theme@0.5.0-next.1 - @backstage/plugin-techdocs@1.9.2-next.3 - @backstage/plugin-catalog@1.16.0-next.3 - @backstage/plugin-catalog-react@1.9.2-next.2 - @backstage/plugin-search-react@1.7.4-next.2 - @backstage/core-app-api@1.11.2-next.1 - @backstage/core-components@0.13.9-next.2 - @backstage/core-plugin-api@1.8.1-next.1 - @backstage/integration-react@1.1.22-next.1 - @backstage/test-utils@1.4.6-next.2 - @backstage/plugin-techdocs-react@1.1.14-next.2 ## @backstage/plugin-techdocs-backend@1.9.1-next.2 ### Patch Changes - Updated dependencies - @backstage/backend-common@0.20.0-next.2 - @backstage/catalog-client@1.5.0-next.1 - @backstage/plugin-search-backend-module-techdocs@0.1.12-next.2 - @backstage/backend-plugin-api@0.6.8-next.2 - @backstage/catalog-model@1.4.3 - @backstage/config@1.1.1 - @backstage/errors@1.2.3 - @backstage/integration@1.8.0-next.1 - @backstage/plugin-catalog-common@1.0.18 - @backstage/plugin-permission-common@0.7.10 - @backstage/plugin-search-common@1.2.8 - @backstage/plugin-techdocs-node@1.11.0-next.2 ## @backstage/plugin-techdocs-module-addons-contrib@1.1.3-next.2 ### Patch Changes - Updated dependencies - @backstage/theme@0.5.0-next.1 - @backstage/core-components@0.13.9-next.2 - @backstage/core-plugin-api@1.8.1-next.1 - @backstage/integration@1.8.0-next.1 - @backstage/integration-react@1.1.22-next.1 - @backstage/plugin-techdocs-react@1.1.14-next.2 ## @backstage/plugin-techdocs-node@1.11.0-next.2 ### Patch Changes - Updated dependencies - @backstage/backend-common@0.20.0-next.2 - @backstage/backend-plugin-api@0.6.8-next.2 - @backstage/catalog-model@1.4.3 - @backstage/config@1.1.1 - @backstage/errors@1.2.3 - @backstage/integration@1.8.0-next.1 - @backstage/integration-aws-node@0.1.8 - @backstage/plugin-search-common@1.2.8 ## @backstage/plugin-techdocs-react@1.1.14-next.2 ### Patch Changes - Updated dependencies - @backstage/catalog-model@1.4.3 - @backstage/config@1.1.1 - @backstage/core-components@0.13.9-next.2 - @backstage/core-plugin-api@1.8.1-next.1 - @backstage/version-bridge@1.0.7 ## @backstage/plugin-todo@0.2.32-next.2 ### Patch Changes - Updated dependencies - @backstage/theme@0.5.0-next.1 - @backstage/plugin-catalog-react@1.9.2-next.2 - @backstage/catalog-model@1.4.3 - @backstage/core-components@0.13.9-next.2 - @backstage/core-plugin-api@1.8.1-next.1 - @backstage/errors@1.2.3 ## @backstage/plugin-todo-backend@0.3.6-next.2 ### Patch Changes - Updated dependencies - @backstage/plugin-catalog-node@1.6.0-next.2 - @backstage/backend-common@0.20.0-next.2 - @backstage/catalog-client@1.5.0-next.1 - @backstage/backend-openapi-utils@0.1.1-next.2 - @backstage/backend-plugin-api@0.6.8-next.2 - @backstage/catalog-model@1.4.3 - @backstage/config@1.1.1 - @backstage/errors@1.2.3 - @backstage/integration@1.8.0-next.1 ## @backstage/plugin-user-settings@0.7.14-next.3 ### Patch Changes - a1227cc: Wrap `/alpha` export extension elements in backwards compatibility wrapper. - 8f5d6c1: Updates to the `/alpha` exports to match the extension input wrapping change. - 36c94b8: Refactor of the alpha exports due to API change in how extension IDs are constructed. - Updated dependencies - @backstage/frontend-plugin-api@0.4.0-next.2 - @backstage/theme@0.5.0-next.1 - @backstage/core-compat-api@0.1.0-next.2 - @backstage/plugin-catalog-react@1.9.2-next.2 - @backstage/core-app-api@1.11.2-next.1 - @backstage/core-components@0.13.9-next.2 - @backstage/core-plugin-api@1.8.1-next.1 - @backstage/errors@1.2.3 - @backstage/types@1.1.1 ## @backstage/plugin-user-settings-backend@0.2.7-next.2 ### Patch Changes - Updated dependencies - @backstage/backend-common@0.20.0-next.2 - @backstage/plugin-auth-node@0.4.2-next.2 - @backstage/backend-plugin-api@0.6.8-next.2 - @backstage/catalog-model@1.4.3 - @backstage/config@1.1.1 - @backstage/errors@1.2.3 - @backstage/types@1.1.1 ## @backstage/plugin-vault@0.1.23-next.2 ### Patch Changes - Updated dependencies - @backstage/theme@0.5.0-next.1 - @backstage/plugin-catalog-react@1.9.2-next.2 - @backstage/catalog-model@1.4.3 - @backstage/core-components@0.13.9-next.2 - @backstage/core-plugin-api@1.8.1-next.1 - @backstage/errors@1.2.3 ## @backstage/plugin-vault-backend@0.4.1-next.2 ### Patch Changes - Updated dependencies - @backstage/backend-common@0.20.0-next.2 - @backstage/backend-plugin-api@0.6.8-next.2 - @backstage/backend-tasks@0.5.13-next.2 - @backstage/config@1.1.1 - @backstage/errors@1.2.3 - @backstage/plugin-vault-node@0.1.1-next.2 ## @backstage/plugin-vault-node@0.1.1-next.2 ### Patch Changes - Updated dependencies - @backstage/backend-plugin-api@0.6.8-next.2 ## @backstage/plugin-xcmetrics@0.2.46-next.2 ### Patch Changes - Updated dependencies - @backstage/theme@0.5.0-next.1 - @backstage/core-components@0.13.9-next.2 - @backstage/core-plugin-api@1.8.1-next.1 - @backstage/errors@1.2.3 ## example-app@0.2.90-next.3 ### Patch Changes - Updated dependencies - @backstage/frontend-app-api@0.4.0-next.2 - @backstage/cli@0.25.0-next.2 - @backstage/theme@0.5.0-next.1 - @backstage/plugin-kubernetes@0.11.3-next.2 - @backstage/plugin-lighthouse@0.4.13-next.2 - @backstage/plugin-catalog-import@0.10.4-next.3 - @backstage/plugin-user-settings@0.7.14-next.3 - @backstage/plugin-tech-radar@0.6.11-next.3 - @backstage/plugin-graphiql@0.3.1-next.3 - @backstage/plugin-techdocs@1.9.2-next.3 - @backstage/plugin-catalog@1.16.0-next.3 - @backstage/plugin-search@1.4.4-next.3 - @backstage/plugin-home@0.6.0-next.2 - @backstage/plugin-catalog-react@1.9.2-next.2 - @backstage/plugin-stack-overflow@0.1.23-next.2 - @backstage/plugin-search-react@1.7.4-next.2 - @backstage/plugin-explore@0.4.14-next.2 - @backstage/plugin-adr@0.6.11-next.2 - @backstage/plugin-scaffolder-react@1.6.2-next.2 - @backstage/app-defaults@1.4.6-next.2 - @backstage/catalog-model@1.4.3 - @backstage/config@1.1.1 - @backstage/core-app-api@1.11.2-next.1 - @backstage/core-components@0.13.9-next.2 - @backstage/core-plugin-api@1.8.1-next.1 - @backstage/integration-react@1.1.22-next.1 - @backstage/plugin-airbrake@0.3.28-next.2 - @backstage/plugin-apache-airflow@0.2.18-next.2 - @backstage/plugin-api-docs@0.10.2-next.3 - @backstage/plugin-azure-devops@0.3.10-next.2 - @backstage/plugin-azure-sites@0.1.17-next.2 - @backstage/plugin-badges@0.2.52-next.2 - @backstage/plugin-catalog-common@1.0.18 - @backstage/plugin-catalog-graph@0.3.2-next.2 - @backstage/plugin-catalog-unprocessed-entities@0.1.6-next.2 - @backstage/plugin-cloudbuild@0.3.28-next.2 - @backstage/plugin-code-coverage@0.2.21-next.2 - @backstage/plugin-cost-insights@0.12.17-next.2 - @backstage/plugin-devtools@0.1.7-next.2 - @backstage/plugin-dynatrace@8.0.2-next.2 - @backstage/plugin-entity-feedback@0.2.11-next.2 - @backstage/plugin-gcalendar@0.3.21-next.2 - @backstage/plugin-gcp-projects@0.3.44-next.2 - @backstage/plugin-github-actions@0.6.9-next.2 - @backstage/plugin-gocd@0.1.34-next.2 - @backstage/plugin-jenkins@0.9.3-next.2 - @backstage/plugin-kafka@0.3.28-next.2 - @backstage/plugin-kubernetes-cluster@0.0.4-next.2 - @backstage/plugin-linguist@0.1.13-next.2 - @backstage/plugin-linguist-common@0.1.2 - @backstage/plugin-microsoft-calendar@0.1.10-next.2 - @backstage/plugin-newrelic@0.3.43-next.2 - @backstage/plugin-newrelic-dashboard@0.3.3-next.2 - @backstage/plugin-nomad@0.1.9-next.2 - @backstage/plugin-octopus-deploy@0.2.10-next.2 - @backstage/plugin-org@0.6.18-next.2 - @backstage/plugin-pagerduty@0.7.0-next.2 - @backstage/plugin-permission-react@0.4.18-next.1 - @backstage/plugin-playlist@0.2.2-next.2 - @backstage/plugin-puppetdb@0.1.11-next.2 - @backstage/plugin-rollbar@0.4.28-next.2 - @backstage/plugin-scaffolder@1.16.2-next.2 - @backstage/plugin-search-common@1.2.8 - @backstage/plugin-sentry@0.5.13-next.2 - @backstage/plugin-shortcuts@0.3.17-next.2 - @backstage/plugin-stackstorm@0.1.9-next.2 - @backstage/plugin-tech-insights@0.3.20-next.2 - @backstage/plugin-techdocs-module-addons-contrib@1.1.3-next.2 - @backstage/plugin-techdocs-react@1.1.14-next.2 - @backstage/plugin-todo@0.2.32-next.2 ## example-app-next@0.0.4-next.3 ### Patch Changes - Updated dependencies - @backstage/frontend-plugin-api@0.4.0-next.2 - @backstage/frontend-app-api@0.4.0-next.2 - @backstage/cli@0.25.0-next.2 - @backstage/theme@0.5.0-next.1 - @backstage/plugin-kubernetes@0.11.3-next.2 - @backstage/core-compat-api@0.1.0-next.2 - @backstage/plugin-lighthouse@0.4.13-next.2 - @backstage/plugin-catalog-import@0.10.4-next.3 - @backstage/plugin-user-settings@0.7.14-next.3 - @backstage/plugin-tech-radar@0.6.11-next.3 - @backstage/plugin-graphiql@0.3.1-next.3 - @backstage/plugin-techdocs@1.9.2-next.3 - @backstage/plugin-catalog@1.16.0-next.3 - @backstage/plugin-search@1.4.4-next.3 - @backstage/plugin-home@0.6.0-next.2 - @backstage/plugin-catalog-react@1.9.2-next.2 - @backstage/plugin-search-react@1.7.4-next.2 - @backstage/plugin-explore@0.4.14-next.2 - @backstage/plugin-adr@0.6.11-next.2 - @backstage/plugin-scaffolder-react@1.6.2-next.2 - app-next-example-plugin@0.0.4-next.2 - @backstage/app-defaults@1.4.6-next.2 - @backstage/catalog-model@1.4.3 - @backstage/config@1.1.1 - @backstage/core-app-api@1.11.2-next.1 - @backstage/core-components@0.13.9-next.2 - @backstage/core-plugin-api@1.8.1-next.1 - @backstage/integration-react@1.1.22-next.1 - @backstage/plugin-airbrake@0.3.28-next.2 - @backstage/plugin-apache-airflow@0.2.18-next.2 - @backstage/plugin-api-docs@0.10.2-next.3 - @backstage/plugin-azure-devops@0.3.10-next.2 - @backstage/plugin-azure-sites@0.1.17-next.2 - @backstage/plugin-badges@0.2.52-next.2 - @backstage/plugin-catalog-common@1.0.18 - @backstage/plugin-catalog-graph@0.3.2-next.2 - @backstage/plugin-catalog-unprocessed-entities@0.1.6-next.2 - @backstage/plugin-cloudbuild@0.3.28-next.2 - @backstage/plugin-code-coverage@0.2.21-next.2 - @backstage/plugin-cost-insights@0.12.17-next.2 - @backstage/plugin-devtools@0.1.7-next.2 - @backstage/plugin-dynatrace@8.0.2-next.2 - @backstage/plugin-entity-feedback@0.2.11-next.2 - @backstage/plugin-gcalendar@0.3.21-next.2 - @backstage/plugin-gcp-projects@0.3.44-next.2 - @backstage/plugin-github-actions@0.6.9-next.2 - @backstage/plugin-gocd@0.1.34-next.2 - @backstage/plugin-jenkins@0.9.3-next.2 - @backstage/plugin-kafka@0.3.28-next.2 - @backstage/plugin-linguist@0.1.13-next.2 - @backstage/plugin-linguist-common@0.1.2 - @backstage/plugin-microsoft-calendar@0.1.10-next.2 - @backstage/plugin-newrelic@0.3.43-next.2 - @backstage/plugin-newrelic-dashboard@0.3.3-next.2 - @backstage/plugin-octopus-deploy@0.2.10-next.2 - @backstage/plugin-org@0.6.18-next.2 - @backstage/plugin-pagerduty@0.7.0-next.2 - @backstage/plugin-permission-react@0.4.18-next.1 - @backstage/plugin-playlist@0.2.2-next.2 - @backstage/plugin-puppetdb@0.1.11-next.2 - @backstage/plugin-rollbar@0.4.28-next.2 - @backstage/plugin-scaffolder@1.16.2-next.2 - @backstage/plugin-search-common@1.2.8 - @backstage/plugin-sentry@0.5.13-next.2 - @backstage/plugin-shortcuts@0.3.17-next.2 - @backstage/plugin-stackstorm@0.1.9-next.2 - @backstage/plugin-tech-insights@0.3.20-next.2 - @backstage/plugin-techdocs-module-addons-contrib@1.1.3-next.2 - @backstage/plugin-techdocs-react@1.1.14-next.2 - @backstage/plugin-todo@0.2.32-next.2 ## app-next-example-plugin@0.0.4-next.2 ### Patch Changes - Updated dependencies - @backstage/frontend-plugin-api@0.4.0-next.2 - @backstage/core-components@0.13.9-next.2 ## example-backend@0.2.90-next.2 ### Patch Changes - Updated dependencies - @backstage/plugin-catalog-node@1.6.0-next.2 - @backstage/plugin-catalog-backend@1.16.0-next.2 - @backstage/plugin-auth-backend@0.20.1-next.2 - @backstage/plugin-lighthouse-backend@0.4.0-next.2 - @backstage/backend-common@0.20.0-next.2 - @backstage/plugin-auth-node@0.4.2-next.2 - @backstage/catalog-client@1.5.0-next.1 - @backstage/plugin-catalog-backend-module-scaffolder-entity-model@0.1.5-next.2 - @backstage/plugin-search-backend-module-elasticsearch@1.3.11-next.2 - @backstage/plugin-catalog-backend-module-unprocessed@0.3.5-next.2 - @backstage/plugin-search-backend-module-techdocs@0.1.12-next.2 - @backstage/plugin-search-backend-module-catalog@0.1.12-next.2 - @backstage/plugin-search-backend-module-explore@0.1.12-next.2 - @backstage/plugin-search-backend-module-pg@0.5.17-next.2 - @backstage/plugin-events-backend@0.2.17-next.2 - example-app@0.2.90-next.3 - @backstage/backend-tasks@0.5.13-next.2 - @backstage/catalog-model@1.4.3 - @backstage/config@1.1.1 - @backstage/integration@1.8.0-next.1 - @backstage/plugin-adr-backend@0.4.5-next.2 - @backstage/plugin-app-backend@0.3.56-next.2 - @backstage/plugin-azure-devops-backend@0.5.0-next.2 - @backstage/plugin-azure-sites-backend@0.1.18-next.2 - @backstage/plugin-badges-backend@0.3.5-next.2 - @backstage/plugin-code-coverage-backend@0.2.22-next.2 - @backstage/plugin-devtools-backend@0.2.5-next.2 - @backstage/plugin-entity-feedback-backend@0.2.5-next.2 - @backstage/plugin-events-node@0.2.17-next.2 - @backstage/plugin-explore-backend@0.0.18-next.2 - @backstage/plugin-jenkins-backend@0.3.2-next.2 - @backstage/plugin-kafka-backend@0.3.6-next.2 - @backstage/plugin-kubernetes-backend@0.14.0-next.2 - @backstage/plugin-linguist-backend@0.5.5-next.2 - @backstage/plugin-nomad-backend@0.1.10-next.2 - @backstage/plugin-permission-backend@0.5.31-next.2 - @backstage/plugin-permission-common@0.7.10 - @backstage/plugin-permission-node@0.7.19-next.2 - @backstage/plugin-playlist-backend@0.3.12-next.2 - @backstage/plugin-proxy-backend@0.4.6-next.2 - @backstage/plugin-rollbar-backend@0.1.53-next.2 - @backstage/plugin-scaffolder-backend@1.19.2-next.2 - @backstage/plugin-scaffolder-backend-module-confluence-to-markdown@0.2.9-next.2 - @backstage/plugin-scaffolder-backend-module-rails@0.4.25-next.2 - @backstage/plugin-search-backend@1.4.8-next.2 - @backstage/plugin-search-backend-node@1.2.12-next.2 - @backstage/plugin-search-common@1.2.8 - @backstage/plugin-tech-insights-backend@0.5.22-next.2 - @backstage/plugin-tech-insights-backend-module-jsonfc@0.1.40-next.2 - @backstage/plugin-tech-insights-node@0.4.14-next.2 - @backstage/plugin-techdocs-backend@1.9.1-next.2 - @backstage/plugin-todo-backend@0.3.6-next.2 ## example-backend-next@0.0.18-next.2 ### Patch Changes - Updated dependencies - @backstage/plugin-catalog-backend@1.16.0-next.2 - @backstage/plugin-lighthouse-backend@0.4.0-next.2 - @backstage/plugin-auth-node@0.4.2-next.2 - @backstage/plugin-catalog-backend-module-scaffolder-entity-model@0.1.5-next.2 - @backstage/plugin-permission-backend-module-allow-all-policy@0.1.5-next.2 - @backstage/plugin-catalog-backend-module-unprocessed@0.3.5-next.2 - @backstage/plugin-search-backend-module-techdocs@0.1.12-next.2 - @backstage/plugin-search-backend-module-catalog@0.1.12-next.2 - @backstage/plugin-search-backend-module-explore@0.1.12-next.2 - @backstage/backend-defaults@0.2.8-next.2 - @backstage/backend-plugin-api@0.6.8-next.2 - @backstage/backend-tasks@0.5.13-next.2 - @backstage/plugin-adr-backend@0.4.5-next.2 - @backstage/plugin-app-backend@0.3.56-next.2 - @backstage/plugin-azure-devops-backend@0.5.0-next.2 - @backstage/plugin-badges-backend@0.3.5-next.2 - @backstage/plugin-catalog-backend-module-backstage-openapi@0.1.1-next.2 - @backstage/plugin-catalog-backend-module-openapi@0.1.25-next.2 - @backstage/plugin-devtools-backend@0.2.5-next.2 - @backstage/plugin-entity-feedback-backend@0.2.5-next.2 - @backstage/plugin-jenkins-backend@0.3.2-next.2 - @backstage/plugin-kubernetes-backend@0.14.0-next.2 - @backstage/plugin-linguist-backend@0.5.5-next.2 - @backstage/plugin-nomad-backend@0.1.10-next.2 - @backstage/plugin-permission-backend@0.5.31-next.2 - @backstage/plugin-permission-common@0.7.10 - @backstage/plugin-permission-node@0.7.19-next.2 - @backstage/plugin-playlist-backend@0.3.12-next.2 - @backstage/plugin-proxy-backend@0.4.6-next.2 - @backstage/plugin-scaffolder-backend@1.19.2-next.2 - @backstage/plugin-search-backend@1.4.8-next.2 - @backstage/plugin-search-backend-node@1.2.12-next.2 - @backstage/plugin-sonarqube-backend@0.2.10-next.2 - @backstage/plugin-techdocs-backend@1.9.1-next.2 - @backstage/plugin-todo-backend@0.3.6-next.2 ## @backstage/backend-plugin-manager@0.0.4-next.2 ### Patch Changes - Updated dependencies - @backstage/plugin-catalog-backend@1.16.0-next.2 - @backstage/backend-common@0.20.0-next.2 - @backstage/plugin-auth-node@0.4.2-next.2 - @backstage/plugin-events-backend@0.2.17-next.2 - @backstage/backend-plugin-api@0.6.8-next.2 - @backstage/backend-tasks@0.5.13-next.2 - @backstage/cli-common@0.1.13 - @backstage/cli-node@0.2.0 - @backstage/config@1.1.1 - @backstage/errors@1.2.3 - @backstage/types@1.1.1 - @backstage/plugin-events-node@0.2.17-next.2 - @backstage/plugin-permission-common@0.7.10 - @backstage/plugin-permission-node@0.7.19-next.2 - @backstage/plugin-scaffolder-node@0.2.9-next.2 - @backstage/plugin-search-backend-node@1.2.12-next.2 - @backstage/plugin-search-common@1.2.8 ## e2e-test@0.2.10-next.3 ### Patch Changes - Updated dependencies - @backstage/create-app@0.5.8-next.3 - @backstage/cli-common@0.1.13 - @backstage/errors@1.2.3 ## techdocs-cli-embedded-app@0.2.89-next.3 ### Patch Changes - Updated dependencies - @backstage/cli@0.25.0-next.2 - @backstage/theme@0.5.0-next.1 - @backstage/plugin-techdocs@1.9.2-next.3 - @backstage/plugin-catalog@1.16.0-next.3 - @backstage/app-defaults@1.4.6-next.2 - @backstage/catalog-model@1.4.3 - @backstage/config@1.1.1 - @backstage/core-app-api@1.11.2-next.1 - @backstage/core-components@0.13.9-next.2 - @backstage/core-plugin-api@1.8.1-next.1 - @backstage/integration-react@1.1.22-next.1 - @backstage/test-utils@1.4.6-next.2 - @backstage/plugin-techdocs-react@1.1.14-next.2 ## @internal/plugin-todo-list@1.0.20-next.2 ### Patch Changes - Updated dependencies - @backstage/theme@0.5.0-next.1 - @backstage/core-components@0.13.9-next.2 - @backstage/core-plugin-api@1.8.1-next.1 ## @internal/plugin-todo-list-backend@1.0.20-next.2 ### Patch Changes - Updated dependencies - @backstage/backend-common@0.20.0-next.2 - @backstage/plugin-auth-node@0.4.2-next.2 - @backstage/backend-plugin-api@0.6.8-next.2 - @backstage/config@1.1.1 - @backstage/errors@1.2.3