# Release v1.10.0-next.2 ## @backstage/plugin-scaffolder-react@1.0.0-next.0 ### Major Changes - b4955ed7b9: Re-home some of the common types, components, hooks and `scaffolderApiRef` for the `@backstage/plugin-scaffolder` to this package for easy re-use across things that want to interact with the `scaffolder`. ### Patch Changes - Updated dependencies - @backstage/core-plugin-api@1.3.0-next.1 - @backstage/catalog-client@1.3.0-next.2 - @backstage/plugin-catalog-react@1.2.4-next.2 - @backstage/catalog-model@1.1.5-next.1 - @backstage/core-components@0.12.3-next.2 - @backstage/errors@1.1.4 - @backstage/theme@0.2.16 - @backstage/types@1.0.2 - @backstage/version-bridge@1.0.3 - @backstage/plugin-scaffolder-common@1.2.4-next.1 ## @backstage/app-defaults@1.1.0-next.2 ### Minor Changes - bca8e8b393: Allow defining application level feature flags. See [Feature Flags documentation](https://backstage.io/docs/plugins/feature-flags#in-the-application) for reference. ### Patch Changes - Updated dependencies - @backstage/core-plugin-api@1.3.0-next.1 - @backstage/core-app-api@1.4.0-next.1 - @backstage/plugin-permission-react@0.4.9-next.1 - @backstage/core-components@0.12.3-next.2 - @backstage/theme@0.2.16 ## @backstage/backend-app-api@0.3.0-next.1 ### Minor Changes - 02b119ff93: **BREAKING**: The `httpRouterFactory` now accepts a `getPath` option rather than `indexPlugin`. To set up custom index path, configure the new `rootHttpRouterFactory` with a custom `indexPath` instead. Added an implementation for the new `rootHttpRouterServiceRef`. ### Patch Changes - ecc6bfe4c9: Use new `ServiceFactoryOrFunction` type. - b99c030f1b: Moved over implementation of the root HTTP service from `@backstage/backend-common`, and replaced the `middleware` option with a `configure` callback option. - 150a7dd790: An error will now be thrown if attempting to override the plugin metadata service. - 015a6dced6: The `createSpecializedBackend` function will now throw an error if duplicate service implementations are provided. - e3fca10038: Tweaked the plugin logger to use `plugin` as the label for the plugin ID, rather than `pluginId`. - 8e06f3cf00: Switched imports of `loggerToWinstonLogger` to `@backstage/backend-common`. - Updated dependencies - @backstage/backend-plugin-api@0.3.0-next.1 - @backstage/backend-common@0.18.0-next.1 - @backstage/backend-tasks@0.4.1-next.1 - @backstage/plugin-permission-node@0.7.3-next.1 - @backstage/config@1.0.6-next.0 - @backstage/errors@1.1.4 ## @backstage/backend-plugin-api@0.3.0-next.1 ### Minor Changes - 8e06f3cf00: Moved `loggerToWinstonLogger` to `@backstage/backend-common`. ### Patch Changes - ecc6bfe4c9: Added `ServiceFactoryOrFunction` type, for use when either a `ServiceFactory` or `() => ServiceFactory` can be used. - 02b119ff93: Added a new `rootHttpRouterServiceRef` and `RootHttpRouterService` interface. - 5437fe488f: Migrated types related to `TokenManagerService`, `CacheService` and `DatabaseService` into backend-plugin-api. - 16054afdec: Documented `coreServices` an all of its members. - 62b04bb865: Updates all `create*` methods to simplify their type definitions and ensure they all have configuration interfaces. - Updated dependencies - @backstage/backend-tasks@0.4.1-next.1 - @backstage/config@1.0.6-next.0 - @backstage/types@1.0.2 - @backstage/plugin-permission-common@0.7.3-next.0 ## @backstage/core-app-api@1.4.0-next.1 ### Minor Changes - bca8e8b393: Allow defining application level feature flags. See [Feature Flags documentation](https://backstage.io/docs/plugins/feature-flags#in-the-application) for reference. ### Patch Changes - Updated dependencies - @backstage/core-plugin-api@1.3.0-next.1 - @backstage/config@1.0.6-next.0 - @backstage/types@1.0.2 - @backstage/version-bridge@1.0.3 ## @backstage/core-plugin-api@1.3.0-next.1 ### Minor Changes - bca8e8b393: Allow defining application level feature flags. See [Feature Flags documentation](https://backstage.io/docs/plugins/feature-flags#in-the-application) for reference. ### Patch Changes - Updated dependencies - @backstage/config@1.0.6-next.0 - @backstage/types@1.0.2 - @backstage/version-bridge@1.0.3 ## @techdocs/cli@1.3.0-next.2 ### Minor Changes - bc18c902a2: Add `--preview-app-bundle-path` and `--preview-app-port` options to the `serve` command enabling previewing with apps other than the provided one ### Patch Changes - 9f2b786fc9: Provide context for logged errors. - Updated dependencies - @backstage/backend-common@0.18.0-next.1 - @backstage/plugin-techdocs-node@1.4.4-next.2 - @backstage/catalog-model@1.1.5-next.1 - @backstage/cli-common@0.1.11 - @backstage/config@1.0.6-next.0 ## @backstage/plugin-adr@0.3.0-next.2 ### Minor Changes - e4469d0ec1: The ADR plugin can now work with sites other than GitHub. Expanded the ADR backend plugin to provide endpoints to facilitate this. **BREAKING** The ADR plugin now uses UrlReaders. You will have to [configure integrations](https://backstage.io/docs/integrations#configuration) for all sites you want to get ADRs from. If you would like to create your own implementation that has different behavior, you can override the AdrApi [just like you can with other apis.](https://backstage.io/docs/api/utility-apis#app-apis) The previously used Octokit implementation has been completely removed. ### Patch Changes - 21ffbdd5ee: Clarify that default ADR parsers support MADR specification v2.x - Updated dependencies - @backstage/plugin-search-react@1.4.0-next.2 - @backstage/core-plugin-api@1.3.0-next.1 - @backstage/plugin-catalog-react@1.2.4-next.2 - @backstage/catalog-model@1.1.5-next.1 - @backstage/core-components@0.12.3-next.2 - @backstage/integration-react@1.1.9-next.2 - @backstage/theme@0.2.16 - @backstage/plugin-adr-common@0.2.5-next.1 - @backstage/plugin-search-common@1.2.1-next.0 ## @backstage/plugin-scaffolder@1.10.0-next.2 ### Minor Changes - b4955ed7b9: - **Deprecation** - Deprecated the following exports, please import them directly from `@backstage/plugin-scaffolder-react` instead createScaffolderFieldExtension ScaffolderFieldExtensions useTemplateSecrets scaffolderApiRef ScaffolderApi ScaffolderUseTemplateSecrets TemplateParameterSchema CustomFieldExtensionSchema CustomFieldValidator FieldExtensionOptions FieldExtensionComponentProps FieldExtensionComponent ListActionsResponse LogEvent ScaffolderDryRunOptions ScaffolderDryRunResponse ScaffolderGetIntegrationsListOptions ScaffolderGetIntegrationsListResponse ScaffolderOutputlink ScaffolderScaffoldOptions ScaffolderScaffoldResponse ScaffolderStreamLogsOptions ScaffolderTask ScaffolderTaskOutput ScaffolderTaskStatus - **Deprecation** - Deprecated the `rootRouteRef` export, this should now be used from `scaffolderPlugin.routes.root` - The following `/alpha` types have removed from this package and moved to the `@backstage/plugin-scaffolder-react/alpha` package createNextScaffolderFieldExtension FormProps NextCustomFieldValidator NextFieldExtensionComponentProps NextFieldExtensionOptions ### Patch Changes - 2fadff2a25: Render the scaffolder action description using the `MarkdownContent` component. This will allow the page to show richer content to describe scaffolder actions. - 659c92a1dc: Updated dependency `use-immer` to `^0.8.0`. - 489935d625: Show action example yaml on the scaffolder actions documentation page. - b8269de9f1: Explicitly declaring children as optional props to facilitate react 18 changes - Updated dependencies - @backstage/plugin-scaffolder-react@1.0.0-next.0 - @backstage/core-plugin-api@1.3.0-next.1 - @backstage/catalog-client@1.3.0-next.2 - @backstage/plugin-catalog-react@1.2.4-next.2 - @backstage/plugin-permission-react@0.4.9-next.1 - @backstage/catalog-model@1.1.5-next.1 - @backstage/config@1.0.6-next.0 - @backstage/core-components@0.12.3-next.2 - @backstage/errors@1.1.4 - @backstage/integration@1.4.2-next.0 - @backstage/integration-react@1.1.9-next.2 - @backstage/theme@0.2.16 - @backstage/types@1.0.2 - @backstage/plugin-catalog-common@1.0.10-next.1 - @backstage/plugin-scaffolder-common@1.2.4-next.1 ## @backstage/plugin-search-react@1.4.0-next.2 ### Minor Changes - 6d9a93def8: Allow customizing empty state component through `noResultsComponent` property. Example: ```jsx No results were found}> {({ results }) => ( {results.map(({ type, document }) => { switch (type) { case 'custom-result-item': return ( ); default: return ( ); } })} )} ``` ### Patch Changes - Updated dependencies - @backstage/core-plugin-api@1.3.0-next.1 - @backstage/core-components@0.12.3-next.2 - @backstage/theme@0.2.16 - @backstage/types@1.0.2 - @backstage/version-bridge@1.0.3 - @backstage/plugin-search-common@1.2.1-next.0 ## @backstage/plugin-tech-radar@0.6.0-next.2 ### Minor Changes - 38fd519fc1: Add highlighting of legend item and show bubble on hover within the Tech Radar ### Patch Changes - Updated dependencies - @backstage/core-plugin-api@1.3.0-next.1 - @backstage/core-components@0.12.3-next.2 - @backstage/theme@0.2.16 ## @backstage/backend-common@0.18.0-next.1 ### Patch Changes - 8e06f3cf00: Added `loggerToWinstonLogger`, which was moved from `@backstage/backend-plugin-api`. - 2b1554cebf: Replaced dependencies on the `Logger` type from `winston` with `LoggerService` from `@backstage/backend-plugin-api`. This is not a breaking change as the `LoggerService` is a subset of the `Logger` interface. - 5437fe488f: Migrated types related to `TokenManagerService`, `CacheService` and `DatabaseService` into backend-plugin-api. - d592ec4f51: Updated the logger created by `createRootLogger` to make it possible to override the default `service` log label. - b99c030f1b: Refactor to rely on `@backstage/backend-app-api` for the implementation of `createServiceBuilder`. - f23eef3aa2: Updated dependency `better-sqlite3` to `^8.0.0`. - Updated dependencies - @backstage/backend-app-api@0.3.0-next.1 - @backstage/backend-plugin-api@0.3.0-next.1 - @backstage/cli-common@0.1.11 - @backstage/config@1.0.6-next.0 - @backstage/config-loader@1.1.8-next.0 - @backstage/errors@1.1.4 - @backstage/integration@1.4.2-next.0 - @backstage/types@1.0.2 ## @backstage/backend-defaults@0.1.5-next.1 ### Patch Changes - ecc6bfe4c9: Use new `ServiceFactoryOrFunction` type. - 015a6dced6: Updated to make sure that service implementations replace default service implementations. - 02b119ff93: The new root HTTP router service is now installed by default. - Updated dependencies - @backstage/backend-app-api@0.3.0-next.1 - @backstage/backend-plugin-api@0.3.0-next.1 ## @backstage/backend-tasks@0.4.1-next.1 ### Patch Changes - b99c030f1b: Minor internal refactor to avoid import cycle issue. - Updated dependencies - @backstage/backend-common@0.18.0-next.1 - @backstage/config@1.0.6-next.0 - @backstage/errors@1.1.4 - @backstage/types@1.0.2 ## @backstage/backend-test-utils@0.1.32-next.2 ### Patch Changes - 015a6dced6: Updated to make sure that service implementations replace default service implementations. - a3ec2f32ea: The `startTestBackend` setup now includes default implementations for all core services. - f23eef3aa2: Updated dependency `better-sqlite3` to `^8.0.0`. - Updated dependencies - @backstage/backend-app-api@0.3.0-next.1 - @backstage/backend-plugin-api@0.3.0-next.1 - @backstage/backend-common@0.18.0-next.1 - @backstage/cli@0.22.1-next.2 - @backstage/config@1.0.6-next.0 ## @backstage/catalog-client@1.3.0-next.2 ### Patch Changes - e23f13a573: Enable the `by-refs` endpoint to receive `fields` through the POST body as well as through query parameters. - Updated dependencies - @backstage/catalog-model@1.1.5-next.1 - @backstage/errors@1.1.4 ## @backstage/cli@0.22.1-next.2 ### Patch Changes - 7b407b303b: Slightly improve readability of "base URL conflict" error handling code - d06a7890c6: Removed unused package `type-fest` - Updated dependencies - @backstage/cli-common@0.1.11 - @backstage/config@1.0.6-next.0 - @backstage/config-loader@1.1.8-next.0 - @backstage/errors@1.1.4 - @backstage/release-manifests@0.0.8 - @backstage/types@1.0.2 ## @backstage/core-components@0.12.3-next.2 ### Patch Changes - Updated dependencies - @backstage/core-plugin-api@1.3.0-next.1 - @backstage/config@1.0.6-next.0 - @backstage/errors@1.1.4 - @backstage/theme@0.2.16 - @backstage/version-bridge@1.0.3 ## @backstage/create-app@0.4.36-next.2 ### Patch Changes - 016a52c28f: Bumped the minimum version of `better-sqlite3`. You can make the following change to your `packages/backend/package.json` to keep your instance of Backstage updated. ```diff - "better-sqlite3": "^7.5.0", + "better-sqlite3": "^8.0.0", ``` - Updated dependencies - @backstage/cli-common@0.1.11 ## @backstage/dev-utils@1.0.11-next.2 ### Patch Changes - Updated dependencies - @backstage/app-defaults@1.1.0-next.2 - @backstage/core-plugin-api@1.3.0-next.1 - @backstage/core-app-api@1.4.0-next.1 - @backstage/plugin-catalog-react@1.2.4-next.2 - @backstage/catalog-model@1.1.5-next.1 - @backstage/core-components@0.12.3-next.2 - @backstage/integration-react@1.1.9-next.2 - @backstage/test-utils@1.2.4-next.1 - @backstage/theme@0.2.16 ## @backstage/integration-react@1.1.9-next.2 ### Patch Changes - Updated dependencies - @backstage/core-plugin-api@1.3.0-next.1 - @backstage/config@1.0.6-next.0 - @backstage/core-components@0.12.3-next.2 - @backstage/integration@1.4.2-next.0 - @backstage/theme@0.2.16 ## @backstage/repo-tools@0.1.1-next.2 ### Patch Changes - 76fc6f7ec8: Updates Api-extractor and api-documenter version - Updated dependencies - @backstage/cli-common@0.1.11 - @backstage/errors@1.1.4 ## @backstage/test-utils@1.2.4-next.1 ### Patch Changes - Updated dependencies - @backstage/core-plugin-api@1.3.0-next.1 - @backstage/core-app-api@1.4.0-next.1 - @backstage/plugin-permission-react@0.4.9-next.1 - @backstage/config@1.0.6-next.0 - @backstage/theme@0.2.16 - @backstage/types@1.0.2 - @backstage/plugin-permission-common@0.7.3-next.0 ## @backstage/plugin-adr-backend@0.2.5-next.2 ### Patch Changes - e4469d0ec1: The ADR plugin can now work with sites other than GitHub. Expanded the ADR backend plugin to provide endpoints to facilitate this. **BREAKING** The ADR plugin now uses UrlReaders. You will have to [configure integrations](https://backstage.io/docs/integrations#configuration) for all sites you want to get ADRs from. If you would like to create your own implementation that has different behavior, you can override the AdrApi [just like you can with other apis.](https://backstage.io/docs/api/utility-apis#app-apis) The previously used Octokit implementation has been completely removed. - 21ffbdd5ee: Clarify that default ADR parsers support MADR specification v2.x - Updated dependencies - @backstage/backend-common@0.18.0-next.1 - @backstage/catalog-client@1.3.0-next.2 - @backstage/catalog-model@1.1.5-next.1 - @backstage/config@1.0.6-next.0 - @backstage/errors@1.1.4 - @backstage/integration@1.4.2-next.0 - @backstage/plugin-adr-common@0.2.5-next.1 - @backstage/plugin-search-common@1.2.1-next.0 ## @backstage/plugin-airbrake@0.3.14-next.2 ### Patch Changes - Updated dependencies - @backstage/core-plugin-api@1.3.0-next.1 - @backstage/plugin-catalog-react@1.2.4-next.2 - @backstage/catalog-model@1.1.5-next.1 - @backstage/core-components@0.12.3-next.2 - @backstage/dev-utils@1.0.11-next.2 - @backstage/test-utils@1.2.4-next.1 - @backstage/theme@0.2.16 ## @backstage/plugin-airbrake-backend@0.2.13-next.1 ### Patch Changes - Updated dependencies - @backstage/backend-common@0.18.0-next.1 - @backstage/config@1.0.6-next.0 ## @backstage/plugin-allure@0.1.30-next.2 ### Patch Changes - Updated dependencies - @backstage/core-plugin-api@1.3.0-next.1 - @backstage/plugin-catalog-react@1.2.4-next.2 - @backstage/catalog-model@1.1.5-next.1 - @backstage/core-components@0.12.3-next.2 - @backstage/theme@0.2.16 ## @backstage/plugin-analytics-module-ga@0.1.25-next.2 ### Patch Changes - Updated dependencies - @backstage/core-plugin-api@1.3.0-next.1 - @backstage/config@1.0.6-next.0 - @backstage/core-components@0.12.3-next.2 - @backstage/theme@0.2.16 ## @backstage/plugin-apache-airflow@0.2.7-next.2 ### Patch Changes - Updated dependencies - @backstage/core-plugin-api@1.3.0-next.1 - @backstage/core-components@0.12.3-next.2 ## @backstage/plugin-api-docs@0.8.14-next.2 ### Patch Changes - Updated dependencies - @backstage/core-plugin-api@1.3.0-next.1 - @backstage/plugin-catalog-react@1.2.4-next.2 - @backstage/catalog-model@1.1.5-next.1 - @backstage/core-components@0.12.3-next.2 - @backstage/theme@0.2.16 - @backstage/plugin-catalog@1.7.2-next.2 ## @backstage/plugin-apollo-explorer@0.1.7-next.2 ### Patch Changes - e8269bca15: Updated dependency `@apollo/explorer` to `^2.0.0`. - Updated dependencies - @backstage/core-plugin-api@1.3.0-next.1 - @backstage/core-components@0.12.3-next.2 - @backstage/theme@0.2.16 ## @backstage/plugin-app-backend@0.3.40-next.1 ### Patch Changes - 8e06f3cf00: Switched imports of `loggerToWinstonLogger` to `@backstage/backend-common`. - Updated dependencies - @backstage/backend-plugin-api@0.3.0-next.1 - @backstage/backend-common@0.18.0-next.1 - @backstage/config@1.0.6-next.0 - @backstage/config-loader@1.1.8-next.0 - @backstage/types@1.0.2 ## @backstage/plugin-auth-backend@0.17.3-next.2 ### Patch Changes - Updated dependencies - @backstage/backend-common@0.18.0-next.1 - @backstage/catalog-client@1.3.0-next.2 - @backstage/plugin-auth-node@0.2.9-next.1 - @backstage/catalog-model@1.1.5-next.1 - @backstage/config@1.0.6-next.0 - @backstage/errors@1.1.4 - @backstage/types@1.0.2 ## @backstage/plugin-auth-node@0.2.9-next.1 ### Patch Changes - Updated dependencies - @backstage/backend-common@0.18.0-next.1 - @backstage/config@1.0.6-next.0 - @backstage/errors@1.1.4 ## @backstage/plugin-azure-devops@0.2.5-next.2 ### Patch Changes - Updated dependencies - @backstage/core-plugin-api@1.3.0-next.1 - @backstage/plugin-catalog-react@1.2.4-next.2 - @backstage/catalog-model@1.1.5-next.1 - @backstage/core-components@0.12.3-next.2 - @backstage/errors@1.1.4 - @backstage/theme@0.2.16 - @backstage/plugin-azure-devops-common@0.3.0 ## @backstage/plugin-azure-devops-backend@0.3.19-next.1 ### Patch Changes - Updated dependencies - @backstage/backend-common@0.18.0-next.1 - @backstage/config@1.0.6-next.0 - @backstage/plugin-azure-devops-common@0.3.0 ## @backstage/plugin-azure-sites@0.1.3-next.2 ### Patch Changes - Updated dependencies - @backstage/core-plugin-api@1.3.0-next.1 - @backstage/plugin-catalog-react@1.2.4-next.2 - @backstage/catalog-model@1.1.5-next.1 - @backstage/core-components@0.12.3-next.2 - @backstage/theme@0.2.16 - @backstage/plugin-azure-sites-common@0.1.0 ## @backstage/plugin-azure-sites-backend@0.1.2-next.1 ### Patch Changes - Updated dependencies - @backstage/backend-common@0.18.0-next.1 - @backstage/config@1.0.6-next.0 - @backstage/plugin-azure-sites-common@0.1.0 ## @backstage/plugin-badges@0.2.38-next.2 ### Patch Changes - Updated dependencies - @backstage/core-plugin-api@1.3.0-next.1 - @backstage/plugin-catalog-react@1.2.4-next.2 - @backstage/catalog-model@1.1.5-next.1 - @backstage/core-components@0.12.3-next.2 - @backstage/errors@1.1.4 - @backstage/theme@0.2.16 ## @backstage/plugin-badges-backend@0.1.34-next.2 ### Patch Changes - Updated dependencies - @backstage/backend-common@0.18.0-next.1 - @backstage/catalog-client@1.3.0-next.2 - @backstage/catalog-model@1.1.5-next.1 - @backstage/config@1.0.6-next.0 - @backstage/errors@1.1.4 ## @backstage/plugin-bazaar@0.2.3-next.2 ### Patch Changes - 92a33f0ae3: Updated README.md to include instructions of installing the Bazaar Backend - Updated dependencies - @backstage/cli@0.22.1-next.2 - @backstage/core-plugin-api@1.3.0-next.1 - @backstage/catalog-client@1.3.0-next.2 - @backstage/plugin-catalog-react@1.2.4-next.2 - @backstage/catalog-model@1.1.5-next.1 - @backstage/core-components@0.12.3-next.2 - @backstage/errors@1.1.4 - @backstage/theme@0.2.16 - @backstage/plugin-catalog@1.7.2-next.2 ## @backstage/plugin-bazaar-backend@0.2.3-next.2 ### Patch Changes - Updated dependencies - @backstage/backend-test-utils@0.1.32-next.2 - @backstage/backend-common@0.18.0-next.1 - @backstage/plugin-auth-node@0.2.9-next.1 - @backstage/config@1.0.6-next.0 - @backstage/errors@1.1.4 ## @backstage/plugin-bitbucket-cloud-common@0.2.3-next.1 ### Patch Changes - 0358d399ad: Updated dependency `ts-morph` to `^17.0.0`. - Updated dependencies - @backstage/integration@1.4.2-next.0 ## @backstage/plugin-bitrise@0.1.41-next.2 ### Patch Changes - Updated dependencies - @backstage/core-plugin-api@1.3.0-next.1 - @backstage/plugin-catalog-react@1.2.4-next.2 - @backstage/catalog-model@1.1.5-next.1 - @backstage/core-components@0.12.3-next.2 - @backstage/theme@0.2.16 ## @backstage/plugin-catalog@1.7.2-next.2 ### Patch Changes - Updated dependencies - @backstage/plugin-search-react@1.4.0-next.2 - @backstage/core-plugin-api@1.3.0-next.1 - @backstage/catalog-client@1.3.0-next.2 - @backstage/plugin-catalog-react@1.2.4-next.2 - @backstage/catalog-model@1.1.5-next.1 - @backstage/core-components@0.12.3-next.2 - @backstage/errors@1.1.4 - @backstage/integration-react@1.1.9-next.2 - @backstage/theme@0.2.16 - @backstage/types@1.0.2 - @backstage/plugin-catalog-common@1.0.10-next.1 - @backstage/plugin-search-common@1.2.1-next.0 ## @backstage/plugin-catalog-backend@1.7.0-next.2 ### Patch Changes - e23f13a573: Enable the `by-refs` endpoint to receive `fields` through the POST body as well as through query parameters. - f23eef3aa2: Updated dependency `better-sqlite3` to `^8.0.0`. - 8e06f3cf00: Switched imports of `loggerToWinstonLogger` to `@backstage/backend-common`. - Updated dependencies - @backstage/backend-plugin-api@0.3.0-next.1 - @backstage/backend-common@0.18.0-next.1 - @backstage/catalog-client@1.3.0-next.2 - @backstage/plugin-catalog-node@1.3.1-next.2 - @backstage/plugin-permission-node@0.7.3-next.1 - @backstage/catalog-model@1.1.5-next.1 - @backstage/config@1.0.6-next.0 - @backstage/errors@1.1.4 - @backstage/integration@1.4.2-next.0 - @backstage/types@1.0.2 - @backstage/plugin-catalog-common@1.0.10-next.1 - @backstage/plugin-permission-common@0.7.3-next.0 - @backstage/plugin-scaffolder-common@1.2.4-next.1 - @backstage/plugin-search-common@1.2.1-next.0 ## @backstage/plugin-catalog-backend-module-aws@0.1.13-next.2 ### Patch Changes - 9f2b786fc9: Provide context for logged errors. - 8e06f3cf00: Switched imports of `loggerToWinstonLogger` to `@backstage/backend-common`. - Updated dependencies - @backstage/backend-plugin-api@0.3.0-next.1 - @backstage/backend-common@0.18.0-next.1 - @backstage/backend-tasks@0.4.1-next.1 - @backstage/plugin-catalog-backend@1.7.0-next.2 - @backstage/plugin-catalog-node@1.3.1-next.2 - @backstage/catalog-model@1.1.5-next.1 - @backstage/config@1.0.6-next.0 - @backstage/errors@1.1.4 - @backstage/integration@1.4.2-next.0 - @backstage/types@1.0.2 ## @backstage/plugin-catalog-backend-module-azure@0.1.11-next.2 ### Patch Changes - 9f2b786fc9: Provide context for logged errors. - 8e06f3cf00: Switched imports of `loggerToWinstonLogger` to `@backstage/backend-common`. - Updated dependencies - @backstage/backend-plugin-api@0.3.0-next.1 - @backstage/backend-common@0.18.0-next.1 - @backstage/backend-tasks@0.4.1-next.1 - @backstage/plugin-catalog-backend@1.7.0-next.2 - @backstage/plugin-catalog-node@1.3.1-next.2 - @backstage/catalog-model@1.1.5-next.1 - @backstage/config@1.0.6-next.0 - @backstage/errors@1.1.4 - @backstage/integration@1.4.2-next.0 - @backstage/types@1.0.2 ## @backstage/plugin-catalog-backend-module-bitbucket@0.2.7-next.2 ### Patch Changes - Updated dependencies - @backstage/backend-common@0.18.0-next.1 - @backstage/plugin-catalog-backend@1.7.0-next.2 - @backstage/plugin-bitbucket-cloud-common@0.2.3-next.1 - @backstage/catalog-model@1.1.5-next.1 - @backstage/config@1.0.6-next.0 - @backstage/errors@1.1.4 - @backstage/integration@1.4.2-next.0 - @backstage/types@1.0.2 ## @backstage/plugin-catalog-backend-module-bitbucket-cloud@0.1.7-next.2 ### Patch Changes - 9f2b786fc9: Provide context for logged errors. - 8e06f3cf00: Switched imports of `loggerToWinstonLogger` to `@backstage/backend-common`. - Updated dependencies - @backstage/backend-plugin-api@0.3.0-next.1 - @backstage/backend-common@0.18.0-next.1 - @backstage/backend-tasks@0.4.1-next.1 - @backstage/catalog-client@1.3.0-next.2 - @backstage/plugin-catalog-backend@1.7.0-next.2 - @backstage/plugin-bitbucket-cloud-common@0.2.3-next.1 - @backstage/plugin-catalog-node@1.3.1-next.2 - @backstage/plugin-events-node@0.2.1-next.1 - @backstage/catalog-model@1.1.5-next.1 - @backstage/config@1.0.6-next.0 - @backstage/integration@1.4.2-next.0 - @backstage/plugin-catalog-common@1.0.10-next.1 ## @backstage/plugin-catalog-backend-module-bitbucket-server@0.1.5-next.2 ### Patch Changes - 9f2b786fc9: Provide context for logged errors. - 8e06f3cf00: Switched imports of `loggerToWinstonLogger` to `@backstage/backend-common`. - Updated dependencies - @backstage/backend-plugin-api@0.3.0-next.1 - @backstage/backend-common@0.18.0-next.1 - @backstage/backend-tasks@0.4.1-next.1 - @backstage/plugin-catalog-backend@1.7.0-next.2 - @backstage/plugin-catalog-node@1.3.1-next.2 - @backstage/catalog-model@1.1.5-next.1 - @backstage/config@1.0.6-next.0 - @backstage/errors@1.1.4 - @backstage/integration@1.4.2-next.0 ## @backstage/plugin-catalog-backend-module-gerrit@0.1.8-next.2 ### Patch Changes - 9f2b786fc9: Provide context for logged errors. - 8e06f3cf00: Switched imports of `loggerToWinstonLogger` to `@backstage/backend-common`. - Updated dependencies - @backstage/backend-plugin-api@0.3.0-next.1 - @backstage/backend-common@0.18.0-next.1 - @backstage/backend-tasks@0.4.1-next.1 - @backstage/plugin-catalog-backend@1.7.0-next.2 - @backstage/plugin-catalog-node@1.3.1-next.2 - @backstage/catalog-model@1.1.5-next.1 - @backstage/config@1.0.6-next.0 - @backstage/errors@1.1.4 - @backstage/integration@1.4.2-next.0 ## @backstage/plugin-catalog-backend-module-github@0.2.3-next.2 ### Patch Changes - f8d91a8810: fixed `catalogPath` option to properly glob match on received GitHub events. - 9f2b786fc9: Provide context for logged errors. - 8e06f3cf00: Switched imports of `loggerToWinstonLogger` to `@backstage/backend-common`. - Updated dependencies - @backstage/backend-plugin-api@0.3.0-next.1 - @backstage/backend-common@0.18.0-next.1 - @backstage/backend-tasks@0.4.1-next.1 - @backstage/catalog-client@1.3.0-next.2 - @backstage/plugin-catalog-backend@1.7.0-next.2 - @backstage/plugin-catalog-node@1.3.1-next.2 - @backstage/plugin-events-node@0.2.1-next.1 - @backstage/catalog-model@1.1.5-next.1 - @backstage/config@1.0.6-next.0 - @backstage/errors@1.1.4 - @backstage/integration@1.4.2-next.0 - @backstage/types@1.0.2 - @backstage/plugin-catalog-common@1.0.10-next.1 ## @backstage/plugin-catalog-backend-module-gitlab@0.1.11-next.2 ### Patch Changes - 9f2b786fc9: Provide context for logged errors. - 8e06f3cf00: Switched imports of `loggerToWinstonLogger` to `@backstage/backend-common`. - Updated dependencies - @backstage/backend-plugin-api@0.3.0-next.1 - @backstage/backend-common@0.18.0-next.1 - @backstage/backend-tasks@0.4.1-next.1 - @backstage/plugin-catalog-backend@1.7.0-next.2 - @backstage/plugin-catalog-node@1.3.1-next.2 - @backstage/catalog-model@1.1.5-next.1 - @backstage/config@1.0.6-next.0 - @backstage/errors@1.1.4 - @backstage/integration@1.4.2-next.0 - @backstage/types@1.0.2 ## @backstage/plugin-catalog-backend-module-incremental-ingestion@0.1.1-next.2 ### Patch Changes - 9f2b786fc9: Provide context for logged errors. - 8e06f3cf00: Switched imports of `loggerToWinstonLogger` to `@backstage/backend-common`. - Updated dependencies - @backstage/backend-plugin-api@0.3.0-next.1 - @backstage/backend-test-utils@0.1.32-next.2 - @backstage/backend-common@0.18.0-next.1 - @backstage/backend-tasks@0.4.1-next.1 - @backstage/plugin-catalog-backend@1.7.0-next.2 - @backstage/plugin-catalog-node@1.3.1-next.2 - @backstage/catalog-model@1.1.5-next.1 - @backstage/config@1.0.6-next.0 - @backstage/errors@1.1.4 - @backstage/plugin-permission-common@0.7.3-next.0 ## @backstage/plugin-catalog-backend-module-ldap@0.5.7-next.2 ### Patch Changes - 9f2b786fc9: Provide context for logged errors. - Updated dependencies - @backstage/backend-tasks@0.4.1-next.1 - @backstage/plugin-catalog-backend@1.7.0-next.2 - @backstage/catalog-model@1.1.5-next.1 - @backstage/config@1.0.6-next.0 - @backstage/errors@1.1.4 - @backstage/types@1.0.2 ## @backstage/plugin-catalog-backend-module-msgraph@0.4.6-next.2 ### Patch Changes - 9f2b786fc9: Provide context for logged errors. - 8e06f3cf00: Switched imports of `loggerToWinstonLogger` to `@backstage/backend-common`. - Updated dependencies - @backstage/backend-plugin-api@0.3.0-next.1 - @backstage/backend-common@0.18.0-next.1 - @backstage/backend-tasks@0.4.1-next.1 - @backstage/plugin-catalog-backend@1.7.0-next.2 - @backstage/plugin-catalog-node@1.3.1-next.2 - @backstage/catalog-model@1.1.5-next.1 - @backstage/config@1.0.6-next.0 ## @backstage/plugin-catalog-backend-module-openapi@0.1.6-next.2 ### Patch Changes - Updated dependencies - @backstage/backend-common@0.18.0-next.1 - @backstage/plugin-catalog-backend@1.7.0-next.2 - @backstage/plugin-catalog-node@1.3.1-next.2 - @backstage/catalog-model@1.1.5-next.1 - @backstage/config@1.0.6-next.0 - @backstage/integration@1.4.2-next.0 - @backstage/types@1.0.2 ## @backstage/plugin-catalog-graph@0.2.26-next.2 ### Patch Changes - Updated dependencies - @backstage/core-plugin-api@1.3.0-next.1 - @backstage/catalog-client@1.3.0-next.2 - @backstage/plugin-catalog-react@1.2.4-next.2 - @backstage/catalog-model@1.1.5-next.1 - @backstage/core-components@0.12.3-next.2 - @backstage/theme@0.2.16 ## @backstage/plugin-catalog-import@0.9.4-next.2 ### Patch Changes - Updated dependencies - @backstage/core-plugin-api@1.3.0-next.1 - @backstage/catalog-client@1.3.0-next.2 - @backstage/plugin-catalog-react@1.2.4-next.2 - @backstage/catalog-model@1.1.5-next.1 - @backstage/config@1.0.6-next.0 - @backstage/core-components@0.12.3-next.2 - @backstage/errors@1.1.4 - @backstage/integration@1.4.2-next.0 - @backstage/integration-react@1.1.9-next.2 - @backstage/plugin-catalog-common@1.0.10-next.1 ## @backstage/plugin-catalog-node@1.3.1-next.2 ### Patch Changes - Updated dependencies - @backstage/backend-plugin-api@0.3.0-next.1 - @backstage/catalog-client@1.3.0-next.2 - @backstage/catalog-model@1.1.5-next.1 - @backstage/errors@1.1.4 - @backstage/types@1.0.2 - @backstage/plugin-catalog-common@1.0.10-next.1 ## @backstage/plugin-catalog-react@1.2.4-next.2 ### Patch Changes - 516b2039b6: Add a reusable pop over `EntityPeekAheadPopover` component. It shows more details about the associated entity. See the playbook here - Updated dependencies - @backstage/core-plugin-api@1.3.0-next.1 - @backstage/catalog-client@1.3.0-next.2 - @backstage/plugin-permission-react@0.4.9-next.1 - @backstage/catalog-model@1.1.5-next.1 - @backstage/core-components@0.12.3-next.2 - @backstage/errors@1.1.4 - @backstage/integration@1.4.2-next.0 - @backstage/theme@0.2.16 - @backstage/types@1.0.2 - @backstage/version-bridge@1.0.3 - @backstage/plugin-catalog-common@1.0.10-next.1 - @backstage/plugin-permission-common@0.7.3-next.0 ## @backstage/plugin-cicd-statistics@0.1.16-next.2 ### Patch Changes - Updated dependencies - @backstage/core-plugin-api@1.3.0-next.1 - @backstage/plugin-catalog-react@1.2.4-next.2 - @backstage/catalog-model@1.1.5-next.1 ## @backstage/plugin-cicd-statistics-module-gitlab@0.1.10-next.2 ### Patch Changes - Updated dependencies - @backstage/core-plugin-api@1.3.0-next.1 - @backstage/catalog-model@1.1.5-next.1 - @backstage/plugin-cicd-statistics@0.1.16-next.2 ## @backstage/plugin-circleci@0.3.14-next.2 ### Patch Changes - Updated dependencies - @backstage/core-plugin-api@1.3.0-next.1 - @backstage/plugin-catalog-react@1.2.4-next.2 - @backstage/catalog-model@1.1.5-next.1 - @backstage/core-components@0.12.3-next.2 - @backstage/theme@0.2.16 ## @backstage/plugin-cloudbuild@0.3.14-next.2 ### Patch Changes - Updated dependencies - @backstage/core-plugin-api@1.3.0-next.1 - @backstage/plugin-catalog-react@1.2.4-next.2 - @backstage/catalog-model@1.1.5-next.1 - @backstage/core-components@0.12.3-next.2 - @backstage/theme@0.2.16 ## @backstage/plugin-code-climate@0.1.14-next.2 ### Patch Changes - Updated dependencies - @backstage/core-plugin-api@1.3.0-next.1 - @backstage/plugin-catalog-react@1.2.4-next.2 - @backstage/catalog-model@1.1.5-next.1 - @backstage/core-components@0.12.3-next.2 - @backstage/theme@0.2.16 ## @backstage/plugin-code-coverage@0.2.7-next.2 ### Patch Changes - Updated dependencies - @backstage/core-plugin-api@1.3.0-next.1 - @backstage/plugin-catalog-react@1.2.4-next.2 - @backstage/catalog-model@1.1.5-next.1 - @backstage/config@1.0.6-next.0 - @backstage/core-components@0.12.3-next.2 - @backstage/errors@1.1.4 - @backstage/theme@0.2.16 ## @backstage/plugin-code-coverage-backend@0.2.6-next.2 ### Patch Changes - Updated dependencies - @backstage/backend-common@0.18.0-next.1 - @backstage/catalog-client@1.3.0-next.2 - @backstage/catalog-model@1.1.5-next.1 - @backstage/config@1.0.6-next.0 - @backstage/errors@1.1.4 - @backstage/integration@1.4.2-next.0 ## @backstage/plugin-codescene@0.1.9-next.2 ### Patch Changes - Updated dependencies - @backstage/core-plugin-api@1.3.0-next.1 - @backstage/config@1.0.6-next.0 - @backstage/core-components@0.12.3-next.2 - @backstage/errors@1.1.4 - @backstage/theme@0.2.16 ## @backstage/plugin-config-schema@0.1.37-next.2 ### Patch Changes - Updated dependencies - @backstage/core-plugin-api@1.3.0-next.1 - @backstage/config@1.0.6-next.0 - @backstage/core-components@0.12.3-next.2 - @backstage/errors@1.1.4 - @backstage/theme@0.2.16 - @backstage/types@1.0.2 ## @backstage/plugin-cost-insights@0.12.3-next.2 ### Patch Changes - Updated dependencies - @backstage/core-plugin-api@1.3.0-next.1 - @backstage/plugin-catalog-react@1.2.4-next.2 - @backstage/catalog-model@1.1.5-next.1 - @backstage/config@1.0.6-next.0 - @backstage/core-components@0.12.3-next.2 - @backstage/theme@0.2.16 - @backstage/plugin-cost-insights-common@0.1.1 ## @backstage/plugin-dynatrace@1.0.4-next.2 ### Patch Changes - Updated dependencies - @backstage/core-plugin-api@1.3.0-next.1 - @backstage/plugin-catalog-react@1.2.4-next.2 - @backstage/catalog-model@1.1.5-next.1 - @backstage/core-components@0.12.3-next.2 - @backstage/theme@0.2.16 ## @backstage/plugin-events-backend@0.2.1-next.1 ### Patch Changes - 8e06f3cf00: Switched imports of `loggerToWinstonLogger` to `@backstage/backend-common`. - Updated dependencies - @backstage/backend-plugin-api@0.3.0-next.1 - @backstage/backend-common@0.18.0-next.1 - @backstage/plugin-events-node@0.2.1-next.1 - @backstage/config@1.0.6-next.0 ## @backstage/plugin-events-backend-module-aws-sqs@0.1.2-next.1 ### Patch Changes - 9f2b786fc9: Provide context for logged errors. - 8e06f3cf00: Switched imports of `loggerToWinstonLogger` to `@backstage/backend-common`. - Updated dependencies - @backstage/backend-plugin-api@0.3.0-next.1 - @backstage/backend-common@0.18.0-next.1 - @backstage/backend-tasks@0.4.1-next.1 - @backstage/plugin-events-node@0.2.1-next.1 - @backstage/config@1.0.6-next.0 - @backstage/types@1.0.2 ## @backstage/plugin-events-backend-module-azure@0.1.2-next.1 ### Patch Changes - Updated dependencies - @backstage/backend-plugin-api@0.3.0-next.1 - @backstage/plugin-events-node@0.2.1-next.1 ## @backstage/plugin-events-backend-module-bitbucket-cloud@0.1.2-next.1 ### Patch Changes - Updated dependencies - @backstage/backend-plugin-api@0.3.0-next.1 - @backstage/plugin-events-node@0.2.1-next.1 ## @backstage/plugin-events-backend-module-gerrit@0.1.2-next.1 ### Patch Changes - Updated dependencies - @backstage/backend-plugin-api@0.3.0-next.1 - @backstage/plugin-events-node@0.2.1-next.1 ## @backstage/plugin-events-backend-module-github@0.1.2-next.1 ### Patch Changes - Updated dependencies - @backstage/backend-plugin-api@0.3.0-next.1 - @backstage/plugin-events-node@0.2.1-next.1 - @backstage/config@1.0.6-next.0 ## @backstage/plugin-events-backend-module-gitlab@0.1.2-next.1 ### Patch Changes - Updated dependencies - @backstage/backend-plugin-api@0.3.0-next.1 - @backstage/plugin-events-node@0.2.1-next.1 - @backstage/config@1.0.6-next.0 ## @backstage/plugin-events-backend-test-utils@0.1.2-next.1 ### Patch Changes - Updated dependencies - @backstage/plugin-events-node@0.2.1-next.1 ## @backstage/plugin-events-node@0.2.1-next.1 ### Patch Changes - Updated dependencies - @backstage/backend-plugin-api@0.3.0-next.1 ## @backstage/plugin-explore@0.3.45-next.2 ### Patch Changes - Updated dependencies - @backstage/plugin-search-react@1.4.0-next.2 - @backstage/core-plugin-api@1.3.0-next.1 - @backstage/plugin-catalog-react@1.2.4-next.2 - @backstage/catalog-model@1.1.5-next.1 - @backstage/core-components@0.12.3-next.2 - @backstage/errors@1.1.4 - @backstage/theme@0.2.16 - @backstage/plugin-explore-common@0.0.1 - @backstage/plugin-explore-react@0.0.25-next.1 - @backstage/plugin-search-common@1.2.1-next.0 ## @backstage/plugin-explore-backend@0.0.2-next.2 ### Patch Changes - Updated dependencies - @backstage/backend-common@0.18.0-next.1 - @backstage/config@1.0.6-next.0 - @backstage/plugin-explore-common@0.0.1 - @backstage/plugin-search-common@1.2.1-next.0 ## @backstage/plugin-explore-react@0.0.25-next.1 ### Patch Changes - Updated dependencies - @backstage/core-plugin-api@1.3.0-next.1 - @backstage/plugin-explore-common@0.0.1 ## @backstage/plugin-firehydrant@0.1.31-next.2 ### Patch Changes - Updated dependencies - @backstage/core-plugin-api@1.3.0-next.1 - @backstage/plugin-catalog-react@1.2.4-next.2 - @backstage/core-components@0.12.3-next.2 - @backstage/theme@0.2.16 ## @backstage/plugin-fossa@0.2.46-next.2 ### Patch Changes - Updated dependencies - @backstage/core-plugin-api@1.3.0-next.1 - @backstage/plugin-catalog-react@1.2.4-next.2 - @backstage/catalog-model@1.1.5-next.1 - @backstage/core-components@0.12.3-next.2 - @backstage/errors@1.1.4 - @backstage/theme@0.2.16 ## @backstage/plugin-gcalendar@0.3.10-next.2 ### Patch Changes - Updated dependencies - @backstage/core-plugin-api@1.3.0-next.1 - @backstage/core-components@0.12.3-next.2 - @backstage/errors@1.1.4 - @backstage/theme@0.2.16 ## @backstage/plugin-gcp-projects@0.3.33-next.2 ### Patch Changes - Updated dependencies - @backstage/core-plugin-api@1.3.0-next.1 - @backstage/core-components@0.12.3-next.2 - @backstage/theme@0.2.16 ## @backstage/plugin-git-release-manager@0.3.27-next.2 ### Patch Changes - 8024341620: add exports to clear api-report messages - Updated dependencies - @backstage/core-plugin-api@1.3.0-next.1 - @backstage/core-components@0.12.3-next.2 - @backstage/integration@1.4.2-next.0 - @backstage/theme@0.2.16 ## @backstage/plugin-github-actions@0.5.14-next.2 ### Patch Changes - Updated dependencies - @backstage/core-plugin-api@1.3.0-next.1 - @backstage/plugin-catalog-react@1.2.4-next.2 - @backstage/catalog-model@1.1.5-next.1 - @backstage/core-components@0.12.3-next.2 - @backstage/integration@1.4.2-next.0 - @backstage/theme@0.2.16 ## @backstage/plugin-github-deployments@0.1.45-next.2 ### Patch Changes - Updated dependencies - @backstage/core-plugin-api@1.3.0-next.1 - @backstage/plugin-catalog-react@1.2.4-next.2 - @backstage/catalog-model@1.1.5-next.1 - @backstage/core-components@0.12.3-next.2 - @backstage/errors@1.1.4 - @backstage/integration@1.4.2-next.0 - @backstage/integration-react@1.1.9-next.2 - @backstage/theme@0.2.16 ## @backstage/plugin-github-issues@0.2.3-next.2 ### Patch Changes - Updated dependencies - @backstage/core-plugin-api@1.3.0-next.1 - @backstage/plugin-catalog-react@1.2.4-next.2 - @backstage/catalog-model@1.1.5-next.1 - @backstage/core-components@0.12.3-next.2 - @backstage/errors@1.1.4 - @backstage/integration@1.4.2-next.0 - @backstage/theme@0.2.16 ## @backstage/plugin-github-pull-requests-board@0.1.8-next.2 ### Patch Changes - Updated dependencies - @backstage/core-plugin-api@1.3.0-next.1 - @backstage/plugin-catalog-react@1.2.4-next.2 - @backstage/catalog-model@1.1.5-next.1 - @backstage/core-components@0.12.3-next.2 - @backstage/integration@1.4.2-next.0 - @backstage/theme@0.2.16 ## @backstage/plugin-gitops-profiles@0.3.32-next.2 ### Patch Changes - Updated dependencies - @backstage/core-plugin-api@1.3.0-next.1 - @backstage/core-components@0.12.3-next.2 - @backstage/theme@0.2.16 ## @backstage/plugin-gocd@0.1.20-next.2 ### Patch Changes - Updated dependencies - @backstage/core-plugin-api@1.3.0-next.1 - @backstage/plugin-catalog-react@1.2.4-next.2 - @backstage/catalog-model@1.1.5-next.1 - @backstage/core-components@0.12.3-next.2 - @backstage/errors@1.1.4 - @backstage/theme@0.2.16 ## @backstage/plugin-graphiql@0.2.46-next.2 ### Patch Changes - Updated dependencies - @backstage/core-plugin-api@1.3.0-next.1 - @backstage/core-components@0.12.3-next.2 - @backstage/theme@0.2.16 ## @backstage/plugin-graphql-backend@0.1.30-next.2 ### Patch Changes - Updated dependencies - @backstage/backend-common@0.18.0-next.1 - @backstage/config@1.0.6-next.0 - @backstage/plugin-catalog-graphql@0.3.17-next.1 ## @backstage/plugin-home@0.4.30-next.2 ### Patch Changes - Updated dependencies - @backstage/core-plugin-api@1.3.0-next.1 - @backstage/plugin-catalog-react@1.2.4-next.2 - @backstage/catalog-model@1.1.5-next.1 - @backstage/config@1.0.6-next.0 - @backstage/core-components@0.12.3-next.2 - @backstage/theme@0.2.16 - @backstage/plugin-stack-overflow@0.1.10-next.2 ## @backstage/plugin-ilert@0.2.3-next.2 ### Patch Changes - Updated dependencies - @backstage/core-plugin-api@1.3.0-next.1 - @backstage/plugin-catalog-react@1.2.4-next.2 - @backstage/catalog-model@1.1.5-next.1 - @backstage/core-components@0.12.3-next.2 - @backstage/errors@1.1.4 - @backstage/theme@0.2.16 ## @backstage/plugin-jenkins@0.7.13-next.2 ### Patch Changes - Updated dependencies - @backstage/core-plugin-api@1.3.0-next.1 - @backstage/plugin-catalog-react@1.2.4-next.2 - @backstage/catalog-model@1.1.5-next.1 - @backstage/core-components@0.12.3-next.2 - @backstage/errors@1.1.4 - @backstage/theme@0.2.16 - @backstage/plugin-jenkins-common@0.1.12-next.1 ## @backstage/plugin-jenkins-backend@0.1.30-next.2 ### Patch Changes - Updated dependencies - @backstage/backend-common@0.18.0-next.1 - @backstage/catalog-client@1.3.0-next.2 - @backstage/plugin-auth-node@0.2.9-next.1 - @backstage/catalog-model@1.1.5-next.1 - @backstage/config@1.0.6-next.0 - @backstage/errors@1.1.4 - @backstage/plugin-jenkins-common@0.1.12-next.1 - @backstage/plugin-permission-common@0.7.3-next.0 ## @backstage/plugin-kafka@0.3.14-next.2 ### Patch Changes - Updated dependencies - @backstage/core-plugin-api@1.3.0-next.1 - @backstage/plugin-catalog-react@1.2.4-next.2 - @backstage/catalog-model@1.1.5-next.1 - @backstage/config@1.0.6-next.0 - @backstage/core-components@0.12.3-next.2 - @backstage/theme@0.2.16 ## @backstage/plugin-kafka-backend@0.2.33-next.2 ### Patch Changes - Updated dependencies - @backstage/backend-common@0.18.0-next.1 - @backstage/catalog-model@1.1.5-next.1 - @backstage/config@1.0.6-next.0 - @backstage/errors@1.1.4 ## @backstage/plugin-kubernetes@0.7.7-next.2 ### Patch Changes - Updated dependencies - @backstage/core-plugin-api@1.3.0-next.1 - @backstage/plugin-catalog-react@1.2.4-next.2 - @backstage/catalog-model@1.1.5-next.1 - @backstage/config@1.0.6-next.0 - @backstage/core-components@0.12.3-next.2 - @backstage/theme@0.2.16 - @backstage/plugin-kubernetes-common@0.5.1-next.1 ## @backstage/plugin-kubernetes-backend@0.9.1-next.2 ### Patch Changes - c6f29bfcdc: Added the missing auth provider googleServiceAccount in config schema. - Updated dependencies - @backstage/backend-test-utils@0.1.32-next.2 - @backstage/backend-common@0.18.0-next.1 - @backstage/catalog-client@1.3.0-next.2 - @backstage/plugin-auth-node@0.2.9-next.1 - @backstage/catalog-model@1.1.5-next.1 - @backstage/config@1.0.6-next.0 - @backstage/errors@1.1.4 - @backstage/plugin-kubernetes-common@0.5.1-next.1 ## @backstage/plugin-lighthouse@0.3.14-next.2 ### Patch Changes - 2f1b283de2: Fixed bug in Lighthouse Plugin where audit list item and create audit button navigated to a wrong URL. - Updated dependencies - @backstage/core-plugin-api@1.3.0-next.1 - @backstage/plugin-catalog-react@1.2.4-next.2 - @backstage/catalog-model@1.1.5-next.1 - @backstage/config@1.0.6-next.0 - @backstage/core-components@0.12.3-next.2 - @backstage/theme@0.2.16 ## @backstage/plugin-newrelic@0.3.32-next.2 ### Patch Changes - Updated dependencies - @backstage/core-plugin-api@1.3.0-next.1 - @backstage/core-components@0.12.3-next.2 - @backstage/theme@0.2.16 ## @backstage/plugin-newrelic-dashboard@0.2.7-next.2 ### Patch Changes - Updated dependencies - @backstage/core-plugin-api@1.3.0-next.1 - @backstage/plugin-catalog-react@1.2.4-next.2 - @backstage/catalog-model@1.1.5-next.1 - @backstage/core-components@0.12.3-next.2 - @backstage/errors@1.1.4 ## @backstage/plugin-org@0.6.4-next.2 ### Patch Changes - Updated dependencies - @backstage/core-plugin-api@1.3.0-next.1 - @backstage/plugin-catalog-react@1.2.4-next.2 - @backstage/catalog-model@1.1.5-next.1 - @backstage/core-components@0.12.3-next.2 - @backstage/theme@0.2.16 ## @backstage/plugin-org-react@0.1.3-next.2 ### Patch Changes - Updated dependencies - @backstage/core-plugin-api@1.3.0-next.1 - @backstage/catalog-client@1.3.0-next.2 - @backstage/plugin-catalog-react@1.2.4-next.2 - @backstage/catalog-model@1.1.5-next.1 - @backstage/core-components@0.12.3-next.2 - @backstage/theme@0.2.16 ## @backstage/plugin-pagerduty@0.5.7-next.2 ### Patch Changes - Updated dependencies - @backstage/core-plugin-api@1.3.0-next.1 - @backstage/plugin-catalog-react@1.2.4-next.2 - @backstage/catalog-model@1.1.5-next.1 - @backstage/core-components@0.12.3-next.2 - @backstage/errors@1.1.4 - @backstage/theme@0.2.16 ## @backstage/plugin-periskop@0.1.12-next.2 ### Patch Changes - Updated dependencies - @backstage/core-plugin-api@1.3.0-next.1 - @backstage/plugin-catalog-react@1.2.4-next.2 - @backstage/catalog-model@1.1.5-next.1 - @backstage/core-components@0.12.3-next.2 - @backstage/errors@1.1.4 - @backstage/theme@0.2.16 ## @backstage/plugin-periskop-backend@0.1.11-next.1 ### Patch Changes - Updated dependencies - @backstage/backend-common@0.18.0-next.1 - @backstage/config@1.0.6-next.0 ## @backstage/plugin-permission-backend@0.5.15-next.1 ### Patch Changes - Updated dependencies - @backstage/backend-common@0.18.0-next.1 - @backstage/plugin-auth-node@0.2.9-next.1 - @backstage/plugin-permission-node@0.7.3-next.1 - @backstage/config@1.0.6-next.0 - @backstage/errors@1.1.4 - @backstage/plugin-permission-common@0.7.3-next.0 ## @backstage/plugin-permission-node@0.7.3-next.1 ### Patch Changes - Updated dependencies - @backstage/backend-common@0.18.0-next.1 - @backstage/plugin-auth-node@0.2.9-next.1 - @backstage/config@1.0.6-next.0 - @backstage/errors@1.1.4 - @backstage/plugin-permission-common@0.7.3-next.0 ## @backstage/plugin-permission-react@0.4.9-next.1 ### Patch Changes - 1a53a735b7: Updated dependency `swr` to `^2.0.0`. - Updated dependencies - @backstage/core-plugin-api@1.3.0-next.1 - @backstage/config@1.0.6-next.0 - @backstage/plugin-permission-common@0.7.3-next.0 ## @backstage/plugin-playlist@0.1.5-next.2 ### Patch Changes - 1a53a735b7: Updated dependency `swr` to `^2.0.0`. - Updated dependencies - @backstage/plugin-search-react@1.4.0-next.2 - @backstage/core-plugin-api@1.3.0-next.1 - @backstage/plugin-catalog-react@1.2.4-next.2 - @backstage/plugin-permission-react@0.4.9-next.1 - @backstage/catalog-model@1.1.5-next.1 - @backstage/core-components@0.12.3-next.2 - @backstage/errors@1.1.4 - @backstage/theme@0.2.16 - @backstage/plugin-catalog-common@1.0.10-next.1 - @backstage/plugin-permission-common@0.7.3-next.0 - @backstage/plugin-playlist-common@0.1.4-next.0 ## @backstage/plugin-playlist-backend@0.2.3-next.2 ### Patch Changes - Updated dependencies - @backstage/backend-test-utils@0.1.32-next.2 - @backstage/backend-common@0.18.0-next.1 - @backstage/catalog-client@1.3.0-next.2 - @backstage/plugin-auth-node@0.2.9-next.1 - @backstage/plugin-permission-node@0.7.3-next.1 - @backstage/catalog-model@1.1.5-next.1 - @backstage/config@1.0.6-next.0 - @backstage/errors@1.1.4 - @backstage/plugin-permission-common@0.7.3-next.0 - @backstage/plugin-playlist-common@0.1.4-next.0 ## @backstage/plugin-proxy-backend@0.2.34-next.1 ### Patch Changes - Updated dependencies - @backstage/backend-common@0.18.0-next.1 - @backstage/config@1.0.6-next.0 ## @backstage/plugin-rollbar@0.4.14-next.2 ### Patch Changes - Updated dependencies - @backstage/core-plugin-api@1.3.0-next.1 - @backstage/plugin-catalog-react@1.2.4-next.2 - @backstage/catalog-model@1.1.5-next.1 - @backstage/core-components@0.12.3-next.2 - @backstage/theme@0.2.16 ## @backstage/plugin-rollbar-backend@0.1.37-next.1 ### Patch Changes - Updated dependencies - @backstage/backend-common@0.18.0-next.1 - @backstage/config@1.0.6-next.0 ## @backstage/plugin-scaffolder-backend@1.10.0-next.2 ### Patch Changes - 2fadff2a25: Change scaffolder task actions to include markdown to demonstrate the new `ActionsPage` markdown feature. - b44eb68bcb: This patch adds changes to provide examples alongside scaffolder task actions. The `createTemplateAction` function now takes a list of examples e.g. ```typescript const actionExamples = [ { description: 'Example 1', example: yaml.stringify({ steps: [ { action: 'test:action', id: 'test', input: { input1: 'value', }, }, ], }), }, ]; export function createTestAction() { return createTemplateAction({ id: 'test:action', examples: [ { description: 'Example 1', examples: actionExamples } ], ..., }); ``` These examples can be retrieved later from the api. ```bash curl http://localhost:7007/api/scaffolder/v2/actions ``` ```json [ { "id": "test:action", "examples": [ { "description": "Example 1", "example": "steps:\n - action: test:action\n id: test\n input:\n input1: value\n" } ], "schema": { "input": { "type": "object", "properties": { "input1": { "title": "Input 1", "type": "string" } } } } } ] ``` - 8e06f3cf00: Switched imports of `loggerToWinstonLogger` to `@backstage/backend-common`. - Updated dependencies - @backstage/backend-plugin-api@0.3.0-next.1 - @backstage/backend-common@0.18.0-next.1 - @backstage/backend-tasks@0.4.1-next.1 - @backstage/catalog-client@1.3.0-next.2 - @backstage/plugin-catalog-backend@1.7.0-next.2 - @backstage/plugin-catalog-node@1.3.1-next.2 - @backstage/plugin-auth-node@0.2.9-next.1 - @backstage/catalog-model@1.1.5-next.1 - @backstage/config@1.0.6-next.0 - @backstage/errors@1.1.4 - @backstage/integration@1.4.2-next.0 - @backstage/types@1.0.2 - @backstage/plugin-scaffolder-common@1.2.4-next.1 ## @backstage/plugin-scaffolder-backend-module-cookiecutter@0.2.15-next.2 ### Patch Changes - Updated dependencies - @backstage/backend-common@0.18.0-next.1 - @backstage/plugin-scaffolder-backend@1.10.0-next.2 - @backstage/config@1.0.6-next.0 - @backstage/errors@1.1.4 - @backstage/integration@1.4.2-next.0 - @backstage/types@1.0.2 ## @backstage/plugin-scaffolder-backend-module-rails@0.4.8-next.2 ### Patch Changes - 2fadff2a25: Change scaffolder task actions to include markdown to demonstrate the new `ActionsPage` markdown feature. - Updated dependencies - @backstage/backend-common@0.18.0-next.1 - @backstage/plugin-scaffolder-backend@1.10.0-next.2 - @backstage/config@1.0.6-next.0 - @backstage/errors@1.1.4 - @backstage/integration@1.4.2-next.0 - @backstage/types@1.0.2 ## @backstage/plugin-scaffolder-backend-module-yeoman@0.2.13-next.2 ### Patch Changes - Updated dependencies - @backstage/plugin-scaffolder-backend@1.10.0-next.2 - @backstage/config@1.0.6-next.0 - @backstage/types@1.0.2 ## @backstage/plugin-search@1.0.7-next.2 ### Patch Changes - Updated dependencies - @backstage/plugin-search-react@1.4.0-next.2 - @backstage/core-plugin-api@1.3.0-next.1 - @backstage/plugin-catalog-react@1.2.4-next.2 - @backstage/catalog-model@1.1.5-next.1 - @backstage/config@1.0.6-next.0 - @backstage/core-components@0.12.3-next.2 - @backstage/errors@1.1.4 - @backstage/theme@0.2.16 - @backstage/types@1.0.2 - @backstage/version-bridge@1.0.3 - @backstage/plugin-search-common@1.2.1-next.0 ## @backstage/plugin-search-backend@1.2.1-next.2 ### Patch Changes - Updated dependencies - @backstage/backend-common@0.18.0-next.1 - @backstage/plugin-auth-node@0.2.9-next.1 - @backstage/plugin-permission-node@0.7.3-next.1 - @backstage/plugin-search-backend-node@1.1.1-next.2 - @backstage/config@1.0.6-next.0 - @backstage/errors@1.1.4 - @backstage/types@1.0.2 - @backstage/plugin-permission-common@0.7.3-next.0 - @backstage/plugin-search-common@1.2.1-next.0 ## @backstage/plugin-search-backend-module-elasticsearch@1.1.1-next.2 ### Patch Changes - 2a49ffbcb3: Improved documentation on the `ElasticSearchSearchEngine.newClient()` method. - Updated dependencies - @backstage/plugin-search-backend-node@1.1.1-next.2 - @backstage/config@1.0.6-next.0 - @backstage/plugin-search-common@1.2.1-next.0 ## @backstage/plugin-search-backend-module-pg@0.5.1-next.2 ### Patch Changes - Updated dependencies - @backstage/backend-common@0.18.0-next.1 - @backstage/plugin-search-backend-node@1.1.1-next.2 - @backstage/config@1.0.6-next.0 - @backstage/plugin-search-common@1.2.1-next.0 ## @backstage/plugin-search-backend-node@1.1.1-next.2 ### Patch Changes - Updated dependencies - @backstage/backend-common@0.18.0-next.1 - @backstage/backend-tasks@0.4.1-next.1 - @backstage/config@1.0.6-next.0 - @backstage/errors@1.1.4 - @backstage/plugin-permission-common@0.7.3-next.0 - @backstage/plugin-search-common@1.2.1-next.0 ## @backstage/plugin-sentry@0.4.7-next.2 ### Patch Changes - Updated dependencies - @backstage/core-plugin-api@1.3.0-next.1 - @backstage/plugin-catalog-react@1.2.4-next.2 - @backstage/catalog-model@1.1.5-next.1 - @backstage/core-components@0.12.3-next.2 - @backstage/theme@0.2.16 ## @backstage/plugin-shortcuts@0.3.6-next.2 ### Patch Changes - Updated dependencies - @backstage/core-plugin-api@1.3.0-next.1 - @backstage/core-components@0.12.3-next.2 - @backstage/theme@0.2.16 - @backstage/types@1.0.2 ## @backstage/plugin-sonarqube@0.6.2-next.2 ### Patch Changes - Updated dependencies - @backstage/core-plugin-api@1.3.0-next.1 - @backstage/plugin-catalog-react@1.2.4-next.2 - @backstage/catalog-model@1.1.5-next.1 - @backstage/core-components@0.12.3-next.2 - @backstage/theme@0.2.16 - @backstage/plugin-sonarqube-react@0.1.1-next.2 ## @backstage/plugin-sonarqube-backend@0.1.5-next.1 ### Patch Changes - Updated dependencies - @backstage/backend-common@0.18.0-next.1 - @backstage/config@1.0.6-next.0 - @backstage/errors@1.1.4 ## @backstage/plugin-sonarqube-react@0.1.1-next.2 ### Patch Changes - Updated dependencies - @backstage/core-plugin-api@1.3.0-next.1 - @backstage/catalog-model@1.1.5-next.1 ## @backstage/plugin-splunk-on-call@0.4.3-next.2 ### Patch Changes - Updated dependencies - @backstage/core-plugin-api@1.3.0-next.1 - @backstage/plugin-catalog-react@1.2.4-next.2 - @backstage/catalog-model@1.1.5-next.1 - @backstage/core-components@0.12.3-next.2 - @backstage/theme@0.2.16 ## @backstage/plugin-stack-overflow@0.1.10-next.2 ### Patch Changes - Updated dependencies - @backstage/plugin-search-react@1.4.0-next.2 - @backstage/core-plugin-api@1.3.0-next.1 - @backstage/config@1.0.6-next.0 - @backstage/core-components@0.12.3-next.2 - @backstage/theme@0.2.16 - @backstage/plugin-home@0.4.30-next.2 - @backstage/plugin-search-common@1.2.1-next.0 ## @backstage/plugin-stack-overflow-backend@0.1.9-next.2 ### Patch Changes - Updated dependencies - @backstage/backend-common@0.18.0-next.1 - @backstage/config@1.0.6-next.0 - @backstage/plugin-search-common@1.2.1-next.0 ## @backstage/plugin-tech-insights@0.3.6-next.2 ### Patch Changes - Updated dependencies - @backstage/core-plugin-api@1.3.0-next.1 - @backstage/plugin-catalog-react@1.2.4-next.2 - @backstage/catalog-model@1.1.5-next.1 - @backstage/core-components@0.12.3-next.2 - @backstage/errors@1.1.4 - @backstage/theme@0.2.16 - @backstage/types@1.0.2 - @backstage/plugin-tech-insights-common@0.2.9 ## @backstage/plugin-tech-insights-backend@0.5.6-next.2 ### Patch Changes - Updated dependencies - @backstage/backend-common@0.18.0-next.1 - @backstage/backend-tasks@0.4.1-next.1 - @backstage/catalog-client@1.3.0-next.2 - @backstage/plugin-tech-insights-node@0.3.8-next.1 - @backstage/catalog-model@1.1.5-next.1 - @backstage/config@1.0.6-next.0 - @backstage/errors@1.1.4 - @backstage/types@1.0.2 - @backstage/plugin-tech-insights-common@0.2.9 ## @backstage/plugin-tech-insights-backend-module-jsonfc@0.1.24-next.1 ### Patch Changes - Updated dependencies - @backstage/backend-common@0.18.0-next.1 - @backstage/plugin-tech-insights-node@0.3.8-next.1 - @backstage/config@1.0.6-next.0 - @backstage/errors@1.1.4 - @backstage/plugin-tech-insights-common@0.2.9 ## @backstage/plugin-tech-insights-node@0.3.8-next.1 ### Patch Changes - Updated dependencies - @backstage/backend-common@0.18.0-next.1 - @backstage/backend-tasks@0.4.1-next.1 - @backstage/config@1.0.6-next.0 - @backstage/types@1.0.2 - @backstage/plugin-tech-insights-common@0.2.9 ## @backstage/plugin-techdocs@1.4.3-next.2 ### Patch Changes - Updated dependencies - @backstage/plugin-search-react@1.4.0-next.2 - @backstage/core-plugin-api@1.3.0-next.1 - @backstage/plugin-catalog-react@1.2.4-next.2 - @backstage/plugin-techdocs-react@1.1.2-next.2 - @backstage/catalog-model@1.1.5-next.1 - @backstage/config@1.0.6-next.0 - @backstage/core-components@0.12.3-next.2 - @backstage/errors@1.1.4 - @backstage/integration@1.4.2-next.0 - @backstage/integration-react@1.1.9-next.2 - @backstage/theme@0.2.16 - @backstage/plugin-search-common@1.2.1-next.0 ## @backstage/plugin-techdocs-addons-test-utils@1.0.9-next.2 ### Patch Changes - Updated dependencies - @backstage/plugin-search-react@1.4.0-next.2 - @backstage/core-plugin-api@1.3.0-next.1 - @backstage/core-app-api@1.4.0-next.1 - @backstage/plugin-techdocs-react@1.1.2-next.2 - @backstage/core-components@0.12.3-next.2 - @backstage/integration-react@1.1.9-next.2 - @backstage/test-utils@1.2.4-next.1 - @backstage/theme@0.2.16 - @backstage/plugin-catalog@1.7.2-next.2 - @backstage/plugin-techdocs@1.4.3-next.2 ## @backstage/plugin-techdocs-backend@1.5.1-next.2 ### Patch Changes - Updated dependencies - @backstage/backend-common@0.18.0-next.1 - @backstage/catalog-client@1.3.0-next.2 - @backstage/plugin-techdocs-node@1.4.4-next.2 - @backstage/catalog-model@1.1.5-next.1 - @backstage/config@1.0.6-next.0 - @backstage/errors@1.1.4 - @backstage/integration@1.4.2-next.0 - @backstage/plugin-catalog-common@1.0.10-next.1 - @backstage/plugin-permission-common@0.7.3-next.0 - @backstage/plugin-search-common@1.2.1-next.0 ## @backstage/plugin-techdocs-module-addons-contrib@1.0.9-next.2 ### Patch Changes - Updated dependencies - @backstage/core-plugin-api@1.3.0-next.1 - @backstage/plugin-techdocs-react@1.1.2-next.2 - @backstage/core-components@0.12.3-next.2 - @backstage/integration@1.4.2-next.0 - @backstage/integration-react@1.1.9-next.2 - @backstage/theme@0.2.16 ## @backstage/plugin-techdocs-node@1.4.4-next.2 ### Patch Changes - Updated dependencies - @backstage/backend-common@0.18.0-next.1 - @backstage/catalog-model@1.1.5-next.1 - @backstage/config@1.0.6-next.0 - @backstage/errors@1.1.4 - @backstage/integration@1.4.2-next.0 - @backstage/integration-aws-node@0.1.1-next.0 - @backstage/plugin-search-common@1.2.1-next.0 ## @backstage/plugin-techdocs-react@1.1.2-next.2 ### Patch Changes - b8269de9f1: Explicitly declaring children as optional props to facilitate react 18 changes - Updated dependencies - @backstage/core-plugin-api@1.3.0-next.1 - @backstage/catalog-model@1.1.5-next.1 - @backstage/config@1.0.6-next.0 - @backstage/core-components@0.12.3-next.2 - @backstage/version-bridge@1.0.3 ## @backstage/plugin-todo@0.2.16-next.2 ### Patch Changes - Updated dependencies - @backstage/core-plugin-api@1.3.0-next.1 - @backstage/plugin-catalog-react@1.2.4-next.2 - @backstage/catalog-model@1.1.5-next.1 - @backstage/core-components@0.12.3-next.2 - @backstage/errors@1.1.4 - @backstage/theme@0.2.16 ## @backstage/plugin-todo-backend@0.1.37-next.2 ### Patch Changes - Updated dependencies - @backstage/backend-common@0.18.0-next.1 - @backstage/catalog-client@1.3.0-next.2 - @backstage/catalog-model@1.1.5-next.1 - @backstage/config@1.0.6-next.0 - @backstage/errors@1.1.4 - @backstage/integration@1.4.2-next.0 ## @backstage/plugin-user-settings@0.6.2-next.2 ### Patch Changes - d61f622db8: Refactor for the feature flag filter functionality - bca8e8b393: Feature flags now accept a description property. - Updated dependencies - @backstage/core-plugin-api@1.3.0-next.1 - @backstage/core-app-api@1.4.0-next.1 - @backstage/core-components@0.12.3-next.2 - @backstage/errors@1.1.4 - @backstage/theme@0.2.16 - @backstage/types@1.0.2 ## @backstage/plugin-user-settings-backend@0.1.4-next.2 ### Patch Changes - Updated dependencies - @backstage/backend-common@0.18.0-next.1 - @backstage/plugin-auth-node@0.2.9-next.1 - @backstage/catalog-model@1.1.5-next.1 - @backstage/errors@1.1.4 - @backstage/types@1.0.2 ## @backstage/plugin-vault@0.1.8-next.2 ### Patch Changes - Updated dependencies - @backstage/core-plugin-api@1.3.0-next.1 - @backstage/plugin-catalog-react@1.2.4-next.2 - @backstage/catalog-model@1.1.5-next.1 - @backstage/core-components@0.12.3-next.2 - @backstage/errors@1.1.4 - @backstage/theme@0.2.16 ## @backstage/plugin-vault-backend@0.2.6-next.2 ### Patch Changes - Updated dependencies - @backstage/backend-test-utils@0.1.32-next.2 - @backstage/backend-common@0.18.0-next.1 - @backstage/backend-tasks@0.4.1-next.1 - @backstage/config@1.0.6-next.0 - @backstage/errors@1.1.4 ## @backstage/plugin-xcmetrics@0.2.34-next.2 ### Patch Changes - Updated dependencies - @backstage/core-plugin-api@1.3.0-next.1 - @backstage/core-components@0.12.3-next.2 - @backstage/errors@1.1.4 - @backstage/theme@0.2.16 ## example-app@0.2.79-next.2 ### Patch Changes - Updated dependencies - @backstage/plugin-scaffolder@1.10.0-next.2 - @backstage/cli@0.22.1-next.2 - @backstage/plugin-scaffolder-react@1.0.0-next.0 - @backstage/plugin-user-settings@0.6.2-next.2 - @backstage/plugin-search-react@1.4.0-next.2 - @backstage/plugin-tech-radar@0.6.0-next.2 - @backstage/app-defaults@1.1.0-next.2 - @backstage/core-plugin-api@1.3.0-next.1 - @backstage/core-app-api@1.4.0-next.1 - @backstage/plugin-lighthouse@0.3.14-next.2 - @backstage/plugin-catalog-react@1.2.4-next.2 - @backstage/plugin-permission-react@0.4.9-next.1 - @backstage/plugin-playlist@0.1.5-next.2 - @backstage/plugin-techdocs-react@1.1.2-next.2 - @backstage/catalog-model@1.1.5-next.1 - @backstage/config@1.0.6-next.0 - @backstage/core-components@0.12.3-next.2 - @backstage/integration-react@1.1.9-next.2 - @backstage/theme@0.2.16 - @backstage/plugin-airbrake@0.3.14-next.2 - @backstage/plugin-apache-airflow@0.2.7-next.2 - @backstage/plugin-api-docs@0.8.14-next.2 - @backstage/plugin-azure-devops@0.2.5-next.2 - @backstage/plugin-azure-sites@0.1.3-next.2 - @backstage/plugin-badges@0.2.38-next.2 - @backstage/plugin-catalog-common@1.0.10-next.1 - @backstage/plugin-catalog-graph@0.2.26-next.2 - @backstage/plugin-catalog-import@0.9.4-next.2 - @backstage/plugin-circleci@0.3.14-next.2 - @backstage/plugin-cloudbuild@0.3.14-next.2 - @backstage/plugin-code-coverage@0.2.7-next.2 - @backstage/plugin-cost-insights@0.12.3-next.2 - @backstage/plugin-dynatrace@1.0.4-next.2 - @backstage/plugin-explore@0.3.45-next.2 - @backstage/plugin-gcalendar@0.3.10-next.2 - @backstage/plugin-gcp-projects@0.3.33-next.2 - @backstage/plugin-github-actions@0.5.14-next.2 - @backstage/plugin-gocd@0.1.20-next.2 - @backstage/plugin-graphiql@0.2.46-next.2 - @backstage/plugin-home@0.4.30-next.2 - @backstage/plugin-jenkins@0.7.13-next.2 - @backstage/plugin-kafka@0.3.14-next.2 - @backstage/plugin-kubernetes@0.7.7-next.2 - @backstage/plugin-newrelic@0.3.32-next.2 - @backstage/plugin-newrelic-dashboard@0.2.7-next.2 - @backstage/plugin-org@0.6.4-next.2 - @backstage/plugin-pagerduty@0.5.7-next.2 - @backstage/plugin-rollbar@0.4.14-next.2 - @backstage/plugin-search@1.0.7-next.2 - @backstage/plugin-search-common@1.2.1-next.0 - @backstage/plugin-sentry@0.4.7-next.2 - @backstage/plugin-shortcuts@0.3.6-next.2 - @backstage/plugin-stack-overflow@0.1.10-next.2 - @backstage/plugin-tech-insights@0.3.6-next.2 - @backstage/plugin-techdocs@1.4.3-next.2 - @backstage/plugin-techdocs-module-addons-contrib@1.0.9-next.2 - @backstage/plugin-todo@0.2.16-next.2 - @internal/plugin-catalog-customized@0.0.6-next.2 ## example-backend@0.2.79-next.2 ### Patch Changes - Updated dependencies - @backstage/plugin-adr-backend@0.2.5-next.2 - @backstage/backend-common@0.18.0-next.1 - @backstage/plugin-scaffolder-backend-module-rails@0.4.8-next.2 - @backstage/plugin-scaffolder-backend@1.10.0-next.2 - @backstage/backend-tasks@0.4.1-next.1 - @backstage/catalog-client@1.3.0-next.2 - @backstage/plugin-catalog-backend@1.7.0-next.2 - @backstage/plugin-search-backend-module-elasticsearch@1.1.1-next.2 - @backstage/plugin-events-backend@0.2.1-next.1 - @backstage/plugin-app-backend@0.3.40-next.1 - @backstage/plugin-kubernetes-backend@0.9.1-next.2 - @backstage/plugin-catalog-node@1.3.1-next.2 - @backstage/plugin-events-node@0.2.1-next.1 - @backstage/plugin-auth-backend@0.17.3-next.2 - @backstage/plugin-auth-node@0.2.9-next.1 - @backstage/plugin-permission-node@0.7.3-next.1 - @backstage/plugin-playlist-backend@0.2.3-next.2 - @backstage/plugin-rollbar-backend@0.1.37-next.1 - @backstage/plugin-search-backend-module-pg@0.5.1-next.2 - @backstage/plugin-tech-insights-backend@0.5.6-next.2 - @backstage/plugin-techdocs-backend@1.5.1-next.2 - example-app@0.2.79-next.2 - @backstage/plugin-azure-devops-backend@0.3.19-next.1 - @backstage/plugin-azure-sites-backend@0.1.2-next.1 - @backstage/plugin-badges-backend@0.1.34-next.2 - @backstage/plugin-code-coverage-backend@0.2.6-next.2 - @backstage/plugin-explore-backend@0.0.2-next.2 - @backstage/plugin-graphql-backend@0.1.30-next.2 - @backstage/plugin-jenkins-backend@0.1.30-next.2 - @backstage/plugin-kafka-backend@0.2.33-next.2 - @backstage/plugin-permission-backend@0.5.15-next.1 - @backstage/plugin-proxy-backend@0.2.34-next.1 - @backstage/plugin-search-backend@1.2.1-next.2 - @backstage/plugin-search-backend-node@1.1.1-next.2 - @backstage/plugin-tech-insights-backend-module-jsonfc@0.1.24-next.1 - @backstage/plugin-tech-insights-node@0.3.8-next.1 - @backstage/plugin-todo-backend@0.1.37-next.2 - @backstage/catalog-model@1.1.5-next.1 - @backstage/config@1.0.6-next.0 - @backstage/integration@1.4.2-next.0 - @backstage/plugin-permission-common@0.7.3-next.0 - @backstage/plugin-search-common@1.2.1-next.0 ## example-backend-next@0.0.7-next.2 ### Patch Changes - Updated dependencies - @backstage/backend-defaults@0.1.5-next.1 - @backstage/plugin-scaffolder-backend@1.10.0-next.2 - @backstage/plugin-catalog-backend@1.7.0-next.2 - @backstage/plugin-app-backend@0.3.40-next.1 ## techdocs-cli-embedded-app@0.2.78-next.2 ### Patch Changes - Updated dependencies - @backstage/cli@0.22.1-next.2 - @backstage/app-defaults@1.1.0-next.2 - @backstage/core-plugin-api@1.3.0-next.1 - @backstage/core-app-api@1.4.0-next.1 - @backstage/plugin-techdocs-react@1.1.2-next.2 - @backstage/catalog-model@1.1.5-next.1 - @backstage/config@1.0.6-next.0 - @backstage/core-components@0.12.3-next.2 - @backstage/integration-react@1.1.9-next.2 - @backstage/test-utils@1.2.4-next.1 - @backstage/theme@0.2.16 - @backstage/plugin-catalog@1.7.2-next.2 - @backstage/plugin-techdocs@1.4.3-next.2 ## @internal/plugin-catalog-customized@0.0.6-next.2 ### Patch Changes - Updated dependencies - @backstage/plugin-catalog-react@1.2.4-next.2 - @backstage/plugin-catalog@1.7.2-next.2 ## @internal/plugin-todo-list@1.0.9-next.2 ### Patch Changes - Updated dependencies - @backstage/core-plugin-api@1.3.0-next.1 - @backstage/core-components@0.12.3-next.2 - @backstage/theme@0.2.16 ## @internal/plugin-todo-list-backend@1.0.9-next.1 ### Patch Changes - Updated dependencies - @backstage/backend-common@0.18.0-next.1 - @backstage/plugin-auth-node@0.2.9-next.1 - @backstage/config@1.0.6-next.0 - @backstage/errors@1.1.4