# Release v1.11.0-next.2
## @backstage/backend-app-api@0.4.0-next.2
### Minor Changes
- 01a075ec1d: **BREAKING**: Renamed `RootHttpRouterConfigureOptions` to `RootHttpRouterConfigureContext`, and removed the unused type `ServiceOrExtensionPoint`.
- 4ae71b7f2e: **BREAKING** Renaming `*Factory` exports to `*ServiceFactory` instead. For example `configFactory` now is exported as `configServiceFactory`.
- d31d8e00b3: **BREAKING** `HttpServerCertificateOptions` when specified with a `key` and `cert` should also have the `type: 'pem'` instead of `type: 'plain'`
### Patch Changes
- e716946103: Updated usage of the lifecycle service.
- f60cca9da1: Updated database factory to pass service deps required for restoring database state during development.
- 610d65e143: Updates to match new `BackendFeature` type.
- ab22515647: The shutdown signal handlers are now installed as part of the backend instance rather than the lifecycle service, and explicitly cause the process to exit.
- b729f9f31f: Moved the options of the `config` and `rootHttpRouter` services out to the factories themselves, where they belong
- 71a5ec0f06: Updated usages of `LogMeta`.
- Updated dependencies
- @backstage/backend-plugin-api@0.4.0-next.2
- @backstage/backend-common@0.18.2-next.2
- @backstage/backend-tasks@0.4.3-next.2
- @backstage/plugin-auth-node@0.2.11-next.2
- @backstage/plugin-permission-node@0.7.5-next.2
- @backstage/cli-common@0.1.11
- @backstage/config@1.0.6
- @backstage/config-loader@1.1.8
- @backstage/errors@1.1.4
- @backstage/types@1.0.2
## @backstage/backend-dev-utils@0.1.0-next.0
### Minor Changes
- 9d9cdea117: Introduced a new package for backend development utilities. Similar to how `@backstage/dev-utils` is used in the frontend.
## @backstage/backend-plugin-api@0.4.0-next.2
### Minor Changes
- e716946103: **BREAKING**: Split out the hook for both lifecycle services so that the first parameter of `addShutdownHook` is the hook function, and the second is the options.
- 0ff03319be: **BREAKING**: The plugin ID option passed to `createBackendPlugin` is now `pluginId`, rather than just `id`. This is to make it match `createBackendModule` more closely.
- 71a5ec0f06: **BREAKING**: Switched out `LogMeta` type for `JsonObject`.
- 610d65e143: Switched `BackendFeature` to be an opaque type.
### Patch Changes
- 9c9456fd33: Removed the unused `TypesToServiceRef` type
- 181c03edb5: Aligned opaque type markers to all use a `$type` property with namespacing.
- Updated dependencies
- @backstage/backend-tasks@0.4.3-next.2
- @backstage/plugin-auth-node@0.2.11-next.2
- @backstage/config@1.0.6
- @backstage/types@1.0.2
- @backstage/plugin-permission-common@0.7.3
## @backstage/catalog-model@1.2.0-next.1
### Minor Changes
- d51668882d: Adds the tRPC API type to the catalog.
### Patch Changes
- Updated dependencies
- @backstage/config@1.0.6
- @backstage/errors@1.1.4
- @backstage/types@1.0.2
## @backstage/eslint-plugin@0.1.0-next.0
### Minor Changes
- 179d301518: Added a new ESLint plugin with common rules for Backstage projects. See the [README](https://github.com/import-js/eslint-plugin-import/blob/main/packages/eslint-plugin/README.md) for more details.
## @backstage/plugin-adr@0.4.0-next.2
### Minor Changes
- ec34b535c0: The `AdrSearchResultListItem` component is now a search result extension. This means that when rendered as a child of components that render search extensions, the `result`, `rank`, and `highlight` properties are optional. See the [documentation](https://backstage.io/docs/features/search/how-to-guides#how-to-render-search-results-using-extensions) for more details.
### Patch Changes
- ec34b535c0: Support displaying an icon on `AdrSearchResultListItem`
- Updated dependencies
- @backstage/catalog-model@1.2.0-next.1
- @backstage/plugin-search-react@1.5.0-next.1
- @backstage/core-components@0.12.4-next.1
- @backstage/core-plugin-api@1.3.0
- @backstage/integration-react@1.1.10-next.1
- @backstage/theme@0.2.16
- @backstage/plugin-adr-common@0.2.6-next.1
- @backstage/plugin-catalog-react@1.3.0-next.2
- @backstage/plugin-search-common@1.2.1
## @backstage/plugin-api-docs@0.9.0-next.2
### Minor Changes
- 9ed53218a5: Adds a new tRPC API definition widget which users can utilize to integrate their tRPC API definitions into Backstage.
### Patch Changes
- 6856ab98f4: Updated dependency `@asyncapi/react-component` to `1.0.0-next.47`.
- Updated dependencies
- @backstage/catalog-model@1.2.0-next.1
- @backstage/plugin-catalog@1.8.0-next.2
- @backstage/core-components@0.12.4-next.1
- @backstage/core-plugin-api@1.3.0
- @backstage/theme@0.2.16
- @backstage/plugin-catalog-react@1.3.0-next.2
## @backstage/plugin-catalog-backend-module-msgraph@0.5.0-next.2
### Minor Changes
- fb568e2683: Improve performance when loading users via group membership.
Users data is now loaded from a paged query, rather than having to make an extra call per user to load each user's profiles.
Note, there are still additional per user calls made to load user avatars
### Patch Changes
- 28f9883440: Fixed a bug reading the `user.select` field expected from the `app-config.yaml` configuration
- c5b119ad9c: Increased default page size to 999 (from 100) to reduce the number of calls made to the Microsoft Graph API.
- Updated dependencies
- @backstage/backend-plugin-api@0.4.0-next.2
- @backstage/backend-common@0.18.2-next.2
- @backstage/plugin-catalog-backend@1.7.2-next.2
- @backstage/catalog-model@1.2.0-next.1
- @backstage/plugin-catalog-node@1.3.3-next.2
- @backstage/backend-tasks@0.4.3-next.2
- @backstage/config@1.0.6
## @backstage/plugin-entity-validation@0.1.0-next.0
### Minor Changes
- d34b3267f9: First implementation for the entity validation UI. For more information refer to its `README.md`.
### Patch Changes
- Updated dependencies
- @backstage/catalog-model@1.2.0-next.1
- @backstage/core-components@0.12.4-next.1
- @backstage/catalog-client@1.3.1-next.1
- @backstage/core-plugin-api@1.3.0
- @backstage/errors@1.1.4
- @backstage/theme@0.2.16
- @backstage/plugin-catalog-common@1.0.11-next.1
- @backstage/plugin-catalog-react@1.3.0-next.2
## @backstage/plugin-graphql-voyager@0.1.0-next.0
### Minor Changes
- d1fb4b7bf1: Add the new GraphQL Voyager tool as a plugin for backstage, expose necessary API and components needed for it.
For more information on how to use this plugin and configure it, please navigate to the [README](https://github.com/backstage/backstage/tree/v1.11.0-next.2/plugins/graphql-voyager/README.md) of the plugin.
### Patch Changes
- Updated dependencies
- @backstage/core-components@0.12.4-next.1
- @backstage/core-plugin-api@1.3.0
- @backstage/theme@0.2.16
## @backstage/plugin-lighthouse@0.4.0-next.2
### Minor Changes
- eef62546ce: Require @backstage/plugin-lighthouse-common package where API implementation moved to.
**BREAKING**: the following types have been moved to @backstage/plugin-lighthouse-common:
- `Audit`
- `AuditBase`
- `AuditCompleted`
- `AuditFailed`
- `AuditRunning`
- `FetchError`
- `LASListRequest`
- `LASListResponse`
- `LighthouseApi`
- `LighthouseCategoryAbbr`
- `LighthouseCategoryId`
- `LighthouseConfigSettings`
- `LighthouseRestApi`
- `TriggerAuditPayload`
- `Website`
- `WebsiteListResponse`
### Patch Changes
- Updated dependencies
- @backstage/plugin-lighthouse-common@0.1.0-next.0
- @backstage/catalog-model@1.2.0-next.1
- @backstage/core-components@0.12.4-next.1
- @backstage/config@1.0.6
- @backstage/core-plugin-api@1.3.0
- @backstage/theme@0.2.16
- @backstage/plugin-catalog-react@1.3.0-next.2
## @backstage/plugin-lighthouse-backend@0.1.0-next.0
### Minor Changes
- eef62546ce: Introduce Lighthouse Backend Plugin to run scheduled Lighthouse Audits
### Patch Changes
- Updated dependencies
- @backstage/plugin-lighthouse-common@0.1.0-next.0
- @backstage/backend-common@0.18.2-next.2
- @backstage/catalog-model@1.2.0-next.1
- @backstage/backend-tasks@0.4.3-next.2
- @backstage/catalog-client@1.3.1-next.1
- @backstage/config@1.0.6
- @backstage/types@1.0.2
## @backstage/plugin-lighthouse-common@0.1.0-next.0
### Minor Changes
- eef62546ce: Introduce @backstage/plugin-lighthouse-common with the API implementation
### Patch Changes
- Updated dependencies
- @backstage/config@1.0.6
## @backstage/plugin-scaffolder-react@1.1.0-next.2
### Minor Changes
- 5555e17313: refactor `createAsyncValidators` to be recursive to ensure validators are called in nested schemas.
### Patch Changes
- b46f385eff: scaffolder/next: Implementing a simple `OngoingTask` page
- ccbf91051b: bump `@rjsf` `v5` dependencies to 5.1.0
- Updated dependencies
- @backstage/catalog-model@1.2.0-next.1
- @backstage/core-components@0.12.4-next.1
- @backstage/catalog-client@1.3.1-next.1
- @backstage/core-plugin-api@1.3.0
- @backstage/errors@1.1.4
- @backstage/theme@0.2.16
- @backstage/types@1.0.2
- @backstage/version-bridge@1.0.3
- @backstage/plugin-catalog-react@1.3.0-next.2
- @backstage/plugin-scaffolder-common@1.2.5-next.1
## @backstage/plugin-sentry@0.5.0-next.2
### Minor Changes
- 6a8d6b9a0c: Add option to filter issues based on the time it was triggered
### Patch Changes
- Updated dependencies
- @backstage/catalog-model@1.2.0-next.1
- @backstage/core-components@0.12.4-next.1
- @backstage/core-plugin-api@1.3.0
- @backstage/theme@0.2.16
- @backstage/plugin-catalog-react@1.3.0-next.2
## @backstage/app-defaults@1.1.1-next.1
### Patch Changes
- Updated dependencies
- @backstage/core-components@0.12.4-next.1
- @backstage/core-app-api@1.4.1-next.0
- @backstage/core-plugin-api@1.3.0
- @backstage/theme@0.2.16
- @backstage/plugin-permission-react@0.4.9
## @backstage/backend-common@0.18.2-next.2
### Patch Changes
- e716946103: Updated usage of the lifecycle service.
- d31d8e00b3: Updated to work with the new `type: 'pem'` with `createHttpServer` from `@backstage/backend-app-api`
- 0ff03319be: Updated usage of `createBackendPlugin`.
- f60cca9da1: The `DatabaseManager.forPlugin` method now accepts additional service dependencies. There is no need to update existing code to pass these dependencies.
- Updated dependencies
- @backstage/backend-app-api@0.4.0-next.2
- @backstage/backend-plugin-api@0.4.0-next.2
- @backstage/backend-dev-utils@0.1.0-next.0
- @backstage/cli-common@0.1.11
- @backstage/config@1.0.6
- @backstage/config-loader@1.1.8
- @backstage/errors@1.1.4
- @backstage/integration@1.4.2
- @backstage/types@1.0.2
## @backstage/backend-defaults@0.1.7-next.2
### Patch Changes
- e412d33025: Use the new `*ServiceFactory` exports from `@backstage/backend-app-api`
- Updated dependencies
- @backstage/backend-app-api@0.4.0-next.2
- @backstage/backend-plugin-api@0.4.0-next.2
## @backstage/backend-tasks@0.4.3-next.2
### Patch Changes
- Updated dependencies
- @backstage/backend-common@0.18.2-next.2
- @backstage/config@1.0.6
- @backstage/errors@1.1.4
- @backstage/types@1.0.2
## @backstage/backend-test-utils@0.1.34-next.2
### Patch Changes
- baf6e4c96a: Removed unnecessary `@backstage/cli` dependency.
- 1835311713: Added explicit return type signature for `mockServices.config()`.
- e716946103: Updated usage of the lifecycle service.
- 7e7557a2be: Updated the `mockServices.rootLogger` options to accept a single level option instead.
- 610d65e143: Updates to match new `BackendFeature` type.
- e412d33025: Use the new `*ServiceFactory` exports from `@backstage/backend-app-api`
- f1adb2e36b: Removed the `ref` from all `mockServices`.
- 71a5ec0f06: Updated usages of `LogMeta`.
- Updated dependencies
- @backstage/backend-app-api@0.4.0-next.2
- @backstage/backend-plugin-api@0.4.0-next.2
- @backstage/backend-common@0.18.2-next.2
- @backstage/plugin-auth-node@0.2.11-next.2
- @backstage/config@1.0.6
- @backstage/types@1.0.2
## @backstage/catalog-client@1.3.1-next.1
### Patch Changes
- Updated dependencies
- @backstage/catalog-model@1.2.0-next.1
- @backstage/errors@1.1.4
## @backstage/cli@0.22.2-next.1
### Patch Changes
- dd8a9afe66: Replaced several monorepo lint rules with new rules from `@backstage/eslint-plugin`. See the [README](https://github.com/import-js/eslint-plugin-import/blob/main/packages/eslint-plugin/README.md) for a full list of rules.
- 90616df9a8: Added an experimental mode for the `package start` command for backend packages. Enabled by setting `EXPERIMENTAL_BACKEND_START`.
- Updated dependencies
- @backstage/eslint-plugin@0.1.0-next.0
- @backstage/cli-common@0.1.11
- @backstage/config@1.0.6
- @backstage/config-loader@1.1.8
- @backstage/errors@1.1.4
- @backstage/release-manifests@0.0.8
- @backstage/types@1.0.2
## @backstage/codemods@0.1.43-next.0
### Patch Changes
- 02f1316e57: Moved `commander` to being a regular dependency.
- Updated dependencies
- @backstage/cli-common@0.1.11
## @backstage/core-components@0.12.4-next.1
### Patch Changes
- 66e2aab4c4: Navigation items in mobile sidebar now have aria label.
- Updated dependencies
- @backstage/config@1.0.6
- @backstage/core-plugin-api@1.3.0
- @backstage/errors@1.1.4
- @backstage/theme@0.2.16
- @backstage/version-bridge@1.0.3
## @backstage/create-app@0.4.37-next.2
### Patch Changes
- 02f1316e57: Updated `packages/app/cypress/.eslintrc.json` to remove the unnecessary `import/no-extraneous-dependencies` rule.
- Updated dependencies
- @backstage/cli-common@0.1.11
## @backstage/dev-utils@1.0.12-next.2
### Patch Changes
- Updated dependencies
- @backstage/catalog-model@1.2.0-next.1
- @backstage/core-components@0.12.4-next.1
- @backstage/app-defaults@1.1.1-next.1
- @backstage/core-app-api@1.4.1-next.0
- @backstage/core-plugin-api@1.3.0
- @backstage/integration-react@1.1.10-next.1
- @backstage/test-utils@1.2.5-next.0
- @backstage/theme@0.2.16
- @backstage/plugin-catalog-react@1.3.0-next.2
## @backstage/integration-react@1.1.10-next.1
### Patch Changes
- Updated dependencies
- @backstage/core-components@0.12.4-next.1
- @backstage/config@1.0.6
- @backstage/core-plugin-api@1.3.0
- @backstage/integration@1.4.2
- @backstage/theme@0.2.16
## @backstage/repo-tools@0.1.2-next.0
### Patch Changes
- ff63acf30a: Packages without a declared `backstage.role` are now ignored.
- Updated dependencies
- @backstage/cli-common@0.1.11
- @backstage/errors@1.1.4
## @techdocs/cli@1.3.2-next.2
### Patch Changes
- Updated dependencies
- @backstage/backend-common@0.18.2-next.2
- @backstage/catalog-model@1.2.0-next.1
- @backstage/cli-common@0.1.11
- @backstage/config@1.0.6
- @backstage/plugin-techdocs-node@1.4.6-next.2
## @backstage/plugin-adr-backend@0.2.7-next.2
### Patch Changes
- Updated dependencies
- @backstage/backend-common@0.18.2-next.2
- @backstage/catalog-model@1.2.0-next.1
- @backstage/catalog-client@1.3.1-next.1
- @backstage/config@1.0.6
- @backstage/errors@1.1.4
- @backstage/integration@1.4.2
- @backstage/plugin-adr-common@0.2.6-next.1
- @backstage/plugin-search-common@1.2.1
## @backstage/plugin-adr-common@0.2.6-next.1
### Patch Changes
- Updated dependencies
- @backstage/catalog-model@1.2.0-next.1
- @backstage/integration@1.4.2
- @backstage/plugin-search-common@1.2.1
## @backstage/plugin-airbrake@0.3.15-next.2
### Patch Changes
- Updated dependencies
- @backstage/catalog-model@1.2.0-next.1
- @backstage/core-components@0.12.4-next.1
- @backstage/core-plugin-api@1.3.0
- @backstage/dev-utils@1.0.12-next.2
- @backstage/test-utils@1.2.5-next.0
- @backstage/theme@0.2.16
- @backstage/plugin-catalog-react@1.3.0-next.2
## @backstage/plugin-airbrake-backend@0.2.15-next.2
### Patch Changes
- Updated dependencies
- @backstage/backend-common@0.18.2-next.2
- @backstage/config@1.0.6
## @backstage/plugin-allure@0.1.31-next.2
### Patch Changes
- Updated dependencies
- @backstage/catalog-model@1.2.0-next.1
- @backstage/core-components@0.12.4-next.1
- @backstage/core-plugin-api@1.3.0
- @backstage/theme@0.2.16
- @backstage/plugin-catalog-react@1.3.0-next.2
## @backstage/plugin-analytics-module-ga@0.1.26-next.1
### Patch Changes
- Updated dependencies
- @backstage/core-components@0.12.4-next.1
- @backstage/config@1.0.6
- @backstage/core-plugin-api@1.3.0
- @backstage/theme@0.2.16
## @backstage/plugin-apache-airflow@0.2.8-next.1
### Patch Changes
- Updated dependencies
- @backstage/core-components@0.12.4-next.1
- @backstage/core-plugin-api@1.3.0
## @backstage/plugin-apollo-explorer@0.1.8-next.1
### Patch Changes
- Updated dependencies
- @backstage/core-components@0.12.4-next.1
- @backstage/core-plugin-api@1.3.0
- @backstage/theme@0.2.16
## @backstage/plugin-app-backend@0.3.42-next.2
### Patch Changes
- 0ff03319be: Updated usage of `createBackendPlugin`.
- Updated dependencies
- @backstage/backend-plugin-api@0.4.0-next.2
- @backstage/backend-common@0.18.2-next.2
- @backstage/config@1.0.6
- @backstage/config-loader@1.1.8
- @backstage/types@1.0.2
## @backstage/plugin-auth-backend@0.17.5-next.2
### Patch Changes
- Updated dependencies
- @backstage/backend-common@0.18.2-next.2
- @backstage/catalog-model@1.2.0-next.1
- @backstage/plugin-auth-node@0.2.11-next.2
- @backstage/catalog-client@1.3.1-next.1
- @backstage/config@1.0.6
- @backstage/errors@1.1.4
- @backstage/types@1.0.2
## @backstage/plugin-auth-node@0.2.11-next.2
### Patch Changes
- Updated dependencies
- @backstage/backend-common@0.18.2-next.2
- @backstage/config@1.0.6
- @backstage/errors@1.1.4
## @backstage/plugin-azure-devops@0.2.6-next.2
### Patch Changes
- Updated dependencies
- @backstage/catalog-model@1.2.0-next.1
- @backstage/core-components@0.12.4-next.1
- @backstage/core-plugin-api@1.3.0
- @backstage/errors@1.1.4
- @backstage/theme@0.2.16
- @backstage/plugin-azure-devops-common@0.3.0
- @backstage/plugin-catalog-react@1.3.0-next.2
## @backstage/plugin-azure-devops-backend@0.3.21-next.2
### Patch Changes
- Updated dependencies
- @backstage/backend-common@0.18.2-next.2
- @backstage/config@1.0.6
- @backstage/plugin-azure-devops-common@0.3.0
## @backstage/plugin-azure-sites@0.1.4-next.2
### Patch Changes
- 98a00a09d5: Fixed `AzureSites` plugin start and stop issue #15904
Fixed `AzureSites` UI load issue #15907
- Updated dependencies
- @backstage/catalog-model@1.2.0-next.1
- @backstage/core-components@0.12.4-next.1
- @backstage/core-plugin-api@1.3.0
- @backstage/theme@0.2.16
- @backstage/plugin-azure-sites-common@0.1.0
- @backstage/plugin-catalog-react@1.3.0-next.2
## @backstage/plugin-azure-sites-backend@0.1.4-next.2
### Patch Changes
- Updated dependencies
- @backstage/backend-common@0.18.2-next.2
- @backstage/config@1.0.6
- @backstage/plugin-azure-sites-common@0.1.0
## @backstage/plugin-badges@0.2.39-next.2
### Patch Changes
- Updated dependencies
- @backstage/catalog-model@1.2.0-next.1
- @backstage/core-components@0.12.4-next.1
- @backstage/core-plugin-api@1.3.0
- @backstage/errors@1.1.4
- @backstage/theme@0.2.16
- @backstage/plugin-catalog-react@1.3.0-next.2
## @backstage/plugin-badges-backend@0.1.36-next.2
### Patch Changes
- Updated dependencies
- @backstage/backend-common@0.18.2-next.2
- @backstage/catalog-model@1.2.0-next.1
- @backstage/catalog-client@1.3.1-next.1
- @backstage/config@1.0.6
- @backstage/errors@1.1.4
## @backstage/plugin-bazaar@0.2.4-next.2
### Patch Changes
- Updated dependencies
- @backstage/cli@0.22.2-next.1
- @backstage/catalog-model@1.2.0-next.1
- @backstage/plugin-catalog@1.8.0-next.2
- @backstage/core-components@0.12.4-next.1
- @backstage/catalog-client@1.3.1-next.1
- @backstage/core-plugin-api@1.3.0
- @backstage/errors@1.1.4
- @backstage/theme@0.2.16
- @backstage/plugin-catalog-react@1.3.0-next.2
## @backstage/plugin-bazaar-backend@0.2.5-next.2
### Patch Changes
- 0ff03319be: Updated usage of `createBackendPlugin`.
- 4a6f38a535: Added a Backend System plugin feature
- Updated dependencies
- @backstage/backend-plugin-api@0.4.0-next.2
- @backstage/backend-test-utils@0.1.34-next.2
- @backstage/backend-common@0.18.2-next.2
- @backstage/plugin-auth-node@0.2.11-next.2
- @backstage/config@1.0.6
- @backstage/errors@1.1.4
## @backstage/plugin-bitrise@0.1.42-next.2
### Patch Changes
- Updated dependencies
- @backstage/catalog-model@1.2.0-next.1
- @backstage/core-components@0.12.4-next.1
- @backstage/core-plugin-api@1.3.0
- @backstage/theme@0.2.16
- @backstage/plugin-catalog-react@1.3.0-next.2
## @backstage/plugin-catalog@1.8.0-next.2
### Patch Changes
- 66e2aab4c4: `ListItem` wrapper component moved to `SearchResultListItemExtension` for all `*SearchResultListItems` that are exported as extensions. This is to make sure the list only contains list elements.
Note: If you have implemented a custom result list item, we recommend you to remove the list item wrapper to avoid nested `
` elements.
- Updated dependencies
- @backstage/catalog-model@1.2.0-next.1
- @backstage/plugin-search-react@1.5.0-next.1
- @backstage/core-components@0.12.4-next.1
- @backstage/catalog-client@1.3.1-next.1
- @backstage/core-plugin-api@1.3.0
- @backstage/errors@1.1.4
- @backstage/integration-react@1.1.10-next.1
- @backstage/theme@0.2.16
- @backstage/types@1.0.2
- @backstage/plugin-catalog-common@1.0.11-next.1
- @backstage/plugin-catalog-react@1.3.0-next.2
- @backstage/plugin-search-common@1.2.1
## @backstage/plugin-catalog-backend@1.7.2-next.2
### Patch Changes
- e716946103: Updated usage of the lifecycle service.
- 0ff03319be: Updated usage of `createBackendPlugin`.
- Updated dependencies
- @backstage/backend-plugin-api@0.4.0-next.2
- @backstage/backend-common@0.18.2-next.2
- @backstage/catalog-model@1.2.0-next.1
- @backstage/plugin-catalog-node@1.3.3-next.2
- @backstage/plugin-permission-node@0.7.5-next.2
- @backstage/catalog-client@1.3.1-next.1
- @backstage/config@1.0.6
- @backstage/errors@1.1.4
- @backstage/integration@1.4.2
- @backstage/types@1.0.2
- @backstage/plugin-catalog-common@1.0.11-next.1
- @backstage/plugin-permission-common@0.7.3
- @backstage/plugin-scaffolder-common@1.2.5-next.1
- @backstage/plugin-search-common@1.2.1
## @backstage/plugin-catalog-backend-module-aws@0.1.15-next.2
### Patch Changes
- Updated dependencies
- @backstage/backend-plugin-api@0.4.0-next.2
- @backstage/backend-common@0.18.2-next.2
- @backstage/plugin-catalog-backend@1.7.2-next.2
- @backstage/catalog-model@1.2.0-next.1
- @backstage/plugin-catalog-node@1.3.3-next.2
- @backstage/backend-tasks@0.4.3-next.2
- @backstage/config@1.0.6
- @backstage/errors@1.1.4
- @backstage/integration@1.4.2
- @backstage/types@1.0.2
## @backstage/plugin-catalog-backend-module-azure@0.1.13-next.2
### Patch Changes
- Updated dependencies
- @backstage/backend-plugin-api@0.4.0-next.2
- @backstage/backend-common@0.18.2-next.2
- @backstage/plugin-catalog-backend@1.7.2-next.2
- @backstage/catalog-model@1.2.0-next.1
- @backstage/plugin-catalog-node@1.3.3-next.2
- @backstage/backend-tasks@0.4.3-next.2
- @backstage/config@1.0.6
- @backstage/errors@1.1.4
- @backstage/integration@1.4.2
- @backstage/types@1.0.2
## @backstage/plugin-catalog-backend-module-bitbucket@0.2.9-next.2
### Patch Changes
- Updated dependencies
- @backstage/backend-common@0.18.2-next.2
- @backstage/plugin-catalog-backend@1.7.2-next.2
- @backstage/catalog-model@1.2.0-next.1
- @backstage/config@1.0.6
- @backstage/errors@1.1.4
- @backstage/integration@1.4.2
- @backstage/types@1.0.2
- @backstage/plugin-bitbucket-cloud-common@0.2.3
## @backstage/plugin-catalog-backend-module-bitbucket-cloud@0.1.9-next.2
### Patch Changes
- Updated dependencies
- @backstage/backend-plugin-api@0.4.0-next.2
- @backstage/backend-common@0.18.2-next.2
- @backstage/plugin-catalog-backend@1.7.2-next.2
- @backstage/catalog-model@1.2.0-next.1
- @backstage/plugin-events-node@0.2.3-next.2
- @backstage/plugin-catalog-node@1.3.3-next.2
- @backstage/backend-tasks@0.4.3-next.2
- @backstage/catalog-client@1.3.1-next.1
- @backstage/config@1.0.6
- @backstage/integration@1.4.2
- @backstage/plugin-bitbucket-cloud-common@0.2.3
- @backstage/plugin-catalog-common@1.0.11-next.1
## @backstage/plugin-catalog-backend-module-bitbucket-server@0.1.7-next.2
### Patch Changes
- Updated dependencies
- @backstage/backend-plugin-api@0.4.0-next.2
- @backstage/backend-common@0.18.2-next.2
- @backstage/plugin-catalog-backend@1.7.2-next.2
- @backstage/catalog-model@1.2.0-next.1
- @backstage/plugin-catalog-node@1.3.3-next.2
- @backstage/backend-tasks@0.4.3-next.2
- @backstage/config@1.0.6
- @backstage/errors@1.1.4
- @backstage/integration@1.4.2
## @backstage/plugin-catalog-backend-module-gerrit@0.1.10-next.2
### Patch Changes
- Updated dependencies
- @backstage/backend-plugin-api@0.4.0-next.2
- @backstage/backend-common@0.18.2-next.2
- @backstage/plugin-catalog-backend@1.7.2-next.2
- @backstage/catalog-model@1.2.0-next.1
- @backstage/plugin-catalog-node@1.3.3-next.2
- @backstage/backend-tasks@0.4.3-next.2
- @backstage/config@1.0.6
- @backstage/errors@1.1.4
- @backstage/integration@1.4.2
## @backstage/plugin-catalog-backend-module-github@0.2.5-next.2
### Patch Changes
- Updated dependencies
- @backstage/backend-plugin-api@0.4.0-next.2
- @backstage/backend-common@0.18.2-next.2
- @backstage/plugin-catalog-backend@1.7.2-next.2
- @backstage/catalog-model@1.2.0-next.1
- @backstage/plugin-events-node@0.2.3-next.2
- @backstage/plugin-catalog-node@1.3.3-next.2
- @backstage/backend-tasks@0.4.3-next.2
- @backstage/catalog-client@1.3.1-next.1
- @backstage/config@1.0.6
- @backstage/errors@1.1.4
- @backstage/integration@1.4.2
- @backstage/types@1.0.2
- @backstage/plugin-catalog-common@1.0.11-next.1
## @backstage/plugin-catalog-backend-module-gitlab@0.1.13-next.2
### Patch Changes
- 49948f644f: The config now consistently uses the term 'instance' to refer to a single GitLab API host.
- Updated dependencies
- @backstage/backend-plugin-api@0.4.0-next.2
- @backstage/backend-common@0.18.2-next.2
- @backstage/plugin-catalog-backend@1.7.2-next.2
- @backstage/catalog-model@1.2.0-next.1
- @backstage/plugin-catalog-node@1.3.3-next.2
- @backstage/backend-tasks@0.4.3-next.2
- @backstage/config@1.0.6
- @backstage/errors@1.1.4
- @backstage/integration@1.4.2
- @backstage/types@1.0.2
## @backstage/plugin-catalog-backend-module-incremental-ingestion@0.2.0-next.2
### Patch Changes
- 407dc01fc9: Removing extra imports for `run` script as `TestBackend` auto loads the default factories
- 77c41b6924: Updated README to include newer API options for incremental entity providers
- Updated dependencies
- @backstage/backend-plugin-api@0.4.0-next.2
- @backstage/backend-test-utils@0.1.34-next.2
- @backstage/backend-common@0.18.2-next.2
- @backstage/plugin-catalog-backend@1.7.2-next.2
- @backstage/catalog-model@1.2.0-next.1
- @backstage/plugin-events-node@0.2.3-next.2
- @backstage/plugin-catalog-node@1.3.3-next.2
- @backstage/backend-tasks@0.4.3-next.2
- @backstage/config@1.0.6
- @backstage/errors@1.1.4
- @backstage/plugin-permission-common@0.7.3
## @backstage/plugin-catalog-backend-module-ldap@0.5.9-next.2
### Patch Changes
- Updated dependencies
- @backstage/plugin-catalog-backend@1.7.2-next.2
- @backstage/catalog-model@1.2.0-next.1
- @backstage/backend-tasks@0.4.3-next.2
- @backstage/config@1.0.6
- @backstage/errors@1.1.4
- @backstage/types@1.0.2
## @backstage/plugin-catalog-backend-module-openapi@0.1.8-next.2
### Patch Changes
- Updated dependencies
- @backstage/backend-common@0.18.2-next.2
- @backstage/plugin-catalog-backend@1.7.2-next.2
- @backstage/catalog-model@1.2.0-next.1
- @backstage/plugin-catalog-node@1.3.3-next.2
- @backstage/config@1.0.6
- @backstage/integration@1.4.2
- @backstage/types@1.0.2
## @backstage/plugin-catalog-common@1.0.11-next.1
### Patch Changes
- Updated dependencies
- @backstage/catalog-model@1.2.0-next.1
- @backstage/plugin-permission-common@0.7.3
- @backstage/plugin-search-common@1.2.1
## @backstage/plugin-catalog-graph@0.2.27-next.2
### Patch Changes
- Updated dependencies
- @backstage/catalog-model@1.2.0-next.1
- @backstage/core-components@0.12.4-next.1
- @backstage/catalog-client@1.3.1-next.1
- @backstage/core-plugin-api@1.3.0
- @backstage/theme@0.2.16
- @backstage/plugin-catalog-react@1.3.0-next.2
## @backstage/plugin-catalog-graphql@0.3.18-next.1
### Patch Changes
- Updated dependencies
- @backstage/catalog-model@1.2.0-next.1
- @backstage/config@1.0.6
- @backstage/types@1.0.2
## @backstage/plugin-catalog-import@0.9.5-next.2
### Patch Changes
- Updated dependencies
- @backstage/catalog-model@1.2.0-next.1
- @backstage/core-components@0.12.4-next.1
- @backstage/catalog-client@1.3.1-next.1
- @backstage/config@1.0.6
- @backstage/core-plugin-api@1.3.0
- @backstage/errors@1.1.4
- @backstage/integration@1.4.2
- @backstage/integration-react@1.1.10-next.1
- @backstage/plugin-catalog-common@1.0.11-next.1
- @backstage/plugin-catalog-react@1.3.0-next.2
## @backstage/plugin-catalog-node@1.3.3-next.2
### Patch Changes
- Updated dependencies
- @backstage/backend-plugin-api@0.4.0-next.2
- @backstage/catalog-model@1.2.0-next.1
- @backstage/catalog-client@1.3.1-next.1
- @backstage/errors@1.1.4
- @backstage/types@1.0.2
- @backstage/plugin-catalog-common@1.0.11-next.1
## @backstage/plugin-catalog-react@1.3.0-next.2
### Patch Changes
- Updated dependencies
- @backstage/catalog-model@1.2.0-next.1
- @backstage/core-components@0.12.4-next.1
- @backstage/catalog-client@1.3.1-next.1
- @backstage/core-plugin-api@1.3.0
- @backstage/errors@1.1.4
- @backstage/integration@1.4.2
- @backstage/theme@0.2.16
- @backstage/types@1.0.2
- @backstage/version-bridge@1.0.3
- @backstage/plugin-catalog-common@1.0.11-next.1
- @backstage/plugin-permission-common@0.7.3
- @backstage/plugin-permission-react@0.4.9
## @backstage/plugin-cicd-statistics@0.1.17-next.2
### Patch Changes
- Updated dependencies
- @backstage/catalog-model@1.2.0-next.1
- @backstage/core-plugin-api@1.3.0
- @backstage/plugin-catalog-react@1.3.0-next.2
## @backstage/plugin-cicd-statistics-module-gitlab@0.1.11-next.2
### Patch Changes
- Updated dependencies
- @backstage/catalog-model@1.2.0-next.1
- @backstage/core-plugin-api@1.3.0
- @backstage/plugin-cicd-statistics@0.1.17-next.2
## @backstage/plugin-circleci@0.3.15-next.2
### Patch Changes
- 1616e06047: Making workflow a link
- Updated dependencies
- @backstage/catalog-model@1.2.0-next.1
- @backstage/core-components@0.12.4-next.1
- @backstage/core-plugin-api@1.3.0
- @backstage/theme@0.2.16
- @backstage/plugin-catalog-react@1.3.0-next.2
## @backstage/plugin-cloudbuild@0.3.15-next.2
### Patch Changes
- Updated dependencies
- @backstage/catalog-model@1.2.0-next.1
- @backstage/core-components@0.12.4-next.1
- @backstage/core-plugin-api@1.3.0
- @backstage/theme@0.2.16
- @backstage/plugin-catalog-react@1.3.0-next.2
## @backstage/plugin-code-climate@0.1.15-next.2
### Patch Changes
- Updated dependencies
- @backstage/catalog-model@1.2.0-next.1
- @backstage/core-components@0.12.4-next.1
- @backstage/core-plugin-api@1.3.0
- @backstage/theme@0.2.16
- @backstage/plugin-catalog-react@1.3.0-next.2
## @backstage/plugin-code-coverage@0.2.8-next.2
### Patch Changes
- Updated dependencies
- @backstage/catalog-model@1.2.0-next.1
- @backstage/core-components@0.12.4-next.1
- @backstage/config@1.0.6
- @backstage/core-plugin-api@1.3.0
- @backstage/errors@1.1.4
- @backstage/theme@0.2.16
- @backstage/plugin-catalog-react@1.3.0-next.2
## @backstage/plugin-code-coverage-backend@0.2.8-next.2
### Patch Changes
- Updated dependencies
- @backstage/backend-common@0.18.2-next.2
- @backstage/catalog-model@1.2.0-next.1
- @backstage/catalog-client@1.3.1-next.1
- @backstage/config@1.0.6
- @backstage/errors@1.1.4
- @backstage/integration@1.4.2
## @backstage/plugin-codescene@0.1.10-next.1
### Patch Changes
- Updated dependencies
- @backstage/core-components@0.12.4-next.1
- @backstage/config@1.0.6
- @backstage/core-plugin-api@1.3.0
- @backstage/errors@1.1.4
- @backstage/theme@0.2.16
## @backstage/plugin-config-schema@0.1.38-next.1
### Patch Changes
- Updated dependencies
- @backstage/core-components@0.12.4-next.1
- @backstage/config@1.0.6
- @backstage/core-plugin-api@1.3.0
- @backstage/errors@1.1.4
- @backstage/theme@0.2.16
- @backstage/types@1.0.2
## @backstage/plugin-cost-insights@0.12.4-next.2
### Patch Changes
- Updated dependencies
- @backstage/catalog-model@1.2.0-next.1
- @backstage/core-components@0.12.4-next.1
- @backstage/config@1.0.6
- @backstage/core-plugin-api@1.3.0
- @backstage/theme@0.2.16
- @backstage/plugin-catalog-react@1.3.0-next.2
- @backstage/plugin-cost-insights-common@0.1.1
## @backstage/plugin-dynatrace@2.0.0-next.2
### Patch Changes
- Updated dependencies
- @backstage/catalog-model@1.2.0-next.1
- @backstage/core-components@0.12.4-next.1
- @backstage/core-plugin-api@1.3.0
- @backstage/theme@0.2.16
- @backstage/plugin-catalog-react@1.3.0-next.2
## @backstage/plugin-events-backend@0.2.3-next.2
### Patch Changes
- 0ff03319be: Updated usage of `createBackendPlugin`.
- Updated dependencies
- @backstage/backend-plugin-api@0.4.0-next.2
- @backstage/backend-common@0.18.2-next.2
- @backstage/plugin-events-node@0.2.3-next.2
- @backstage/config@1.0.6
## @backstage/plugin-events-backend-module-aws-sqs@0.1.4-next.2
### Patch Changes
- Updated dependencies
- @backstage/backend-plugin-api@0.4.0-next.2
- @backstage/backend-common@0.18.2-next.2
- @backstage/plugin-events-node@0.2.3-next.2
- @backstage/backend-tasks@0.4.3-next.2
- @backstage/config@1.0.6
- @backstage/types@1.0.2
## @backstage/plugin-events-backend-module-azure@0.1.4-next.2
### Patch Changes
- Updated dependencies
- @backstage/backend-plugin-api@0.4.0-next.2
- @backstage/plugin-events-node@0.2.3-next.2
## @backstage/plugin-events-backend-module-bitbucket-cloud@0.1.4-next.2
### Patch Changes
- Updated dependencies
- @backstage/backend-plugin-api@0.4.0-next.2
- @backstage/plugin-events-node@0.2.3-next.2
## @backstage/plugin-events-backend-module-gerrit@0.1.4-next.2
### Patch Changes
- Updated dependencies
- @backstage/backend-plugin-api@0.4.0-next.2
- @backstage/plugin-events-node@0.2.3-next.2
## @backstage/plugin-events-backend-module-github@0.1.4-next.2
### Patch Changes
- Updated dependencies
- @backstage/backend-plugin-api@0.4.0-next.2
- @backstage/plugin-events-node@0.2.3-next.2
- @backstage/config@1.0.6
## @backstage/plugin-events-backend-module-gitlab@0.1.4-next.2
### Patch Changes
- Updated dependencies
- @backstage/backend-plugin-api@0.4.0-next.2
- @backstage/plugin-events-node@0.2.3-next.2
- @backstage/config@1.0.6
## @backstage/plugin-events-backend-test-utils@0.1.4-next.2
### Patch Changes
- Updated dependencies
- @backstage/plugin-events-node@0.2.3-next.2
## @backstage/plugin-events-node@0.2.3-next.2
### Patch Changes
- 19d4abf72c: Make `EventParams` typed for implementing tidier event handling.
- Updated dependencies
- @backstage/backend-plugin-api@0.4.0-next.2
## @backstage/plugin-explore@0.4.0-next.2
### Patch Changes
- 66e2aab4c4: `ListItem` wrapper component moved to `SearchResultListItemExtension` for all `*SearchResultListItems` that are exported as extensions. This is to make sure the list only contains list elements.
Note: If you have implemented a custom result list item, we recommend you to remove the list item wrapper to avoid nested `` elements.
- Updated dependencies
- @backstage/catalog-model@1.2.0-next.1
- @backstage/plugin-search-react@1.5.0-next.1
- @backstage/core-components@0.12.4-next.1
- @backstage/core-plugin-api@1.3.0
- @backstage/errors@1.1.4
- @backstage/theme@0.2.16
- @backstage/plugin-catalog-react@1.3.0-next.2
- @backstage/plugin-explore-common@0.0.1
- @backstage/plugin-explore-react@0.0.25
- @backstage/plugin-search-common@1.2.1
## @backstage/plugin-explore-backend@0.0.4-next.2
### Patch Changes
- Updated dependencies
- @backstage/backend-common@0.18.2-next.2
- @backstage/config@1.0.6
- @backstage/plugin-explore-common@0.0.1
- @backstage/plugin-search-common@1.2.1
## @backstage/plugin-firehydrant@0.1.32-next.2
### Patch Changes
- Updated dependencies
- @backstage/core-components@0.12.4-next.1
- @backstage/core-plugin-api@1.3.0
- @backstage/theme@0.2.16
- @backstage/plugin-catalog-react@1.3.0-next.2
## @backstage/plugin-fossa@0.2.47-next.2
### Patch Changes
- Updated dependencies
- @backstage/catalog-model@1.2.0-next.1
- @backstage/core-components@0.12.4-next.1
- @backstage/core-plugin-api@1.3.0
- @backstage/errors@1.1.4
- @backstage/theme@0.2.16
- @backstage/plugin-catalog-react@1.3.0-next.2
## @backstage/plugin-gcalendar@0.3.11-next.1
### Patch Changes
- Updated dependencies
- @backstage/core-components@0.12.4-next.1
- @backstage/core-plugin-api@1.3.0
- @backstage/errors@1.1.4
- @backstage/theme@0.2.16
## @backstage/plugin-gcp-projects@0.3.34-next.1
### Patch Changes
- Updated dependencies
- @backstage/core-components@0.12.4-next.1
- @backstage/core-plugin-api@1.3.0
- @backstage/theme@0.2.16
## @backstage/plugin-git-release-manager@0.3.28-next.1
### Patch Changes
- Updated dependencies
- @backstage/core-components@0.12.4-next.1
- @backstage/core-plugin-api@1.3.0
- @backstage/integration@1.4.2
- @backstage/theme@0.2.16
## @backstage/plugin-github-actions@0.5.15-next.2
### Patch Changes
- Updated dependencies
- @backstage/catalog-model@1.2.0-next.1
- @backstage/core-components@0.12.4-next.1
- @backstage/core-plugin-api@1.3.0
- @backstage/integration@1.4.2
- @backstage/theme@0.2.16
- @backstage/plugin-catalog-react@1.3.0-next.2
## @backstage/plugin-github-deployments@0.1.46-next.2
### Patch Changes
- Updated dependencies
- @backstage/catalog-model@1.2.0-next.1
- @backstage/core-components@0.12.4-next.1
- @backstage/core-plugin-api@1.3.0
- @backstage/errors@1.1.4
- @backstage/integration@1.4.2
- @backstage/integration-react@1.1.10-next.1
- @backstage/theme@0.2.16
- @backstage/plugin-catalog-react@1.3.0-next.2
## @backstage/plugin-github-issues@0.2.4-next.2
### Patch Changes
- Updated dependencies
- @backstage/catalog-model@1.2.0-next.1
- @backstage/core-components@0.12.4-next.1
- @backstage/core-plugin-api@1.3.0
- @backstage/errors@1.1.4
- @backstage/integration@1.4.2
- @backstage/theme@0.2.16
- @backstage/plugin-catalog-react@1.3.0-next.2
## @backstage/plugin-github-pull-requests-board@0.1.9-next.2
### Patch Changes
- Updated dependencies
- @backstage/catalog-model@1.2.0-next.1
- @backstage/core-components@0.12.4-next.1
- @backstage/core-plugin-api@1.3.0
- @backstage/integration@1.4.2
- @backstage/theme@0.2.16
- @backstage/plugin-catalog-react@1.3.0-next.2
## @backstage/plugin-gitops-profiles@0.3.33-next.1
### Patch Changes
- Updated dependencies
- @backstage/core-components@0.12.4-next.1
- @backstage/core-plugin-api@1.3.0
- @backstage/theme@0.2.16
## @backstage/plugin-gocd@0.1.21-next.2
### Patch Changes
- Updated dependencies
- @backstage/catalog-model@1.2.0-next.1
- @backstage/core-components@0.12.4-next.1
- @backstage/core-plugin-api@1.3.0
- @backstage/errors@1.1.4
- @backstage/theme@0.2.16
- @backstage/plugin-catalog-react@1.3.0-next.2
## @backstage/plugin-graphiql@0.2.47-next.1
### Patch Changes
- Updated dependencies
- @backstage/core-components@0.12.4-next.1
- @backstage/core-plugin-api@1.3.0
- @backstage/theme@0.2.16
## @backstage/plugin-graphql-backend@0.1.32-next.2
### Patch Changes
- Updated dependencies
- @backstage/backend-common@0.18.2-next.2
- @backstage/config@1.0.6
- @backstage/plugin-catalog-graphql@0.3.18-next.1
## @backstage/plugin-home@0.4.31-next.2
### Patch Changes
- Updated dependencies
- @backstage/catalog-model@1.2.0-next.1
- @backstage/core-components@0.12.4-next.1
- @backstage/config@1.0.6
- @backstage/core-plugin-api@1.3.0
- @backstage/theme@0.2.16
- @backstage/plugin-catalog-react@1.3.0-next.2
## @backstage/plugin-ilert@0.2.4-next.2
### Patch Changes
- Updated dependencies
- @backstage/catalog-model@1.2.0-next.1
- @backstage/core-components@0.12.4-next.1
- @backstage/core-plugin-api@1.3.0
- @backstage/errors@1.1.4
- @backstage/theme@0.2.16
- @backstage/plugin-catalog-react@1.3.0-next.2
## @backstage/plugin-jenkins@0.7.14-next.2
### Patch Changes
- Updated dependencies
- @backstage/catalog-model@1.2.0-next.1
- @backstage/core-components@0.12.4-next.1
- @backstage/core-plugin-api@1.3.0
- @backstage/errors@1.1.4
- @backstage/theme@0.2.16
- @backstage/plugin-catalog-react@1.3.0-next.2
- @backstage/plugin-jenkins-common@0.1.13-next.1
## @backstage/plugin-jenkins-backend@0.1.32-next.2
### Patch Changes
- Updated dependencies
- @backstage/backend-common@0.18.2-next.2
- @backstage/catalog-model@1.2.0-next.1
- @backstage/plugin-auth-node@0.2.11-next.2
- @backstage/catalog-client@1.3.1-next.1
- @backstage/config@1.0.6
- @backstage/errors@1.1.4
- @backstage/plugin-jenkins-common@0.1.13-next.1
- @backstage/plugin-permission-common@0.7.3
## @backstage/plugin-jenkins-common@0.1.13-next.1
### Patch Changes
- Updated dependencies
- @backstage/plugin-catalog-common@1.0.11-next.1
- @backstage/plugin-permission-common@0.7.3
## @backstage/plugin-kafka@0.3.15-next.2
### Patch Changes
- Updated dependencies
- @backstage/catalog-model@1.2.0-next.1
- @backstage/core-components@0.12.4-next.1
- @backstage/config@1.0.6
- @backstage/core-plugin-api@1.3.0
- @backstage/theme@0.2.16
- @backstage/plugin-catalog-react@1.3.0-next.2
## @backstage/plugin-kafka-backend@0.2.35-next.2
### Patch Changes
- 0ff03319be: Updated usage of `createBackendPlugin`.
- 4a6f38a535: Added a Backend System plugin feature
- Updated dependencies
- @backstage/backend-plugin-api@0.4.0-next.2
- @backstage/backend-common@0.18.2-next.2
- @backstage/catalog-model@1.2.0-next.1
- @backstage/config@1.0.6
- @backstage/errors@1.1.4
## @backstage/plugin-kubernetes@0.7.8-next.2
### Patch Changes
- Updated dependencies
- @backstage/catalog-model@1.2.0-next.1
- @backstage/core-components@0.12.4-next.1
- @backstage/config@1.0.6
- @backstage/core-plugin-api@1.3.0
- @backstage/theme@0.2.16
- @backstage/plugin-catalog-react@1.3.0-next.2
- @backstage/plugin-kubernetes-common@0.6.0-next.2
## @backstage/plugin-kubernetes-backend@0.9.3-next.2
### Patch Changes
- 7ff81f7692: Kubernetes proxy endpoint now accepts content types that are not json
- Updated dependencies
- @backstage/backend-test-utils@0.1.34-next.2
- @backstage/backend-common@0.18.2-next.2
- @backstage/catalog-model@1.2.0-next.1
- @backstage/plugin-auth-node@0.2.11-next.2
- @backstage/catalog-client@1.3.1-next.1
- @backstage/config@1.0.6
- @backstage/errors@1.1.4
- @backstage/plugin-kubernetes-common@0.6.0-next.2
## @backstage/plugin-kubernetes-common@0.6.0-next.2
### Patch Changes
- Updated dependencies
- @backstage/catalog-model@1.2.0-next.1
## @backstage/plugin-newrelic@0.3.33-next.1
### Patch Changes
- Updated dependencies
- @backstage/core-components@0.12.4-next.1
- @backstage/core-plugin-api@1.3.0
- @backstage/theme@0.2.16
## @backstage/plugin-newrelic-dashboard@0.2.8-next.2
### Patch Changes
- Updated dependencies
- @backstage/catalog-model@1.2.0-next.1
- @backstage/core-components@0.12.4-next.1
- @backstage/core-plugin-api@1.3.0
- @backstage/errors@1.1.4
- @backstage/plugin-catalog-react@1.3.0-next.2
## @backstage/plugin-org@0.6.5-next.2
### Patch Changes
- Updated dependencies
- @backstage/catalog-model@1.2.0-next.1
- @backstage/core-components@0.12.4-next.1
- @backstage/core-plugin-api@1.3.0
- @backstage/theme@0.2.16
- @backstage/plugin-catalog-react@1.3.0-next.2
## @backstage/plugin-org-react@0.1.4-next.2
### Patch Changes
- Updated dependencies
- @backstage/catalog-model@1.2.0-next.1
- @backstage/core-components@0.12.4-next.1
- @backstage/catalog-client@1.3.1-next.1
- @backstage/core-plugin-api@1.3.0
- @backstage/theme@0.2.16
- @backstage/plugin-catalog-react@1.3.0-next.2
## @backstage/plugin-pagerduty@0.5.8-next.2
### Patch Changes
- Updated dependencies
- @backstage/catalog-model@1.2.0-next.1
- @backstage/core-components@0.12.4-next.1
- @backstage/core-plugin-api@1.3.0
- @backstage/errors@1.1.4
- @backstage/theme@0.2.16
- @backstage/plugin-catalog-react@1.3.0-next.2
## @backstage/plugin-periskop@0.1.13-next.2
### Patch Changes
- Updated dependencies
- @backstage/catalog-model@1.2.0-next.1
- @backstage/core-components@0.12.4-next.1
- @backstage/core-plugin-api@1.3.0
- @backstage/errors@1.1.4
- @backstage/theme@0.2.16
- @backstage/plugin-catalog-react@1.3.0-next.2
## @backstage/plugin-periskop-backend@0.1.13-next.2
### Patch Changes
- 0ff03319be: Updated usage of `createBackendPlugin`.
- 4a6f38a535: Added a Backend System plugin feature
- Updated dependencies
- @backstage/backend-plugin-api@0.4.0-next.2
- @backstage/backend-common@0.18.2-next.2
- @backstage/config@1.0.6
## @backstage/plugin-permission-backend@0.5.17-next.2
### Patch Changes
- Updated dependencies
- @backstage/backend-common@0.18.2-next.2
- @backstage/plugin-auth-node@0.2.11-next.2
- @backstage/plugin-permission-node@0.7.5-next.2
- @backstage/config@1.0.6
- @backstage/errors@1.1.4
- @backstage/plugin-permission-common@0.7.3
## @backstage/plugin-permission-node@0.7.5-next.2
### Patch Changes
- Updated dependencies
- @backstage/backend-common@0.18.2-next.2
- @backstage/plugin-auth-node@0.2.11-next.2
- @backstage/config@1.0.6
- @backstage/errors@1.1.4
- @backstage/plugin-permission-common@0.7.3
## @backstage/plugin-playlist@0.1.6-next.2
### Patch Changes
- Updated dependencies
- @backstage/catalog-model@1.2.0-next.1
- @backstage/plugin-search-react@1.5.0-next.1
- @backstage/core-components@0.12.4-next.1
- @backstage/core-plugin-api@1.3.0
- @backstage/errors@1.1.4
- @backstage/theme@0.2.16
- @backstage/plugin-catalog-common@1.0.11-next.1
- @backstage/plugin-catalog-react@1.3.0-next.2
- @backstage/plugin-permission-common@0.7.3
- @backstage/plugin-permission-react@0.4.9
- @backstage/plugin-playlist-common@0.1.4
## @backstage/plugin-playlist-backend@0.2.5-next.2
### Patch Changes
- Updated dependencies
- @backstage/backend-test-utils@0.1.34-next.2
- @backstage/backend-common@0.18.2-next.2
- @backstage/catalog-model@1.2.0-next.1
- @backstage/plugin-auth-node@0.2.11-next.2
- @backstage/plugin-permission-node@0.7.5-next.2
- @backstage/catalog-client@1.3.1-next.1
- @backstage/config@1.0.6
- @backstage/errors@1.1.4
- @backstage/plugin-permission-common@0.7.3
- @backstage/plugin-playlist-common@0.1.4
## @backstage/plugin-proxy-backend@0.2.36-next.2
### Patch Changes
- 0ff03319be: Updated usage of `createBackendPlugin`.
- 4a6f38a535: Added a Backend System plugin feature
- Updated dependencies
- @backstage/backend-plugin-api@0.4.0-next.2
- @backstage/backend-common@0.18.2-next.2
- @backstage/config@1.0.6
## @backstage/plugin-rollbar@0.4.15-next.2
### Patch Changes
- Updated dependencies
- @backstage/catalog-model@1.2.0-next.1
- @backstage/core-components@0.12.4-next.1
- @backstage/core-plugin-api@1.3.0
- @backstage/theme@0.2.16
- @backstage/plugin-catalog-react@1.3.0-next.2
## @backstage/plugin-rollbar-backend@0.1.39-next.2
### Patch Changes
- Updated dependencies
- @backstage/backend-common@0.18.2-next.2
- @backstage/config@1.0.6
## @backstage/plugin-scaffolder@1.11.0-next.2
### Patch Changes
- b46f385eff: scaffolder/next: Implementing a simple `OngoingTask` page
- ccbf91051b: bump `@rjsf` `v5` dependencies to 5.1.0
- Updated dependencies
- @backstage/plugin-scaffolder-react@1.1.0-next.2
- @backstage/catalog-model@1.2.0-next.1
- @backstage/core-components@0.12.4-next.1
- @backstage/catalog-client@1.3.1-next.1
- @backstage/config@1.0.6
- @backstage/core-plugin-api@1.3.0
- @backstage/errors@1.1.4
- @backstage/integration@1.4.2
- @backstage/integration-react@1.1.10-next.1
- @backstage/theme@0.2.16
- @backstage/types@1.0.2
- @backstage/plugin-catalog-common@1.0.11-next.1
- @backstage/plugin-catalog-react@1.3.0-next.2
- @backstage/plugin-permission-react@0.4.9
- @backstage/plugin-scaffolder-common@1.2.5-next.1
## @backstage/plugin-scaffolder-backend@1.11.0-next.2
### Patch Changes
- 0ff03319be: Updated usage of `createBackendPlugin`.
- Updated dependencies
- @backstage/backend-plugin-api@0.4.0-next.2
- @backstage/backend-common@0.18.2-next.2
- @backstage/plugin-catalog-backend@1.7.2-next.2
- @backstage/catalog-model@1.2.0-next.1
- @backstage/plugin-catalog-node@1.3.3-next.2
- @backstage/plugin-scaffolder-node@0.1.0-next.2
- @backstage/backend-tasks@0.4.3-next.2
- @backstage/plugin-auth-node@0.2.11-next.2
- @backstage/catalog-client@1.3.1-next.1
- @backstage/config@1.0.6
- @backstage/errors@1.1.4
- @backstage/integration@1.4.2
- @backstage/types@1.0.2
- @backstage/plugin-scaffolder-common@1.2.5-next.1
## @backstage/plugin-scaffolder-backend-module-cookiecutter@0.2.17-next.2
### Patch Changes
- Updated dependencies
- @backstage/backend-common@0.18.2-next.2
- @backstage/plugin-scaffolder-backend@1.11.0-next.2
- @backstage/plugin-scaffolder-node@0.1.0-next.2
- @backstage/config@1.0.6
- @backstage/errors@1.1.4
- @backstage/integration@1.4.2
- @backstage/types@1.0.2
## @backstage/plugin-scaffolder-backend-module-rails@0.4.10-next.2
### Patch Changes
- Updated dependencies
- @backstage/backend-common@0.18.2-next.2
- @backstage/plugin-scaffolder-backend@1.11.0-next.2
- @backstage/plugin-scaffolder-node@0.1.0-next.2
- @backstage/config@1.0.6
- @backstage/errors@1.1.4
- @backstage/integration@1.4.2
- @backstage/types@1.0.2
## @backstage/plugin-scaffolder-backend-module-sentry@0.1.2-next.2
### Patch Changes
- Updated dependencies
- @backstage/plugin-scaffolder-node@0.1.0-next.2
- @backstage/config@1.0.6
- @backstage/errors@1.1.4
## @backstage/plugin-scaffolder-backend-module-yeoman@0.2.15-next.2
### Patch Changes
- Updated dependencies
- @backstage/plugin-scaffolder-node@0.1.0-next.2
- @backstage/config@1.0.6
- @backstage/types@1.0.2
## @backstage/plugin-scaffolder-common@1.2.5-next.1
### Patch Changes
- Updated dependencies
- @backstage/catalog-model@1.2.0-next.1
- @backstage/types@1.0.2
## @backstage/plugin-scaffolder-node@0.1.0-next.2
### Patch Changes
- Updated dependencies
- @backstage/backend-plugin-api@0.4.0-next.2
- @backstage/catalog-model@1.2.0-next.1
- @backstage/types@1.0.2
- @backstage/plugin-scaffolder-common@1.2.5-next.1
## @backstage/plugin-search@1.1.0-next.2
### Patch Changes
- 66e2aab4c4: Updated colors for each tab used on search modal, to improve color contrast. Aria label added to tabs wrapper component. `disableRipple` property on the `Tab` component removed to improve keyboard navigation indicator.
- Updated dependencies
- @backstage/catalog-model@1.2.0-next.1
- @backstage/plugin-search-react@1.5.0-next.1
- @backstage/core-components@0.12.4-next.1
- @backstage/config@1.0.6
- @backstage/core-plugin-api@1.3.0
- @backstage/errors@1.1.4
- @backstage/theme@0.2.16
- @backstage/types@1.0.2
- @backstage/version-bridge@1.0.3
- @backstage/plugin-catalog-react@1.3.0-next.2
- @backstage/plugin-search-common@1.2.1
## @backstage/plugin-search-backend@1.2.3-next.2
### Patch Changes
- 1b30c9a0f7: Change the router's response to include the error message instead of its object type in case it fails during a search query because the messages have more info.
- Updated dependencies
- @backstage/backend-common@0.18.2-next.2
- @backstage/plugin-auth-node@0.2.11-next.2
- @backstage/plugin-permission-node@0.7.5-next.2
- @backstage/config@1.0.6
- @backstage/errors@1.1.4
- @backstage/types@1.0.2
- @backstage/plugin-permission-common@0.7.3
- @backstage/plugin-search-backend-node@1.1.3-next.2
- @backstage/plugin-search-common@1.2.1
## @backstage/plugin-search-backend-module-elasticsearch@1.1.3-next.2
### Patch Changes
- Updated dependencies
- @backstage/config@1.0.6
- @backstage/plugin-search-backend-node@1.1.3-next.2
- @backstage/plugin-search-common@1.2.1
## @backstage/plugin-search-backend-module-pg@0.5.3-next.2
### Patch Changes
- Updated dependencies
- @backstage/backend-common@0.18.2-next.2
- @backstage/config@1.0.6
- @backstage/plugin-search-backend-node@1.1.3-next.2
- @backstage/plugin-search-common@1.2.1
## @backstage/plugin-search-backend-node@1.1.3-next.2
### Patch Changes
- Updated dependencies
- @backstage/backend-common@0.18.2-next.2
- @backstage/backend-tasks@0.4.3-next.2
- @backstage/config@1.0.6
- @backstage/errors@1.1.4
- @backstage/plugin-permission-common@0.7.3
- @backstage/plugin-search-common@1.2.1
## @backstage/plugin-search-react@1.5.0-next.1
### Patch Changes
- 66e2aab4c4: `ListItem` wrapper component moved to `SearchResultListItemExtension` for all `*SearchResultListItems` that are exported as extensions. This is to make sure the list only contains list elements.
Note: If you have implemented a custom result list item, we recommend you to remove the list item wrapper to avoid nested `` elements.
- Updated dependencies
- @backstage/core-components@0.12.4-next.1
- @backstage/core-plugin-api@1.3.0
- @backstage/theme@0.2.16
- @backstage/types@1.0.2
- @backstage/version-bridge@1.0.3
- @backstage/plugin-search-common@1.2.1
## @backstage/plugin-shortcuts@0.3.7-next.1
### Patch Changes
- Updated dependencies
- @backstage/core-components@0.12.4-next.1
- @backstage/core-plugin-api@1.3.0
- @backstage/theme@0.2.16
- @backstage/types@1.0.2
## @backstage/plugin-sonarqube@0.6.3-next.2
### Patch Changes
- Updated dependencies
- @backstage/catalog-model@1.2.0-next.1
- @backstage/core-components@0.12.4-next.1
- @backstage/core-plugin-api@1.3.0
- @backstage/theme@0.2.16
- @backstage/plugin-catalog-react@1.3.0-next.2
- @backstage/plugin-sonarqube-react@0.1.2-next.1
## @backstage/plugin-sonarqube-backend@0.1.7-next.2
### Patch Changes
- Updated dependencies
- @backstage/backend-common@0.18.2-next.2
- @backstage/config@1.0.6
- @backstage/errors@1.1.4
## @backstage/plugin-sonarqube-react@0.1.2-next.1
### Patch Changes
- Updated dependencies
- @backstage/catalog-model@1.2.0-next.1
- @backstage/core-plugin-api@1.3.0
## @backstage/plugin-splunk-on-call@0.4.4-next.2
### Patch Changes
- Updated dependencies
- @backstage/catalog-model@1.2.0-next.1
- @backstage/core-components@0.12.4-next.1
- @backstage/core-plugin-api@1.3.0
- @backstage/theme@0.2.16
- @backstage/plugin-catalog-react@1.3.0-next.2
## @backstage/plugin-stack-overflow@0.1.11-next.2
### Patch Changes
- Updated dependencies
- @backstage/plugin-search-react@1.5.0-next.1
- @backstage/core-components@0.12.4-next.1
- @backstage/config@1.0.6
- @backstage/core-plugin-api@1.3.0
- @backstage/theme@0.2.16
- @backstage/plugin-home@0.4.31-next.2
- @backstage/plugin-search-common@1.2.1
## @backstage/plugin-stack-overflow-backend@0.1.11-next.2
### Patch Changes
- Updated dependencies
- @backstage/backend-common@0.18.2-next.2
- @backstage/config@1.0.6
- @backstage/plugin-search-common@1.2.1
## @backstage/plugin-tech-insights@0.3.7-next.2
### Patch Changes
- Updated dependencies
- @backstage/catalog-model@1.2.0-next.1
- @backstage/core-components@0.12.4-next.1
- @backstage/core-plugin-api@1.3.0
- @backstage/errors@1.1.4
- @backstage/theme@0.2.16
- @backstage/types@1.0.2
- @backstage/plugin-catalog-react@1.3.0-next.2
- @backstage/plugin-tech-insights-common@0.2.10-next.0
## @backstage/plugin-tech-insights-backend@0.5.8-next.2
### Patch Changes
- Updated dependencies
- @backstage/backend-common@0.18.2-next.2
- @backstage/catalog-model@1.2.0-next.1
- @backstage/backend-tasks@0.4.3-next.2
- @backstage/catalog-client@1.3.1-next.1
- @backstage/config@1.0.6
- @backstage/errors@1.1.4
- @backstage/types@1.0.2
- @backstage/plugin-tech-insights-common@0.2.10-next.0
- @backstage/plugin-tech-insights-node@0.4.0-next.2
## @backstage/plugin-tech-insights-backend-module-jsonfc@0.1.26-next.2
### Patch Changes
- Updated dependencies
- @backstage/backend-common@0.18.2-next.2
- @backstage/config@1.0.6
- @backstage/errors@1.1.4
- @backstage/plugin-tech-insights-common@0.2.10-next.0
- @backstage/plugin-tech-insights-node@0.4.0-next.2
## @backstage/plugin-tech-insights-node@0.4.0-next.2
### Patch Changes
- Updated dependencies
- @backstage/backend-common@0.18.2-next.2
- @backstage/backend-tasks@0.4.3-next.2
- @backstage/config@1.0.6
- @backstage/types@1.0.2
- @backstage/plugin-tech-insights-common@0.2.10-next.0
## @backstage/plugin-tech-radar@0.6.1-next.1
### Patch Changes
- acf6c8c10b: Deprecate `RadarEntry.url` - use `RadarEntry.links` instead
```diff
- url: 'https://www.javascript.com/',
key: 'javascript',
id: 'javascript',
title: 'JavaScript',
quadrant: 'languages',
links: [
+ {
+ url: 'https://www.javascript.com/',
+ title: 'Learn more',
+ },
],
```
- Updated dependencies
- @backstage/core-components@0.12.4-next.1
- @backstage/core-plugin-api@1.3.0
- @backstage/theme@0.2.16
## @backstage/plugin-techdocs@1.5.0-next.2
### Patch Changes
- 66e2aab4c4: `ListItem` wrapper component moved to `SearchResultListItemExtension` for all `*SearchResultListItems` that are exported as extensions. This is to make sure the list only contains list elements.
Note: If you have implemented a custom result list item, we recommend you to remove the list item wrapper to avoid nested `` elements.
- Updated dependencies
- @backstage/catalog-model@1.2.0-next.1
- @backstage/plugin-search-react@1.5.0-next.1
- @backstage/core-components@0.12.4-next.1
- @backstage/config@1.0.6
- @backstage/core-plugin-api@1.3.0
- @backstage/errors@1.1.4
- @backstage/integration@1.4.2
- @backstage/integration-react@1.1.10-next.1
- @backstage/theme@0.2.16
- @backstage/plugin-catalog-react@1.3.0-next.2
- @backstage/plugin-search-common@1.2.1
- @backstage/plugin-techdocs-react@1.1.3-next.2
## @backstage/plugin-techdocs-addons-test-utils@1.0.10-next.2
### Patch Changes
- Updated dependencies
- @backstage/plugin-techdocs@1.5.0-next.2
- @backstage/plugin-catalog@1.8.0-next.2
- @backstage/plugin-search-react@1.5.0-next.1
- @backstage/core-components@0.12.4-next.1
- @backstage/core-app-api@1.4.1-next.0
- @backstage/core-plugin-api@1.3.0
- @backstage/integration-react@1.1.10-next.1
- @backstage/test-utils@1.2.5-next.0
- @backstage/theme@0.2.16
- @backstage/plugin-techdocs-react@1.1.3-next.2
## @backstage/plugin-techdocs-backend@1.5.3-next.2
### Patch Changes
- Updated dependencies
- @backstage/backend-common@0.18.2-next.2
- @backstage/catalog-model@1.2.0-next.1
- @backstage/catalog-client@1.3.1-next.1
- @backstage/config@1.0.6
- @backstage/errors@1.1.4
- @backstage/integration@1.4.2
- @backstage/plugin-catalog-common@1.0.11-next.1
- @backstage/plugin-permission-common@0.7.3
- @backstage/plugin-search-common@1.2.1
- @backstage/plugin-techdocs-node@1.4.6-next.2
## @backstage/plugin-techdocs-module-addons-contrib@1.0.10-next.2
### Patch Changes
- Updated dependencies
- @backstage/core-components@0.12.4-next.1
- @backstage/core-plugin-api@1.3.0
- @backstage/integration@1.4.2
- @backstage/integration-react@1.1.10-next.1
- @backstage/theme@0.2.16
- @backstage/plugin-techdocs-react@1.1.3-next.2
## @backstage/plugin-techdocs-node@1.4.6-next.2
### Patch Changes
- Updated dependencies
- @backstage/backend-common@0.18.2-next.2
- @backstage/catalog-model@1.2.0-next.1
- @backstage/config@1.0.6
- @backstage/errors@1.1.4
- @backstage/integration@1.4.2
- @backstage/integration-aws-node@0.1.1
- @backstage/plugin-search-common@1.2.1
## @backstage/plugin-techdocs-react@1.1.3-next.2
### Patch Changes
- Updated dependencies
- @backstage/catalog-model@1.2.0-next.1
- @backstage/core-components@0.12.4-next.1
- @backstage/config@1.0.6
- @backstage/core-plugin-api@1.3.0
- @backstage/version-bridge@1.0.3
## @backstage/plugin-todo@0.2.17-next.2
### Patch Changes
- Updated dependencies
- @backstage/catalog-model@1.2.0-next.1
- @backstage/core-components@0.12.4-next.1
- @backstage/core-plugin-api@1.3.0
- @backstage/errors@1.1.4
- @backstage/theme@0.2.16
- @backstage/plugin-catalog-react@1.3.0-next.2
## @backstage/plugin-todo-backend@0.1.39-next.2
### Patch Changes
- Updated dependencies
- @backstage/backend-common@0.18.2-next.2
- @backstage/catalog-model@1.2.0-next.1
- @backstage/catalog-client@1.3.1-next.1
- @backstage/config@1.0.6
- @backstage/errors@1.1.4
- @backstage/integration@1.4.2
## @backstage/plugin-user-settings@0.6.3-next.2
### Patch Changes
- Updated dependencies
- @backstage/core-components@0.12.4-next.1
- @backstage/core-app-api@1.4.1-next.0
- @backstage/core-plugin-api@1.3.0
- @backstage/errors@1.1.4
- @backstage/theme@0.2.16
- @backstage/types@1.0.2
- @backstage/plugin-catalog-react@1.3.0-next.2
## @backstage/plugin-user-settings-backend@0.1.6-next.2
### Patch Changes
- 0ff03319be: Updated usage of `createBackendPlugin`.
- 4a6f38a535: Added a Backend System plugin feature
- Updated dependencies
- @backstage/backend-plugin-api@0.4.0-next.2
- @backstage/backend-common@0.18.2-next.2
- @backstage/catalog-model@1.2.0-next.1
- @backstage/plugin-auth-node@0.2.11-next.2
- @backstage/errors@1.1.4
- @backstage/types@1.0.2
## @backstage/plugin-vault@0.1.9-next.2
### Patch Changes
- fd7a77b9c4: Surface additional context and details to the Backstage UI when the Vault plugin encounters non-successful HTTP responses from the Vault API.
- Updated dependencies
- @backstage/catalog-model@1.2.0-next.1
- @backstage/core-components@0.12.4-next.1
- @backstage/core-plugin-api@1.3.0
- @backstage/errors@1.1.4
- @backstage/theme@0.2.16
- @backstage/plugin-catalog-react@1.3.0-next.2
## @backstage/plugin-vault-backend@0.2.8-next.2
### Patch Changes
- Updated dependencies
- @backstage/backend-test-utils@0.1.34-next.2
- @backstage/backend-common@0.18.2-next.2
- @backstage/backend-tasks@0.4.3-next.2
- @backstage/config@1.0.6
- @backstage/errors@1.1.4
## @backstage/plugin-xcmetrics@0.2.35-next.1
### Patch Changes
- Updated dependencies
- @backstage/core-components@0.12.4-next.1
- @backstage/core-plugin-api@1.3.0
- @backstage/errors@1.1.4
- @backstage/theme@0.2.16
## example-app@0.2.80-next.2
### Patch Changes
- Updated dependencies
- @backstage/plugin-scaffolder-react@1.1.0-next.2
- @backstage/plugin-scaffolder@1.11.0-next.2
- @backstage/cli@0.22.2-next.1
- @backstage/plugin-api-docs@0.9.0-next.2
- @backstage/plugin-tech-radar@0.6.1-next.1
- @backstage/catalog-model@1.2.0-next.1
- @backstage/plugin-techdocs@1.5.0-next.2
- @backstage/plugin-explore@0.4.0-next.2
- @backstage/plugin-search-react@1.5.0-next.1
- @backstage/plugin-sentry@0.5.0-next.2
- @backstage/plugin-circleci@0.3.15-next.2
- @backstage/core-components@0.12.4-next.1
- @backstage/plugin-azure-sites@0.1.4-next.2
- @backstage/plugin-search@1.1.0-next.2
- @backstage/plugin-lighthouse@0.4.0-next.2
- @backstage/app-defaults@1.1.1-next.1
- @backstage/config@1.0.6
- @backstage/core-app-api@1.4.1-next.0
- @backstage/core-plugin-api@1.3.0
- @backstage/integration-react@1.1.10-next.1
- @backstage/theme@0.2.16
- @backstage/plugin-airbrake@0.3.15-next.2
- @backstage/plugin-apache-airflow@0.2.8-next.1
- @backstage/plugin-azure-devops@0.2.6-next.2
- @backstage/plugin-badges@0.2.39-next.2
- @backstage/plugin-catalog-common@1.0.11-next.1
- @backstage/plugin-catalog-graph@0.2.27-next.2
- @backstage/plugin-catalog-import@0.9.5-next.2
- @backstage/plugin-catalog-react@1.3.0-next.2
- @backstage/plugin-cloudbuild@0.3.15-next.2
- @backstage/plugin-code-coverage@0.2.8-next.2
- @backstage/plugin-cost-insights@0.12.4-next.2
- @backstage/plugin-dynatrace@2.0.0-next.2
- @backstage/plugin-gcalendar@0.3.11-next.1
- @backstage/plugin-gcp-projects@0.3.34-next.1
- @backstage/plugin-github-actions@0.5.15-next.2
- @backstage/plugin-gocd@0.1.21-next.2
- @backstage/plugin-graphiql@0.2.47-next.1
- @backstage/plugin-home@0.4.31-next.2
- @backstage/plugin-jenkins@0.7.14-next.2
- @backstage/plugin-kafka@0.3.15-next.2
- @backstage/plugin-kubernetes@0.7.8-next.2
- @backstage/plugin-newrelic@0.3.33-next.1
- @backstage/plugin-newrelic-dashboard@0.2.8-next.2
- @backstage/plugin-org@0.6.5-next.2
- @backstage/plugin-pagerduty@0.5.8-next.2
- @backstage/plugin-permission-react@0.4.9
- @backstage/plugin-playlist@0.1.6-next.2
- @backstage/plugin-rollbar@0.4.15-next.2
- @backstage/plugin-search-common@1.2.1
- @backstage/plugin-shortcuts@0.3.7-next.1
- @backstage/plugin-stack-overflow@0.1.11-next.2
- @backstage/plugin-tech-insights@0.3.7-next.2
- @backstage/plugin-techdocs-module-addons-contrib@1.0.10-next.2
- @backstage/plugin-techdocs-react@1.1.3-next.2
- @backstage/plugin-todo@0.2.17-next.2
- @backstage/plugin-user-settings@0.6.3-next.2
- @internal/plugin-catalog-customized@0.0.7-next.2
## example-backend@0.2.80-next.2
### Patch Changes
- Updated dependencies
- @backstage/plugin-lighthouse-backend@0.1.0-next.0
- @backstage/backend-common@0.18.2-next.2
- @backstage/plugin-catalog-backend@1.7.2-next.2
- @backstage/plugin-search-backend@1.2.3-next.2
- @backstage/plugin-scaffolder-backend@1.11.0-next.2
- @backstage/plugin-events-backend@0.2.3-next.2
- @backstage/plugin-kafka-backend@0.2.35-next.2
- @backstage/plugin-proxy-backend@0.2.36-next.2
- @backstage/plugin-app-backend@0.3.42-next.2
- @backstage/catalog-model@1.2.0-next.1
- @backstage/plugin-kubernetes-backend@0.9.3-next.2
- @backstage/plugin-events-node@0.2.3-next.2
- @backstage/plugin-catalog-node@1.3.3-next.2
- @backstage/backend-tasks@0.4.3-next.2
- @backstage/plugin-auth-backend@0.17.5-next.2
- @backstage/plugin-auth-node@0.2.11-next.2
- @backstage/plugin-permission-node@0.7.5-next.2
- @backstage/plugin-playlist-backend@0.2.5-next.2
- @backstage/plugin-rollbar-backend@0.1.39-next.2
- @backstage/plugin-search-backend-module-pg@0.5.3-next.2
- @backstage/plugin-tech-insights-backend@0.5.8-next.2
- @backstage/plugin-techdocs-backend@1.5.3-next.2
- example-app@0.2.80-next.2
- @backstage/catalog-client@1.3.1-next.1
- @backstage/config@1.0.6
- @backstage/integration@1.4.2
- @backstage/plugin-adr-backend@0.2.7-next.2
- @backstage/plugin-azure-devops-backend@0.3.21-next.2
- @backstage/plugin-azure-sites-backend@0.1.4-next.2
- @backstage/plugin-badges-backend@0.1.36-next.2
- @backstage/plugin-code-coverage-backend@0.2.8-next.2
- @backstage/plugin-explore-backend@0.0.4-next.2
- @backstage/plugin-graphql-backend@0.1.32-next.2
- @backstage/plugin-jenkins-backend@0.1.32-next.2
- @backstage/plugin-permission-backend@0.5.17-next.2
- @backstage/plugin-permission-common@0.7.3
- @backstage/plugin-scaffolder-backend-module-rails@0.4.10-next.2
- @backstage/plugin-search-backend-module-elasticsearch@1.1.3-next.2
- @backstage/plugin-search-backend-node@1.1.3-next.2
- @backstage/plugin-search-common@1.2.1
- @backstage/plugin-tech-insights-backend-module-jsonfc@0.1.26-next.2
- @backstage/plugin-tech-insights-node@0.4.0-next.2
- @backstage/plugin-todo-backend@0.1.39-next.2
## example-backend-next@0.0.8-next.2
### Patch Changes
- Updated dependencies
- @backstage/plugin-catalog-backend@1.7.2-next.2
- @backstage/plugin-scaffolder-backend@1.11.0-next.2
- @backstage/plugin-app-backend@0.3.42-next.2
- @backstage/backend-defaults@0.1.7-next.2
## techdocs-cli-embedded-app@0.2.79-next.2
### Patch Changes
- Updated dependencies
- @backstage/cli@0.22.2-next.1
- @backstage/catalog-model@1.2.0-next.1
- @backstage/plugin-techdocs@1.5.0-next.2
- @backstage/plugin-catalog@1.8.0-next.2
- @backstage/core-components@0.12.4-next.1
- @backstage/app-defaults@1.1.1-next.1
- @backstage/config@1.0.6
- @backstage/core-app-api@1.4.1-next.0
- @backstage/core-plugin-api@1.3.0
- @backstage/integration-react@1.1.10-next.1
- @backstage/test-utils@1.2.5-next.0
- @backstage/theme@0.2.16
- @backstage/plugin-techdocs-react@1.1.3-next.2
## @internal/plugin-catalog-customized@0.0.7-next.2
### Patch Changes
- Updated dependencies
- @backstage/plugin-catalog@1.8.0-next.2
- @backstage/plugin-catalog-react@1.3.0-next.2
## @internal/plugin-todo-list@1.0.10-next.1
### Patch Changes
- Updated dependencies
- @backstage/core-components@0.12.4-next.1
- @backstage/core-plugin-api@1.3.0
- @backstage/theme@0.2.16
## @internal/plugin-todo-list-backend@1.0.10-next.2
### Patch Changes
- Updated dependencies
- @backstage/backend-plugin-api@0.4.0-next.2
- @backstage/backend-common@0.18.2-next.2
- @backstage/plugin-auth-node@0.2.11-next.2
- @backstage/config@1.0.6
- @backstage/errors@1.1.4