# Release v1.23.0-next.3 ## @backstage/backend-common@0.21.0-next.3 ### Minor Changes - bbe374e: **BREAKING**: `A gitilesBaseUrl` must be provided for the Gerrit integration to work. You can disable this check by setting `DISABLE_GERRIT_GITILES_REQUIREMENT=1` but this will be removed in a future release. If you are not able to use the Gitiles Gerrit plugin, please open an issue towards `https://github.com/backstage/backstage` ### Patch Changes - 6707216: Added a new `LegacyRootDatabaseService` interface that can be used to avoid direct dependencies on the `DatabaseManager`. - 842171a: Fix a bug with S3 Fetch that caused all objects to be flattened within a single folder on the local file system. - ece5a8f: Add a User-Agent header for calls towards Google Cloud Storage. - 1cae748: Updated dependency `git-url-parse` to `^14.0.0`. - Updated dependencies - @backstage/integration-aws-node@0.1.9-next.0 - @backstage/integration@1.9.0-next.1 - @backstage/backend-app-api@0.5.11-next.3 - @backstage/config-loader@1.6.2-next.0 - @backstage/backend-dev-utils@0.1.4-next.0 - @backstage/backend-plugin-api@0.6.10-next.3 - @backstage/cli-common@0.1.13 - @backstage/config@1.1.1 - @backstage/errors@1.2.3 - @backstage/types@1.1.1 ## @backstage/backend-dynamic-feature-service@0.2.0-next.3 ### Minor Changes - d7adbbf: Implement the discovery of additional individual configuration schemas for dynamic plugins, and provide: - an alternate implementation of the root logger service that takes them into account, - an extension to the App backend plugin to set a global configuration schema that takes them into account. ### Patch Changes - 8472188: Added or fixed the `repository` field in `package.json`. - Updated dependencies - @backstage/backend-common@0.21.0-next.3 - @backstage/cli-node@0.2.3-next.0 - @backstage/backend-app-api@0.5.11-next.3 - @backstage/backend-tasks@0.5.15-next.3 - @backstage/config-loader@1.6.2-next.0 - @backstage/plugin-app-node@0.1.10-next.3 - @backstage/plugin-catalog-backend@1.17.0-next.3 - @backstage/plugin-auth-node@0.4.4-next.3 - @backstage/plugin-events-backend@0.2.19-next.3 - @backstage/plugin-permission-node@0.7.21-next.3 - @backstage/plugin-scaffolder-node@0.3.0-next.3 - @backstage/plugin-search-backend-node@1.2.14-next.3 - @backstage/backend-plugin-api@0.6.10-next.3 - @backstage/cli-common@0.1.13 - @backstage/config@1.1.1 - @backstage/errors@1.2.3 - @backstage/types@1.1.1 - @backstage/plugin-events-node@0.2.19-next.3 - @backstage/plugin-permission-common@0.7.12 - @backstage/plugin-search-common@1.2.10 ## @backstage/plugin-api-docs@0.11.0-next.3 ### Minor Changes - 172a717: Migrate the `api-docs` to the new frontend system. It is experimental and available via alpha subpath. ### Patch Changes - 874e8cf: Updated README to list AsyncApi v3 as supported - Updated dependencies - @backstage/plugin-catalog@1.17.0-next.3 - @backstage/core-components@0.14.0-next.2 - @backstage/plugin-catalog-react@1.10.0-next.3 - @backstage/catalog-model@1.4.4-next.0 - @backstage/core-compat-api@0.2.0-next.3 - @backstage/core-plugin-api@1.9.0-next.1 - @backstage/frontend-plugin-api@0.6.0-next.3 - @backstage/plugin-catalog-common@1.0.21-next.0 - @backstage/plugin-permission-react@0.4.20-next.1 ## @backstage/plugin-catalog@1.17.0-next.3 ### Minor Changes - 1f8c2fa: Add entity warning components to the default entity overview page. ### Patch Changes - 172a717: Fix entity content extension filtering. - Updated dependencies - @backstage/core-components@0.14.0-next.2 - @backstage/plugin-catalog-react@1.10.0-next.3 - @backstage/catalog-client@1.6.0-next.1 - @backstage/catalog-model@1.4.4-next.0 - @backstage/core-compat-api@0.2.0-next.3 - @backstage/core-plugin-api@1.9.0-next.1 - @backstage/errors@1.2.3 - @backstage/frontend-plugin-api@0.6.0-next.3 - @backstage/integration-react@1.1.24-next.2 - @backstage/types@1.1.1 - @backstage/plugin-catalog-common@1.0.21-next.0 - @backstage/plugin-permission-react@0.4.20-next.1 - @backstage/plugin-scaffolder-common@1.5.0-next.1 - @backstage/plugin-search-common@1.2.10 - @backstage/plugin-search-react@1.7.6-next.3 ## @backstage/plugin-kubernetes-react@0.3.0-next.3 ### Minor Changes - 0dfc185: **BREAKING** The `PodScope`, `PodAndErrors`, and `PodExecTerminalProps` types no longer have a `clusterName` field; instead they now have the field `cluster` which contains the full `ClusterAttributes`. ### Patch Changes - 5bf0c17: Pod dialogs display cluster title when specified. - 74770c8: The `ErrorPanel` component will display the `title` field (when specified) for clusters with errors. - b01c86c: The `ErrorReporting` component's cluster column now displays cluster titles when specified. - 8472188: Added or fixed the `repository` field in `package.json`. - 2b305eb: The `Cluster` component now renders the cluster's title, if specified. - Updated dependencies - @backstage/plugin-kubernetes-common@0.7.4-next.2 - @backstage/core-components@0.14.0-next.2 - @backstage/catalog-model@1.4.4-next.0 - @backstage/core-plugin-api@1.9.0-next.1 - @backstage/errors@1.2.3 - @backstage/types@1.1.1 ## @backstage/app-defaults@1.5.0-next.3 ### Patch Changes - Updated dependencies - @backstage/theme@0.5.1-next.1 - @backstage/core-components@0.14.0-next.2 - @backstage/core-app-api@1.12.0-next.1 - @backstage/core-plugin-api@1.9.0-next.1 - @backstage/plugin-permission-react@0.4.20-next.1 ## @backstage/backend-app-api@0.5.11-next.3 ### Patch Changes - 54ad8e1: Allow the `createConfigSecretEnumerator` to take an optional `schema` argument with an already-loaded global configuration schema. - Updated dependencies - @backstage/backend-common@0.21.0-next.3 - @backstage/cli-node@0.2.3-next.0 - @backstage/backend-tasks@0.5.15-next.3 - @backstage/config-loader@1.6.2-next.0 - @backstage/plugin-auth-node@0.4.4-next.3 - @backstage/plugin-permission-node@0.7.21-next.3 - @backstage/backend-plugin-api@0.6.10-next.3 - @backstage/cli-common@0.1.13 - @backstage/config@1.1.1 - @backstage/errors@1.2.3 - @backstage/types@1.1.1 ## @backstage/backend-defaults@0.2.10-next.3 ### Patch Changes - Updated dependencies - @backstage/backend-common@0.21.0-next.3 - @backstage/backend-app-api@0.5.11-next.3 ## @backstage/backend-openapi-utils@0.1.3-next.3 ### Patch Changes - Updated dependencies - @backstage/backend-plugin-api@0.6.10-next.3 - @backstage/errors@1.2.3 ## @backstage/backend-plugin-api@0.6.10-next.3 ### Patch Changes - Updated dependencies - @backstage/backend-tasks@0.5.15-next.3 - @backstage/plugin-auth-node@0.4.4-next.3 - @backstage/config@1.1.1 - @backstage/types@1.1.1 - @backstage/plugin-permission-common@0.7.12 ## @backstage/backend-tasks@0.5.15-next.3 ### Patch Changes - 6707216: The `TaskScheduler.fromConfig` method now accepts the `LegacyRootDatabaseService` interface rather than the full `DatabaseManager` implementation. - b68248b: Updated dependency `cron` to `^3.0.0`. - Updated dependencies - @backstage/backend-common@0.21.0-next.3 - @backstage/config@1.1.1 - @backstage/errors@1.2.3 - @backstage/types@1.1.1 ## @backstage/backend-test-utils@0.3.0-next.3 ### Patch Changes - Updated dependencies - @backstage/backend-common@0.21.0-next.3 - @backstage/backend-app-api@0.5.11-next.3 - @backstage/plugin-auth-node@0.4.4-next.3 - @backstage/backend-plugin-api@0.6.10-next.3 - @backstage/config@1.1.1 - @backstage/errors@1.2.3 - @backstage/types@1.1.1 ## @backstage/cli@0.25.2-next.3 ### Patch Changes - d557d47: Added check for the `repository` field in the `repo fix` command. - c52e7d5: Make `http://localhost:3000` the default base URL for serving locally, and `/` the default public path for built apps. The app build no longer requires any configuration values to be present. - ba56063: Updated dependency `fork-ts-checker-webpack-plugin` to `^9.0.0`. - 1cae748: Updated dependency `git-url-parse` to `^14.0.0`. - 404e82b: Updated dependency `eslint-plugin-deprecation` to `^2.0.0`. - Updated dependencies - @backstage/cli-node@0.2.3-next.0 - @backstage/integration@1.9.0-next.1 - @backstage/config-loader@1.6.2-next.0 - @backstage/catalog-model@1.4.4-next.0 - @backstage/cli-common@0.1.13 - @backstage/config@1.1.1 - @backstage/errors@1.2.3 - @backstage/eslint-plugin@0.1.5-next.0 - @backstage/release-manifests@0.0.11 - @backstage/types@1.1.1 ## @backstage/cli-node@0.2.3-next.0 ### Patch Changes - d557d47: Added `repository` field to `BackstagePackageJson` type. - Updated dependencies - @backstage/cli-common@0.1.13 - @backstage/errors@1.2.3 - @backstage/types@1.1.1 ## @backstage/config-loader@1.6.2-next.0 ### Patch Changes - 0a9a03c: Make schema processing gracefully handle an empty config. - Updated dependencies - @backstage/cli-common@0.1.13 - @backstage/config@1.1.1 - @backstage/errors@1.2.3 - @backstage/types@1.1.1 ## @backstage/core-compat-api@0.2.0-next.3 ### Patch Changes - Updated dependencies - @backstage/core-app-api@1.12.0-next.1 - @backstage/core-plugin-api@1.9.0-next.1 - @backstage/frontend-plugin-api@0.6.0-next.3 - @backstage/version-bridge@1.0.7 ## @backstage/core-components@0.14.0-next.2 ### Patch Changes - 09cedb9: Updated dependency `@react-hookz/web` to `^24.0.0`. - Updated dependencies - @backstage/theme@0.5.1-next.1 - @backstage/config@1.1.1 - @backstage/core-plugin-api@1.9.0-next.1 - @backstage/errors@1.2.3 - @backstage/version-bridge@1.0.7 ## @backstage/create-app@0.5.11-next.3 ### Patch Changes - 03e55b1: Updated the default app index template at `packages/app/public/index.html` to have a fallback value for the `app.title` config. - Updated dependencies - @backstage/cli-common@0.1.13 ## @backstage/dev-utils@1.0.27-next.3 ### Patch Changes - Updated dependencies - @backstage/theme@0.5.1-next.1 - @backstage/core-components@0.14.0-next.2 - @backstage/plugin-catalog-react@1.10.0-next.3 - @backstage/app-defaults@1.5.0-next.3 - @backstage/catalog-model@1.4.4-next.0 - @backstage/core-app-api@1.12.0-next.1 - @backstage/core-plugin-api@1.9.0-next.1 - @backstage/integration-react@1.1.24-next.2 ## @backstage/e2e-test-utils@0.1.1-next.0 ### Patch Changes - 8472188: Added or fixed the `repository` field in `package.json`. ## @backstage/frontend-app-api@0.6.0-next.3 ### Patch Changes - 8472188: Added or fixed the `repository` field in `package.json`. - Updated dependencies - @backstage/theme@0.5.1-next.1 - @backstage/core-components@0.14.0-next.2 - @backstage/config@1.1.1 - @backstage/core-app-api@1.12.0-next.1 - @backstage/core-plugin-api@1.9.0-next.1 - @backstage/errors@1.2.3 - @backstage/frontend-plugin-api@0.6.0-next.3 - @backstage/types@1.1.1 - @backstage/version-bridge@1.0.7 ## @backstage/frontend-plugin-api@0.6.0-next.3 ### Patch Changes - Updated dependencies - @backstage/core-components@0.14.0-next.2 - @backstage/core-plugin-api@1.9.0-next.1 - @backstage/types@1.1.1 - @backstage/version-bridge@1.0.7 ## @backstage/frontend-test-utils@0.1.2-next.3 ### Patch Changes - 8472188: Added or fixed the `repository` field in `package.json`. - Updated dependencies - @backstage/frontend-app-api@0.6.0-next.3 - @backstage/frontend-plugin-api@0.6.0-next.3 - @backstage/test-utils@1.5.0-next.3 - @backstage/types@1.1.1 ## @backstage/integration@1.9.0-next.1 ### Patch Changes - 6d898f7: All single-line secrets read from config will now have both leading and trailing whitespace trimmed. This is done to ensure that the secrets are always valid HTTP header values, since many fetch implementations will include the header value itself when an error is thrown due to invalid header values. - 1cae748: Updated dependency `git-url-parse` to `^14.0.0`. - Updated dependencies - @backstage/config@1.1.1 - @backstage/errors@1.2.3 ## @backstage/integration-aws-node@0.1.9-next.0 ### Patch Changes - 6d898f7: All single-line secrets read from config will now have both leading and trailing whitespace trimmed. This is done to ensure that the secrets are always valid HTTP header values, since many fetch implementations will include the header value itself when an error is thrown due to invalid header values. - Updated dependencies - @backstage/config@1.1.1 - @backstage/errors@1.2.3 ## @backstage/integration-react@1.1.24-next.2 ### Patch Changes - Updated dependencies - @backstage/integration@1.9.0-next.1 - @backstage/config@1.1.1 - @backstage/core-plugin-api@1.9.0-next.1 ## @backstage/repo-tools@0.6.0-next.3 ### Patch Changes - 60a68f1: Introduced `knip` to the `knip-reports` command, which generates a `knip-report.md` file for your packages with dependency warnings, if any. - Updated dependencies - @backstage/backend-common@0.21.0-next.3 - @backstage/cli-node@0.2.3-next.0 - @backstage/catalog-model@1.4.4-next.0 - @backstage/cli-common@0.1.13 - @backstage/errors@1.2.3 ## @techdocs/cli@1.8.2-next.3 ### Patch Changes - Updated dependencies - @backstage/backend-common@0.21.0-next.3 - @backstage/plugin-techdocs-node@1.11.2-next.3 - @backstage/catalog-model@1.4.4-next.0 - @backstage/cli-common@0.1.13 - @backstage/config@1.1.1 ## @backstage/test-utils@1.5.0-next.3 ### Patch Changes - Updated dependencies - @backstage/theme@0.5.1-next.1 - @backstage/config@1.1.1 - @backstage/core-app-api@1.12.0-next.1 - @backstage/core-plugin-api@1.9.0-next.1 - @backstage/types@1.1.1 - @backstage/plugin-permission-common@0.7.12 - @backstage/plugin-permission-react@0.4.20-next.1 ## @backstage/theme@0.5.1-next.1 ### Patch Changes - dd5d7cc: Fixed missing extra variables like `applyDarkStyles` in Mui V5 theme after calling `createUnifiedThemeFromV4` function ## @backstage/plugin-adr@0.6.13-next.3 ### Patch Changes - Updated dependencies - @backstage/core-components@0.14.0-next.2 - @backstage/plugin-catalog-react@1.10.0-next.3 - @backstage/catalog-model@1.4.4-next.0 - @backstage/core-plugin-api@1.9.0-next.1 - @backstage/frontend-plugin-api@0.6.0-next.3 - @backstage/integration-react@1.1.24-next.2 - @backstage/plugin-adr-common@0.2.20-next.1 - @backstage/plugin-search-common@1.2.10 - @backstage/plugin-search-react@1.7.6-next.3 ## @backstage/plugin-adr-backend@0.4.7-next.3 ### Patch Changes - Updated dependencies - @backstage/backend-common@0.21.0-next.3 - @backstage/integration@1.9.0-next.1 - @backstage/backend-plugin-api@0.6.10-next.3 - @backstage/catalog-client@1.6.0-next.1 - @backstage/catalog-model@1.4.4-next.0 - @backstage/config@1.1.1 - @backstage/errors@1.2.3 - @backstage/plugin-adr-common@0.2.20-next.1 - @backstage/plugin-search-common@1.2.10 ## @backstage/plugin-adr-common@0.2.20-next.1 ### Patch Changes - Updated dependencies - @backstage/integration@1.9.0-next.1 - @backstage/catalog-model@1.4.4-next.0 - @backstage/plugin-search-common@1.2.10 ## @backstage/plugin-airbrake@0.3.30-next.3 ### Patch Changes - Updated dependencies - @backstage/core-components@0.14.0-next.2 - @backstage/plugin-catalog-react@1.10.0-next.3 - @backstage/catalog-model@1.4.4-next.0 - @backstage/core-plugin-api@1.9.0-next.1 - @backstage/dev-utils@1.0.27-next.3 - @backstage/test-utils@1.5.0-next.3 ## @backstage/plugin-airbrake-backend@0.3.7-next.3 ### Patch Changes - Updated dependencies - @backstage/backend-common@0.21.0-next.3 - @backstage/backend-plugin-api@0.6.10-next.3 - @backstage/config@1.1.1 ## @backstage/plugin-allure@0.1.46-next.3 ### Patch Changes - Updated dependencies - @backstage/core-components@0.14.0-next.2 - @backstage/plugin-catalog-react@1.10.0-next.3 - @backstage/catalog-model@1.4.4-next.0 - @backstage/core-plugin-api@1.9.0-next.1 ## @backstage/plugin-analytics-module-ga@0.2.0-next.2 ### Patch Changes - Updated dependencies - @backstage/core-components@0.14.0-next.2 - @backstage/config@1.1.1 - @backstage/core-plugin-api@1.9.0-next.1 - @backstage/frontend-plugin-api@0.6.0-next.3 ## @backstage/plugin-analytics-module-ga4@0.2.0-next.2 ### Patch Changes - 8472188: Added or fixed the `repository` field in `package.json`. - Updated dependencies - @backstage/core-components@0.14.0-next.2 - @backstage/config@1.1.1 - @backstage/core-plugin-api@1.9.0-next.1 - @backstage/frontend-plugin-api@0.6.0-next.3 ## @backstage/plugin-analytics-module-newrelic-browser@0.1.0-next.2 ### Patch Changes - 8472188: Added or fixed the `repository` field in `package.json`. - Updated dependencies - @backstage/core-components@0.14.0-next.2 - @backstage/config@1.1.1 - @backstage/core-plugin-api@1.9.0-next.1 - @backstage/frontend-plugin-api@0.6.0-next.3 ## @backstage/plugin-apache-airflow@0.2.20-next.2 ### Patch Changes - Updated dependencies - @backstage/core-components@0.14.0-next.2 - @backstage/core-plugin-api@1.9.0-next.1 ## @backstage/plugin-apollo-explorer@0.1.20-next.2 ### Patch Changes - Updated dependencies - @backstage/core-components@0.14.0-next.2 - @backstage/core-plugin-api@1.9.0-next.1 ## @backstage/plugin-app-backend@0.3.58-next.3 ### Patch Changes - 54ad8e1: Allow the `app-backend` plugin to use a global configuration schema provided externally through an extension. - Updated dependencies - @backstage/backend-common@0.21.0-next.3 - @backstage/config-loader@1.6.2-next.0 - @backstage/plugin-app-node@0.1.10-next.3 - @backstage/backend-plugin-api@0.6.10-next.3 - @backstage/config@1.1.1 - @backstage/types@1.1.1 ## @backstage/plugin-app-node@0.1.10-next.3 ### Patch Changes - 8472188: Added or fixed the `repository` field in `package.json`. - 54ad8e1: Allow the `app-backend` plugin to use a global configuration schema provided externally through an extension. - Updated dependencies - @backstage/config-loader@1.6.2-next.0 - @backstage/backend-plugin-api@0.6.10-next.3 ## @backstage/plugin-app-visualizer@0.1.1-next.3 ### Patch Changes - 8472188: Added or fixed the `repository` field in `package.json`. - Updated dependencies - @backstage/core-components@0.14.0-next.2 - @backstage/core-plugin-api@1.9.0-next.1 - @backstage/frontend-plugin-api@0.6.0-next.3 ## @backstage/plugin-auth-backend@0.21.0-next.3 ### Patch Changes - 8321c97: Added `experimentalExtraAllowedOrigins` to config - Updated dependencies - @backstage/backend-common@0.21.0-next.3 - @backstage/plugin-auth-backend-module-oidc-provider@0.1.0-next.3 - @backstage/plugin-auth-backend-module-oauth2-proxy-provider@0.1.2-next.3 - @backstage/plugin-auth-backend-module-atlassian-provider@0.1.2-next.3 - @backstage/plugin-auth-backend-module-microsoft-provider@0.1.5-next.3 - @backstage/plugin-auth-backend-module-github-provider@0.1.7-next.3 - @backstage/plugin-auth-backend-module-gitlab-provider@0.1.7-next.3 - @backstage/plugin-auth-backend-module-oauth2-provider@0.1.7-next.3 - @backstage/plugin-auth-backend-module-okta-provider@0.0.3-next.3 - @backstage/plugin-catalog-node@1.6.2-next.3 - @backstage/plugin-auth-backend-module-aws-alb-provider@0.1.0-next.2 - @backstage/plugin-auth-node@0.4.4-next.3 - @backstage/backend-plugin-api@0.6.10-next.3 - @backstage/catalog-client@1.6.0-next.1 - @backstage/catalog-model@1.4.4-next.0 - @backstage/config@1.1.1 - @backstage/errors@1.2.3 - @backstage/types@1.1.1 - @backstage/plugin-auth-backend-module-gcp-iap-provider@0.2.4-next.3 - @backstage/plugin-auth-backend-module-google-provider@0.1.7-next.3 ## @backstage/plugin-auth-backend-module-atlassian-provider@0.1.2-next.3 ### Patch Changes - 8472188: Added or fixed the `repository` field in `package.json`. - Updated dependencies - @backstage/plugin-auth-node@0.4.4-next.3 - @backstage/backend-plugin-api@0.6.10-next.3 ## @backstage/plugin-auth-backend-module-aws-alb-provider@0.1.0-next.2 ### Patch Changes - Updated dependencies - @backstage/backend-common@0.21.0-next.3 - @backstage/plugin-auth-backend@0.21.0-next.3 - @backstage/plugin-auth-node@0.4.4-next.3 - @backstage/backend-plugin-api@0.6.10-next.3 - @backstage/errors@1.2.3 ## @backstage/plugin-auth-backend-module-gcp-iap-provider@0.2.4-next.3 ### Patch Changes - Updated dependencies - @backstage/plugin-auth-node@0.4.4-next.3 - @backstage/backend-plugin-api@0.6.10-next.3 - @backstage/errors@1.2.3 - @backstage/types@1.1.1 ## @backstage/plugin-auth-backend-module-github-provider@0.1.7-next.3 ### Patch Changes - 8472188: Added or fixed the `repository` field in `package.json`. - Updated dependencies - @backstage/plugin-auth-node@0.4.4-next.3 - @backstage/backend-plugin-api@0.6.10-next.3 ## @backstage/plugin-auth-backend-module-gitlab-provider@0.1.7-next.3 ### Patch Changes - 8472188: Added or fixed the `repository` field in `package.json`. - Updated dependencies - @backstage/plugin-auth-node@0.4.4-next.3 - @backstage/backend-plugin-api@0.6.10-next.3 ## @backstage/plugin-auth-backend-module-google-provider@0.1.7-next.3 ### Patch Changes - Updated dependencies - @backstage/plugin-auth-node@0.4.4-next.3 - @backstage/backend-plugin-api@0.6.10-next.3 ## @backstage/plugin-auth-backend-module-microsoft-provider@0.1.5-next.3 ### Patch Changes - 8472188: Added or fixed the `repository` field in `package.json`. - Updated dependencies - @backstage/plugin-auth-node@0.4.4-next.3 - @backstage/backend-plugin-api@0.6.10-next.3 ## @backstage/plugin-auth-backend-module-oauth2-provider@0.1.7-next.3 ### Patch Changes - 8472188: Added or fixed the `repository` field in `package.json`. - Updated dependencies - @backstage/plugin-auth-node@0.4.4-next.3 - @backstage/backend-plugin-api@0.6.10-next.3 ## @backstage/plugin-auth-backend-module-oauth2-proxy-provider@0.1.2-next.3 ### Patch Changes - 8472188: Added or fixed the `repository` field in `package.json`. - Updated dependencies - @backstage/plugin-auth-node@0.4.4-next.3 - @backstage/backend-plugin-api@0.6.10-next.3 - @backstage/errors@1.2.3 ## @backstage/plugin-auth-backend-module-oidc-provider@0.1.0-next.3 ### Patch Changes - e471890: Fixed a bug where the OIDC authenticator did not properly persist granted OAuth scopes. - 8472188: Added or fixed the `repository` field in `package.json`. - Updated dependencies - @backstage/backend-common@0.21.0-next.3 - @backstage/plugin-auth-backend@0.21.0-next.3 - @backstage/plugin-auth-node@0.4.4-next.3 - @backstage/backend-plugin-api@0.6.10-next.3 ## @backstage/plugin-auth-backend-module-okta-provider@0.0.3-next.3 ### Patch Changes - 8472188: Added or fixed the `repository` field in `package.json`. - Updated dependencies - @backstage/plugin-auth-node@0.4.4-next.3 - @backstage/backend-plugin-api@0.6.10-next.3 ## @backstage/plugin-auth-backend-module-pinniped-provider@0.1.4-next.3 ### Patch Changes - 8472188: Added or fixed the `repository` field in `package.json`. - Updated dependencies - @backstage/plugin-auth-node@0.4.4-next.3 - @backstage/backend-plugin-api@0.6.10-next.3 - @backstage/config@1.1.1 ## @backstage/plugin-auth-backend-module-vmware-cloud-provider@0.1.2-next.3 ### Patch Changes - 8472188: Added or fixed the `repository` field in `package.json`. - Updated dependencies - @backstage/plugin-auth-node@0.4.4-next.3 - @backstage/backend-plugin-api@0.6.10-next.3 - @backstage/catalog-model@1.4.4-next.0 ## @backstage/plugin-auth-node@0.4.4-next.3 ### Patch Changes - Updated dependencies - @backstage/backend-common@0.21.0-next.3 - @backstage/backend-plugin-api@0.6.10-next.3 - @backstage/catalog-client@1.6.0-next.1 - @backstage/catalog-model@1.4.4-next.0 - @backstage/config@1.1.1 - @backstage/errors@1.2.3 - @backstage/types@1.1.1 ## @backstage/plugin-azure-devops@0.3.12-next.3 ### Patch Changes - Updated dependencies - @backstage/core-components@0.14.0-next.2 - @backstage/plugin-catalog-react@1.10.0-next.3 - @backstage/catalog-model@1.4.4-next.0 - @backstage/core-compat-api@0.2.0-next.3 - @backstage/core-plugin-api@1.9.0-next.1 - @backstage/errors@1.2.3 - @backstage/frontend-plugin-api@0.6.0-next.3 - @backstage/plugin-azure-devops-common@0.3.2 ## @backstage/plugin-azure-devops-backend@0.5.2-next.3 ### Patch Changes - Updated dependencies - @backstage/backend-common@0.21.0-next.3 - @backstage/integration@1.9.0-next.1 - @backstage/plugin-catalog-node@1.6.2-next.3 - @backstage/backend-plugin-api@0.6.10-next.3 - @backstage/catalog-model@1.4.4-next.0 - @backstage/config@1.1.1 - @backstage/plugin-azure-devops-common@0.3.2 - @backstage/plugin-catalog-common@1.0.21-next.0 ## @backstage/plugin-azure-sites@0.1.19-next.3 ### Patch Changes - Updated dependencies - @backstage/theme@0.5.1-next.1 - @backstage/core-components@0.14.0-next.2 - @backstage/plugin-catalog-react@1.10.0-next.3 - @backstage/catalog-model@1.4.4-next.0 - @backstage/core-plugin-api@1.9.0-next.1 - @backstage/plugin-azure-sites-common@0.1.2-next.0 - @backstage/plugin-permission-common@0.7.12 - @backstage/plugin-permission-react@0.4.20-next.1 ## @backstage/plugin-azure-sites-backend@0.2.0-next.3 ### Patch Changes - Updated dependencies - @backstage/backend-common@0.21.0-next.3 - @backstage/plugin-auth-node@0.4.4-next.3 - @backstage/plugin-permission-node@0.7.21-next.3 - @backstage/catalog-client@1.6.0-next.1 - @backstage/catalog-model@1.4.4-next.0 - @backstage/config@1.1.1 - @backstage/errors@1.2.3 - @backstage/plugin-azure-sites-common@0.1.2-next.0 - @backstage/plugin-permission-common@0.7.12 ## @backstage/plugin-badges@0.2.54-next.3 ### Patch Changes - Updated dependencies - @backstage/core-components@0.14.0-next.2 - @backstage/plugin-catalog-react@1.10.0-next.3 - @backstage/catalog-model@1.4.4-next.0 - @backstage/core-plugin-api@1.9.0-next.1 - @backstage/errors@1.2.3 ## @backstage/plugin-badges-backend@0.3.7-next.3 ### Patch Changes - 6991e5f: Updating the `authorization` middleware to call the Catalog to check that the requesting user has permission to see the Entity before generating the UUID. - Updated dependencies - @backstage/backend-common@0.21.0-next.3 - @backstage/plugin-auth-node@0.4.4-next.3 - @backstage/backend-plugin-api@0.6.10-next.3 - @backstage/catalog-client@1.6.0-next.1 - @backstage/catalog-model@1.4.4-next.0 - @backstage/config@1.1.1 - @backstage/errors@1.2.3 ## @backstage/plugin-bazaar@0.2.22-next.3 ### Patch Changes - Updated dependencies - @backstage/core-components@0.14.0-next.2 - @backstage/plugin-catalog-react@1.10.0-next.3 - @backstage/catalog-client@1.6.0-next.1 - @backstage/catalog-model@1.4.4-next.0 - @backstage/core-plugin-api@1.9.0-next.1 - @backstage/errors@1.2.3 ## @backstage/plugin-bazaar-backend@0.3.8-next.3 ### Patch Changes - Updated dependencies - @backstage/backend-common@0.21.0-next.3 - @backstage/plugin-auth-node@0.4.4-next.3 - @backstage/backend-plugin-api@0.6.10-next.3 - @backstage/config@1.1.1 ## @backstage/plugin-bitbucket-cloud-common@0.2.16-next.2 ### Patch Changes - Updated dependencies - @backstage/integration@1.9.0-next.1 ## @backstage/plugin-bitrise@0.1.57-next.3 ### Patch Changes - Updated dependencies - @backstage/core-components@0.14.0-next.2 - @backstage/plugin-catalog-react@1.10.0-next.3 - @backstage/catalog-model@1.4.4-next.0 - @backstage/core-plugin-api@1.9.0-next.1 ## @backstage/plugin-catalog-backend@1.17.0-next.3 ### Patch Changes - 1cae748: Updated dependency `git-url-parse` to `^14.0.0`. - 9b2eb3f: Add support for `onProcessingError` handler at the catalog plugin (new backend system). You can use `setOnProcessingErrorHandler` at the `catalogProcessingExtensionPoint` as replacement for ```ts catalogBuilder.subscribe({ onProcessingError: hander, }); ``` - Updated dependencies - @backstage/backend-common@0.21.0-next.3 - @backstage/repo-tools@0.6.0-next.3 - @backstage/integration@1.9.0-next.1 - @backstage/backend-tasks@0.5.15-next.3 - @backstage/plugin-catalog-node@1.6.2-next.3 - @backstage/plugin-auth-node@0.4.4-next.3 - @backstage/plugin-permission-node@0.7.21-next.3 - @backstage/plugin-search-backend-module-catalog@0.1.14-next.3 - @backstage/backend-openapi-utils@0.1.3-next.3 - @backstage/backend-plugin-api@0.6.10-next.3 - @backstage/catalog-client@1.6.0-next.1 - @backstage/catalog-model@1.4.4-next.0 - @backstage/config@1.1.1 - @backstage/errors@1.2.3 - @backstage/types@1.1.1 - @backstage/plugin-catalog-common@1.0.21-next.0 - @backstage/plugin-events-node@0.2.19-next.3 - @backstage/plugin-permission-common@0.7.12 ## @backstage/plugin-catalog-backend-module-aws@0.3.4-next.3 ### Patch Changes - 22927c4: Move the AWS account e-mail from labels to annotations to fix the creation of `cloud-account` resources. - Updated dependencies - @backstage/backend-common@0.21.0-next.3 - @backstage/plugin-kubernetes-common@0.7.4-next.2 - @backstage/integration-aws-node@0.1.9-next.0 - @backstage/integration@1.9.0-next.1 - @backstage/backend-tasks@0.5.15-next.3 - @backstage/plugin-catalog-node@1.6.2-next.3 - @backstage/backend-plugin-api@0.6.10-next.3 - @backstage/catalog-model@1.4.4-next.0 - @backstage/config@1.1.1 - @backstage/errors@1.2.3 - @backstage/plugin-catalog-common@1.0.21-next.0 ## @backstage/plugin-catalog-backend-module-azure@0.1.29-next.3 ### Patch Changes - Updated dependencies - @backstage/backend-common@0.21.0-next.3 - @backstage/integration@1.9.0-next.1 - @backstage/backend-tasks@0.5.15-next.3 - @backstage/plugin-catalog-node@1.6.2-next.3 - @backstage/backend-plugin-api@0.6.10-next.3 - @backstage/config@1.1.1 - @backstage/plugin-catalog-common@1.0.21-next.0 ## @backstage/plugin-catalog-backend-module-backstage-openapi@0.1.3-next.3 ### Patch Changes - 8472188: Added or fixed the `repository` field in `package.json`. - Updated dependencies - @backstage/backend-common@0.21.0-next.3 - @backstage/backend-tasks@0.5.15-next.3 - @backstage/plugin-catalog-node@1.6.2-next.3 - @backstage/backend-openapi-utils@0.1.3-next.3 - @backstage/backend-plugin-api@0.6.10-next.3 - @backstage/catalog-model@1.4.4-next.0 - @backstage/config@1.1.1 - @backstage/errors@1.2.3 ## @backstage/plugin-catalog-backend-module-bitbucket-cloud@0.1.25-next.3 ### Patch Changes - Updated dependencies - @backstage/backend-common@0.21.0-next.3 - @backstage/integration@1.9.0-next.1 - @backstage/backend-tasks@0.5.15-next.3 - @backstage/plugin-catalog-node@1.6.2-next.3 - @backstage/backend-plugin-api@0.6.10-next.3 - @backstage/catalog-client@1.6.0-next.1 - @backstage/catalog-model@1.4.4-next.0 - @backstage/config@1.1.1 - @backstage/plugin-bitbucket-cloud-common@0.2.16-next.2 - @backstage/plugin-catalog-common@1.0.21-next.0 - @backstage/plugin-events-node@0.2.19-next.3 ## @backstage/plugin-catalog-backend-module-bitbucket-server@0.1.23-next.3 ### Patch Changes - Updated dependencies - @backstage/backend-common@0.21.0-next.3 - @backstage/integration@1.9.0-next.1 - @backstage/backend-tasks@0.5.15-next.3 - @backstage/plugin-catalog-node@1.6.2-next.3 - @backstage/backend-plugin-api@0.6.10-next.3 - @backstage/catalog-model@1.4.4-next.0 - @backstage/config@1.1.1 - @backstage/errors@1.2.3 ## @backstage/plugin-catalog-backend-module-gcp@0.1.10-next.3 ### Patch Changes - Updated dependencies - @backstage/backend-common@0.21.0-next.3 - @backstage/plugin-kubernetes-common@0.7.4-next.2 - @backstage/backend-tasks@0.5.15-next.3 - @backstage/plugin-catalog-node@1.6.2-next.3 - @backstage/backend-plugin-api@0.6.10-next.3 - @backstage/catalog-model@1.4.4-next.0 - @backstage/config@1.1.1 ## @backstage/plugin-catalog-backend-module-gerrit@0.1.26-next.3 ### Patch Changes - Updated dependencies - @backstage/backend-common@0.21.0-next.3 - @backstage/integration@1.9.0-next.1 - @backstage/backend-tasks@0.5.15-next.3 - @backstage/plugin-catalog-node@1.6.2-next.3 - @backstage/backend-plugin-api@0.6.10-next.3 - @backstage/config@1.1.1 - @backstage/errors@1.2.3 ## @backstage/plugin-catalog-backend-module-github@0.5.0-next.3 ### Patch Changes - 785ff24: Added `validateLocationsExist` to the config - 1cae748: Updated dependency `git-url-parse` to `^14.0.0`. - Updated dependencies - @backstage/backend-common@0.21.0-next.3 - @backstage/integration@1.9.0-next.1 - @backstage/backend-tasks@0.5.15-next.3 - @backstage/plugin-catalog-backend@1.17.0-next.3 - @backstage/plugin-catalog-node@1.6.2-next.3 - @backstage/backend-plugin-api@0.6.10-next.3 - @backstage/catalog-client@1.6.0-next.1 - @backstage/catalog-model@1.4.4-next.0 - @backstage/config@1.1.1 - @backstage/plugin-catalog-common@1.0.21-next.0 - @backstage/plugin-events-node@0.2.19-next.3 ## @backstage/plugin-catalog-backend-module-github-org@0.1.4-next.3 ### Patch Changes - 8472188: Added or fixed the `repository` field in `package.json`. - Updated dependencies - @backstage/backend-common@0.21.0-next.3 - @backstage/backend-tasks@0.5.15-next.3 - @backstage/plugin-catalog-backend-module-github@0.5.0-next.3 - @backstage/plugin-catalog-node@1.6.2-next.3 - @backstage/backend-plugin-api@0.6.10-next.3 - @backstage/config@1.1.1 ## @backstage/plugin-catalog-backend-module-gitlab@0.3.7-next.3 ### Patch Changes - Updated dependencies - @backstage/backend-common@0.21.0-next.3 - @backstage/integration@1.9.0-next.1 - @backstage/backend-tasks@0.5.15-next.3 - @backstage/plugin-catalog-node@1.6.2-next.3 - @backstage/backend-plugin-api@0.6.10-next.3 - @backstage/catalog-model@1.4.4-next.0 - @backstage/config@1.1.1 ## @backstage/plugin-catalog-backend-module-incremental-ingestion@0.4.14-next.3 ### Patch Changes - Updated dependencies - @backstage/backend-common@0.21.0-next.3 - @backstage/backend-tasks@0.5.15-next.3 - @backstage/plugin-catalog-backend@1.17.0-next.3 - @backstage/plugin-catalog-node@1.6.2-next.3 - @backstage/backend-plugin-api@0.6.10-next.3 - @backstage/catalog-model@1.4.4-next.0 - @backstage/config@1.1.1 - @backstage/errors@1.2.3 - @backstage/plugin-events-node@0.2.19-next.3 - @backstage/plugin-permission-common@0.7.12 ## @backstage/plugin-catalog-backend-module-ldap@0.5.25-next.3 ### Patch Changes - Updated dependencies - @backstage/backend-tasks@0.5.15-next.3 - @backstage/plugin-catalog-node@1.6.2-next.3 - @backstage/catalog-model@1.4.4-next.0 - @backstage/config@1.1.1 - @backstage/errors@1.2.3 - @backstage/types@1.1.1 - @backstage/plugin-catalog-common@1.0.21-next.0 ## @backstage/plugin-catalog-backend-module-msgraph@0.5.17-next.3 ### Patch Changes - Updated dependencies - @backstage/backend-common@0.21.0-next.3 - @backstage/backend-tasks@0.5.15-next.3 - @backstage/plugin-catalog-node@1.6.2-next.3 - @backstage/backend-plugin-api@0.6.10-next.3 - @backstage/catalog-model@1.4.4-next.0 - @backstage/config@1.1.1 - @backstage/plugin-catalog-common@1.0.21-next.0 ## @backstage/plugin-catalog-backend-module-openapi@0.1.27-next.3 ### Patch Changes - Updated dependencies - @backstage/backend-common@0.21.0-next.3 - @backstage/integration@1.9.0-next.1 - @backstage/plugin-catalog-backend@1.17.0-next.3 - @backstage/plugin-catalog-node@1.6.2-next.3 - @backstage/backend-plugin-api@0.6.10-next.3 - @backstage/catalog-model@1.4.4-next.0 - @backstage/config@1.1.1 - @backstage/types@1.1.1 - @backstage/plugin-catalog-common@1.0.21-next.0 ## @backstage/plugin-catalog-backend-module-puppetdb@0.1.15-next.3 ### Patch Changes - Updated dependencies - @backstage/backend-common@0.21.0-next.3 - @backstage/backend-tasks@0.5.15-next.3 - @backstage/plugin-catalog-node@1.6.2-next.3 - @backstage/backend-plugin-api@0.6.10-next.3 - @backstage/catalog-model@1.4.4-next.0 - @backstage/config@1.1.1 - @backstage/errors@1.2.3 - @backstage/types@1.1.1 ## @backstage/plugin-catalog-backend-module-scaffolder-entity-model@0.1.7-next.3 ### Patch Changes - 8472188: Added or fixed the `repository` field in `package.json`. - Updated dependencies - @backstage/plugin-catalog-node@1.6.2-next.3 - @backstage/backend-plugin-api@0.6.10-next.3 - @backstage/catalog-model@1.4.4-next.0 - @backstage/plugin-catalog-common@1.0.21-next.0 - @backstage/plugin-scaffolder-common@1.5.0-next.1 ## @backstage/plugin-catalog-backend-module-unprocessed@0.3.7-next.3 ### Patch Changes - Updated dependencies - @backstage/plugin-auth-node@0.4.4-next.3 - @backstage/backend-plugin-api@0.6.10-next.3 - @backstage/catalog-model@1.4.4-next.0 ## @backstage/plugin-catalog-graph@0.4.0-next.3 ### Patch Changes - Updated dependencies - @backstage/core-components@0.14.0-next.2 - @backstage/plugin-catalog-react@1.10.0-next.3 - @backstage/catalog-client@1.6.0-next.1 - @backstage/catalog-model@1.4.4-next.0 - @backstage/core-compat-api@0.2.0-next.3 - @backstage/core-plugin-api@1.9.0-next.1 - @backstage/frontend-plugin-api@0.6.0-next.3 - @backstage/types@1.1.1 ## @backstage/plugin-catalog-import@0.10.6-next.3 ### Patch Changes - 1cae748: Updated dependency `git-url-parse` to `^14.0.0`. - Updated dependencies - @backstage/integration@1.9.0-next.1 - @backstage/core-components@0.14.0-next.2 - @backstage/plugin-catalog-react@1.10.0-next.3 - @backstage/catalog-client@1.6.0-next.1 - @backstage/catalog-model@1.4.4-next.0 - @backstage/config@1.1.1 - @backstage/core-compat-api@0.2.0-next.3 - @backstage/core-plugin-api@1.9.0-next.1 - @backstage/errors@1.2.3 - @backstage/frontend-plugin-api@0.6.0-next.3 - @backstage/integration-react@1.1.24-next.2 - @backstage/plugin-catalog-common@1.0.21-next.0 ## @backstage/plugin-catalog-node@1.6.2-next.3 ### Patch Changes - 9b2eb3f: Add support for `onProcessingError` handler at the catalog plugin (new backend system). You can use `setOnProcessingErrorHandler` at the `catalogProcessingExtensionPoint` as replacement for ```ts catalogBuilder.subscribe({ onProcessingError: hander, }); ``` - Updated dependencies - @backstage/plugin-permission-node@0.7.21-next.3 - @backstage/backend-plugin-api@0.6.10-next.3 - @backstage/catalog-client@1.6.0-next.1 - @backstage/catalog-model@1.4.4-next.0 - @backstage/errors@1.2.3 - @backstage/types@1.1.1 - @backstage/plugin-catalog-common@1.0.21-next.0 - @backstage/plugin-permission-common@0.7.12 ## @backstage/plugin-catalog-react@1.10.0-next.3 ### Patch Changes - 09cedb9: Updated dependency `@react-hookz/web` to `^24.0.0`. - Updated dependencies - @backstage/core-components@0.14.0-next.2 - @backstage/catalog-client@1.6.0-next.1 - @backstage/catalog-model@1.4.4-next.0 - @backstage/core-plugin-api@1.9.0-next.1 - @backstage/errors@1.2.3 - @backstage/frontend-plugin-api@0.6.0-next.3 - @backstage/integration-react@1.1.24-next.2 - @backstage/types@1.1.1 - @backstage/version-bridge@1.0.7 - @backstage/plugin-catalog-common@1.0.21-next.0 - @backstage/plugin-permission-common@0.7.12 - @backstage/plugin-permission-react@0.4.20-next.1 ## @backstage/plugin-catalog-unprocessed-entities@0.1.8-next.2 ### Patch Changes - Updated dependencies - @backstage/core-components@0.14.0-next.2 - @backstage/catalog-model@1.4.4-next.0 - @backstage/core-plugin-api@1.9.0-next.1 - @backstage/errors@1.2.3 ## @backstage/plugin-cicd-statistics@0.1.32-next.3 ### Patch Changes - Updated dependencies - @backstage/plugin-catalog-react@1.10.0-next.3 - @backstage/catalog-model@1.4.4-next.0 - @backstage/core-plugin-api@1.9.0-next.1 ## @backstage/plugin-cicd-statistics-module-gitlab@0.1.26-next.3 ### Patch Changes - Updated dependencies - @backstage/catalog-model@1.4.4-next.0 - @backstage/core-plugin-api@1.9.0-next.1 - @backstage/plugin-cicd-statistics@0.1.32-next.3 ## @backstage/plugin-circleci@0.3.30-next.3 ### Patch Changes - Updated dependencies - @backstage/core-components@0.14.0-next.2 - @backstage/plugin-catalog-react@1.10.0-next.3 - @backstage/catalog-model@1.4.4-next.0 - @backstage/core-plugin-api@1.9.0-next.1 ## @backstage/plugin-cloudbuild@0.4.0-next.3 ### Patch Changes - Updated dependencies - @backstage/core-components@0.14.0-next.2 - @backstage/plugin-catalog-react@1.10.0-next.3 - @backstage/catalog-model@1.4.4-next.0 - @backstage/core-plugin-api@1.9.0-next.1 ## @backstage/plugin-code-climate@0.1.30-next.3 ### Patch Changes - Updated dependencies - @backstage/core-components@0.14.0-next.2 - @backstage/plugin-catalog-react@1.10.0-next.3 - @backstage/catalog-model@1.4.4-next.0 - @backstage/core-plugin-api@1.9.0-next.1 ## @backstage/plugin-code-coverage@0.2.23-next.3 ### Patch Changes - Updated dependencies - @backstage/core-components@0.14.0-next.2 - @backstage/plugin-catalog-react@1.10.0-next.3 - @backstage/catalog-model@1.4.4-next.0 - @backstage/core-plugin-api@1.9.0-next.1 - @backstage/errors@1.2.3 ## @backstage/plugin-code-coverage-backend@0.2.24-next.3 ### Patch Changes - Updated dependencies - @backstage/backend-common@0.21.0-next.3 - @backstage/integration@1.9.0-next.1 - @backstage/plugin-auth-node@0.4.4-next.3 - @backstage/backend-plugin-api@0.6.10-next.3 - @backstage/catalog-client@1.6.0-next.1 - @backstage/catalog-model@1.4.4-next.0 - @backstage/config@1.1.1 - @backstage/errors@1.2.3 ## @backstage/plugin-codescene@0.1.22-next.2 ### Patch Changes - Updated dependencies - @backstage/core-components@0.14.0-next.2 - @backstage/config@1.1.1 - @backstage/core-plugin-api@1.9.0-next.1 - @backstage/errors@1.2.3 ## @backstage/plugin-config-schema@0.1.50-next.2 ### Patch Changes - Updated dependencies - @backstage/core-components@0.14.0-next.2 - @backstage/core-plugin-api@1.9.0-next.1 - @backstage/errors@1.2.3 - @backstage/types@1.1.1 ## @backstage/plugin-cost-insights@0.12.19-next.3 ### Patch Changes - Updated dependencies - @backstage/theme@0.5.1-next.1 - @backstage/core-components@0.14.0-next.2 - @backstage/plugin-catalog-react@1.10.0-next.3 - @backstage/catalog-model@1.4.4-next.0 - @backstage/config@1.1.1 - @backstage/core-plugin-api@1.9.0-next.1 - @backstage/plugin-cost-insights-common@0.1.2 ## @backstage/plugin-devtools@0.1.9-next.3 ### Patch Changes - Updated dependencies - @backstage/core-components@0.14.0-next.2 - @backstage/core-compat-api@0.2.0-next.3 - @backstage/core-plugin-api@1.9.0-next.1 - @backstage/errors@1.2.3 - @backstage/frontend-plugin-api@0.6.0-next.3 - @backstage/plugin-devtools-common@0.1.8 - @backstage/plugin-permission-react@0.4.20-next.1 ## @backstage/plugin-devtools-backend@0.2.7-next.3 ### Patch Changes - Updated dependencies - @backstage/backend-common@0.21.0-next.3 - @backstage/config-loader@1.6.2-next.0 - @backstage/plugin-auth-node@0.4.4-next.3 - @backstage/plugin-permission-node@0.7.21-next.3 - @backstage/backend-plugin-api@0.6.10-next.3 - @backstage/cli-common@0.1.13 - @backstage/config@1.1.1 - @backstage/errors@1.2.3 - @backstage/types@1.1.1 - @backstage/plugin-devtools-common@0.1.8 - @backstage/plugin-permission-common@0.7.12 ## @backstage/plugin-dynatrace@9.0.0-next.3 ### Patch Changes - 0930c9e: Fixed Dynatrace plugin proxy configuration - Updated dependencies - @backstage/core-components@0.14.0-next.2 - @backstage/plugin-catalog-react@1.10.0-next.3 - @backstage/catalog-model@1.4.4-next.0 - @backstage/core-plugin-api@1.9.0-next.1 ## @backstage/plugin-entity-feedback@0.2.13-next.3 ### Patch Changes - Updated dependencies - @backstage/core-components@0.14.0-next.2 - @backstage/plugin-catalog-react@1.10.0-next.3 - @backstage/catalog-model@1.4.4-next.0 - @backstage/core-plugin-api@1.9.0-next.1 - @backstage/errors@1.2.3 - @backstage/plugin-entity-feedback-common@0.1.3 ## @backstage/plugin-entity-feedback-backend@0.2.7-next.3 ### Patch Changes - Updated dependencies - @backstage/backend-common@0.21.0-next.3 - @backstage/plugin-auth-node@0.4.4-next.3 - @backstage/backend-plugin-api@0.6.10-next.3 - @backstage/catalog-client@1.6.0-next.1 - @backstage/catalog-model@1.4.4-next.0 - @backstage/config@1.1.1 - @backstage/plugin-entity-feedback-common@0.1.3 ## @backstage/plugin-entity-validation@0.1.15-next.3 ### Patch Changes - 09cedb9: Updated dependency `@react-hookz/web` to `^24.0.0`. - Updated dependencies - @backstage/core-components@0.14.0-next.2 - @backstage/plugin-catalog-react@1.10.0-next.3 - @backstage/catalog-client@1.6.0-next.1 - @backstage/catalog-model@1.4.4-next.0 - @backstage/core-plugin-api@1.9.0-next.1 - @backstage/errors@1.2.3 - @backstage/plugin-catalog-common@1.0.21-next.0 ## @backstage/plugin-events-backend@0.2.19-next.3 ### Patch Changes - Updated dependencies - @backstage/backend-common@0.21.0-next.3 - @backstage/backend-plugin-api@0.6.10-next.3 - @backstage/config@1.1.1 - @backstage/plugin-events-node@0.2.19-next.3 ## @backstage/plugin-events-backend-module-aws-sqs@0.2.13-next.3 ### Patch Changes - Updated dependencies - @backstage/backend-common@0.21.0-next.3 - @backstage/backend-tasks@0.5.15-next.3 - @backstage/backend-plugin-api@0.6.10-next.3 - @backstage/config@1.1.1 - @backstage/types@1.1.1 - @backstage/plugin-events-node@0.2.19-next.3 ## @backstage/plugin-events-backend-module-azure@0.1.20-next.3 ### Patch Changes - Updated dependencies - @backstage/backend-plugin-api@0.6.10-next.3 - @backstage/plugin-events-node@0.2.19-next.3 ## @backstage/plugin-events-backend-module-bitbucket-cloud@0.1.20-next.3 ### Patch Changes - Updated dependencies - @backstage/backend-plugin-api@0.6.10-next.3 - @backstage/plugin-events-node@0.2.19-next.3 ## @backstage/plugin-events-backend-module-gerrit@0.1.20-next.3 ### Patch Changes - Updated dependencies - @backstage/backend-plugin-api@0.6.10-next.3 - @backstage/plugin-events-node@0.2.19-next.3 ## @backstage/plugin-events-backend-module-github@0.1.20-next.3 ### Patch Changes - Updated dependencies - @backstage/backend-plugin-api@0.6.10-next.3 - @backstage/config@1.1.1 - @backstage/plugin-events-node@0.2.19-next.3 ## @backstage/plugin-events-backend-module-gitlab@0.1.20-next.3 ### Patch Changes - Updated dependencies - @backstage/backend-plugin-api@0.6.10-next.3 - @backstage/config@1.1.1 - @backstage/plugin-events-node@0.2.19-next.3 ## @backstage/plugin-events-backend-test-utils@0.1.20-next.3 ### Patch Changes - Updated dependencies - @backstage/plugin-events-node@0.2.19-next.3 ## @backstage/plugin-events-node@0.2.19-next.3 ### Patch Changes - Updated dependencies - @backstage/backend-plugin-api@0.6.10-next.3 ## @backstage/plugin-explore@0.4.16-next.3 ### Patch Changes - Updated dependencies - @backstage/core-components@0.14.0-next.2 - @backstage/plugin-catalog-react@1.10.0-next.3 - @backstage/catalog-model@1.4.4-next.0 - @backstage/core-plugin-api@1.9.0-next.1 - @backstage/errors@1.2.3 - @backstage/frontend-plugin-api@0.6.0-next.3 - @backstage/plugin-explore-common@0.0.2 - @backstage/plugin-explore-react@0.0.36-next.1 - @backstage/plugin-search-common@1.2.10 - @backstage/plugin-search-react@1.7.6-next.3 ## @backstage/plugin-explore-backend@0.0.20-next.3 ### Patch Changes - Updated dependencies - @backstage/backend-common@0.21.0-next.3 - @backstage/plugin-search-backend-module-explore@0.1.14-next.3 - @backstage/backend-plugin-api@0.6.10-next.3 - @backstage/config@1.1.1 - @backstage/types@1.1.1 - @backstage/plugin-explore-common@0.0.2 ## @backstage/plugin-firehydrant@0.2.14-next.3 ### Patch Changes - Updated dependencies - @backstage/core-components@0.14.0-next.2 - @backstage/plugin-catalog-react@1.10.0-next.3 - @backstage/catalog-model@1.4.4-next.0 - @backstage/core-plugin-api@1.9.0-next.1 ## @backstage/plugin-fossa@0.2.62-next.3 ### Patch Changes - Updated dependencies - @backstage/core-components@0.14.0-next.2 - @backstage/plugin-catalog-react@1.10.0-next.3 - @backstage/catalog-model@1.4.4-next.0 - @backstage/core-plugin-api@1.9.0-next.1 - @backstage/errors@1.2.3 ## @backstage/plugin-gcalendar@0.3.23-next.2 ### Patch Changes - 3631fb4: Updated dependency `dompurify` to `^3.0.0`. Updated dependency `@types/dompurify` to `^3.0.0`. - Updated dependencies - @backstage/core-components@0.14.0-next.2 - @backstage/core-plugin-api@1.9.0-next.1 - @backstage/errors@1.2.3 ## @backstage/plugin-gcp-projects@0.3.46-next.2 ### Patch Changes - 09cedb9: Updated dependency `@react-hookz/web` to `^24.0.0`. - Updated dependencies - @backstage/core-components@0.14.0-next.2 - @backstage/core-plugin-api@1.9.0-next.1 ## @backstage/plugin-git-release-manager@0.3.42-next.2 ### Patch Changes - Updated dependencies - @backstage/integration@1.9.0-next.1 - @backstage/core-components@0.14.0-next.2 - @backstage/core-plugin-api@1.9.0-next.1 ## @backstage/plugin-github-actions@0.6.11-next.3 ### Patch Changes - 1cae748: Updated dependency `git-url-parse` to `^14.0.0`. - Updated dependencies - @backstage/integration@1.9.0-next.1 - @backstage/core-components@0.14.0-next.2 - @backstage/plugin-catalog-react@1.10.0-next.3 - @backstage/catalog-model@1.4.4-next.0 - @backstage/core-plugin-api@1.9.0-next.1 - @backstage/integration-react@1.1.24-next.2 ## @backstage/plugin-github-deployments@0.1.61-next.3 ### Patch Changes - Updated dependencies - @backstage/integration@1.9.0-next.1 - @backstage/core-components@0.14.0-next.2 - @backstage/plugin-catalog-react@1.10.0-next.3 - @backstage/catalog-model@1.4.4-next.0 - @backstage/core-plugin-api@1.9.0-next.1 - @backstage/errors@1.2.3 - @backstage/integration-react@1.1.24-next.2 ## @backstage/plugin-github-issues@0.2.19-next.3 ### Patch Changes - Updated dependencies - @backstage/integration@1.9.0-next.1 - @backstage/core-components@0.14.0-next.2 - @backstage/plugin-catalog-react@1.10.0-next.3 - @backstage/catalog-model@1.4.4-next.0 - @backstage/core-plugin-api@1.9.0-next.1 - @backstage/errors@1.2.3 ## @backstage/plugin-github-pull-requests-board@0.1.24-next.3 ### Patch Changes - Updated dependencies - @backstage/integration@1.9.0-next.1 - @backstage/core-components@0.14.0-next.2 - @backstage/plugin-catalog-react@1.10.0-next.3 - @backstage/catalog-model@1.4.4-next.0 - @backstage/core-plugin-api@1.9.0-next.1 ## @backstage/plugin-gitops-profiles@0.3.45-next.2 ### Patch Changes - Updated dependencies - @backstage/core-components@0.14.0-next.2 - @backstage/core-plugin-api@1.9.0-next.1 ## @backstage/plugin-gocd@0.1.36-next.3 ### Patch Changes - Updated dependencies - @backstage/core-components@0.14.0-next.2 - @backstage/plugin-catalog-react@1.10.0-next.3 - @backstage/catalog-model@1.4.4-next.0 - @backstage/core-plugin-api@1.9.0-next.1 - @backstage/errors@1.2.3 ## @backstage/plugin-graphiql@0.3.3-next.3 ### Patch Changes - Updated dependencies - @backstage/core-components@0.14.0-next.2 - @backstage/core-compat-api@0.2.0-next.3 - @backstage/core-plugin-api@1.9.0-next.1 - @backstage/frontend-plugin-api@0.6.0-next.3 ## @backstage/plugin-graphql-voyager@0.1.12-next.2 ### Patch Changes - Updated dependencies - @backstage/core-components@0.14.0-next.2 - @backstage/core-plugin-api@1.9.0-next.1 ## @backstage/plugin-home@0.6.2-next.3 ### Patch Changes - e6f0831: Updated dependency `@rjsf/utils` to `5.17.0`. Updated dependency `@rjsf/core` to `5.17.0`. Updated dependency `@rjsf/material-ui` to `5.17.0`. Updated dependency `@rjsf/validator-ajv8` to `5.17.0`. - Updated dependencies - @backstage/theme@0.5.1-next.1 - @backstage/core-components@0.14.0-next.2 - @backstage/plugin-catalog-react@1.10.0-next.3 - @backstage/plugin-home-react@0.1.8-next.3 - @backstage/catalog-client@1.6.0-next.1 - @backstage/catalog-model@1.4.4-next.0 - @backstage/config@1.1.1 - @backstage/core-app-api@1.12.0-next.1 - @backstage/core-compat-api@0.2.0-next.3 - @backstage/core-plugin-api@1.9.0-next.1 - @backstage/frontend-plugin-api@0.6.0-next.3 ## @backstage/plugin-home-react@0.1.8-next.3 ### Patch Changes - e6f0831: Updated dependency `@rjsf/utils` to `5.17.0`. Updated dependency `@rjsf/core` to `5.17.0`. Updated dependency `@rjsf/material-ui` to `5.17.0`. Updated dependency `@rjsf/validator-ajv8` to `5.17.0`. - Updated dependencies - @backstage/core-components@0.14.0-next.2 - @backstage/core-plugin-api@1.9.0-next.1 ## @backstage/plugin-ilert@0.2.19-next.3 ### Patch Changes - Updated dependencies - @backstage/core-components@0.14.0-next.2 - @backstage/plugin-catalog-react@1.10.0-next.3 - @backstage/catalog-model@1.4.4-next.0 - @backstage/core-plugin-api@1.9.0-next.1 - @backstage/errors@1.2.3 ## @backstage/plugin-jenkins@0.9.5-next.3 ### Patch Changes - Updated dependencies - @backstage/core-components@0.14.0-next.2 - @backstage/plugin-catalog-react@1.10.0-next.3 - @backstage/catalog-model@1.4.4-next.0 - @backstage/core-plugin-api@1.9.0-next.1 - @backstage/errors@1.2.3 - @backstage/plugin-jenkins-common@0.1.24-next.0 ## @backstage/plugin-jenkins-backend@0.3.4-next.3 ### Patch Changes - Updated dependencies - @backstage/backend-common@0.21.0-next.3 - @backstage/plugin-catalog-node@1.6.2-next.3 - @backstage/plugin-auth-node@0.4.4-next.3 - @backstage/plugin-permission-node@0.7.21-next.3 - @backstage/backend-plugin-api@0.6.10-next.3 - @backstage/catalog-client@1.6.0-next.1 - @backstage/catalog-model@1.4.4-next.0 - @backstage/config@1.1.1 - @backstage/errors@1.2.3 - @backstage/plugin-jenkins-common@0.1.24-next.0 - @backstage/plugin-permission-common@0.7.12 ## @backstage/plugin-kafka@0.3.30-next.3 ### Patch Changes - Updated dependencies - @backstage/core-components@0.14.0-next.2 - @backstage/plugin-catalog-react@1.10.0-next.3 - @backstage/catalog-model@1.4.4-next.0 - @backstage/core-plugin-api@1.9.0-next.1 ## @backstage/plugin-kafka-backend@0.3.8-next.3 ### Patch Changes - Updated dependencies - @backstage/backend-common@0.21.0-next.3 - @backstage/backend-plugin-api@0.6.10-next.3 - @backstage/config@1.1.1 - @backstage/errors@1.2.3 ## @backstage/plugin-kubernetes@0.11.5-next.3 ### Patch Changes - b01c86c: The `ErrorReporting` component's cluster column now displays cluster titles when specified. - Updated dependencies - @backstage/plugin-kubernetes-react@0.3.0-next.3 - @backstage/plugin-kubernetes-common@0.7.4-next.2 - @backstage/core-components@0.14.0-next.2 - @backstage/plugin-catalog-react@1.10.0-next.3 - @backstage/catalog-model@1.4.4-next.0 - @backstage/core-plugin-api@1.9.0-next.1 ## @backstage/plugin-kubernetes-backend@0.15.0-next.3 ### Patch Changes - afe9473: The `/clusters` API now surfaces cluster titles. - 2a50cbf: adds a x-goog-api-client header to existing API requests in this plugin to clearly identify API requests from this GKE plugin. headers are formatted as follows where `libVersion` represents the current dotted version number of the Backstage GKE plugin and `libName` represent the current Google API used at backstage. - 3b3d549: Responses from the `/api/kubernetes/services/:serviceId` endpoint now include the cluster title. - a2e7fc6: Organized imports in plugin.ts - 6009d2a: Clusters in the catalog can now specify a human-readable title via `metadata.title`. - 7ee5b30: Clusters in the app-config can now specify a `title` property for human readability. - ceda378: On LocalKubectlProxyClusterLocator, when resolving localhost, IPv4 address is placed before IPv6 address, ignoring the order from the DNS resolver. This change is necessary since by default kubectl proxy listen on IPv4 - Updated dependencies - @backstage/backend-common@0.21.0-next.3 - @backstage/plugin-kubernetes-common@0.7.4-next.2 - @backstage/integration-aws-node@0.1.9-next.0 - @backstage/plugin-kubernetes-node@0.1.4-next.3 - @backstage/plugin-catalog-node@1.6.2-next.3 - @backstage/plugin-auth-node@0.4.4-next.3 - @backstage/plugin-permission-node@0.7.21-next.3 - @backstage/backend-plugin-api@0.6.10-next.3 - @backstage/catalog-client@1.6.0-next.1 - @backstage/catalog-model@1.4.4-next.0 - @backstage/config@1.1.1 - @backstage/errors@1.2.3 - @backstage/types@1.1.1 - @backstage/plugin-permission-common@0.7.12 ## @backstage/plugin-kubernetes-cluster@0.0.6-next.3 ### Patch Changes - Updated dependencies - @backstage/plugin-kubernetes-react@0.3.0-next.3 - @backstage/plugin-kubernetes-common@0.7.4-next.2 - @backstage/core-components@0.14.0-next.2 - @backstage/plugin-catalog-react@1.10.0-next.3 - @backstage/catalog-model@1.4.4-next.0 - @backstage/core-plugin-api@1.9.0-next.1 ## @backstage/plugin-kubernetes-common@0.7.4-next.2 ### Patch Changes - a643af8: The `ClusterAttributes` type now includes the cluster title. - Updated dependencies - @backstage/catalog-model@1.4.4-next.0 - @backstage/types@1.1.1 - @backstage/plugin-permission-common@0.7.12 ## @backstage/plugin-kubernetes-node@0.1.4-next.3 ### Patch Changes - 8472188: Added or fixed the `repository` field in `package.json`. - 043cf88: The `ClusterDetails` type now has a `title` field, which should be a human-readable name. - Updated dependencies - @backstage/plugin-kubernetes-common@0.7.4-next.2 - @backstage/backend-plugin-api@0.6.10-next.3 - @backstage/catalog-model@1.4.4-next.0 - @backstage/types@1.1.1 ## @backstage/plugin-lighthouse@0.4.15-next.3 ### Patch Changes - Updated dependencies - @backstage/core-components@0.14.0-next.2 - @backstage/plugin-catalog-react@1.10.0-next.3 - @backstage/catalog-model@1.4.4-next.0 - @backstage/core-plugin-api@1.9.0-next.1 - @backstage/plugin-lighthouse-common@0.1.4 ## @backstage/plugin-lighthouse-backend@0.4.2-next.3 ### Patch Changes - Updated dependencies - @backstage/backend-common@0.21.0-next.3 - @backstage/backend-tasks@0.5.15-next.3 - @backstage/plugin-catalog-node@1.6.2-next.3 - @backstage/backend-plugin-api@0.6.10-next.3 - @backstage/catalog-client@1.6.0-next.1 - @backstage/catalog-model@1.4.4-next.0 - @backstage/config@1.1.1 - @backstage/types@1.1.1 - @backstage/plugin-lighthouse-common@0.1.4 ## @backstage/plugin-linguist@0.1.15-next.3 ### Patch Changes - Updated dependencies - @backstage/core-components@0.14.0-next.2 - @backstage/plugin-catalog-react@1.10.0-next.3 - @backstage/catalog-model@1.4.4-next.0 - @backstage/core-compat-api@0.2.0-next.3 - @backstage/core-plugin-api@1.9.0-next.1 - @backstage/errors@1.2.3 - @backstage/frontend-plugin-api@0.6.0-next.3 - @backstage/plugin-linguist-common@0.1.2 ## @backstage/plugin-linguist-backend@0.5.7-next.3 ### Patch Changes - Updated dependencies - @backstage/backend-common@0.21.0-next.3 - @backstage/backend-tasks@0.5.15-next.3 - @backstage/plugin-catalog-node@1.6.2-next.3 - @backstage/plugin-auth-node@0.4.4-next.3 - @backstage/backend-plugin-api@0.6.10-next.3 - @backstage/catalog-client@1.6.0-next.1 - @backstage/catalog-model@1.4.4-next.0 - @backstage/config@1.1.1 - @backstage/errors@1.2.3 - @backstage/types@1.1.1 - @backstage/plugin-linguist-common@0.1.2 ## @backstage/plugin-microsoft-calendar@0.1.12-next.2 ### Patch Changes - 3631fb4: Updated dependency `dompurify` to `^3.0.0`. Updated dependency `@types/dompurify` to `^3.0.0`. - Updated dependencies - @backstage/core-components@0.14.0-next.2 - @backstage/core-plugin-api@1.9.0-next.1 - @backstage/errors@1.2.3 ## @backstage/plugin-newrelic@0.3.45-next.2 ### Patch Changes - Updated dependencies - @backstage/core-components@0.14.0-next.2 - @backstage/core-plugin-api@1.9.0-next.1 ## @backstage/plugin-newrelic-dashboard@0.3.5-next.3 ### Patch Changes - Updated dependencies - @backstage/core-components@0.14.0-next.2 - @backstage/plugin-catalog-react@1.10.0-next.3 - @backstage/catalog-model@1.4.4-next.0 - @backstage/core-plugin-api@1.9.0-next.1 - @backstage/errors@1.2.3 ## @backstage/plugin-nomad@0.1.11-next.3 ### Patch Changes - Updated dependencies - @backstage/core-components@0.14.0-next.2 - @backstage/plugin-catalog-react@1.10.0-next.3 - @backstage/catalog-model@1.4.4-next.0 - @backstage/core-plugin-api@1.9.0-next.1 ## @backstage/plugin-nomad-backend@0.1.12-next.3 ### Patch Changes - Updated dependencies - @backstage/backend-common@0.21.0-next.3 - @backstage/backend-plugin-api@0.6.10-next.3 - @backstage/config@1.1.1 - @backstage/errors@1.2.3 ## @backstage/plugin-notifications@0.0.1-next.1 ### Patch Changes - 8472188: Added or fixed the `repository` field in `package.json`. - Updated dependencies - @backstage/theme@0.5.1-next.1 - @backstage/plugin-notifications-common@0.0.1-next.1 - @backstage/plugin-signals-react@0.0.1-next.3 - @backstage/core-components@0.14.0-next.2 - @backstage/core-plugin-api@1.9.0-next.1 - @backstage/errors@1.2.3 - @backstage/types@1.1.1 ## @backstage/plugin-notifications-backend@0.0.1-next.1 ### Patch Changes - 8472188: Added or fixed the `repository` field in `package.json`. - Updated dependencies - @backstage/backend-common@0.21.0-next.3 - @backstage/plugin-notifications-common@0.0.1-next.1 - @backstage/plugin-notifications-node@0.0.1-next.1 - @backstage/plugin-signals-node@0.0.1-next.3 - @backstage/plugin-auth-node@0.4.4-next.3 - @backstage/backend-plugin-api@0.6.10-next.3 - @backstage/catalog-client@1.6.0-next.1 - @backstage/catalog-model@1.4.4-next.0 - @backstage/config@1.1.1 - @backstage/errors@1.2.3 - @backstage/plugin-events-node@0.2.19-next.3 ## @backstage/plugin-notifications-common@0.0.1-next.1 ### Patch Changes - 8472188: Added or fixed the `repository` field in `package.json`. ## @backstage/plugin-notifications-node@0.0.1-next.1 ### Patch Changes - 8472188: Added or fixed the `repository` field in `package.json`. - Updated dependencies - @backstage/backend-common@0.21.0-next.3 - @backstage/plugin-notifications-common@0.0.1-next.1 - @backstage/plugin-signals-node@0.0.1-next.3 - @backstage/backend-plugin-api@0.6.10-next.3 - @backstage/catalog-client@1.6.0-next.1 - @backstage/catalog-model@1.4.4-next.0 ## @backstage/plugin-octopus-deploy@0.2.12-next.3 ### Patch Changes - Updated dependencies - @backstage/core-components@0.14.0-next.2 - @backstage/plugin-catalog-react@1.10.0-next.3 - @backstage/catalog-model@1.4.4-next.0 - @backstage/core-plugin-api@1.9.0-next.1 ## @backstage/plugin-opencost@0.2.5-next.2 ### Patch Changes - 8472188: Added or fixed the `repository` field in `package.json`. - Updated dependencies - @backstage/core-components@0.14.0-next.2 - @backstage/core-plugin-api@1.9.0-next.1 ## @backstage/plugin-org@0.6.20-next.3 ### Patch Changes - Updated dependencies - @backstage/core-components@0.14.0-next.2 - @backstage/plugin-catalog-react@1.10.0-next.3 - @backstage/catalog-model@1.4.4-next.0 - @backstage/core-compat-api@0.2.0-next.3 - @backstage/core-plugin-api@1.9.0-next.1 - @backstage/frontend-plugin-api@0.6.0-next.3 - @backstage/plugin-catalog-common@1.0.21-next.0 ## @backstage/plugin-org-react@0.1.19-next.3 ### Patch Changes - Updated dependencies - @backstage/core-components@0.14.0-next.2 - @backstage/plugin-catalog-react@1.10.0-next.3 - @backstage/catalog-client@1.6.0-next.1 - @backstage/catalog-model@1.4.4-next.0 - @backstage/core-plugin-api@1.9.0-next.1 ## @backstage/plugin-pagerduty@0.7.2-next.3 ### Patch Changes - Updated dependencies - @backstage/core-components@0.14.0-next.2 - @backstage/plugin-catalog-react@1.10.0-next.3 - @backstage/plugin-home-react@0.1.8-next.3 - @backstage/catalog-model@1.4.4-next.0 - @backstage/core-plugin-api@1.9.0-next.1 - @backstage/errors@1.2.3 ## @backstage/plugin-periskop@0.1.28-next.3 ### Patch Changes - Updated dependencies - @backstage/core-components@0.14.0-next.2 - @backstage/plugin-catalog-react@1.10.0-next.3 - @backstage/catalog-model@1.4.4-next.0 - @backstage/core-plugin-api@1.9.0-next.1 - @backstage/errors@1.2.3 ## @backstage/plugin-periskop-backend@0.2.8-next.3 ### Patch Changes - Updated dependencies - @backstage/backend-common@0.21.0-next.3 - @backstage/backend-plugin-api@0.6.10-next.3 - @backstage/config@1.1.1 ## @backstage/plugin-permission-backend@0.5.33-next.3 ### Patch Changes - Updated dependencies - @backstage/backend-common@0.21.0-next.3 - @backstage/plugin-auth-node@0.4.4-next.3 - @backstage/plugin-permission-node@0.7.21-next.3 - @backstage/backend-plugin-api@0.6.10-next.3 - @backstage/config@1.1.1 - @backstage/errors@1.2.3 - @backstage/plugin-permission-common@0.7.12 ## @backstage/plugin-permission-backend-module-allow-all-policy@0.1.7-next.3 ### Patch Changes - 8472188: Added or fixed the `repository` field in `package.json`. - Updated dependencies - @backstage/plugin-auth-node@0.4.4-next.3 - @backstage/plugin-permission-node@0.7.21-next.3 - @backstage/backend-plugin-api@0.6.10-next.3 - @backstage/plugin-permission-common@0.7.12 ## @backstage/plugin-permission-node@0.7.21-next.3 ### Patch Changes - Updated dependencies - @backstage/backend-common@0.21.0-next.3 - @backstage/plugin-auth-node@0.4.4-next.3 - @backstage/backend-plugin-api@0.6.10-next.3 - @backstage/config@1.1.1 - @backstage/errors@1.2.3 - @backstage/plugin-permission-common@0.7.12 ## @backstage/plugin-playlist@0.2.4-next.3 ### Patch Changes - 5a03537: Conditionally render playlist description only when it's non-empty - Updated dependencies - @backstage/core-components@0.14.0-next.2 - @backstage/plugin-catalog-react@1.10.0-next.3 - @backstage/catalog-model@1.4.4-next.0 - @backstage/core-plugin-api@1.9.0-next.1 - @backstage/errors@1.2.3 - @backstage/plugin-catalog-common@1.0.21-next.0 - @backstage/plugin-permission-common@0.7.12 - @backstage/plugin-permission-react@0.4.20-next.1 - @backstage/plugin-playlist-common@0.1.14 - @backstage/plugin-search-react@1.7.6-next.3 ## @backstage/plugin-playlist-backend@0.3.14-next.3 ### Patch Changes - Updated dependencies - @backstage/backend-common@0.21.0-next.3 - @backstage/plugin-auth-node@0.4.4-next.3 - @backstage/plugin-permission-node@0.7.21-next.3 - @backstage/backend-plugin-api@0.6.10-next.3 - @backstage/catalog-client@1.6.0-next.1 - @backstage/catalog-model@1.4.4-next.0 - @backstage/config@1.1.1 - @backstage/errors@1.2.3 - @backstage/plugin-permission-common@0.7.12 - @backstage/plugin-playlist-common@0.1.14 ## @backstage/plugin-proxy-backend@0.4.8-next.3 ### Patch Changes - Updated dependencies - @backstage/backend-common@0.21.0-next.3 - @backstage/backend-plugin-api@0.6.10-next.3 - @backstage/config@1.1.1 ## @backstage/plugin-puppetdb@0.1.13-next.3 ### Patch Changes - Updated dependencies - @backstage/core-components@0.14.0-next.2 - @backstage/plugin-catalog-react@1.10.0-next.3 - @backstage/catalog-model@1.4.4-next.0 - @backstage/core-plugin-api@1.9.0-next.1 - @backstage/errors@1.2.3 ## @backstage/plugin-rollbar@0.4.30-next.3 ### Patch Changes - Updated dependencies - @backstage/core-components@0.14.0-next.2 - @backstage/plugin-catalog-react@1.10.0-next.3 - @backstage/catalog-model@1.4.4-next.0 - @backstage/core-plugin-api@1.9.0-next.1 ## @backstage/plugin-rollbar-backend@0.1.55-next.3 ### Patch Changes - Updated dependencies - @backstage/backend-common@0.21.0-next.3 - @backstage/config@1.1.1 ## @backstage/plugin-scaffolder@1.18.0-next.3 ### Patch Changes - 09cedb9: Updated dependency `@react-hookz/web` to `^24.0.0`. - e6f0831: Updated dependency `@rjsf/utils` to `5.17.0`. Updated dependency `@rjsf/core` to `5.17.0`. Updated dependency `@rjsf/material-ui` to `5.17.0`. Updated dependency `@rjsf/validator-ajv8` to `5.17.0`. - 1cae748: Updated dependency `git-url-parse` to `^14.0.0`. - Updated dependencies - @backstage/integration@1.9.0-next.1 - @backstage/core-components@0.14.0-next.2 - @backstage/plugin-catalog-react@1.10.0-next.3 - @backstage/plugin-scaffolder-react@1.8.0-next.3 - @backstage/catalog-client@1.6.0-next.1 - @backstage/catalog-model@1.4.4-next.0 - @backstage/core-compat-api@0.2.0-next.3 - @backstage/core-plugin-api@1.9.0-next.1 - @backstage/errors@1.2.3 - @backstage/frontend-plugin-api@0.6.0-next.3 - @backstage/integration-react@1.1.24-next.2 - @backstage/types@1.1.1 - @backstage/plugin-catalog-common@1.0.21-next.0 - @backstage/plugin-permission-react@0.4.20-next.1 - @backstage/plugin-scaffolder-common@1.5.0-next.1 ## @backstage/plugin-scaffolder-backend@1.21.0-next.3 ### Patch Changes - Updated dependencies - @backstage/backend-common@0.21.0-next.3 - @backstage/plugin-scaffolder-backend-module-gitlab@0.2.13-next.3 - @backstage/integration@1.9.0-next.1 - @backstage/backend-tasks@0.5.15-next.3 - @backstage/plugin-catalog-backend-module-scaffolder-entity-model@0.1.7-next.3 - @backstage/plugin-scaffolder-backend-module-bitbucket-server@0.1.0-next.1 - @backstage/plugin-scaffolder-backend-module-bitbucket-cloud@0.1.0-next.1 - @backstage/plugin-scaffolder-backend-module-bitbucket@0.2.0-next.3 - @backstage/plugin-scaffolder-backend-module-gerrit@0.1.2-next.3 - @backstage/plugin-scaffolder-backend-module-github@0.2.0-next.3 - @backstage/plugin-scaffolder-backend-module-azure@0.1.2-next.3 - @backstage/plugin-catalog-node@1.6.2-next.3 - @backstage/plugin-auth-node@0.4.4-next.3 - @backstage/plugin-permission-node@0.7.21-next.3 - @backstage/plugin-scaffolder-node@0.3.0-next.3 - @backstage/backend-plugin-api@0.6.10-next.3 - @backstage/catalog-client@1.6.0-next.1 - @backstage/catalog-model@1.4.4-next.0 - @backstage/config@1.1.1 - @backstage/errors@1.2.3 - @backstage/types@1.1.1 - @backstage/plugin-permission-common@0.7.12 - @backstage/plugin-scaffolder-common@1.5.0-next.1 ## @backstage/plugin-scaffolder-backend-module-azure@0.1.2-next.3 ### Patch Changes - 8472188: Added or fixed the `repository` field in `package.json`. - Updated dependencies - @backstage/backend-common@0.21.0-next.3 - @backstage/integration@1.9.0-next.1 - @backstage/plugin-scaffolder-node@0.3.0-next.3 - @backstage/backend-plugin-api@0.6.10-next.3 - @backstage/config@1.1.1 - @backstage/errors@1.2.3 ## @backstage/plugin-scaffolder-backend-module-bitbucket@0.2.0-next.3 ### Patch Changes - 8472188: Added or fixed the `repository` field in `package.json`. - Updated dependencies - @backstage/backend-common@0.21.0-next.3 - @backstage/integration@1.9.0-next.1 - @backstage/plugin-scaffolder-backend-module-bitbucket-server@0.1.0-next.1 - @backstage/plugin-scaffolder-backend-module-bitbucket-cloud@0.1.0-next.1 - @backstage/plugin-scaffolder-node@0.3.0-next.3 - @backstage/backend-plugin-api@0.6.10-next.3 - @backstage/config@1.1.1 - @backstage/errors@1.2.3 ## @backstage/plugin-scaffolder-backend-module-bitbucket-cloud@0.1.0-next.1 ### Patch Changes - 8472188: Added or fixed the `repository` field in `package.json`. - Updated dependencies - @backstage/backend-common@0.21.0-next.3 - @backstage/integration@1.9.0-next.1 - @backstage/plugin-scaffolder-node@0.3.0-next.3 - @backstage/backend-plugin-api@0.6.10-next.3 - @backstage/config@1.1.1 - @backstage/errors@1.2.3 ## @backstage/plugin-scaffolder-backend-module-bitbucket-server@0.1.0-next.1 ### Patch Changes - 8472188: Added or fixed the `repository` field in `package.json`. - Updated dependencies - @backstage/backend-common@0.21.0-next.3 - @backstage/integration@1.9.0-next.1 - @backstage/plugin-scaffolder-node@0.3.0-next.3 - @backstage/backend-plugin-api@0.6.10-next.3 - @backstage/config@1.1.1 - @backstage/errors@1.2.3 ## @backstage/plugin-scaffolder-backend-module-confluence-to-markdown@0.2.11-next.3 ### Patch Changes - 1cae748: Updated dependency `git-url-parse` to `^14.0.0`. - Updated dependencies - @backstage/backend-common@0.21.0-next.3 - @backstage/integration@1.9.0-next.1 - @backstage/plugin-scaffolder-node@0.3.0-next.3 - @backstage/backend-plugin-api@0.6.10-next.3 - @backstage/config@1.1.1 - @backstage/errors@1.2.3 ## @backstage/plugin-scaffolder-backend-module-cookiecutter@0.2.34-next.3 ### Patch Changes - Updated dependencies - @backstage/backend-common@0.21.0-next.3 - @backstage/integration@1.9.0-next.1 - @backstage/plugin-scaffolder-node@0.3.0-next.3 - @backstage/backend-plugin-api@0.6.10-next.3 - @backstage/config@1.1.1 - @backstage/errors@1.2.3 - @backstage/types@1.1.1 ## @backstage/plugin-scaffolder-backend-module-gerrit@0.1.2-next.3 ### Patch Changes - 8472188: Added or fixed the `repository` field in `package.json`. - Updated dependencies - @backstage/integration@1.9.0-next.1 - @backstage/plugin-scaffolder-node@0.3.0-next.3 - @backstage/backend-plugin-api@0.6.10-next.3 - @backstage/config@1.1.1 - @backstage/errors@1.2.3 ## @backstage/plugin-scaffolder-backend-module-github@0.2.0-next.3 ### Patch Changes - 8472188: Added or fixed the `repository` field in `package.json`. - Updated dependencies - @backstage/backend-common@0.21.0-next.3 - @backstage/integration@1.9.0-next.1 - @backstage/plugin-scaffolder-node@0.3.0-next.3 - @backstage/backend-plugin-api@0.6.10-next.3 - @backstage/config@1.1.1 - @backstage/errors@1.2.3 ## @backstage/plugin-scaffolder-backend-module-gitlab@0.2.13-next.3 ### Patch Changes - 1cd2740: Use the Gitbeaker library for `gitlab:projectAccessToken:create` action, enabling the `expiresAt` option - Updated dependencies - @backstage/backend-common@0.21.0-next.3 - @backstage/integration@1.9.0-next.1 - @backstage/plugin-scaffolder-node@0.3.0-next.3 - @backstage/backend-plugin-api@0.6.10-next.3 - @backstage/config@1.1.1 - @backstage/errors@1.2.3 ## @backstage/plugin-scaffolder-backend-module-rails@0.4.27-next.3 ### Patch Changes - Updated dependencies - @backstage/backend-common@0.21.0-next.3 - @backstage/integration@1.9.0-next.1 - @backstage/plugin-scaffolder-node@0.3.0-next.3 - @backstage/backend-plugin-api@0.6.10-next.3 - @backstage/config@1.1.1 - @backstage/errors@1.2.3 - @backstage/types@1.1.1 ## @backstage/plugin-scaffolder-backend-module-sentry@0.1.18-next.3 ### Patch Changes - Updated dependencies - @backstage/plugin-scaffolder-node@0.3.0-next.3 - @backstage/backend-plugin-api@0.6.10-next.3 - @backstage/config@1.1.1 - @backstage/errors@1.2.3 ## @backstage/plugin-scaffolder-backend-module-yeoman@0.2.31-next.3 ### Patch Changes - Updated dependencies - @backstage/plugin-scaffolder-node@0.3.0-next.3 - @backstage/backend-plugin-api@0.6.10-next.3 - @backstage/types@1.1.1 ## @backstage/plugin-scaffolder-node@0.3.0-next.3 ### Patch Changes - Updated dependencies - @backstage/backend-common@0.21.0-next.3 - @backstage/integration@1.9.0-next.1 - @backstage/backend-plugin-api@0.6.10-next.3 - @backstage/catalog-model@1.4.4-next.0 - @backstage/errors@1.2.3 - @backstage/types@1.1.1 - @backstage/plugin-scaffolder-common@1.5.0-next.1 ## @backstage/plugin-scaffolder-react@1.8.0-next.3 ### Patch Changes - 09cedb9: Updated dependency `@react-hookz/web` to `^24.0.0`. - e6f0831: Updated dependency `@rjsf/utils` to `5.17.0`. Updated dependency `@rjsf/core` to `5.17.0`. Updated dependency `@rjsf/material-ui` to `5.17.0`. Updated dependency `@rjsf/validator-ajv8` to `5.17.0`. - Updated dependencies - @backstage/theme@0.5.1-next.1 - @backstage/core-components@0.14.0-next.2 - @backstage/plugin-catalog-react@1.10.0-next.3 - @backstage/catalog-client@1.6.0-next.1 - @backstage/catalog-model@1.4.4-next.0 - @backstage/core-plugin-api@1.9.0-next.1 - @backstage/types@1.1.1 - @backstage/version-bridge@1.0.7 - @backstage/plugin-scaffolder-common@1.5.0-next.1 ## @backstage/plugin-search@1.4.6-next.3 ### Patch Changes - Updated dependencies - @backstage/core-components@0.14.0-next.2 - @backstage/plugin-catalog-react@1.10.0-next.3 - @backstage/core-compat-api@0.2.0-next.3 - @backstage/core-plugin-api@1.9.0-next.1 - @backstage/errors@1.2.3 - @backstage/frontend-plugin-api@0.6.0-next.3 - @backstage/types@1.1.1 - @backstage/version-bridge@1.0.7 - @backstage/plugin-search-common@1.2.10 - @backstage/plugin-search-react@1.7.6-next.3 ## @backstage/plugin-search-backend@1.5.0-next.3 ### Patch Changes - Updated dependencies - @backstage/backend-common@0.21.0-next.3 - @backstage/plugin-auth-node@0.4.4-next.3 - @backstage/plugin-permission-node@0.7.21-next.3 - @backstage/plugin-search-backend-node@1.2.14-next.3 - @backstage/backend-openapi-utils@0.1.3-next.3 - @backstage/backend-plugin-api@0.6.10-next.3 - @backstage/config@1.1.1 - @backstage/errors@1.2.3 - @backstage/types@1.1.1 - @backstage/plugin-permission-common@0.7.12 - @backstage/plugin-search-common@1.2.10 ## @backstage/plugin-search-backend-module-catalog@0.1.14-next.3 ### Patch Changes - Updated dependencies - @backstage/backend-common@0.21.0-next.3 - @backstage/backend-tasks@0.5.15-next.3 - @backstage/plugin-catalog-node@1.6.2-next.3 - @backstage/plugin-search-backend-node@1.2.14-next.3 - @backstage/backend-plugin-api@0.6.10-next.3 - @backstage/catalog-client@1.6.0-next.1 - @backstage/catalog-model@1.4.4-next.0 - @backstage/config@1.1.1 - @backstage/errors@1.2.3 - @backstage/plugin-catalog-common@1.0.21-next.0 - @backstage/plugin-permission-common@0.7.12 - @backstage/plugin-search-common@1.2.10 ## @backstage/plugin-search-backend-module-elasticsearch@1.3.13-next.3 ### Patch Changes - Updated dependencies - @backstage/backend-common@0.21.0-next.3 - @backstage/integration-aws-node@0.1.9-next.0 - @backstage/plugin-search-backend-node@1.2.14-next.3 - @backstage/backend-plugin-api@0.6.10-next.3 - @backstage/config@1.1.1 - @backstage/plugin-search-common@1.2.10 ## @backstage/plugin-search-backend-module-explore@0.1.14-next.3 ### Patch Changes - Updated dependencies - @backstage/backend-common@0.21.0-next.3 - @backstage/backend-tasks@0.5.15-next.3 - @backstage/plugin-search-backend-node@1.2.14-next.3 - @backstage/backend-plugin-api@0.6.10-next.3 - @backstage/config@1.1.1 - @backstage/plugin-explore-common@0.0.2 - @backstage/plugin-search-common@1.2.10 ## @backstage/plugin-search-backend-module-pg@0.5.19-next.3 ### Patch Changes - Updated dependencies - @backstage/backend-common@0.21.0-next.3 - @backstage/plugin-search-backend-node@1.2.14-next.3 - @backstage/backend-plugin-api@0.6.10-next.3 - @backstage/config@1.1.1 - @backstage/plugin-search-common@1.2.10 ## @backstage/plugin-search-backend-module-stack-overflow-collator@0.1.3-next.3 ### Patch Changes - 8472188: Added or fixed the `repository` field in `package.json`. - Updated dependencies - @backstage/backend-common@0.21.0-next.3 - @backstage/backend-tasks@0.5.15-next.3 - @backstage/plugin-search-backend-node@1.2.14-next.3 - @backstage/backend-plugin-api@0.6.10-next.3 - @backstage/config@1.1.1 - @backstage/plugin-search-common@1.2.10 ## @backstage/plugin-search-backend-module-techdocs@0.1.14-next.3 ### Patch Changes - Updated dependencies - @backstage/backend-common@0.21.0-next.3 - @backstage/backend-tasks@0.5.15-next.3 - @backstage/plugin-techdocs-node@1.11.2-next.3 - @backstage/plugin-catalog-node@1.6.2-next.3 - @backstage/plugin-search-backend-node@1.2.14-next.3 - @backstage/backend-plugin-api@0.6.10-next.3 - @backstage/catalog-client@1.6.0-next.1 - @backstage/catalog-model@1.4.4-next.0 - @backstage/config@1.1.1 - @backstage/plugin-catalog-common@1.0.21-next.0 - @backstage/plugin-permission-common@0.7.12 - @backstage/plugin-search-common@1.2.10 ## @backstage/plugin-search-backend-node@1.2.14-next.3 ### Patch Changes - Updated dependencies - @backstage/backend-common@0.21.0-next.3 - @backstage/backend-tasks@0.5.15-next.3 - @backstage/backend-plugin-api@0.6.10-next.3 - @backstage/config@1.1.1 - @backstage/errors@1.2.3 - @backstage/plugin-permission-common@0.7.12 - @backstage/plugin-search-common@1.2.10 ## @backstage/plugin-search-react@1.7.6-next.3 ### Patch Changes - Updated dependencies - @backstage/theme@0.5.1-next.1 - @backstage/core-components@0.14.0-next.2 - @backstage/core-plugin-api@1.9.0-next.1 - @backstage/frontend-plugin-api@0.6.0-next.3 - @backstage/types@1.1.1 - @backstage/version-bridge@1.0.7 - @backstage/plugin-search-common@1.2.10 ## @backstage/plugin-sentry@0.5.15-next.3 ### Patch Changes - Updated dependencies - @backstage/core-components@0.14.0-next.2 - @backstage/plugin-catalog-react@1.10.0-next.3 - @backstage/catalog-model@1.4.4-next.0 - @backstage/core-plugin-api@1.9.0-next.1 ## @backstage/plugin-shortcuts@0.3.19-next.2 ### Patch Changes - Updated dependencies - @backstage/theme@0.5.1-next.1 - @backstage/core-components@0.14.0-next.2 - @backstage/core-plugin-api@1.9.0-next.1 - @backstage/types@1.1.1 ## @backstage/plugin-signals@0.0.1-next.3 ### Patch Changes - 8472188: Added or fixed the `repository` field in `package.json`. - 1ab22c4: Allow defining signal type to publish and receive - Updated dependencies - @backstage/theme@0.5.1-next.1 - @backstage/plugin-signals-react@0.0.1-next.3 - @backstage/core-components@0.14.0-next.2 - @backstage/core-plugin-api@1.9.0-next.1 - @backstage/types@1.1.1 ## @backstage/plugin-signals-backend@0.0.1-next.3 ### Patch Changes - 8472188: Added or fixed the `repository` field in `package.json`. - Updated dependencies - @backstage/backend-common@0.21.0-next.3 - @backstage/plugin-signals-node@0.0.1-next.3 - @backstage/plugin-auth-node@0.4.4-next.3 - @backstage/backend-plugin-api@0.6.10-next.3 - @backstage/config@1.1.1 - @backstage/types@1.1.1 - @backstage/plugin-events-node@0.2.19-next.3 ## @backstage/plugin-signals-node@0.0.1-next.3 ### Patch Changes - 8472188: Added or fixed the `repository` field in `package.json`. - 1ab22c4: Allow defining signal type to publish and receive - Updated dependencies - @backstage/backend-common@0.21.0-next.3 - @backstage/plugin-auth-node@0.4.4-next.3 - @backstage/backend-plugin-api@0.6.10-next.3 - @backstage/config@1.1.1 - @backstage/types@1.1.1 - @backstage/plugin-events-node@0.2.19-next.3 ## @backstage/plugin-signals-react@0.0.1-next.3 ### Patch Changes - 8472188: Added or fixed the `repository` field in `package.json`. - 1ab22c4: Allow defining signal type to publish and receive - Updated dependencies - @backstage/core-plugin-api@1.9.0-next.1 - @backstage/types@1.1.1 ## @backstage/plugin-sonarqube@0.7.12-next.3 ### Patch Changes - Updated dependencies - @backstage/core-components@0.14.0-next.2 - @backstage/plugin-catalog-react@1.10.0-next.3 - @backstage/catalog-model@1.4.4-next.0 - @backstage/core-plugin-api@1.9.0-next.1 - @backstage/plugin-sonarqube-react@0.1.13-next.1 ## @backstage/plugin-sonarqube-backend@0.2.12-next.3 ### Patch Changes - Updated dependencies - @backstage/backend-common@0.21.0-next.3 - @backstage/backend-plugin-api@0.6.10-next.3 - @backstage/config@1.1.1 - @backstage/errors@1.2.3 ## @backstage/plugin-splunk-on-call@0.4.19-next.3 ### Patch Changes - Updated dependencies - @backstage/core-components@0.14.0-next.2 - @backstage/plugin-catalog-react@1.10.0-next.3 - @backstage/catalog-model@1.4.4-next.0 - @backstage/core-plugin-api@1.9.0-next.1 ## @backstage/plugin-stack-overflow@0.1.25-next.3 ### Patch Changes - Updated dependencies - @backstage/core-components@0.14.0-next.2 - @backstage/plugin-home-react@0.1.8-next.3 - @backstage/config@1.1.1 - @backstage/core-plugin-api@1.9.0-next.1 - @backstage/frontend-plugin-api@0.6.0-next.3 - @backstage/plugin-search-common@1.2.10 - @backstage/plugin-search-react@1.7.6-next.3 ## @backstage/plugin-stack-overflow-backend@0.2.14-next.3 ### Patch Changes - Updated dependencies - @backstage/plugin-search-backend-module-stack-overflow-collator@0.1.3-next.3 ## @backstage/plugin-stackstorm@0.1.11-next.2 ### Patch Changes - Updated dependencies - @backstage/core-components@0.14.0-next.2 - @backstage/core-plugin-api@1.9.0-next.1 - @backstage/errors@1.2.3 ## @backstage/plugin-tech-insights@0.3.22-next.3 ### Patch Changes - Updated dependencies - @backstage/core-components@0.14.0-next.2 - @backstage/plugin-catalog-react@1.10.0-next.3 - @backstage/catalog-model@1.4.4-next.0 - @backstage/core-plugin-api@1.9.0-next.1 - @backstage/errors@1.2.3 - @backstage/types@1.1.1 - @backstage/plugin-tech-insights-common@0.2.12 ## @backstage/plugin-tech-insights-backend@0.5.24-next.3 ### Patch Changes - Updated dependencies - @backstage/backend-common@0.21.0-next.3 - @backstage/backend-tasks@0.5.15-next.3 - @backstage/plugin-tech-insights-node@0.4.16-next.3 - @backstage/backend-plugin-api@0.6.10-next.3 - @backstage/catalog-client@1.6.0-next.1 - @backstage/catalog-model@1.4.4-next.0 - @backstage/config@1.1.1 - @backstage/errors@1.2.3 - @backstage/types@1.1.1 - @backstage/plugin-tech-insights-common@0.2.12 ## @backstage/plugin-tech-insights-backend-module-jsonfc@0.1.42-next.3 ### Patch Changes - Updated dependencies - @backstage/backend-common@0.21.0-next.3 - @backstage/plugin-tech-insights-node@0.4.16-next.3 - @backstage/backend-plugin-api@0.6.10-next.3 - @backstage/config@1.1.1 - @backstage/errors@1.2.3 - @backstage/types@1.1.1 - @backstage/plugin-tech-insights-common@0.2.12 ## @backstage/plugin-tech-insights-node@0.4.16-next.3 ### Patch Changes - Updated dependencies - @backstage/backend-common@0.21.0-next.3 - @backstage/backend-plugin-api@0.6.10-next.3 - @backstage/config@1.1.1 - @backstage/types@1.1.1 - @backstage/plugin-tech-insights-common@0.2.12 ## @backstage/plugin-tech-radar@0.6.13-next.3 ### Patch Changes - Updated dependencies - @backstage/core-components@0.14.0-next.2 - @backstage/core-compat-api@0.2.0-next.3 - @backstage/core-plugin-api@1.9.0-next.1 - @backstage/frontend-plugin-api@0.6.0-next.3 ## @backstage/plugin-techdocs@1.10.0-next.3 ### Patch Changes - 3631fb4: Updated dependency `dompurify` to `^3.0.0`. Updated dependency `@types/dompurify` to `^3.0.0`. - 1cae748: Updated dependency `git-url-parse` to `^14.0.0`. - Updated dependencies - @backstage/theme@0.5.1-next.1 - @backstage/integration@1.9.0-next.1 - @backstage/core-components@0.14.0-next.2 - @backstage/plugin-catalog-react@1.10.0-next.3 - @backstage/catalog-model@1.4.4-next.0 - @backstage/config@1.1.1 - @backstage/core-compat-api@0.2.0-next.3 - @backstage/core-plugin-api@1.9.0-next.1 - @backstage/errors@1.2.3 - @backstage/frontend-plugin-api@0.6.0-next.3 - @backstage/integration-react@1.1.24-next.2 - @backstage/plugin-search-common@1.2.10 - @backstage/plugin-search-react@1.7.6-next.3 - @backstage/plugin-techdocs-react@1.1.16-next.2 ## @backstage/plugin-techdocs-addons-test-utils@1.0.27-next.3 ### Patch Changes - Updated dependencies - @backstage/plugin-catalog@1.17.0-next.3 - @backstage/plugin-catalog-react@1.10.0-next.3 - @backstage/plugin-techdocs@1.10.0-next.3 - @backstage/core-app-api@1.12.0-next.1 - @backstage/core-plugin-api@1.9.0-next.1 - @backstage/integration-react@1.1.24-next.2 - @backstage/test-utils@1.5.0-next.3 - @backstage/plugin-search-react@1.7.6-next.3 - @backstage/plugin-techdocs-react@1.1.16-next.2 ## @backstage/plugin-techdocs-backend@1.9.3-next.3 ### Patch Changes - Updated dependencies - @backstage/backend-common@0.21.0-next.3 - @backstage/integration@1.9.0-next.1 - @backstage/plugin-techdocs-node@1.11.2-next.3 - @backstage/plugin-search-backend-module-techdocs@0.1.14-next.3 - @backstage/backend-plugin-api@0.6.10-next.3 - @backstage/catalog-client@1.6.0-next.1 - @backstage/catalog-model@1.4.4-next.0 - @backstage/config@1.1.1 - @backstage/errors@1.2.3 - @backstage/plugin-catalog-common@1.0.21-next.0 - @backstage/plugin-permission-common@0.7.12 ## @backstage/plugin-techdocs-module-addons-contrib@1.1.5-next.3 ### Patch Changes - 09cedb9: Updated dependency `@react-hookz/web` to `^24.0.0`. - 1cae748: Updated dependency `git-url-parse` to `^14.0.0`. - Updated dependencies - @backstage/integration@1.9.0-next.1 - @backstage/core-components@0.14.0-next.2 - @backstage/core-plugin-api@1.9.0-next.1 - @backstage/integration-react@1.1.24-next.2 - @backstage/plugin-techdocs-react@1.1.16-next.2 ## @backstage/plugin-techdocs-node@1.11.2-next.3 ### Patch Changes - 1cae748: Updated dependency `git-url-parse` to `^14.0.0`. - Updated dependencies - @backstage/backend-common@0.21.0-next.3 - @backstage/integration-aws-node@0.1.9-next.0 - @backstage/integration@1.9.0-next.1 - @backstage/backend-plugin-api@0.6.10-next.3 - @backstage/catalog-model@1.4.4-next.0 - @backstage/config@1.1.1 - @backstage/errors@1.2.3 - @backstage/plugin-search-common@1.2.10 ## @backstage/plugin-techdocs-react@1.1.16-next.2 ### Patch Changes - Updated dependencies - @backstage/core-components@0.14.0-next.2 - @backstage/catalog-model@1.4.4-next.0 - @backstage/config@1.1.1 - @backstage/core-plugin-api@1.9.0-next.1 - @backstage/version-bridge@1.0.7 ## @backstage/plugin-todo@0.2.34-next.3 ### Patch Changes - Updated dependencies - @backstage/core-components@0.14.0-next.2 - @backstage/plugin-catalog-react@1.10.0-next.3 - @backstage/catalog-model@1.4.4-next.0 - @backstage/core-plugin-api@1.9.0-next.1 - @backstage/errors@1.2.3 ## @backstage/plugin-todo-backend@0.3.8-next.3 ### Patch Changes - Updated dependencies - @backstage/backend-common@0.21.0-next.3 - @backstage/repo-tools@0.6.0-next.3 - @backstage/integration@1.9.0-next.1 - @backstage/plugin-catalog-node@1.6.2-next.3 - @backstage/backend-openapi-utils@0.1.3-next.3 - @backstage/backend-plugin-api@0.6.10-next.3 - @backstage/catalog-client@1.6.0-next.1 - @backstage/catalog-model@1.4.4-next.0 - @backstage/config@1.1.1 - @backstage/errors@1.2.3 ## @backstage/plugin-user-settings@0.8.1-next.3 ### Patch Changes - Updated dependencies - @backstage/theme@0.5.1-next.1 - @backstage/core-components@0.14.0-next.2 - @backstage/plugin-catalog-react@1.10.0-next.3 - @backstage/core-app-api@1.12.0-next.1 - @backstage/core-compat-api@0.2.0-next.3 - @backstage/core-plugin-api@1.9.0-next.1 - @backstage/errors@1.2.3 - @backstage/frontend-plugin-api@0.6.0-next.3 - @backstage/types@1.1.1 ## @backstage/plugin-user-settings-backend@0.2.9-next.3 ### Patch Changes - Updated dependencies - @backstage/backend-common@0.21.0-next.3 - @backstage/plugin-auth-node@0.4.4-next.3 - @backstage/backend-plugin-api@0.6.10-next.3 - @backstage/config@1.1.1 - @backstage/errors@1.2.3 - @backstage/types@1.1.1 ## @backstage/plugin-vault@0.1.25-next.3 ### Patch Changes - Updated dependencies - @backstage/core-components@0.14.0-next.2 - @backstage/plugin-catalog-react@1.10.0-next.3 - @backstage/catalog-model@1.4.4-next.0 - @backstage/core-plugin-api@1.9.0-next.1 - @backstage/errors@1.2.3 ## @backstage/plugin-vault-backend@0.4.3-next.3 ### Patch Changes - 8472188: Added or fixed the `repository` field in `package.json`. - Updated dependencies - @backstage/backend-common@0.21.0-next.3 - @backstage/backend-tasks@0.5.15-next.3 - @backstage/plugin-vault-node@0.1.3-next.3 - @backstage/backend-plugin-api@0.6.10-next.3 - @backstage/config@1.1.1 - @backstage/errors@1.2.3 ## @backstage/plugin-vault-node@0.1.3-next.3 ### Patch Changes - 8472188: Added or fixed the `repository` field in `package.json`. - Updated dependencies - @backstage/backend-plugin-api@0.6.10-next.3 ## @backstage/plugin-xcmetrics@0.2.48-next.2 ### Patch Changes - Updated dependencies - @backstage/core-components@0.14.0-next.2 - @backstage/core-plugin-api@1.9.0-next.1 - @backstage/errors@1.2.3 ## example-app@0.2.92-next.3 ### Patch Changes - Updated dependencies - @backstage/plugin-api-docs@0.11.0-next.3 - @backstage/cli@0.25.2-next.3 - @backstage/plugin-kubernetes@0.11.5-next.3 - @backstage/theme@0.5.1-next.1 - @backstage/plugin-playlist@0.2.4-next.3 - @backstage/plugin-catalog@1.17.0-next.3 - @backstage/frontend-app-api@0.6.0-next.3 - @backstage/plugin-notifications@0.0.1-next.1 - @backstage/plugin-signals@0.0.1-next.3 - @backstage/core-components@0.14.0-next.2 - @backstage/plugin-catalog-react@1.10.0-next.3 - @backstage/plugin-gcp-projects@0.3.46-next.2 - @backstage/plugin-scaffolder-react@1.8.0-next.3 - @backstage/plugin-scaffolder@1.18.0-next.3 - @backstage/plugin-techdocs-module-addons-contrib@1.1.5-next.3 - @backstage/plugin-home@0.6.2-next.3 - @backstage/plugin-gcalendar@0.3.23-next.2 - @backstage/plugin-microsoft-calendar@0.1.12-next.2 - @backstage/plugin-techdocs@1.10.0-next.3 - @backstage/plugin-catalog-import@0.10.6-next.3 - @backstage/plugin-github-actions@0.6.11-next.3 - @backstage/plugin-dynatrace@9.0.0-next.3 - @backstage/plugin-kubernetes-cluster@0.0.6-next.3 - @backstage/app-defaults@1.5.0-next.3 - @backstage/catalog-model@1.4.4-next.0 - @backstage/config@1.1.1 - @backstage/core-app-api@1.12.0-next.1 - @backstage/core-plugin-api@1.9.0-next.1 - @backstage/integration-react@1.1.24-next.2 - @backstage/plugin-adr@0.6.13-next.3 - @backstage/plugin-airbrake@0.3.30-next.3 - @backstage/plugin-apache-airflow@0.2.20-next.2 - @backstage/plugin-azure-devops@0.3.12-next.3 - @backstage/plugin-azure-sites@0.1.19-next.3 - @backstage/plugin-badges@0.2.54-next.3 - @backstage/plugin-catalog-common@1.0.21-next.0 - @backstage/plugin-catalog-graph@0.4.0-next.3 - @backstage/plugin-catalog-unprocessed-entities@0.1.8-next.2 - @backstage/plugin-cloudbuild@0.4.0-next.3 - @backstage/plugin-code-coverage@0.2.23-next.3 - @backstage/plugin-cost-insights@0.12.19-next.3 - @backstage/plugin-devtools@0.1.9-next.3 - @backstage/plugin-entity-feedback@0.2.13-next.3 - @backstage/plugin-explore@0.4.16-next.3 - @backstage/plugin-gocd@0.1.36-next.3 - @backstage/plugin-graphiql@0.3.3-next.3 - @backstage/plugin-jenkins@0.9.5-next.3 - @backstage/plugin-kafka@0.3.30-next.3 - @backstage/plugin-lighthouse@0.4.15-next.3 - @backstage/plugin-linguist@0.1.15-next.3 - @backstage/plugin-linguist-common@0.1.2 - @backstage/plugin-newrelic@0.3.45-next.2 - @backstage/plugin-newrelic-dashboard@0.3.5-next.3 - @backstage/plugin-nomad@0.1.11-next.3 - @backstage/plugin-octopus-deploy@0.2.12-next.3 - @backstage/plugin-org@0.6.20-next.3 - @backstage/plugin-pagerduty@0.7.2-next.3 - @backstage/plugin-permission-react@0.4.20-next.1 - @backstage/plugin-puppetdb@0.1.13-next.3 - @backstage/plugin-rollbar@0.4.30-next.3 - @backstage/plugin-search@1.4.6-next.3 - @backstage/plugin-search-common@1.2.10 - @backstage/plugin-search-react@1.7.6-next.3 - @backstage/plugin-sentry@0.5.15-next.3 - @backstage/plugin-shortcuts@0.3.19-next.2 - @backstage/plugin-stack-overflow@0.1.25-next.3 - @backstage/plugin-stackstorm@0.1.11-next.2 - @backstage/plugin-tech-insights@0.3.22-next.3 - @backstage/plugin-tech-radar@0.6.13-next.3 - @backstage/plugin-techdocs-react@1.1.16-next.2 - @backstage/plugin-todo@0.2.34-next.3 - @backstage/plugin-user-settings@0.8.1-next.3 ## example-app-next@0.0.6-next.3 ### Patch Changes - Updated dependencies - @backstage/plugin-api-docs@0.11.0-next.3 - @backstage/cli@0.25.2-next.3 - @backstage/plugin-kubernetes@0.11.5-next.3 - @backstage/theme@0.5.1-next.1 - @backstage/plugin-playlist@0.2.4-next.3 - @backstage/plugin-catalog@1.17.0-next.3 - @backstage/frontend-app-api@0.6.0-next.3 - @backstage/plugin-app-visualizer@0.1.1-next.3 - @backstage/core-components@0.14.0-next.2 - @backstage/plugin-catalog-react@1.10.0-next.3 - @backstage/plugin-gcp-projects@0.3.46-next.2 - @backstage/plugin-scaffolder-react@1.8.0-next.3 - @backstage/plugin-scaffolder@1.18.0-next.3 - @backstage/plugin-techdocs-module-addons-contrib@1.1.5-next.3 - @backstage/plugin-home@0.6.2-next.3 - @backstage/plugin-gcalendar@0.3.23-next.2 - @backstage/plugin-microsoft-calendar@0.1.12-next.2 - @backstage/plugin-techdocs@1.10.0-next.3 - @backstage/plugin-catalog-import@0.10.6-next.3 - @backstage/plugin-github-actions@0.6.11-next.3 - @backstage/plugin-dynatrace@9.0.0-next.3 - @backstage/app-defaults@1.5.0-next.3 - app-next-example-plugin@0.0.6-next.3 - @backstage/catalog-model@1.4.4-next.0 - @backstage/core-app-api@1.12.0-next.1 - @backstage/core-compat-api@0.2.0-next.3 - @backstage/core-plugin-api@1.9.0-next.1 - @backstage/frontend-plugin-api@0.6.0-next.3 - @backstage/integration-react@1.1.24-next.2 - @backstage/plugin-adr@0.6.13-next.3 - @backstage/plugin-airbrake@0.3.30-next.3 - @backstage/plugin-apache-airflow@0.2.20-next.2 - @backstage/plugin-azure-devops@0.3.12-next.3 - @backstage/plugin-azure-sites@0.1.19-next.3 - @backstage/plugin-badges@0.2.54-next.3 - @backstage/plugin-catalog-common@1.0.21-next.0 - @backstage/plugin-catalog-graph@0.4.0-next.3 - @backstage/plugin-catalog-unprocessed-entities@0.1.8-next.2 - @backstage/plugin-cloudbuild@0.4.0-next.3 - @backstage/plugin-code-coverage@0.2.23-next.3 - @backstage/plugin-cost-insights@0.12.19-next.3 - @backstage/plugin-devtools@0.1.9-next.3 - @backstage/plugin-entity-feedback@0.2.13-next.3 - @backstage/plugin-explore@0.4.16-next.3 - @backstage/plugin-gocd@0.1.36-next.3 - @backstage/plugin-graphiql@0.3.3-next.3 - @backstage/plugin-jenkins@0.9.5-next.3 - @backstage/plugin-kafka@0.3.30-next.3 - @backstage/plugin-lighthouse@0.4.15-next.3 - @backstage/plugin-linguist@0.1.15-next.3 - @backstage/plugin-linguist-common@0.1.2 - @backstage/plugin-newrelic@0.3.45-next.2 - @backstage/plugin-newrelic-dashboard@0.3.5-next.3 - @backstage/plugin-octopus-deploy@0.2.12-next.3 - @backstage/plugin-org@0.6.20-next.3 - @backstage/plugin-pagerduty@0.7.2-next.3 - @backstage/plugin-permission-react@0.4.20-next.1 - @backstage/plugin-puppetdb@0.1.13-next.3 - @backstage/plugin-rollbar@0.4.30-next.3 - @backstage/plugin-search@1.4.6-next.3 - @backstage/plugin-search-common@1.2.10 - @backstage/plugin-search-react@1.7.6-next.3 - @backstage/plugin-sentry@0.5.15-next.3 - @backstage/plugin-shortcuts@0.3.19-next.2 - @backstage/plugin-stackstorm@0.1.11-next.2 - @backstage/plugin-tech-insights@0.3.22-next.3 - @backstage/plugin-tech-radar@0.6.13-next.3 - @backstage/plugin-techdocs-react@1.1.16-next.2 - @backstage/plugin-todo@0.2.34-next.3 - @backstage/plugin-user-settings@0.8.1-next.3 ## app-next-example-plugin@0.0.6-next.3 ### Patch Changes - Updated dependencies - @backstage/core-components@0.14.0-next.2 - @backstage/frontend-plugin-api@0.6.0-next.3 ## example-backend@0.2.92-next.3 ### Patch Changes - Updated dependencies - @backstage/backend-common@0.21.0-next.3 - @backstage/plugin-badges-backend@0.3.7-next.3 - @backstage/plugin-kubernetes-backend@0.15.0-next.3 - @backstage/plugin-scaffolder-backend-module-gitlab@0.2.13-next.3 - @backstage/integration@1.9.0-next.1 - @backstage/backend-tasks@0.5.15-next.3 - @backstage/plugin-catalog-backend-module-scaffolder-entity-model@0.1.7-next.3 - @backstage/plugin-signals-backend@0.0.1-next.3 - @backstage/plugin-signals-node@0.0.1-next.3 - @backstage/plugin-catalog-backend@1.17.0-next.3 - @backstage/plugin-scaffolder-backend-module-confluence-to-markdown@0.2.11-next.3 - @backstage/plugin-app-backend@0.3.58-next.3 - @backstage/plugin-auth-backend@0.21.0-next.3 - @backstage/plugin-catalog-node@1.6.2-next.3 - @backstage/plugin-adr-backend@0.4.7-next.3 - @backstage/plugin-auth-node@0.4.4-next.3 - @backstage/plugin-azure-devops-backend@0.5.2-next.3 - @backstage/plugin-code-coverage-backend@0.2.24-next.3 - @backstage/plugin-devtools-backend@0.2.7-next.3 - @backstage/plugin-entity-feedback-backend@0.2.7-next.3 - @backstage/plugin-events-backend@0.2.19-next.3 - @backstage/plugin-explore-backend@0.0.20-next.3 - @backstage/plugin-jenkins-backend@0.3.4-next.3 - @backstage/plugin-kafka-backend@0.3.8-next.3 - @backstage/plugin-lighthouse-backend@0.4.2-next.3 - @backstage/plugin-linguist-backend@0.5.7-next.3 - @backstage/plugin-nomad-backend@0.1.12-next.3 - @backstage/plugin-permission-backend@0.5.33-next.3 - @backstage/plugin-permission-node@0.7.21-next.3 - @backstage/plugin-playlist-backend@0.3.14-next.3 - @backstage/plugin-proxy-backend@0.4.8-next.3 - @backstage/plugin-rollbar-backend@0.1.55-next.3 - @backstage/plugin-scaffolder-backend@1.21.0-next.3 - @backstage/plugin-scaffolder-backend-module-rails@0.4.27-next.3 - @backstage/plugin-search-backend@1.5.0-next.3 - @backstage/plugin-search-backend-module-catalog@0.1.14-next.3 - @backstage/plugin-search-backend-module-elasticsearch@1.3.13-next.3 - @backstage/plugin-search-backend-module-explore@0.1.14-next.3 - @backstage/plugin-search-backend-module-pg@0.5.19-next.3 - @backstage/plugin-search-backend-module-techdocs@0.1.14-next.3 - @backstage/plugin-search-backend-node@1.2.14-next.3 - @backstage/plugin-tech-insights-backend@0.5.24-next.3 - @backstage/plugin-tech-insights-backend-module-jsonfc@0.1.42-next.3 - @backstage/plugin-tech-insights-node@0.4.16-next.3 - @backstage/plugin-techdocs-backend@1.9.3-next.3 - @backstage/plugin-todo-backend@0.3.8-next.3 - example-app@0.2.92-next.3 - @backstage/catalog-client@1.6.0-next.1 - @backstage/catalog-model@1.4.4-next.0 - @backstage/config@1.1.1 - @backstage/plugin-azure-sites-common@0.1.2-next.0 - @backstage/plugin-catalog-backend-module-unprocessed@0.3.7-next.3 - @backstage/plugin-events-node@0.2.19-next.3 - @backstage/plugin-permission-common@0.7.12 - @backstage/plugin-search-common@1.2.10 ## example-backend-next@0.0.20-next.3 ### Patch Changes - Updated dependencies - @backstage/plugin-badges-backend@0.3.7-next.3 - @backstage/plugin-kubernetes-backend@0.15.0-next.3 - @backstage/backend-tasks@0.5.15-next.3 - @backstage/plugin-catalog-backend-module-scaffolder-entity-model@0.1.7-next.3 - @backstage/plugin-permission-backend-module-allow-all-policy@0.1.7-next.3 - @backstage/plugin-catalog-backend-module-backstage-openapi@0.1.3-next.3 - @backstage/plugin-notifications-backend@0.0.1-next.1 - @backstage/plugin-signals-backend@0.0.1-next.3 - @backstage/plugin-catalog-backend@1.17.0-next.3 - @backstage/plugin-app-backend@0.3.58-next.3 - @backstage/backend-defaults@0.2.10-next.3 - @backstage/plugin-adr-backend@0.4.7-next.3 - @backstage/plugin-auth-node@0.4.4-next.3 - @backstage/plugin-azure-devops-backend@0.5.2-next.3 - @backstage/plugin-catalog-backend-module-openapi@0.1.27-next.3 - @backstage/plugin-devtools-backend@0.2.7-next.3 - @backstage/plugin-entity-feedback-backend@0.2.7-next.3 - @backstage/plugin-jenkins-backend@0.3.4-next.3 - @backstage/plugin-lighthouse-backend@0.4.2-next.3 - @backstage/plugin-linguist-backend@0.5.7-next.3 - @backstage/plugin-nomad-backend@0.1.12-next.3 - @backstage/plugin-permission-backend@0.5.33-next.3 - @backstage/plugin-permission-node@0.7.21-next.3 - @backstage/plugin-playlist-backend@0.3.14-next.3 - @backstage/plugin-proxy-backend@0.4.8-next.3 - @backstage/plugin-scaffolder-backend@1.21.0-next.3 - @backstage/plugin-search-backend@1.5.0-next.3 - @backstage/plugin-search-backend-module-catalog@0.1.14-next.3 - @backstage/plugin-search-backend-module-explore@0.1.14-next.3 - @backstage/plugin-search-backend-module-techdocs@0.1.14-next.3 - @backstage/plugin-search-backend-node@1.2.14-next.3 - @backstage/plugin-sonarqube-backend@0.2.12-next.3 - @backstage/plugin-techdocs-backend@1.9.3-next.3 - @backstage/plugin-todo-backend@0.3.8-next.3 - @backstage/backend-plugin-api@0.6.10-next.3 - @backstage/plugin-catalog-backend-module-unprocessed@0.3.7-next.3 - @backstage/plugin-permission-common@0.7.12 ## e2e-test@0.2.12-next.3 ### Patch Changes - Updated dependencies - @backstage/create-app@0.5.11-next.3 - @backstage/cli-common@0.1.13 - @backstage/errors@1.2.3 ## techdocs-cli-embedded-app@0.2.91-next.3 ### Patch Changes - Updated dependencies - @backstage/cli@0.25.2-next.3 - @backstage/theme@0.5.1-next.1 - @backstage/plugin-catalog@1.17.0-next.3 - @backstage/core-components@0.14.0-next.2 - @backstage/plugin-techdocs@1.10.0-next.3 - @backstage/app-defaults@1.5.0-next.3 - @backstage/catalog-model@1.4.4-next.0 - @backstage/config@1.1.1 - @backstage/core-app-api@1.12.0-next.1 - @backstage/core-plugin-api@1.9.0-next.1 - @backstage/integration-react@1.1.24-next.2 - @backstage/test-utils@1.5.0-next.3 - @backstage/plugin-techdocs-react@1.1.16-next.2 ## @internal/plugin-todo-list@1.0.22-next.2 ### Patch Changes - Updated dependencies - @backstage/core-components@0.14.0-next.2 - @backstage/core-plugin-api@1.9.0-next.1 ## @internal/plugin-todo-list-backend@1.0.22-next.3 ### Patch Changes - Updated dependencies - @backstage/backend-common@0.21.0-next.3 - @backstage/plugin-auth-node@0.4.4-next.3 - @backstage/backend-plugin-api@0.6.10-next.3 - @backstage/errors@1.2.3