# Release v1.10.0-next.0 ## @backstage/catalog-client@1.3.0-next.0 ### Minor Changes - f75bf76330: Implemented support for the `order` directive on `getEntities` ### Patch Changes - Updated dependencies - @backstage/catalog-model@1.1.5-next.0 - @backstage/errors@1.1.4 ## @backstage/plugin-catalog-backend@1.7.0-next.0 ### Minor Changes - f75bf76330: Implemented server side ordering in the entities endpoint ### Patch Changes - d136793ff0: Fixed an issue where internal references in the catalog would stick around for longer than expected, causing entities to not be deleted or orphaned as expected. - Updated dependencies - @backstage/catalog-model@1.1.5-next.0 - @backstage/plugin-scaffolder-common@1.2.4-next.0 - @backstage/catalog-client@1.3.0-next.0 - @backstage/backend-common@0.17.0 - @backstage/backend-plugin-api@0.2.0 - @backstage/config@1.0.5 - @backstage/errors@1.1.4 - @backstage/integration@1.4.1 - @backstage/types@1.0.2 - @backstage/plugin-catalog-common@1.0.10-next.0 - @backstage/plugin-catalog-node@1.3.1-next.0 - @backstage/plugin-permission-common@0.7.2 - @backstage/plugin-permission-node@0.7.2 - @backstage/plugin-search-common@1.2.0 ## @backstage/plugin-scaffolder@1.10.0-next.0 ### Minor Changes - e4c0240445: Added `catalogFilter` field to OwnerPicker and EntityPicker components to support filtering options by any field(s) of an entity. The `allowedKinds` field has been deprecated. Use `catalogFilter` instead. This field allows users to specify a filter on the shape of [EntityFilterQuery](https://github.com/backstage/backstage/blob/774c42003782121d3d6b2aa5f2865d53370c160e/packages/catalog-client/src/types/api.ts#L74), which can be passed into the CatalogClient. See examples below: - Get all entities of kind `Group` ```yaml owner: title: Owner type: string description: Owner of the component ui:field: OwnerPicker ui:options: catalogFilter: - kind: Group ``` - Get entities of kind `Group` and spec.type `team` ```yaml owner: title: Owner type: string description: Owner of the component ui:field: OwnerPicker ui:options: catalogFilter: - kind: Group spec.type: team ``` ### Patch Changes - 3c112f6967: rollback `@rjsf/validator-ajv8` to `@rjsf/validator-v6` - 223e2c5f03: add `onChange` handler to`Stepper` component - Updated dependencies - @backstage/catalog-model@1.1.5-next.0 - @backstage/plugin-scaffolder-common@1.2.4-next.0 - @backstage/catalog-client@1.3.0-next.0 - @backstage/plugin-catalog-react@1.2.4-next.0 - @backstage/core-components@0.12.3-next.0 - @backstage/config@1.0.5 - @backstage/core-plugin-api@1.2.0 - @backstage/errors@1.1.4 - @backstage/integration@1.4.1 - @backstage/integration-react@1.1.9-next.0 - @backstage/theme@0.2.16 - @backstage/types@1.0.2 - @backstage/plugin-catalog-common@1.0.10-next.0 - @backstage/plugin-permission-react@0.4.8 ## @backstage/app-defaults@1.0.11-next.0 ### Patch Changes - Updated dependencies - @backstage/core-components@0.12.3-next.0 - @backstage/core-app-api@1.3.0 - @backstage/core-plugin-api@1.2.0 - @backstage/theme@0.2.16 - @backstage/plugin-permission-react@0.4.8 ## @backstage/backend-test-utils@0.1.32-next.0 ### Patch Changes - Updated dependencies - @backstage/cli@0.22.1-next.0 - @backstage/backend-app-api@0.2.4 - @backstage/backend-common@0.17.0 - @backstage/backend-plugin-api@0.2.0 - @backstage/config@1.0.5 ## @backstage/catalog-model@1.1.5-next.0 ### Patch Changes - 011bd518b7: Fixed spelling mistakes in documentation. - Updated dependencies - @backstage/config@1.0.5 - @backstage/errors@1.1.4 - @backstage/types@1.0.2 ## @backstage/cli@0.22.1-next.0 ### Patch Changes - 47c10706df: Fixed an issue where the CLI would fail to function when there was a mix of workspace and non-workspace versions of the same package in `yarn.lock` when using Yarn 3. - a62a1f9dca: The frontend serve task now filters out allowed package duplicates during its package check, just like `versions:bump` and `versions:check`. - 7c8a974515: The `repo test`, `repo lint`, and `repo build` commands will now analyze `yarn.lock` for dependency changes when searching for changed packages. This allows you to use the `--since ` flag even if you have `yarn.lock` changes. - e1b71e142e: Workspace ranges are no longer considered invalid by version commands. - Updated dependencies - @backstage/cli-common@0.1.11 - @backstage/config@1.0.5 - @backstage/config-loader@1.1.7 - @backstage/errors@1.1.4 - @backstage/release-manifests@0.0.8 - @backstage/types@1.0.2 ## @backstage/core-components@0.12.3-next.0 ### Patch Changes - f2ea446de0: Applied fix from v1.9.1 - Updated dependencies - @backstage/config@1.0.5 - @backstage/core-plugin-api@1.2.0 - @backstage/errors@1.1.4 - @backstage/theme@0.2.16 - @backstage/version-bridge@1.0.3 ## @backstage/create-app@0.4.36-next.0 ### Patch Changes - Bumped create-app version. - Updated dependencies - @backstage/cli-common@0.1.11 ## @backstage/dev-utils@1.0.11-next.0 ### Patch Changes - Updated dependencies - @backstage/catalog-model@1.1.5-next.0 - @backstage/plugin-catalog-react@1.2.4-next.0 - @backstage/core-components@0.12.3-next.0 - @backstage/app-defaults@1.0.11-next.0 - @backstage/core-app-api@1.3.0 - @backstage/core-plugin-api@1.2.0 - @backstage/integration-react@1.1.9-next.0 - @backstage/test-utils@1.2.3 - @backstage/theme@0.2.16 ## @backstage/integration-react@1.1.9-next.0 ### Patch Changes - Updated dependencies - @backstage/core-components@0.12.3-next.0 - @backstage/config@1.0.5 - @backstage/core-plugin-api@1.2.0 - @backstage/integration@1.4.1 - @backstage/theme@0.2.16 ## @backstage/repo-tools@0.1.1-next.0 ### Patch Changes - c447a5221b: Use the project tsconfig in case of selection all packages - 93cff3053e: Move some dependencies as `peerDependencies` because we need to always use same version as in `api-extractor` - 75275b0b0b: Updated dependency `@microsoft/tsdoc-config` to `0.16.2`. - Updated dependencies - @backstage/cli-common@0.1.11 - @backstage/errors@1.1.4 ## @techdocs/cli@1.2.5-next.0 ### Patch Changes - Updated dependencies - @backstage/catalog-model@1.1.5-next.0 - @backstage/backend-common@0.17.0 - @backstage/cli-common@0.1.11 - @backstage/config@1.0.5 - @backstage/plugin-techdocs-node@1.4.4-next.0 ## @backstage/plugin-adr@0.2.6-next.0 ### Patch Changes - Updated dependencies - @backstage/catalog-model@1.1.5-next.0 - @backstage/plugin-catalog-react@1.2.4-next.0 - @backstage/core-components@0.12.3-next.0 - @backstage/core-plugin-api@1.2.0 - @backstage/integration-react@1.1.9-next.0 - @backstage/theme@0.2.16 - @backstage/plugin-adr-common@0.2.5-next.0 - @backstage/plugin-search-common@1.2.0 - @backstage/plugin-search-react@1.3.2-next.0 ## @backstage/plugin-adr-backend@0.2.5-next.0 ### Patch Changes - Updated dependencies - @backstage/catalog-model@1.1.5-next.0 - @backstage/catalog-client@1.3.0-next.0 - @backstage/backend-common@0.17.0 - @backstage/config@1.0.5 - @backstage/errors@1.1.4 - @backstage/integration@1.4.1 - @backstage/plugin-adr-common@0.2.5-next.0 - @backstage/plugin-search-common@1.2.0 ## @backstage/plugin-adr-common@0.2.5-next.0 ### Patch Changes - Updated dependencies - @backstage/catalog-model@1.1.5-next.0 - @backstage/integration@1.4.1 - @backstage/plugin-search-common@1.2.0 ## @backstage/plugin-airbrake@0.3.14-next.0 ### Patch Changes - Updated dependencies - @backstage/catalog-model@1.1.5-next.0 - @backstage/plugin-catalog-react@1.2.4-next.0 - @backstage/core-components@0.12.3-next.0 - @backstage/core-plugin-api@1.2.0 - @backstage/dev-utils@1.0.11-next.0 - @backstage/test-utils@1.2.3 - @backstage/theme@0.2.16 ## @backstage/plugin-allure@0.1.30-next.0 ### Patch Changes - Updated dependencies - @backstage/catalog-model@1.1.5-next.0 - @backstage/plugin-catalog-react@1.2.4-next.0 - @backstage/core-components@0.12.3-next.0 - @backstage/core-plugin-api@1.2.0 - @backstage/theme@0.2.16 ## @backstage/plugin-analytics-module-ga@0.1.25-next.0 ### Patch Changes - Updated dependencies - @backstage/core-components@0.12.3-next.0 - @backstage/config@1.0.5 - @backstage/core-plugin-api@1.2.0 - @backstage/theme@0.2.16 ## @backstage/plugin-apache-airflow@0.2.7-next.0 ### Patch Changes - Updated dependencies - @backstage/core-components@0.12.3-next.0 - @backstage/core-plugin-api@1.2.0 ## @backstage/plugin-api-docs@0.8.14-next.0 ### Patch Changes - Updated dependencies - @backstage/catalog-model@1.1.5-next.0 - @backstage/plugin-catalog-react@1.2.4-next.0 - @backstage/core-components@0.12.3-next.0 - @backstage/core-plugin-api@1.2.0 - @backstage/theme@0.2.16 - @backstage/plugin-catalog@1.7.2-next.0 ## @backstage/plugin-apollo-explorer@0.1.7-next.0 ### Patch Changes - Updated dependencies - @backstage/core-components@0.12.3-next.0 - @backstage/core-plugin-api@1.2.0 - @backstage/theme@0.2.16 ## @backstage/plugin-auth-backend@0.17.3-next.0 ### Patch Changes - Updated dependencies - @backstage/catalog-model@1.1.5-next.0 - @backstage/catalog-client@1.3.0-next.0 - @backstage/backend-common@0.17.0 - @backstage/config@1.0.5 - @backstage/errors@1.1.4 - @backstage/types@1.0.2 - @backstage/plugin-auth-node@0.2.8 ## @backstage/plugin-azure-devops@0.2.5-next.0 ### Patch Changes - Updated dependencies - @backstage/catalog-model@1.1.5-next.0 - @backstage/plugin-catalog-react@1.2.4-next.0 - @backstage/core-components@0.12.3-next.0 - @backstage/core-plugin-api@1.2.0 - @backstage/errors@1.1.4 - @backstage/theme@0.2.16 - @backstage/plugin-azure-devops-common@0.3.0 ## @backstage/plugin-azure-sites@0.1.3-next.0 ### Patch Changes - Updated dependencies - @backstage/catalog-model@1.1.5-next.0 - @backstage/plugin-catalog-react@1.2.4-next.0 - @backstage/core-components@0.12.3-next.0 - @backstage/core-plugin-api@1.2.0 - @backstage/theme@0.2.16 - @backstage/plugin-azure-sites-common@0.1.0 ## @backstage/plugin-badges@0.2.38-next.0 ### Patch Changes - Updated dependencies - @backstage/catalog-model@1.1.5-next.0 - @backstage/plugin-catalog-react@1.2.4-next.0 - @backstage/core-components@0.12.3-next.0 - @backstage/core-plugin-api@1.2.0 - @backstage/errors@1.1.4 - @backstage/theme@0.2.16 ## @backstage/plugin-badges-backend@0.1.34-next.0 ### Patch Changes - Updated dependencies - @backstage/catalog-model@1.1.5-next.0 - @backstage/catalog-client@1.3.0-next.0 - @backstage/backend-common@0.17.0 - @backstage/config@1.0.5 - @backstage/errors@1.1.4 ## @backstage/plugin-bazaar@0.2.3-next.0 ### Patch Changes - Updated dependencies - @backstage/cli@0.22.1-next.0 - @backstage/catalog-model@1.1.5-next.0 - @backstage/catalog-client@1.3.0-next.0 - @backstage/plugin-catalog-react@1.2.4-next.0 - @backstage/core-components@0.12.3-next.0 - @backstage/core-plugin-api@1.2.0 - @backstage/errors@1.1.4 - @backstage/plugin-catalog@1.7.2-next.0 ## @backstage/plugin-bazaar-backend@0.2.3-next.0 ### Patch Changes - Updated dependencies - @backstage/backend-common@0.17.0 - @backstage/backend-test-utils@0.1.32-next.0 - @backstage/config@1.0.5 - @backstage/errors@1.1.4 - @backstage/plugin-auth-node@0.2.8 ## @backstage/plugin-bitrise@0.1.41-next.0 ### Patch Changes - Updated dependencies - @backstage/catalog-model@1.1.5-next.0 - @backstage/plugin-catalog-react@1.2.4-next.0 - @backstage/core-components@0.12.3-next.0 - @backstage/core-plugin-api@1.2.0 - @backstage/theme@0.2.16 ## @backstage/plugin-catalog@1.7.2-next.0 ### Patch Changes - Updated dependencies - @backstage/catalog-model@1.1.5-next.0 - @backstage/catalog-client@1.3.0-next.0 - @backstage/plugin-catalog-react@1.2.4-next.0 - @backstage/core-components@0.12.3-next.0 - @backstage/core-plugin-api@1.2.0 - @backstage/errors@1.1.4 - @backstage/integration-react@1.1.9-next.0 - @backstage/theme@0.2.16 - @backstage/types@1.0.2 - @backstage/plugin-catalog-common@1.0.10-next.0 - @backstage/plugin-search-common@1.2.0 - @backstage/plugin-search-react@1.3.2-next.0 ## @backstage/plugin-catalog-backend-module-aws@0.1.13-next.0 ### Patch Changes - Updated dependencies - @backstage/catalog-model@1.1.5-next.0 - @backstage/plugin-catalog-backend@1.7.0-next.0 - @backstage/backend-common@0.17.0 - @backstage/backend-plugin-api@0.2.0 - @backstage/backend-tasks@0.4.0 - @backstage/config@1.0.5 - @backstage/errors@1.1.4 - @backstage/integration@1.4.1 - @backstage/types@1.0.2 - @backstage/plugin-catalog-node@1.3.1-next.0 ## @backstage/plugin-catalog-backend-module-azure@0.1.11-next.0 ### Patch Changes - Updated dependencies - @backstage/catalog-model@1.1.5-next.0 - @backstage/plugin-catalog-backend@1.7.0-next.0 - @backstage/backend-common@0.17.0 - @backstage/backend-plugin-api@0.2.0 - @backstage/backend-tasks@0.4.0 - @backstage/config@1.0.5 - @backstage/errors@1.1.4 - @backstage/integration@1.4.1 - @backstage/types@1.0.2 - @backstage/plugin-catalog-node@1.3.1-next.0 ## @backstage/plugin-catalog-backend-module-bitbucket@0.2.7-next.0 ### Patch Changes - Updated dependencies - @backstage/catalog-model@1.1.5-next.0 - @backstage/plugin-catalog-backend@1.7.0-next.0 - @backstage/backend-common@0.17.0 - @backstage/config@1.0.5 - @backstage/errors@1.1.4 - @backstage/integration@1.4.1 - @backstage/types@1.0.2 - @backstage/plugin-bitbucket-cloud-common@0.2.2 ## @backstage/plugin-catalog-backend-module-bitbucket-cloud@0.1.7-next.0 ### Patch Changes - Updated dependencies - @backstage/catalog-model@1.1.5-next.0 - @backstage/catalog-client@1.3.0-next.0 - @backstage/plugin-catalog-backend@1.7.0-next.0 - @backstage/backend-common@0.17.0 - @backstage/backend-plugin-api@0.2.0 - @backstage/backend-tasks@0.4.0 - @backstage/config@1.0.5 - @backstage/integration@1.4.1 - @backstage/plugin-bitbucket-cloud-common@0.2.2 - @backstage/plugin-catalog-common@1.0.10-next.0 - @backstage/plugin-catalog-node@1.3.1-next.0 - @backstage/plugin-events-node@0.2.0 ## @backstage/plugin-catalog-backend-module-bitbucket-server@0.1.5-next.0 ### Patch Changes - Updated dependencies - @backstage/catalog-model@1.1.5-next.0 - @backstage/plugin-catalog-backend@1.7.0-next.0 - @backstage/backend-common@0.17.0 - @backstage/backend-plugin-api@0.2.0 - @backstage/backend-tasks@0.4.0 - @backstage/config@1.0.5 - @backstage/errors@1.1.4 - @backstage/integration@1.4.1 - @backstage/plugin-catalog-node@1.3.1-next.0 ## @backstage/plugin-catalog-backend-module-gerrit@0.1.8-next.0 ### Patch Changes - Updated dependencies - @backstage/catalog-model@1.1.5-next.0 - @backstage/plugin-catalog-backend@1.7.0-next.0 - @backstage/backend-common@0.17.0 - @backstage/backend-plugin-api@0.2.0 - @backstage/backend-tasks@0.4.0 - @backstage/config@1.0.5 - @backstage/errors@1.1.4 - @backstage/integration@1.4.1 - @backstage/plugin-catalog-node@1.3.1-next.0 ## @backstage/plugin-catalog-backend-module-github@0.2.3-next.0 ### Patch Changes - Updated dependencies - @backstage/catalog-model@1.1.5-next.0 - @backstage/catalog-client@1.3.0-next.0 - @backstage/plugin-catalog-backend@1.7.0-next.0 - @backstage/backend-common@0.17.0 - @backstage/backend-plugin-api@0.2.0 - @backstage/backend-tasks@0.4.0 - @backstage/config@1.0.5 - @backstage/errors@1.1.4 - @backstage/integration@1.4.1 - @backstage/types@1.0.2 - @backstage/plugin-catalog-common@1.0.10-next.0 - @backstage/plugin-catalog-node@1.3.1-next.0 - @backstage/plugin-events-node@0.2.0 ## @backstage/plugin-catalog-backend-module-gitlab@0.1.11-next.0 ### Patch Changes - Updated dependencies - @backstage/catalog-model@1.1.5-next.0 - @backstage/plugin-catalog-backend@1.7.0-next.0 - @backstage/backend-common@0.17.0 - @backstage/backend-plugin-api@0.2.0 - @backstage/backend-tasks@0.4.0 - @backstage/config@1.0.5 - @backstage/errors@1.1.4 - @backstage/integration@1.4.1 - @backstage/types@1.0.2 - @backstage/plugin-catalog-node@1.3.1-next.0 ## @backstage/plugin-catalog-backend-module-incremental-ingestion@0.1.1-next.0 ### Patch Changes - Updated dependencies - @backstage/catalog-model@1.1.5-next.0 - @backstage/plugin-catalog-backend@1.7.0-next.0 - @backstage/backend-common@0.17.0 - @backstage/backend-plugin-api@0.2.0 - @backstage/backend-tasks@0.4.0 - @backstage/backend-test-utils@0.1.32-next.0 - @backstage/config@1.0.5 - @backstage/errors@1.1.4 - @backstage/plugin-catalog-node@1.3.1-next.0 - @backstage/plugin-permission-common@0.7.2 ## @backstage/plugin-catalog-backend-module-ldap@0.5.7-next.0 ### Patch Changes - Updated dependencies - @backstage/catalog-model@1.1.5-next.0 - @backstage/plugin-catalog-backend@1.7.0-next.0 - @backstage/backend-tasks@0.4.0 - @backstage/config@1.0.5 - @backstage/errors@1.1.4 - @backstage/types@1.0.2 ## @backstage/plugin-catalog-backend-module-msgraph@0.4.6-next.0 ### Patch Changes - Updated dependencies - @backstage/catalog-model@1.1.5-next.0 - @backstage/plugin-catalog-backend@1.7.0-next.0 - @backstage/backend-plugin-api@0.2.0 - @backstage/backend-tasks@0.4.0 - @backstage/config@1.0.5 - @backstage/plugin-catalog-node@1.3.1-next.0 ## @backstage/plugin-catalog-backend-module-openapi@0.1.6-next.0 ### Patch Changes - Updated dependencies - @backstage/catalog-model@1.1.5-next.0 - @backstage/plugin-catalog-backend@1.7.0-next.0 - @backstage/backend-common@0.17.0 - @backstage/config@1.0.5 - @backstage/integration@1.4.1 - @backstage/types@1.0.2 - @backstage/plugin-catalog-node@1.3.1-next.0 ## @backstage/plugin-catalog-common@1.0.10-next.0 ### Patch Changes - Updated dependencies - @backstage/catalog-model@1.1.5-next.0 - @backstage/plugin-permission-common@0.7.2 - @backstage/plugin-search-common@1.2.0 ## @backstage/plugin-catalog-graph@0.2.26-next.0 ### Patch Changes - Updated dependencies - @backstage/catalog-model@1.1.5-next.0 - @backstage/catalog-client@1.3.0-next.0 - @backstage/plugin-catalog-react@1.2.4-next.0 - @backstage/core-components@0.12.3-next.0 - @backstage/core-plugin-api@1.2.0 - @backstage/theme@0.2.16 ## @backstage/plugin-catalog-graphql@0.3.17-next.0 ### Patch Changes - Updated dependencies - @backstage/catalog-model@1.1.5-next.0 - @backstage/config@1.0.5 - @backstage/types@1.0.2 ## @backstage/plugin-catalog-import@0.9.4-next.0 ### Patch Changes - Updated dependencies - @backstage/catalog-model@1.1.5-next.0 - @backstage/catalog-client@1.3.0-next.0 - @backstage/plugin-catalog-react@1.2.4-next.0 - @backstage/core-components@0.12.3-next.0 - @backstage/config@1.0.5 - @backstage/core-plugin-api@1.2.0 - @backstage/errors@1.1.4 - @backstage/integration@1.4.1 - @backstage/integration-react@1.1.9-next.0 - @backstage/plugin-catalog-common@1.0.10-next.0 ## @backstage/plugin-catalog-node@1.3.1-next.0 ### Patch Changes - Updated dependencies - @backstage/catalog-model@1.1.5-next.0 - @backstage/catalog-client@1.3.0-next.0 - @backstage/backend-plugin-api@0.2.0 - @backstage/errors@1.1.4 - @backstage/types@1.0.2 - @backstage/plugin-catalog-common@1.0.10-next.0 ## @backstage/plugin-catalog-react@1.2.4-next.0 ### Patch Changes - 37426f6f5e: Fixed bug in `EntityTagPicker` that filtered on unavailable tags for the selected kind. - Updated dependencies - @backstage/catalog-model@1.1.5-next.0 - @backstage/catalog-client@1.3.0-next.0 - @backstage/core-components@0.12.3-next.0 - @backstage/core-plugin-api@1.2.0 - @backstage/errors@1.1.4 - @backstage/integration@1.4.1 - @backstage/theme@0.2.16 - @backstage/types@1.0.2 - @backstage/version-bridge@1.0.3 - @backstage/plugin-catalog-common@1.0.10-next.0 - @backstage/plugin-permission-common@0.7.2 - @backstage/plugin-permission-react@0.4.8 ## @backstage/plugin-cicd-statistics@0.1.16-next.0 ### Patch Changes - Updated dependencies - @backstage/catalog-model@1.1.5-next.0 - @backstage/plugin-catalog-react@1.2.4-next.0 - @backstage/core-plugin-api@1.2.0 ## @backstage/plugin-cicd-statistics-module-gitlab@0.1.10-next.0 ### Patch Changes - Updated dependencies - @backstage/catalog-model@1.1.5-next.0 - @backstage/core-plugin-api@1.2.0 - @backstage/plugin-cicd-statistics@0.1.16-next.0 ## @backstage/plugin-circleci@0.3.14-next.0 ### Patch Changes - Updated dependencies - @backstage/catalog-model@1.1.5-next.0 - @backstage/plugin-catalog-react@1.2.4-next.0 - @backstage/core-components@0.12.3-next.0 - @backstage/core-plugin-api@1.2.0 - @backstage/theme@0.2.16 ## @backstage/plugin-cloudbuild@0.3.14-next.0 ### Patch Changes - Updated dependencies - @backstage/catalog-model@1.1.5-next.0 - @backstage/plugin-catalog-react@1.2.4-next.0 - @backstage/core-components@0.12.3-next.0 - @backstage/core-plugin-api@1.2.0 - @backstage/theme@0.2.16 ## @backstage/plugin-code-climate@0.1.14-next.0 ### Patch Changes - Updated dependencies - @backstage/catalog-model@1.1.5-next.0 - @backstage/plugin-catalog-react@1.2.4-next.0 - @backstage/core-components@0.12.3-next.0 - @backstage/core-plugin-api@1.2.0 - @backstage/theme@0.2.16 ## @backstage/plugin-code-coverage@0.2.7-next.0 ### Patch Changes - Updated dependencies - @backstage/catalog-model@1.1.5-next.0 - @backstage/plugin-catalog-react@1.2.4-next.0 - @backstage/core-components@0.12.3-next.0 - @backstage/config@1.0.5 - @backstage/core-plugin-api@1.2.0 - @backstage/errors@1.1.4 - @backstage/theme@0.2.16 ## @backstage/plugin-code-coverage-backend@0.2.6-next.0 ### Patch Changes - dcfdaeccd3: `RouterOptions` now accepts an optional `catalogApi` argument, allowing custom catalog clients to be used. This is leveraged in the local standalone development runner to pass in a catalog client that returns fake data. - Updated dependencies - @backstage/catalog-model@1.1.5-next.0 - @backstage/catalog-client@1.3.0-next.0 - @backstage/backend-common@0.17.0 - @backstage/config@1.0.5 - @backstage/errors@1.1.4 - @backstage/integration@1.4.1 ## @backstage/plugin-codescene@0.1.9-next.0 ### Patch Changes - Updated dependencies - @backstage/core-components@0.12.3-next.0 - @backstage/config@1.0.5 - @backstage/core-plugin-api@1.2.0 - @backstage/errors@1.1.4 - @backstage/theme@0.2.16 ## @backstage/plugin-config-schema@0.1.37-next.0 ### Patch Changes - Updated dependencies - @backstage/core-components@0.12.3-next.0 - @backstage/config@1.0.5 - @backstage/core-plugin-api@1.2.0 - @backstage/errors@1.1.4 - @backstage/theme@0.2.16 - @backstage/types@1.0.2 ## @backstage/plugin-cost-insights@0.12.3-next.0 ### Patch Changes - Updated dependencies - @backstage/catalog-model@1.1.5-next.0 - @backstage/plugin-catalog-react@1.2.4-next.0 - @backstage/core-components@0.12.3-next.0 - @backstage/config@1.0.5 - @backstage/core-plugin-api@1.2.0 - @backstage/test-utils@1.2.3 - @backstage/theme@0.2.16 - @backstage/plugin-cost-insights-common@0.1.1 ## @backstage/plugin-dynatrace@1.0.4-next.0 ### Patch Changes - Updated dependencies - @backstage/catalog-model@1.1.5-next.0 - @backstage/plugin-catalog-react@1.2.4-next.0 - @backstage/core-components@0.12.3-next.0 - @backstage/core-plugin-api@1.2.0 - @backstage/theme@0.2.16 ## @backstage/plugin-explore@0.3.45-next.0 ### Patch Changes - d318d4f659: Makes the `GroupsDiagram` not grown on screen on its own. - Updated dependencies - @backstage/catalog-model@1.1.5-next.0 - @backstage/plugin-catalog-react@1.2.4-next.0 - @backstage/core-components@0.12.3-next.0 - @backstage/core-plugin-api@1.2.0 - @backstage/errors@1.1.4 - @backstage/theme@0.2.16 - @backstage/plugin-explore-common@0.0.1 - @backstage/plugin-explore-react@0.0.24 - @backstage/plugin-search-common@1.2.0 - @backstage/plugin-search-react@1.3.2-next.0 ## @backstage/plugin-explore-backend@0.0.2-next.0 ### Patch Changes - 358554ff3c: Bump `msw` to `^0.49.0` - Updated dependencies - @backstage/backend-common@0.17.0 - @backstage/config@1.0.5 - @backstage/plugin-explore-common@0.0.1 - @backstage/plugin-search-common@1.2.0 ## @backstage/plugin-firehydrant@0.1.31-next.0 ### Patch Changes - Updated dependencies - @backstage/plugin-catalog-react@1.2.4-next.0 - @backstage/core-components@0.12.3-next.0 - @backstage/core-plugin-api@1.2.0 - @backstage/theme@0.2.16 ## @backstage/plugin-fossa@0.2.46-next.0 ### Patch Changes - Updated dependencies - @backstage/catalog-model@1.1.5-next.0 - @backstage/plugin-catalog-react@1.2.4-next.0 - @backstage/core-components@0.12.3-next.0 - @backstage/core-plugin-api@1.2.0 - @backstage/errors@1.1.4 - @backstage/theme@0.2.16 ## @backstage/plugin-gcalendar@0.3.10-next.0 ### Patch Changes - Updated dependencies - @backstage/core-components@0.12.3-next.0 - @backstage/core-plugin-api@1.2.0 - @backstage/errors@1.1.4 - @backstage/theme@0.2.16 ## @backstage/plugin-gcp-projects@0.3.33-next.0 ### Patch Changes - Updated dependencies - @backstage/core-components@0.12.3-next.0 - @backstage/core-plugin-api@1.2.0 - @backstage/theme@0.2.16 ## @backstage/plugin-git-release-manager@0.3.27-next.0 ### Patch Changes - Updated dependencies - @backstage/core-components@0.12.3-next.0 - @backstage/core-plugin-api@1.2.0 - @backstage/integration@1.4.1 - @backstage/theme@0.2.16 ## @backstage/plugin-github-actions@0.5.14-next.0 ### Patch Changes - Updated dependencies - @backstage/catalog-model@1.1.5-next.0 - @backstage/plugin-catalog-react@1.2.4-next.0 - @backstage/core-components@0.12.3-next.0 - @backstage/core-plugin-api@1.2.0 - @backstage/integration@1.4.1 - @backstage/theme@0.2.16 ## @backstage/plugin-github-deployments@0.1.45-next.0 ### Patch Changes - Updated dependencies - @backstage/catalog-model@1.1.5-next.0 - @backstage/plugin-catalog-react@1.2.4-next.0 - @backstage/core-components@0.12.3-next.0 - @backstage/core-plugin-api@1.2.0 - @backstage/errors@1.1.4 - @backstage/integration@1.4.1 - @backstage/integration-react@1.1.9-next.0 - @backstage/theme@0.2.16 ## @backstage/plugin-github-issues@0.2.3-next.0 ### Patch Changes - Updated dependencies - @backstage/catalog-model@1.1.5-next.0 - @backstage/plugin-catalog-react@1.2.4-next.0 - @backstage/core-components@0.12.3-next.0 - @backstage/core-plugin-api@1.2.0 - @backstage/errors@1.1.4 - @backstage/integration@1.4.1 - @backstage/theme@0.2.16 ## @backstage/plugin-github-pull-requests-board@0.1.8-next.0 ### Patch Changes - Updated dependencies - @backstage/catalog-model@1.1.5-next.0 - @backstage/plugin-catalog-react@1.2.4-next.0 - @backstage/core-components@0.12.3-next.0 - @backstage/core-plugin-api@1.2.0 - @backstage/integration@1.4.1 - @backstage/theme@0.2.16 ## @backstage/plugin-gitops-profiles@0.3.32-next.0 ### Patch Changes - Updated dependencies - @backstage/core-components@0.12.3-next.0 - @backstage/core-plugin-api@1.2.0 - @backstage/theme@0.2.16 ## @backstage/plugin-gocd@0.1.20-next.0 ### Patch Changes - Updated dependencies - @backstage/catalog-model@1.1.5-next.0 - @backstage/plugin-catalog-react@1.2.4-next.0 - @backstage/core-components@0.12.3-next.0 - @backstage/core-plugin-api@1.2.0 - @backstage/errors@1.1.4 - @backstage/theme@0.2.16 ## @backstage/plugin-graphiql@0.2.46-next.0 ### Patch Changes - Updated dependencies - @backstage/core-components@0.12.3-next.0 - @backstage/core-plugin-api@1.2.0 - @backstage/theme@0.2.16 ## @backstage/plugin-graphql-backend@0.1.30-next.0 ### Patch Changes - Updated dependencies - @backstage/backend-common@0.17.0 - @backstage/config@1.0.5 - @backstage/plugin-catalog-graphql@0.3.17-next.0 ## @backstage/plugin-home@0.4.30-next.0 ### Patch Changes - Updated dependencies - @backstage/catalog-model@1.1.5-next.0 - @backstage/plugin-catalog-react@1.2.4-next.0 - @backstage/core-components@0.12.3-next.0 - @backstage/config@1.0.5 - @backstage/core-plugin-api@1.2.0 - @backstage/theme@0.2.16 - @backstage/plugin-stack-overflow@0.1.10-next.0 ## @backstage/plugin-ilert@0.2.3-next.0 ### Patch Changes - b1279d396d: fixed error on service page not showing if historical uptime was disabled on a service - Updated dependencies - @backstage/catalog-model@1.1.5-next.0 - @backstage/plugin-catalog-react@1.2.4-next.0 - @backstage/core-components@0.12.3-next.0 - @backstage/core-plugin-api@1.2.0 - @backstage/errors@1.1.4 - @backstage/theme@0.2.16 ## @backstage/plugin-jenkins@0.7.13-next.0 ### Patch Changes - Updated dependencies - @backstage/catalog-model@1.1.5-next.0 - @backstage/plugin-catalog-react@1.2.4-next.0 - @backstage/core-components@0.12.3-next.0 - @backstage/core-plugin-api@1.2.0 - @backstage/errors@1.1.4 - @backstage/theme@0.2.16 - @backstage/plugin-jenkins-common@0.1.12-next.0 ## @backstage/plugin-jenkins-backend@0.1.30-next.0 ### Patch Changes - Updated dependencies - @backstage/catalog-model@1.1.5-next.0 - @backstage/catalog-client@1.3.0-next.0 - @backstage/backend-common@0.17.0 - @backstage/config@1.0.5 - @backstage/errors@1.1.4 - @backstage/plugin-auth-node@0.2.8 - @backstage/plugin-jenkins-common@0.1.12-next.0 - @backstage/plugin-permission-common@0.7.2 ## @backstage/plugin-jenkins-common@0.1.12-next.0 ### Patch Changes - Updated dependencies - @backstage/plugin-catalog-common@1.0.10-next.0 - @backstage/plugin-permission-common@0.7.2 ## @backstage/plugin-kafka@0.3.14-next.0 ### Patch Changes - Updated dependencies - @backstage/catalog-model@1.1.5-next.0 - @backstage/plugin-catalog-react@1.2.4-next.0 - @backstage/core-components@0.12.3-next.0 - @backstage/config@1.0.5 - @backstage/core-plugin-api@1.2.0 - @backstage/theme@0.2.16 ## @backstage/plugin-kafka-backend@0.2.33-next.0 ### Patch Changes - Updated dependencies - @backstage/catalog-model@1.1.5-next.0 - @backstage/backend-common@0.17.0 - @backstage/config@1.0.5 - @backstage/errors@1.1.4 ## @backstage/plugin-kubernetes@0.7.7-next.0 ### Patch Changes - Updated dependencies - @backstage/catalog-model@1.1.5-next.0 - @backstage/plugin-catalog-react@1.2.4-next.0 - @backstage/core-components@0.12.3-next.0 - @backstage/config@1.0.5 - @backstage/core-plugin-api@1.2.0 - @backstage/theme@0.2.16 - @backstage/plugin-kubernetes-common@0.5.1-next.0 ## @backstage/plugin-kubernetes-backend@0.9.1-next.0 ### Patch Changes - Updated dependencies - @backstage/catalog-model@1.1.5-next.0 - @backstage/catalog-client@1.3.0-next.0 - @backstage/backend-common@0.17.0 - @backstage/backend-test-utils@0.1.32-next.0 - @backstage/config@1.0.5 - @backstage/errors@1.1.4 - @backstage/plugin-auth-node@0.2.8 - @backstage/plugin-kubernetes-common@0.5.1-next.0 ## @backstage/plugin-kubernetes-common@0.5.1-next.0 ### Patch Changes - Updated dependencies - @backstage/catalog-model@1.1.5-next.0 ## @backstage/plugin-lighthouse@0.3.14-next.0 ### Patch Changes - Updated dependencies - @backstage/catalog-model@1.1.5-next.0 - @backstage/plugin-catalog-react@1.2.4-next.0 - @backstage/core-components@0.12.3-next.0 - @backstage/config@1.0.5 - @backstage/core-plugin-api@1.2.0 - @backstage/theme@0.2.16 ## @backstage/plugin-newrelic@0.3.32-next.0 ### Patch Changes - Updated dependencies - @backstage/core-components@0.12.3-next.0 - @backstage/core-plugin-api@1.2.0 - @backstage/theme@0.2.16 ## @backstage/plugin-newrelic-dashboard@0.2.7-next.0 ### Patch Changes - Updated dependencies - @backstage/catalog-model@1.1.5-next.0 - @backstage/plugin-catalog-react@1.2.4-next.0 - @backstage/core-components@0.12.3-next.0 - @backstage/core-plugin-api@1.2.0 - @backstage/errors@1.1.4 ## @backstage/plugin-org@0.6.4-next.0 ### Patch Changes - Updated dependencies - @backstage/catalog-model@1.1.5-next.0 - @backstage/plugin-catalog-react@1.2.4-next.0 - @backstage/core-components@0.12.3-next.0 - @backstage/core-plugin-api@1.2.0 - @backstage/theme@0.2.16 ## @backstage/plugin-org-react@0.1.3-next.0 ### Patch Changes - Updated dependencies - @backstage/catalog-model@1.1.5-next.0 - @backstage/catalog-client@1.3.0-next.0 - @backstage/plugin-catalog-react@1.2.4-next.0 - @backstage/core-components@0.12.3-next.0 - @backstage/core-plugin-api@1.2.0 - @backstage/theme@0.2.16 ## @backstage/plugin-pagerduty@0.5.7-next.0 ### Patch Changes - Updated dependencies - @backstage/catalog-model@1.1.5-next.0 - @backstage/plugin-catalog-react@1.2.4-next.0 - @backstage/core-components@0.12.3-next.0 - @backstage/core-plugin-api@1.2.0 - @backstage/errors@1.1.4 - @backstage/theme@0.2.16 ## @backstage/plugin-periskop@0.1.12-next.0 ### Patch Changes - Updated dependencies - @backstage/catalog-model@1.1.5-next.0 - @backstage/plugin-catalog-react@1.2.4-next.0 - @backstage/core-components@0.12.3-next.0 - @backstage/core-plugin-api@1.2.0 - @backstage/errors@1.1.4 - @backstage/theme@0.2.16 ## @backstage/plugin-playlist@0.1.5-next.0 ### Patch Changes - Updated dependencies - @backstage/catalog-model@1.1.5-next.0 - @backstage/plugin-catalog-react@1.2.4-next.0 - @backstage/core-components@0.12.3-next.0 - @backstage/core-plugin-api@1.2.0 - @backstage/errors@1.1.4 - @backstage/theme@0.2.16 - @backstage/plugin-catalog-common@1.0.10-next.0 - @backstage/plugin-permission-common@0.7.2 - @backstage/plugin-permission-react@0.4.8 - @backstage/plugin-playlist-common@0.1.3 - @backstage/plugin-search-react@1.3.2-next.0 ## @backstage/plugin-playlist-backend@0.2.3-next.0 ### Patch Changes - Updated dependencies - @backstage/catalog-model@1.1.5-next.0 - @backstage/catalog-client@1.3.0-next.0 - @backstage/backend-common@0.17.0 - @backstage/backend-test-utils@0.1.32-next.0 - @backstage/config@1.0.5 - @backstage/errors@1.1.4 - @backstage/plugin-auth-node@0.2.8 - @backstage/plugin-permission-common@0.7.2 - @backstage/plugin-permission-node@0.7.2 - @backstage/plugin-playlist-common@0.1.3 ## @backstage/plugin-rollbar@0.4.14-next.0 ### Patch Changes - Updated dependencies - @backstage/catalog-model@1.1.5-next.0 - @backstage/plugin-catalog-react@1.2.4-next.0 - @backstage/core-components@0.12.3-next.0 - @backstage/core-plugin-api@1.2.0 - @backstage/theme@0.2.16 ## @backstage/plugin-scaffolder-backend@1.9.1-next.0 ### Patch Changes - e4c0240445: Added `catalogFilter` field to OwnerPicker and EntityPicker components to support filtering options by any field(s) of an entity. The `allowedKinds` field has been deprecated. Use `catalogFilter` instead. This field allows users to specify a filter on the shape of [EntityFilterQuery](https://github.com/backstage/backstage/blob/774c42003782121d3d6b2aa5f2865d53370c160e/packages/catalog-client/src/types/api.ts#L74), which can be passed into the CatalogClient. See examples below: - Get all entities of kind `Group` ```yaml owner: title: Owner type: string description: Owner of the component ui:field: OwnerPicker ui:options: catalogFilter: - kind: Group ``` - Get entities of kind `Group` and spec.type `team` ```yaml owner: title: Owner type: string description: Owner of the component ui:field: OwnerPicker ui:options: catalogFilter: - kind: Group spec.type: team ``` - Updated dependencies - @backstage/catalog-model@1.1.5-next.0 - @backstage/plugin-scaffolder-common@1.2.4-next.0 - @backstage/catalog-client@1.3.0-next.0 - @backstage/plugin-catalog-backend@1.7.0-next.0 - @backstage/backend-common@0.17.0 - @backstage/backend-plugin-api@0.2.0 - @backstage/backend-tasks@0.4.0 - @backstage/config@1.0.5 - @backstage/errors@1.1.4 - @backstage/integration@1.4.1 - @backstage/types@1.0.2 - @backstage/plugin-auth-node@0.2.8 - @backstage/plugin-catalog-node@1.3.1-next.0 ## @backstage/plugin-scaffolder-backend-module-cookiecutter@0.2.15-next.0 ### Patch Changes - e4c0240445: Added `catalogFilter` field to OwnerPicker and EntityPicker components to support filtering options by any field(s) of an entity. The `allowedKinds` field has been deprecated. Use `catalogFilter` instead. This field allows users to specify a filter on the shape of [EntityFilterQuery](https://github.com/backstage/backstage/blob/774c42003782121d3d6b2aa5f2865d53370c160e/packages/catalog-client/src/types/api.ts#L74), which can be passed into the CatalogClient. See examples below: - Get all entities of kind `Group` ```yaml owner: title: Owner type: string description: Owner of the component ui:field: OwnerPicker ui:options: catalogFilter: - kind: Group ``` - Get entities of kind `Group` and spec.type `team` ```yaml owner: title: Owner type: string description: Owner of the component ui:field: OwnerPicker ui:options: catalogFilter: - kind: Group spec.type: team ``` - Updated dependencies - @backstage/plugin-scaffolder-backend@1.9.1-next.0 - @backstage/backend-common@0.17.0 - @backstage/config@1.0.5 - @backstage/errors@1.1.4 - @backstage/integration@1.4.1 - @backstage/types@1.0.2 ## @backstage/plugin-scaffolder-backend-module-rails@0.4.8-next.0 ### Patch Changes - e4c0240445: Added `catalogFilter` field to OwnerPicker and EntityPicker components to support filtering options by any field(s) of an entity. The `allowedKinds` field has been deprecated. Use `catalogFilter` instead. This field allows users to specify a filter on the shape of [EntityFilterQuery](https://github.com/backstage/backstage/blob/774c42003782121d3d6b2aa5f2865d53370c160e/packages/catalog-client/src/types/api.ts#L74), which can be passed into the CatalogClient. See examples below: - Get all entities of kind `Group` ```yaml owner: title: Owner type: string description: Owner of the component ui:field: OwnerPicker ui:options: catalogFilter: - kind: Group ``` - Get entities of kind `Group` and spec.type `team` ```yaml owner: title: Owner type: string description: Owner of the component ui:field: OwnerPicker ui:options: catalogFilter: - kind: Group spec.type: team ``` - Updated dependencies - @backstage/plugin-scaffolder-backend@1.9.1-next.0 - @backstage/backend-common@0.17.0 - @backstage/config@1.0.5 - @backstage/errors@1.1.4 - @backstage/integration@1.4.1 - @backstage/types@1.0.2 ## @backstage/plugin-scaffolder-backend-module-yeoman@0.2.13-next.0 ### Patch Changes - e4c0240445: Added `catalogFilter` field to OwnerPicker and EntityPicker components to support filtering options by any field(s) of an entity. The `allowedKinds` field has been deprecated. Use `catalogFilter` instead. This field allows users to specify a filter on the shape of [EntityFilterQuery](https://github.com/backstage/backstage/blob/774c42003782121d3d6b2aa5f2865d53370c160e/packages/catalog-client/src/types/api.ts#L74), which can be passed into the CatalogClient. See examples below: - Get all entities of kind `Group` ```yaml owner: title: Owner type: string description: Owner of the component ui:field: OwnerPicker ui:options: catalogFilter: - kind: Group ``` - Get entities of kind `Group` and spec.type `team` ```yaml owner: title: Owner type: string description: Owner of the component ui:field: OwnerPicker ui:options: catalogFilter: - kind: Group spec.type: team ``` - Updated dependencies - @backstage/plugin-scaffolder-backend@1.9.1-next.0 - @backstage/config@1.0.5 - @backstage/types@1.0.2 ## @backstage/plugin-scaffolder-common@1.2.4-next.0 ### Patch Changes - 011bd518b7: Fixed spelling mistakes in documentation. - Updated dependencies - @backstage/catalog-model@1.1.5-next.0 - @backstage/types@1.0.2 ## @backstage/plugin-search@1.0.7-next.0 ### Patch Changes - Updated dependencies - @backstage/catalog-model@1.1.5-next.0 - @backstage/plugin-catalog-react@1.2.4-next.0 - @backstage/core-components@0.12.3-next.0 - @backstage/config@1.0.5 - @backstage/core-plugin-api@1.2.0 - @backstage/errors@1.1.4 - @backstage/theme@0.2.16 - @backstage/types@1.0.2 - @backstage/version-bridge@1.0.3 - @backstage/plugin-search-common@1.2.0 - @backstage/plugin-search-react@1.3.2-next.0 ## @backstage/plugin-search-backend@1.2.1-next.0 ### Patch Changes - bfd66b0478: Allow max page limit for search results to be configurable - Updated dependencies - @backstage/plugin-search-backend-node@1.1.1-next.0 - @backstage/backend-common@0.17.0 - @backstage/config@1.0.5 - @backstage/errors@1.1.4 - @backstage/types@1.0.2 - @backstage/plugin-auth-node@0.2.8 - @backstage/plugin-permission-common@0.7.2 - @backstage/plugin-permission-node@0.7.2 - @backstage/plugin-search-common@1.2.0 ## @backstage/plugin-search-backend-module-elasticsearch@1.1.1-next.0 ### Patch Changes - 011bd518b7: Fixed spelling mistakes in documentation. - 1e1a9fe979: Fixed a bug that could cause an indexing process to silently fail, timeout, and accumulate stale indices. - 56633804dd: Fixed a bug that could cause the backstage backend to unexpectedly terminate when client errors were encountered during the indexing process. - aa33a06894: Improved index throughput by optimizing when and how many documents were made available to the bulk client. - Updated dependencies - @backstage/plugin-search-backend-node@1.1.1-next.0 - @backstage/config@1.0.5 - @backstage/plugin-search-common@1.2.0 ## @backstage/plugin-search-backend-module-pg@0.5.1-next.0 ### Patch Changes - Updated dependencies - @backstage/plugin-search-backend-node@1.1.1-next.0 - @backstage/backend-common@0.17.0 - @backstage/config@1.0.5 - @backstage/plugin-search-common@1.2.0 ## @backstage/plugin-search-backend-node@1.1.1-next.0 ### Patch Changes - 011bd518b7: Fixed spelling mistakes in documentation. - Updated dependencies - @backstage/backend-common@0.17.0 - @backstage/backend-tasks@0.4.0 - @backstage/config@1.0.5 - @backstage/errors@1.1.4 - @backstage/plugin-permission-common@0.7.2 - @backstage/plugin-search-common@1.2.0 ## @backstage/plugin-search-react@1.3.2-next.0 ### Patch Changes - Updated dependencies - @backstage/core-components@0.12.3-next.0 - @backstage/core-plugin-api@1.2.0 - @backstage/theme@0.2.16 - @backstage/types@1.0.2 - @backstage/version-bridge@1.0.3 - @backstage/plugin-search-common@1.2.0 ## @backstage/plugin-sentry@0.4.7-next.0 ### Patch Changes - Updated dependencies - @backstage/catalog-model@1.1.5-next.0 - @backstage/plugin-catalog-react@1.2.4-next.0 - @backstage/core-components@0.12.3-next.0 - @backstage/core-plugin-api@1.2.0 - @backstage/theme@0.2.16 ## @backstage/plugin-shortcuts@0.3.6-next.0 ### Patch Changes - Updated dependencies - @backstage/core-components@0.12.3-next.0 - @backstage/core-plugin-api@1.2.0 - @backstage/theme@0.2.16 - @backstage/types@1.0.2 ## @backstage/plugin-sonarqube@0.6.2-next.0 ### Patch Changes - Updated dependencies - @backstage/catalog-model@1.1.5-next.0 - @backstage/plugin-catalog-react@1.2.4-next.0 - @backstage/core-components@0.12.3-next.0 - @backstage/core-plugin-api@1.2.0 - @backstage/theme@0.2.16 - @backstage/plugin-sonarqube-react@0.1.1-next.0 ## @backstage/plugin-sonarqube-react@0.1.1-next.0 ### Patch Changes - Updated dependencies - @backstage/catalog-model@1.1.5-next.0 - @backstage/core-plugin-api@1.2.0 ## @backstage/plugin-splunk-on-call@0.4.3-next.0 ### Patch Changes - Updated dependencies - @backstage/catalog-model@1.1.5-next.0 - @backstage/plugin-catalog-react@1.2.4-next.0 - @backstage/core-components@0.12.3-next.0 - @backstage/core-plugin-api@1.2.0 - @backstage/theme@0.2.16 ## @backstage/plugin-stack-overflow@0.1.10-next.0 ### Patch Changes - Updated dependencies - @backstage/core-components@0.12.3-next.0 - @backstage/config@1.0.5 - @backstage/core-plugin-api@1.2.0 - @backstage/theme@0.2.16 - @backstage/plugin-home@0.4.30-next.0 - @backstage/plugin-search-common@1.2.0 - @backstage/plugin-search-react@1.3.2-next.0 ## @backstage/plugin-stack-overflow-backend@0.1.9-next.0 ### Patch Changes - 06f6a4f0f1: Enable configuration override for StackOverflow backend plugin when instantiating the search indexer. This makes it possible to set different configuration for frontend and backend of the plugin. - Updated dependencies - @backstage/backend-common@0.17.0 - @backstage/config@1.0.5 - @backstage/plugin-search-common@1.2.0 ## @backstage/plugin-tech-insights@0.3.6-next.0 ### Patch Changes - Updated dependencies - @backstage/catalog-model@1.1.5-next.0 - @backstage/plugin-catalog-react@1.2.4-next.0 - @backstage/core-components@0.12.3-next.0 - @backstage/core-plugin-api@1.2.0 - @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.0 ### Patch Changes - Updated dependencies - @backstage/catalog-model@1.1.5-next.0 - @backstage/catalog-client@1.3.0-next.0 - @backstage/backend-common@0.17.0 - @backstage/backend-tasks@0.4.0 - @backstage/config@1.0.5 - @backstage/errors@1.1.4 - @backstage/types@1.0.2 - @backstage/plugin-tech-insights-common@0.2.9 - @backstage/plugin-tech-insights-node@0.3.7 ## @backstage/plugin-tech-radar@0.5.21-next.0 ### Patch Changes - Updated dependencies - @backstage/core-components@0.12.3-next.0 - @backstage/core-plugin-api@1.2.0 - @backstage/theme@0.2.16 ## @backstage/plugin-techdocs@1.4.3-next.0 ### Patch Changes - 7115c7389b: Updated dependency `jss` to `~10.9.0`. - Updated dependencies - @backstage/catalog-model@1.1.5-next.0 - @backstage/plugin-catalog-react@1.2.4-next.0 - @backstage/core-components@0.12.3-next.0 - @backstage/plugin-techdocs-react@1.1.2-next.0 - @backstage/config@1.0.5 - @backstage/core-plugin-api@1.2.0 - @backstage/errors@1.1.4 - @backstage/integration@1.4.1 - @backstage/integration-react@1.1.9-next.0 - @backstage/theme@0.2.16 - @backstage/plugin-search-common@1.2.0 - @backstage/plugin-search-react@1.3.2-next.0 ## @backstage/plugin-techdocs-addons-test-utils@1.0.9-next.0 ### Patch Changes - Updated dependencies - @backstage/core-components@0.12.3-next.0 - @backstage/plugin-techdocs-react@1.1.2-next.0 - @backstage/plugin-techdocs@1.4.3-next.0 - @backstage/core-app-api@1.3.0 - @backstage/core-plugin-api@1.2.0 - @backstage/integration-react@1.1.9-next.0 - @backstage/test-utils@1.2.3 - @backstage/theme@0.2.16 - @backstage/plugin-catalog@1.7.2-next.0 - @backstage/plugin-search-react@1.3.2-next.0 ## @backstage/plugin-techdocs-backend@1.5.1-next.0 ### Patch Changes - Updated dependencies - @backstage/catalog-model@1.1.5-next.0 - @backstage/catalog-client@1.3.0-next.0 - @backstage/backend-common@0.17.0 - @backstage/config@1.0.5 - @backstage/errors@1.1.4 - @backstage/integration@1.4.1 - @backstage/plugin-catalog-common@1.0.10-next.0 - @backstage/plugin-permission-common@0.7.2 - @backstage/plugin-search-common@1.2.0 - @backstage/plugin-techdocs-node@1.4.4-next.0 ## @backstage/plugin-techdocs-module-addons-contrib@1.0.9-next.0 ### Patch Changes - Updated dependencies - @backstage/core-components@0.12.3-next.0 - @backstage/plugin-techdocs-react@1.1.2-next.0 - @backstage/core-plugin-api@1.2.0 - @backstage/integration@1.4.1 - @backstage/integration-react@1.1.9-next.0 - @backstage/theme@0.2.16 ## @backstage/plugin-techdocs-node@1.4.4-next.0 ### Patch Changes - Updated dependencies - @backstage/catalog-model@1.1.5-next.0 - @backstage/backend-common@0.17.0 - @backstage/config@1.0.5 - @backstage/errors@1.1.4 - @backstage/integration@1.4.1 - @backstage/integration-aws-node@0.1.0 - @backstage/plugin-search-common@1.2.0 ## @backstage/plugin-techdocs-react@1.1.2-next.0 ### Patch Changes - 7115c7389b: Updated dependency `jss` to `~10.9.0`. - Updated dependencies - @backstage/catalog-model@1.1.5-next.0 - @backstage/core-components@0.12.3-next.0 - @backstage/config@1.0.5 - @backstage/core-plugin-api@1.2.0 - @backstage/version-bridge@1.0.3 ## @backstage/plugin-todo@0.2.16-next.0 ### Patch Changes - Updated dependencies - @backstage/catalog-model@1.1.5-next.0 - @backstage/plugin-catalog-react@1.2.4-next.0 - @backstage/core-components@0.12.3-next.0 - @backstage/core-plugin-api@1.2.0 - @backstage/errors@1.1.4 - @backstage/theme@0.2.16 ## @backstage/plugin-todo-backend@0.1.37-next.0 ### Patch Changes - Updated dependencies - @backstage/catalog-model@1.1.5-next.0 - @backstage/catalog-client@1.3.0-next.0 - @backstage/backend-common@0.17.0 - @backstage/config@1.0.5 - @backstage/errors@1.1.4 - @backstage/integration@1.4.1 ## @backstage/plugin-user-settings@0.6.2-next.0 ### Patch Changes - Updated dependencies - @backstage/core-components@0.12.3-next.0 - @backstage/core-app-api@1.3.0 - @backstage/core-plugin-api@1.2.0 - @backstage/errors@1.1.4 - @backstage/theme@0.2.16 - @backstage/types@1.0.2 ## @backstage/plugin-user-settings-backend@0.1.4-next.0 ### Patch Changes - Updated dependencies - @backstage/catalog-model@1.1.5-next.0 - @backstage/backend-common@0.17.0 - @backstage/errors@1.1.4 - @backstage/types@1.0.2 - @backstage/plugin-auth-node@0.2.8 ## @backstage/plugin-vault@0.1.8-next.0 ### Patch Changes - Updated dependencies - @backstage/catalog-model@1.1.5-next.0 - @backstage/plugin-catalog-react@1.2.4-next.0 - @backstage/core-components@0.12.3-next.0 - @backstage/core-plugin-api@1.2.0 - @backstage/errors@1.1.4 - @backstage/theme@0.2.16 ## @backstage/plugin-vault-backend@0.2.6-next.0 ### Patch Changes - Updated dependencies - @backstage/backend-common@0.17.0 - @backstage/backend-tasks@0.4.0 - @backstage/backend-test-utils@0.1.32-next.0 - @backstage/config@1.0.5 - @backstage/errors@1.1.4 ## @backstage/plugin-xcmetrics@0.2.34-next.0 ### Patch Changes - Updated dependencies - @backstage/core-components@0.12.3-next.0 - @backstage/core-plugin-api@1.2.0 - @backstage/errors@1.1.4 - @backstage/theme@0.2.16 ## example-app@0.2.79-next.0 ### Patch Changes - Updated dependencies - @backstage/cli@0.22.1-next.0 - @backstage/plugin-scaffolder@1.10.0-next.0 - @backstage/catalog-model@1.1.5-next.0 - @backstage/plugin-catalog-react@1.2.4-next.0 - @backstage/core-components@0.12.3-next.0 - @backstage/plugin-techdocs-react@1.1.2-next.0 - @backstage/plugin-techdocs@1.4.3-next.0 - @backstage/plugin-explore@0.3.45-next.0 - @backstage/app-defaults@1.0.11-next.0 - @backstage/config@1.0.5 - @backstage/core-app-api@1.3.0 - @backstage/core-plugin-api@1.2.0 - @backstage/integration-react@1.1.9-next.0 - @backstage/theme@0.2.16 - @backstage/plugin-airbrake@0.3.14-next.0 - @backstage/plugin-apache-airflow@0.2.7-next.0 - @backstage/plugin-api-docs@0.8.14-next.0 - @backstage/plugin-azure-devops@0.2.5-next.0 - @backstage/plugin-azure-sites@0.1.3-next.0 - @backstage/plugin-badges@0.2.38-next.0 - @backstage/plugin-catalog-common@1.0.10-next.0 - @backstage/plugin-catalog-graph@0.2.26-next.0 - @backstage/plugin-catalog-import@0.9.4-next.0 - @backstage/plugin-circleci@0.3.14-next.0 - @backstage/plugin-cloudbuild@0.3.14-next.0 - @backstage/plugin-code-coverage@0.2.7-next.0 - @backstage/plugin-cost-insights@0.12.3-next.0 - @backstage/plugin-dynatrace@1.0.4-next.0 - @backstage/plugin-gcalendar@0.3.10-next.0 - @backstage/plugin-gcp-projects@0.3.33-next.0 - @backstage/plugin-github-actions@0.5.14-next.0 - @backstage/plugin-gocd@0.1.20-next.0 - @backstage/plugin-graphiql@0.2.46-next.0 - @backstage/plugin-home@0.4.30-next.0 - @backstage/plugin-jenkins@0.7.13-next.0 - @backstage/plugin-kafka@0.3.14-next.0 - @backstage/plugin-kubernetes@0.7.7-next.0 - @backstage/plugin-lighthouse@0.3.14-next.0 - @backstage/plugin-newrelic@0.3.32-next.0 - @backstage/plugin-newrelic-dashboard@0.2.7-next.0 - @backstage/plugin-org@0.6.4-next.0 - @backstage/plugin-pagerduty@0.5.7-next.0 - @backstage/plugin-permission-react@0.4.8 - @backstage/plugin-playlist@0.1.5-next.0 - @backstage/plugin-rollbar@0.4.14-next.0 - @backstage/plugin-search@1.0.7-next.0 - @backstage/plugin-search-common@1.2.0 - @backstage/plugin-search-react@1.3.2-next.0 - @backstage/plugin-sentry@0.4.7-next.0 - @backstage/plugin-shortcuts@0.3.6-next.0 - @backstage/plugin-stack-overflow@0.1.10-next.0 - @backstage/plugin-tech-insights@0.3.6-next.0 - @backstage/plugin-tech-radar@0.5.21-next.0 - @backstage/plugin-techdocs-module-addons-contrib@1.0.9-next.0 - @backstage/plugin-todo@0.2.16-next.0 - @backstage/plugin-user-settings@0.6.2-next.0 - @internal/plugin-catalog-customized@0.0.6-next.0 ## example-backend@0.2.79-next.0 ### Patch Changes - Updated dependencies - @backstage/catalog-model@1.1.5-next.0 - @backstage/plugin-search-backend-module-elasticsearch@1.1.1-next.0 - @backstage/plugin-search-backend-node@1.1.1-next.0 - @backstage/catalog-client@1.3.0-next.0 - @backstage/plugin-explore-backend@0.0.2-next.0 - @backstage/plugin-code-coverage-backend@0.2.6-next.0 - @backstage/plugin-scaffolder-backend-module-rails@0.4.8-next.0 - @backstage/plugin-scaffolder-backend@1.9.1-next.0 - @backstage/plugin-catalog-backend@1.7.0-next.0 - @backstage/plugin-search-backend@1.2.1-next.0 - example-app@0.2.79-next.0 - @backstage/backend-common@0.17.0 - @backstage/backend-tasks@0.4.0 - @backstage/config@1.0.5 - @backstage/integration@1.4.1 - @backstage/plugin-app-backend@0.3.39 - @backstage/plugin-auth-backend@0.17.3-next.0 - @backstage/plugin-auth-node@0.2.8 - @backstage/plugin-azure-devops-backend@0.3.18 - @backstage/plugin-azure-sites-backend@0.1.1 - @backstage/plugin-badges-backend@0.1.34-next.0 - @backstage/plugin-catalog-node@1.3.1-next.0 - @backstage/plugin-events-backend@0.2.0 - @backstage/plugin-events-node@0.2.0 - @backstage/plugin-graphql-backend@0.1.30-next.0 - @backstage/plugin-jenkins-backend@0.1.30-next.0 - @backstage/plugin-kafka-backend@0.2.33-next.0 - @backstage/plugin-kubernetes-backend@0.9.1-next.0 - @backstage/plugin-permission-backend@0.5.14 - @backstage/plugin-permission-common@0.7.2 - @backstage/plugin-permission-node@0.7.2 - @backstage/plugin-playlist-backend@0.2.3-next.0 - @backstage/plugin-proxy-backend@0.2.33 - @backstage/plugin-rollbar-backend@0.1.36 - @backstage/plugin-search-backend-module-pg@0.5.1-next.0 - @backstage/plugin-search-common@1.2.0 - @backstage/plugin-tech-insights-backend@0.5.6-next.0 - @backstage/plugin-tech-insights-backend-module-jsonfc@0.1.23 - @backstage/plugin-tech-insights-node@0.3.7 - @backstage/plugin-techdocs-backend@1.5.1-next.0 - @backstage/plugin-todo-backend@0.1.37-next.0 ## example-backend-next@0.0.7-next.0 ### Patch Changes - Updated dependencies - @backstage/plugin-scaffolder-backend@1.9.1-next.0 - @backstage/plugin-catalog-backend@1.7.0-next.0 - @backstage/backend-defaults@0.1.4 - @backstage/plugin-app-backend@0.3.39 ## techdocs-cli-embedded-app@0.2.78-next.0 ### Patch Changes - Updated dependencies - @backstage/cli@0.22.1-next.0 - @backstage/catalog-model@1.1.5-next.0 - @backstage/core-components@0.12.3-next.0 - @backstage/plugin-techdocs-react@1.1.2-next.0 - @backstage/plugin-techdocs@1.4.3-next.0 - @backstage/app-defaults@1.0.11-next.0 - @backstage/config@1.0.5 - @backstage/core-app-api@1.3.0 - @backstage/core-plugin-api@1.2.0 - @backstage/integration-react@1.1.9-next.0 - @backstage/test-utils@1.2.3 - @backstage/theme@0.2.16 - @backstage/plugin-catalog@1.7.2-next.0 ## @internal/plugin-catalog-customized@0.0.6-next.0 ### Patch Changes - Updated dependencies - @backstage/plugin-catalog-react@1.2.4-next.0 - @backstage/plugin-catalog@1.7.2-next.0 ## @internal/plugin-todo-list@1.0.9-next.0 ### Patch Changes - Updated dependencies - @backstage/core-components@0.12.3-next.0 - @backstage/core-plugin-api@1.2.0 - @backstage/theme@0.2.16