# Release v1.32.0-next.0 Upgrade Helper: [https://backstage.github.io/upgrade-helper/?to=1.32.0-next.0](https://backstage.github.io/upgrade-helper/?to=1.32.0-next.0) ## @backstage/cli@0.28.0-next.0 ### Minor Changes - 6129076: **BREAKING**: Removed the following deprecated commands: - `create`: Use `backstage-cli new` instead - `create-plugin`: Use `backstage-cli new` instead - `plugin:diff`: Use `backstage-cli fix` instead - `test`: Use `backstage-cli repo test` or `backstage-cli package test` instead - `versions:check`: Use `yarn dedupe` or `yarn-deduplicate` instead - `clean`: Use `backstage-cli package clean` instead In addition, the experimental `install` and `onboard` commands have been removed since they have not received any updates since their introduction and we're expecting usage to be low. If you where relying on these commands, please let us know by opening an issue towards the main Backstage repository. ### Patch Changes - 520a383: Added functionality to the prepack script that will append the default export type for entry points to the `exports` object before publishing. This is to help with identifying the declarative integration points for plugins without needing to fetch or run the plugins first. - 094eaa3: Remove references to in-repo backend-common - 79ba5a8: The `LEGACY_BACKEND_START` flag is now deprecated. - Updated dependencies - @backstage/catalog-model@1.7.0 - @backstage/cli-common@0.1.14 - @backstage/cli-node@0.2.8 - @backstage/config@1.2.0 - @backstage/config-loader@1.9.1 - @backstage/errors@1.2.4 - @backstage/eslint-plugin@0.1.9 - @backstage/integration@1.15.0 - @backstage/release-manifests@0.0.11 - @backstage/types@1.1.1 ## @backstage/core-plugin-api@1.10.0-next.0 ### Minor Changes - bfd4bec: **BREAKING PRODUCERS**: The `IconComponent` no longer accepts `fontSize="default"`. This has effectively been removed from Material-UI since its last two major versions, and has not worked properly for them in a long time. This change should not have an effect on neither users of MUI4 nor MUI5/6, since the updated interface should still let you send the respective `SvgIcon` types into interfaces where relevant (e.g. as app icons). ### Patch Changes - Updated dependencies - @backstage/config@1.2.0 - @backstage/errors@1.2.4 - @backstage/types@1.1.1 - @backstage/version-bridge@1.0.9 ## @backstage/frontend-app-api@0.10.0-next.0 ### Minor Changes - 4a5ba19: Removed deprecated `createApp` and `CreateAppFeatureLoader` from `@backstage/frontend-app-api`, use the same `createApp` and `CreateAppFeatureLoader` import from `@backstage/frontend-defaults` instead. ### Patch Changes - Updated dependencies - @backstage/frontend-plugin-api@0.9.0-next.0 - @backstage/core-plugin-api@1.10.0-next.0 - @backstage/frontend-defaults@0.1.1-next.0 - @backstage/config@1.2.0 - @backstage/core-app-api@1.15.1-next.0 - @backstage/errors@1.2.4 - @backstage/types@1.1.1 - @backstage/version-bridge@1.0.9 ## @backstage/frontend-plugin-api@0.9.0-next.0 ### Minor Changes - 4a5ba19: Removed deprecated `namespace` option from `createExtension` and `createExtensionBlueprint`, including `.make` and `.makeWithOverides`, it's no longer necessary and will use the `pluginId` instead. Removed deprecated `createExtensionOverrides` this should be replaced with `createFrontendModule` instead. Removed deprecated `BackstagePlugin` type, use `FrontendPlugin` type instead from this same package. - bfd4bec: **BREAKING PRODUCERS**: The `IconComponent` no longer accepts `fontSize="default"`. This has effectively been removed from Material-UI since its last two major versions, and has not worked properly for them in a long time. This change should not have an effect on neither users of MUI4 nor MUI5/6, since the updated interface should still let you send the respective `SvgIcon` types into interfaces where relevant (e.g. as app icons). ### Patch Changes - 873e424: Internal refactor of usage of opaque types. - 323aae8: It is now possible to override the blueprint parameters when overriding an extension created from a blueprint: ```ts const myExtension = MyBlueprint.make({ params: { myParam: 'myDefault', }, }); const myOverride = myExtension.override({ params: { myParam: 'myOverride', }, }); const myFactoryOverride = myExtension.override({ factory(origFactory) { return origFactory({ params: { myParam: 'myOverride', }, }); }, }); ``` The provided parameters will be merged with the original parameters of the extension. - Updated dependencies - @backstage/core-components@0.15.1-next.0 - @backstage/core-plugin-api@1.10.0-next.0 - @backstage/types@1.1.1 - @backstage/version-bridge@1.0.9 ## @backstage/repo-tools@0.10.0-next.0 ### Minor Changes - 30c2be9: Update @microsoft/api-extractor and use their api report resolution. Change api report format from `api-report.md` to `report.api.md` ### Patch Changes - Updated dependencies - @backstage/backend-plugin-api@1.0.1-next.0 - @backstage/catalog-model@1.7.0 - @backstage/cli-common@0.1.14 - @backstage/cli-node@0.2.8 - @backstage/config-loader@1.9.1 - @backstage/errors@1.2.4 ## @backstage/plugin-catalog@1.24.0-next.0 ### Minor Changes - 71f9f0c: Updated default columns for location entities to remove description and tags from the catalog table view. ### Patch Changes - 46b5a20: Empty states updated with external link icon for learn more links - Updated dependencies - @backstage/frontend-plugin-api@0.9.0-next.0 - @backstage/core-compat-api@0.3.1-next.0 - @backstage/core-components@0.15.1-next.0 - @backstage/core-plugin-api@1.10.0-next.0 - @backstage/plugin-catalog-react@1.13.1-next.0 - @backstage/plugin-search-react@1.8.1-next.0 - @backstage/catalog-client@1.7.0 - @backstage/catalog-model@1.7.0 - @backstage/errors@1.2.4 - @backstage/integration-react@1.1.32-next.0 - @backstage/types@1.1.1 - @backstage/plugin-catalog-common@1.1.0 - @backstage/plugin-permission-react@0.4.27-next.0 - @backstage/plugin-scaffolder-common@1.5.6 - @backstage/plugin-search-common@1.2.14 ## @backstage/plugin-scaffolder@1.26.0-next.0 ### Minor Changes - bf6eaf3: Added support for `FormFieldBlueprint` to create field extensions in the Scaffolder plugin - cc3f80c: Added ability to create a new local scaffolder template to ease onboarding when creating new templates. - 5492eb6: Added ability to link to a specific action on the actions page ### Patch Changes - b2b2aa8: Fix extra divider displayed in owner list picker on list tasks page - 7f1f483: Create a separate route for the Scaffolder template editor and add the ability to refresh the page without closing the directory. Also, when the directory is closed, the user will stay on the editor page and can load a template folder from there. - 7a3d622: Create a separate route for the template form editor so we refresh it without being redirected to scaffolder edit page. - 4698646: Change task list created at column to show timestamp - 4130291: Create a separate route for the custom fields explorer so we refresh it without being redirected to scaffolder edit page. - 11e0752: Make it possible to manually retry the scaffolder template from the step it failed - 09fcd95: Update the Scaffolder template editor to quickly access installed custom fields and actions when editing a template. - Updated dependencies - @backstage/frontend-plugin-api@0.9.0-next.0 - @backstage/plugin-scaffolder-react@1.13.0-next.0 - @backstage/core-compat-api@0.3.1-next.0 - @backstage/core-components@0.15.1-next.0 - @backstage/core-plugin-api@1.10.0-next.0 - @backstage/plugin-catalog-react@1.13.1-next.0 - @backstage/catalog-client@1.7.0 - @backstage/catalog-model@1.7.0 - @backstage/errors@1.2.4 - @backstage/integration@1.15.0 - @backstage/integration-react@1.1.32-next.0 - @backstage/types@1.1.1 - @backstage/plugin-catalog-common@1.1.0 - @backstage/plugin-permission-react@0.4.27-next.0 - @backstage/plugin-scaffolder-common@1.5.6 ## @backstage/plugin-scaffolder-backend@1.26.0-next.0 ### Minor Changes - 3ec4e6d: Added pagination support for listing of tasks and the ability to filter on several users and task statuses. ### Patch Changes - 734c2d4: Add `fetch:template:file` scaffolder action to download a single file and template the contents. Example usage: ```yaml - id: fetch-file name: Fetch File action: fetch:template:file input: url: https://github.com/backstage/software-templates/blob/main/scaffolder-templates/create-react-app/skeleton/catalog-info.yaml targetPath: './target/catalog-info.yaml' values: component_id: My Component owner: Test ``` - 094eaa3: Remove references to in-repo backend-common - 11e0752: Make it possible to manually retry the scaffolder template from the step it failed - Updated dependencies - @backstage/plugin-scaffolder-node@0.5.0-next.0 - @backstage/plugin-scaffolder-backend-module-github@0.5.1-next.0 - @backstage/plugin-scaffolder-backend-module-gitlab@0.5.1-next.0 - @backstage/backend-defaults@0.5.1-next.0 - @backstage/plugin-permission-node@0.8.4-next.0 - @backstage/plugin-auth-node@0.5.3-next.0 - @backstage/backend-plugin-api@1.0.1-next.0 - @backstage/catalog-client@1.7.0 - @backstage/catalog-model@1.7.0 - @backstage/config@1.2.0 - @backstage/errors@1.2.4 - @backstage/integration@1.15.0 - @backstage/types@1.1.1 - @backstage/plugin-bitbucket-cloud-common@0.2.23 - @backstage/plugin-catalog-backend-module-scaffolder-entity-model@0.2.1-next.0 - @backstage/plugin-catalog-node@1.13.1-next.0 - @backstage/plugin-permission-common@0.8.1 - @backstage/plugin-scaffolder-backend-module-azure@0.2.1-next.0 - @backstage/plugin-scaffolder-backend-module-bitbucket@0.3.1-next.0 - @backstage/plugin-scaffolder-backend-module-bitbucket-cloud@0.2.1-next.0 - @backstage/plugin-scaffolder-backend-module-bitbucket-server@0.2.1-next.0 - @backstage/plugin-scaffolder-backend-module-gerrit@0.2.1-next.0 - @backstage/plugin-scaffolder-backend-module-gitea@0.2.1-next.0 - @backstage/plugin-scaffolder-common@1.5.6 ## @backstage/plugin-scaffolder-node@0.5.0-next.0 ### Minor Changes - 3ec4e6d: Added pagination support for listing of tasks and the ability to filter on several users and task statuses. ### Patch Changes - 094eaa3: Remove references to in-repo backend-common - 11e0752: Make it possible to manually retry the scaffolder template from the step it failed - Updated dependencies - @backstage/backend-plugin-api@1.0.1-next.0 - @backstage/catalog-model@1.7.0 - @backstage/errors@1.2.4 - @backstage/integration@1.15.0 - @backstage/types@1.1.1 - @backstage/plugin-scaffolder-common@1.5.6 ## @backstage/plugin-scaffolder-react@1.13.0-next.0 ### Minor Changes - bf6eaf3: Added support for `FormFieldBlueprint` to create field extensions in the Scaffolder plugin ### Patch Changes - 11e0752: Make it possible to manually retry the scaffolder template from the step it failed - Updated dependencies - @backstage/frontend-plugin-api@0.9.0-next.0 - @backstage/core-components@0.15.1-next.0 - @backstage/core-plugin-api@1.10.0-next.0 - @backstage/plugin-catalog-react@1.13.1-next.0 - @backstage/catalog-client@1.7.0 - @backstage/catalog-model@1.7.0 - @backstage/theme@0.5.7 - @backstage/types@1.1.1 - @backstage/version-bridge@1.0.9 - @backstage/plugin-permission-react@0.4.27-next.0 - @backstage/plugin-scaffolder-common@1.5.6 ## @backstage/app-defaults@1.5.12-next.0 ### Patch Changes - 46b5a20: Added `externalLink` to icon defaults - 8c40e55: Updated the `bitbucket-server-auth` default API to set its environment based on the `auth.environment` config option instead of being hardcoded to `development`. - Updated dependencies - @backstage/core-components@0.15.1-next.0 - @backstage/core-plugin-api@1.10.0-next.0 - @backstage/core-app-api@1.15.1-next.0 - @backstage/theme@0.5.7 - @backstage/plugin-permission-react@0.4.27-next.0 ## @backstage/backend-app-api@1.0.1-next.0 ### Patch Changes - 094eaa3: Remove references to in-repo backend-common - 04af116: The backend will no longer exit immediately if any plugin or modules fails to initialize. Instead, the backend will wait for all plugins and modules to either start up successfully or throw, and then shut down the backend if there were any initialization errors. This fixes an issue where backend initialization errors in adjacent plugins during database schema migration could cause the database migrations to be stuck in a locked state. - Updated dependencies - @backstage/plugin-permission-node@0.8.4-next.0 - @backstage/plugin-auth-node@0.5.3-next.0 - @backstage/backend-plugin-api@1.0.1-next.0 - @backstage/cli-common@0.1.14 - @backstage/config@1.2.0 - @backstage/config-loader@1.9.1 - @backstage/errors@1.2.4 - @backstage/types@1.1.1 ## @backstage/backend-defaults@0.5.1-next.0 ### Patch Changes - 094eaa3: Remove references to in-repo backend-common - Updated dependencies - @backstage/backend-app-api@1.0.1-next.0 - @backstage/plugin-permission-node@0.8.4-next.0 - @backstage/plugin-events-node@0.4.1-next.0 - @backstage/plugin-auth-node@0.5.3-next.0 - @backstage/backend-dev-utils@0.1.5 - @backstage/backend-plugin-api@1.0.1-next.0 - @backstage/cli-common@0.1.14 - @backstage/cli-node@0.2.8 - @backstage/config@1.2.0 - @backstage/config-loader@1.9.1 - @backstage/errors@1.2.4 - @backstage/integration@1.15.0 - @backstage/integration-aws-node@0.1.12 - @backstage/types@1.1.1 ## @backstage/backend-dynamic-feature-service@0.4.1-next.0 ### Patch Changes - 094eaa3: Remove references to in-repo backend-common - 2f88f88: Updated backend installation instructions. - Updated dependencies - @backstage/plugin-scaffolder-node@0.5.0-next.0 - @backstage/plugin-search-backend-node@1.3.3-next.0 - @backstage/backend-defaults@0.5.1-next.0 - @backstage/backend-app-api@1.0.1-next.0 - @backstage/plugin-catalog-backend@1.26.1-next.0 - @backstage/plugin-permission-node@0.8.4-next.0 - @backstage/plugin-events-backend@0.3.13-next.0 - @backstage/plugin-events-node@0.4.1-next.0 - @backstage/plugin-auth-node@0.5.3-next.0 - @backstage/backend-plugin-api@1.0.1-next.0 - @backstage/cli-common@0.1.14 - @backstage/cli-node@0.2.8 - @backstage/config@1.2.0 - @backstage/config-loader@1.9.1 - @backstage/errors@1.2.4 - @backstage/types@1.1.1 - @backstage/plugin-app-node@0.1.26-next.0 - @backstage/plugin-permission-common@0.8.1 - @backstage/plugin-search-common@1.2.14 ## @backstage/backend-openapi-utils@0.1.19-next.0 ### Patch Changes - Updated dependencies - @backstage/backend-plugin-api@1.0.1-next.0 - @backstage/errors@1.2.4 ## @backstage/backend-plugin-api@1.0.1-next.0 ### Patch Changes - Updated dependencies - @backstage/plugin-auth-node@0.5.3-next.0 - @backstage/cli-common@0.1.14 - @backstage/config@1.2.0 - @backstage/errors@1.2.4 - @backstage/types@1.1.1 - @backstage/plugin-permission-common@0.8.1 ## @backstage/backend-test-utils@1.0.1-next.0 ### Patch Changes - Updated dependencies - @backstage/backend-defaults@0.5.1-next.0 - @backstage/backend-app-api@1.0.1-next.0 - @backstage/plugin-events-node@0.4.1-next.0 - @backstage/plugin-auth-node@0.5.3-next.0 - @backstage/backend-plugin-api@1.0.1-next.0 - @backstage/config@1.2.0 - @backstage/errors@1.2.4 - @backstage/types@1.1.1 ## @backstage/core-app-api@1.15.1-next.0 ### Patch Changes - Updated dependencies - @backstage/core-plugin-api@1.10.0-next.0 - @backstage/config@1.2.0 - @backstage/types@1.1.1 - @backstage/version-bridge@1.0.9 ## @backstage/core-compat-api@0.3.1-next.0 ### Patch Changes - 4a5ba19: Internal update to remove deprecated `BackstagePlugin` type and move to `FrontendPlugin` - Updated dependencies - @backstage/frontend-plugin-api@0.9.0-next.0 - @backstage/core-plugin-api@1.10.0-next.0 - @backstage/version-bridge@1.0.9 ## @backstage/core-components@0.15.1-next.0 ### Patch Changes - 46b5a20: `Link` component now accepts `externalLinkIcon` prop - Updated dependencies - @backstage/core-plugin-api@1.10.0-next.0 - @backstage/config@1.2.0 - @backstage/errors@1.2.4 - @backstage/theme@0.5.7 - @backstage/version-bridge@1.0.9 ## @backstage/create-app@0.5.21-next.0 ### Patch Changes - a7674d6: Fixed lack of `.yarnrc.yml` in the template. - Updated dependencies - @backstage/cli-common@0.1.14 ## @backstage/dev-utils@1.1.1-next.0 ### Patch Changes - Updated dependencies - @backstage/app-defaults@1.5.12-next.0 - @backstage/core-components@0.15.1-next.0 - @backstage/core-plugin-api@1.10.0-next.0 - @backstage/plugin-catalog-react@1.13.1-next.0 - @backstage/catalog-model@1.7.0 - @backstage/core-app-api@1.15.1-next.0 - @backstage/integration-react@1.1.32-next.0 - @backstage/theme@0.5.7 ## @backstage/frontend-defaults@0.1.1-next.0 ### Patch Changes - Updated dependencies - @backstage/frontend-plugin-api@0.9.0-next.0 - @backstage/frontend-app-api@0.10.0-next.0 - @backstage/plugin-app@0.1.1-next.0 - @backstage/config@1.2.0 - @backstage/errors@1.2.4 ## @backstage/frontend-test-utils@0.2.1-next.0 ### Patch Changes - 873e424: Internal refactor of usage of opaque types. - Updated dependencies - @backstage/frontend-plugin-api@0.9.0-next.0 - @backstage/frontend-app-api@0.10.0-next.0 - @backstage/plugin-app@0.1.1-next.0 - @backstage/config@1.2.0 - @backstage/test-utils@1.6.1-next.0 - @backstage/types@1.1.1 - @backstage/version-bridge@1.0.9 ## @backstage/integration-react@1.1.32-next.0 ### Patch Changes - Updated dependencies - @backstage/core-plugin-api@1.10.0-next.0 - @backstage/config@1.2.0 - @backstage/integration@1.15.0 ## @techdocs/cli@1.8.20-next.0 ### Patch Changes - Updated dependencies - @backstage/backend-defaults@0.5.1-next.0 - @backstage/catalog-model@1.7.0 - @backstage/cli-common@0.1.14 - @backstage/config@1.2.0 - @backstage/plugin-techdocs-node@1.12.12-next.0 ## @backstage/test-utils@1.6.1-next.0 ### Patch Changes - Updated dependencies - @backstage/core-plugin-api@1.10.0-next.0 - @backstage/config@1.2.0 - @backstage/core-app-api@1.15.1-next.0 - @backstage/theme@0.5.7 - @backstage/types@1.1.1 - @backstage/plugin-permission-common@0.8.1 - @backstage/plugin-permission-react@0.4.27-next.0 ## @backstage/plugin-api-docs@0.11.10-next.0 ### Patch Changes - 46b5a20: Empty states updated with external link icon for learn more links - Updated dependencies - @backstage/frontend-plugin-api@0.9.0-next.0 - @backstage/plugin-catalog@1.24.0-next.0 - @backstage/core-compat-api@0.3.1-next.0 - @backstage/core-components@0.15.1-next.0 - @backstage/core-plugin-api@1.10.0-next.0 - @backstage/plugin-catalog-react@1.13.1-next.0 - @backstage/catalog-model@1.7.0 - @backstage/plugin-catalog-common@1.1.0 - @backstage/plugin-permission-react@0.4.27-next.0 ## @backstage/plugin-app@0.1.1-next.0 ### Patch Changes - Updated dependencies - @backstage/frontend-plugin-api@0.9.0-next.0 - @backstage/core-components@0.15.1-next.0 - @backstage/core-plugin-api@1.10.0-next.0 - @backstage/theme@0.5.7 - @backstage/plugin-permission-react@0.4.27-next.0 ## @backstage/plugin-app-backend@0.3.75-next.0 ### Patch Changes - 094eaa3: Remove references to in-repo backend-common - Updated dependencies - @backstage/plugin-auth-node@0.5.3-next.0 - @backstage/backend-plugin-api@1.0.1-next.0 - @backstage/config@1.2.0 - @backstage/config-loader@1.9.1 - @backstage/errors@1.2.4 - @backstage/types@1.1.1 - @backstage/plugin-app-node@0.1.26-next.0 ## @backstage/plugin-app-node@0.1.26-next.0 ### Patch Changes - Updated dependencies - @backstage/backend-plugin-api@1.0.1-next.0 - @backstage/config-loader@1.9.1 ## @backstage/plugin-app-visualizer@0.1.11-next.0 ### Patch Changes - Updated dependencies - @backstage/frontend-plugin-api@0.9.0-next.0 - @backstage/core-components@0.15.1-next.0 - @backstage/core-plugin-api@1.10.0-next.0 ## @backstage/plugin-auth-backend@0.23.1-next.0 ### Patch Changes - 094eaa3: Remove references to in-repo backend-common - Updated dependencies - @backstage/plugin-auth-backend-module-aws-alb-provider@0.2.1-next.0 - @backstage/plugin-auth-backend-module-oidc-provider@0.3.1-next.0 - @backstage/plugin-auth-node@0.5.3-next.0 - @backstage/backend-plugin-api@1.0.1-next.0 - @backstage/catalog-client@1.7.0 - @backstage/catalog-model@1.7.0 - @backstage/config@1.2.0 - @backstage/errors@1.2.4 - @backstage/types@1.1.1 - @backstage/plugin-auth-backend-module-atlassian-provider@0.3.1-next.0 - @backstage/plugin-auth-backend-module-auth0-provider@0.1.1-next.0 - @backstage/plugin-auth-backend-module-azure-easyauth-provider@0.2.1-next.0 - @backstage/plugin-auth-backend-module-bitbucket-provider@0.2.1-next.0 - @backstage/plugin-auth-backend-module-bitbucket-server-provider@0.1.1-next.0 - @backstage/plugin-auth-backend-module-cloudflare-access-provider@0.3.1-next.0 - @backstage/plugin-auth-backend-module-gcp-iap-provider@0.3.1-next.0 - @backstage/plugin-auth-backend-module-github-provider@0.2.1-next.0 - @backstage/plugin-auth-backend-module-gitlab-provider@0.2.1-next.0 - @backstage/plugin-auth-backend-module-google-provider@0.2.1-next.0 - @backstage/plugin-auth-backend-module-microsoft-provider@0.2.1-next.0 - @backstage/plugin-auth-backend-module-oauth2-provider@0.3.1-next.0 - @backstage/plugin-auth-backend-module-oauth2-proxy-provider@0.2.1-next.0 - @backstage/plugin-auth-backend-module-okta-provider@0.1.1-next.0 - @backstage/plugin-auth-backend-module-onelogin-provider@0.2.1-next.0 - @backstage/plugin-catalog-node@1.13.1-next.0 ## @backstage/plugin-auth-backend-module-atlassian-provider@0.3.1-next.0 ### Patch Changes - Updated dependencies - @backstage/plugin-auth-node@0.5.3-next.0 - @backstage/backend-plugin-api@1.0.1-next.0 ## @backstage/plugin-auth-backend-module-auth0-provider@0.1.1-next.0 ### Patch Changes - Updated dependencies - @backstage/plugin-auth-node@0.5.3-next.0 - @backstage/backend-plugin-api@1.0.1-next.0 ## @backstage/plugin-auth-backend-module-aws-alb-provider@0.2.1-next.0 ### Patch Changes - 094eaa3: Remove references to in-repo backend-common - Updated dependencies - @backstage/plugin-auth-backend@0.23.1-next.0 - @backstage/plugin-auth-node@0.5.3-next.0 - @backstage/backend-plugin-api@1.0.1-next.0 - @backstage/errors@1.2.4 ## @backstage/plugin-auth-backend-module-azure-easyauth-provider@0.2.1-next.0 ### Patch Changes - Updated dependencies - @backstage/plugin-auth-node@0.5.3-next.0 - @backstage/backend-plugin-api@1.0.1-next.0 - @backstage/catalog-model@1.7.0 - @backstage/errors@1.2.4 ## @backstage/plugin-auth-backend-module-bitbucket-provider@0.2.1-next.0 ### Patch Changes - Updated dependencies - @backstage/plugin-auth-node@0.5.3-next.0 - @backstage/backend-plugin-api@1.0.1-next.0 ## @backstage/plugin-auth-backend-module-bitbucket-server-provider@0.1.1-next.0 ### Patch Changes - Updated dependencies - @backstage/plugin-auth-node@0.5.3-next.0 - @backstage/backend-plugin-api@1.0.1-next.0 ## @backstage/plugin-auth-backend-module-cloudflare-access-provider@0.3.1-next.0 ### Patch Changes - Updated dependencies - @backstage/plugin-auth-node@0.5.3-next.0 - @backstage/backend-plugin-api@1.0.1-next.0 - @backstage/config@1.2.0 - @backstage/errors@1.2.4 ## @backstage/plugin-auth-backend-module-gcp-iap-provider@0.3.1-next.0 ### Patch Changes - Updated dependencies - @backstage/plugin-auth-node@0.5.3-next.0 - @backstage/backend-plugin-api@1.0.1-next.0 - @backstage/errors@1.2.4 - @backstage/types@1.1.1 ## @backstage/plugin-auth-backend-module-github-provider@0.2.1-next.0 ### Patch Changes - Updated dependencies - @backstage/plugin-auth-node@0.5.3-next.0 - @backstage/backend-plugin-api@1.0.1-next.0 ## @backstage/plugin-auth-backend-module-gitlab-provider@0.2.1-next.0 ### Patch Changes - Updated dependencies - @backstage/plugin-auth-node@0.5.3-next.0 - @backstage/backend-plugin-api@1.0.1-next.0 ## @backstage/plugin-auth-backend-module-google-provider@0.2.1-next.0 ### Patch Changes - Updated dependencies - @backstage/plugin-auth-node@0.5.3-next.0 - @backstage/backend-plugin-api@1.0.1-next.0 ## @backstage/plugin-auth-backend-module-guest-provider@0.2.1-next.0 ### Patch Changes - 094eaa3: Remove references to in-repo backend-common - Updated dependencies - @backstage/plugin-auth-node@0.5.3-next.0 - @backstage/backend-plugin-api@1.0.1-next.0 - @backstage/catalog-model@1.7.0 - @backstage/errors@1.2.4 ## @backstage/plugin-auth-backend-module-microsoft-provider@0.2.1-next.0 ### Patch Changes - Updated dependencies - @backstage/plugin-auth-node@0.5.3-next.0 - @backstage/backend-plugin-api@1.0.1-next.0 ## @backstage/plugin-auth-backend-module-oauth2-provider@0.3.1-next.0 ### Patch Changes - Updated dependencies - @backstage/plugin-auth-node@0.5.3-next.0 - @backstage/backend-plugin-api@1.0.1-next.0 ## @backstage/plugin-auth-backend-module-oauth2-proxy-provider@0.2.1-next.0 ### Patch Changes - Updated dependencies - @backstage/plugin-auth-node@0.5.3-next.0 - @backstage/backend-plugin-api@1.0.1-next.0 - @backstage/errors@1.2.4 ## @backstage/plugin-auth-backend-module-oidc-provider@0.3.1-next.0 ### Patch Changes - 094eaa3: Remove references to in-repo backend-common - Updated dependencies - @backstage/plugin-auth-backend@0.23.1-next.0 - @backstage/plugin-auth-node@0.5.3-next.0 - @backstage/backend-plugin-api@1.0.1-next.0 ## @backstage/plugin-auth-backend-module-okta-provider@0.1.1-next.0 ### Patch Changes - Updated dependencies - @backstage/plugin-auth-node@0.5.3-next.0 - @backstage/backend-plugin-api@1.0.1-next.0 ## @backstage/plugin-auth-backend-module-onelogin-provider@0.2.1-next.0 ### Patch Changes - Updated dependencies - @backstage/plugin-auth-node@0.5.3-next.0 - @backstage/backend-plugin-api@1.0.1-next.0 ## @backstage/plugin-auth-backend-module-pinniped-provider@0.2.1-next.0 ### Patch Changes - Updated dependencies - @backstage/plugin-auth-node@0.5.3-next.0 - @backstage/backend-plugin-api@1.0.1-next.0 - @backstage/config@1.2.0 ## @backstage/plugin-auth-backend-module-vmware-cloud-provider@0.3.1-next.0 ### Patch Changes - Updated dependencies - @backstage/plugin-auth-node@0.5.3-next.0 - @backstage/backend-plugin-api@1.0.1-next.0 - @backstage/catalog-model@1.7.0 ## @backstage/plugin-auth-node@0.5.3-next.0 ### Patch Changes - 094eaa3: Remove references to in-repo backend-common - Updated dependencies - @backstage/backend-plugin-api@1.0.1-next.0 - @backstage/catalog-client@1.7.0 - @backstage/catalog-model@1.7.0 - @backstage/config@1.2.0 - @backstage/errors@1.2.4 - @backstage/types@1.1.1 ## @backstage/plugin-auth-react@0.1.7-next.0 ### Patch Changes - Updated dependencies - @backstage/core-components@0.15.1-next.0 - @backstage/core-plugin-api@1.10.0-next.0 - @backstage/errors@1.2.4 ## @backstage/plugin-catalog-backend@1.26.1-next.0 ### Patch Changes - 094eaa3: Remove references to in-repo backend-common - Updated dependencies - @backstage/plugin-search-backend-module-catalog@0.2.3-next.0 - @backstage/plugin-permission-node@0.8.4-next.0 - @backstage/plugin-events-node@0.4.1-next.0 - @backstage/backend-openapi-utils@0.1.19-next.0 - @backstage/backend-plugin-api@1.0.1-next.0 - @backstage/catalog-client@1.7.0 - @backstage/catalog-model@1.7.0 - @backstage/config@1.2.0 - @backstage/errors@1.2.4 - @backstage/integration@1.15.0 - @backstage/types@1.1.1 - @backstage/plugin-catalog-common@1.1.0 - @backstage/plugin-catalog-node@1.13.1-next.0 - @backstage/plugin-permission-common@0.8.1 ## @backstage/plugin-catalog-backend-module-aws@0.4.3-next.0 ### Patch Changes - Updated dependencies - @backstage/backend-defaults@0.5.1-next.0 - @backstage/backend-plugin-api@1.0.1-next.0 - @backstage/catalog-model@1.7.0 - @backstage/config@1.2.0 - @backstage/errors@1.2.4 - @backstage/integration@1.15.0 - @backstage/integration-aws-node@0.1.12 - @backstage/plugin-catalog-common@1.1.0 - @backstage/plugin-catalog-node@1.13.1-next.0 - @backstage/plugin-kubernetes-common@0.8.3 ## @backstage/plugin-catalog-backend-module-azure@0.2.3-next.0 ### Patch Changes - Updated dependencies - @backstage/backend-plugin-api@1.0.1-next.0 - @backstage/config@1.2.0 - @backstage/integration@1.15.0 - @backstage/plugin-catalog-common@1.1.0 - @backstage/plugin-catalog-node@1.13.1-next.0 ## @backstage/plugin-catalog-backend-module-backstage-openapi@0.4.1-next.0 ### Patch Changes - Updated dependencies - @backstage/backend-openapi-utils@0.1.19-next.0 - @backstage/backend-plugin-api@1.0.1-next.0 - @backstage/catalog-model@1.7.0 - @backstage/config@1.2.0 - @backstage/errors@1.2.4 - @backstage/plugin-catalog-node@1.13.1-next.0 ## @backstage/plugin-catalog-backend-module-bitbucket-cloud@0.3.3-next.0 ### Patch Changes - 094eaa3: Remove references to in-repo backend-common - Updated dependencies - @backstage/plugin-events-node@0.4.1-next.0 - @backstage/backend-plugin-api@1.0.1-next.0 - @backstage/catalog-client@1.7.0 - @backstage/catalog-model@1.7.0 - @backstage/config@1.2.0 - @backstage/integration@1.15.0 - @backstage/plugin-bitbucket-cloud-common@0.2.23 - @backstage/plugin-catalog-common@1.1.0 - @backstage/plugin-catalog-node@1.13.1-next.0 ## @backstage/plugin-catalog-backend-module-bitbucket-server@0.2.3-next.0 ### Patch Changes - Updated dependencies - @backstage/backend-plugin-api@1.0.1-next.0 - @backstage/catalog-model@1.7.0 - @backstage/config@1.2.0 - @backstage/errors@1.2.4 - @backstage/integration@1.15.0 - @backstage/plugin-catalog-node@1.13.1-next.0 ## @backstage/plugin-catalog-backend-module-gcp@0.3.1-next.0 ### Patch Changes - Updated dependencies - @backstage/backend-plugin-api@1.0.1-next.0 - @backstage/catalog-model@1.7.0 - @backstage/config@1.2.0 - @backstage/plugin-catalog-node@1.13.1-next.0 - @backstage/plugin-kubernetes-common@0.8.3 ## @backstage/plugin-catalog-backend-module-gerrit@0.2.3-next.0 ### Patch Changes - Updated dependencies - @backstage/backend-plugin-api@1.0.1-next.0 - @backstage/config@1.2.0 - @backstage/errors@1.2.4 - @backstage/integration@1.15.0 - @backstage/plugin-catalog-node@1.13.1-next.0 ## @backstage/plugin-catalog-backend-module-github@0.7.4-next.0 ### Patch Changes - 094eaa3: Remove references to in-repo backend-common - Updated dependencies - @backstage/plugin-catalog-backend@1.26.1-next.0 - @backstage/plugin-events-node@0.4.1-next.0 - @backstage/backend-plugin-api@1.0.1-next.0 - @backstage/catalog-client@1.7.0 - @backstage/catalog-model@1.7.0 - @backstage/config@1.2.0 - @backstage/integration@1.15.0 - @backstage/plugin-catalog-common@1.1.0 - @backstage/plugin-catalog-node@1.13.1-next.0 ## @backstage/plugin-catalog-backend-module-github-org@0.3.1-next.0 ### Patch Changes - Updated dependencies - @backstage/plugin-catalog-backend-module-github@0.7.4-next.0 - @backstage/plugin-events-node@0.4.1-next.0 - @backstage/backend-plugin-api@1.0.1-next.0 - @backstage/config@1.2.0 - @backstage/plugin-catalog-node@1.13.1-next.0 ## @backstage/plugin-catalog-backend-module-gitlab@0.4.3-next.0 ### Patch Changes - Updated dependencies - @backstage/backend-defaults@0.5.1-next.0 - @backstage/plugin-events-node@0.4.1-next.0 - @backstage/backend-plugin-api@1.0.1-next.0 - @backstage/catalog-model@1.7.0 - @backstage/config@1.2.0 - @backstage/integration@1.15.0 - @backstage/plugin-catalog-common@1.1.0 - @backstage/plugin-catalog-node@1.13.1-next.0 ## @backstage/plugin-catalog-backend-module-gitlab-org@0.2.1-next.0 ### Patch Changes - 094eaa3: Remove references to in-repo backend-common - Updated dependencies - @backstage/plugin-events-node@0.4.1-next.0 - @backstage/backend-plugin-api@1.0.1-next.0 - @backstage/plugin-catalog-backend-module-gitlab@0.4.3-next.0 - @backstage/plugin-catalog-node@1.13.1-next.0 ## @backstage/plugin-catalog-backend-module-incremental-ingestion@0.5.4-next.0 ### Patch Changes - 094eaa3: Remove references to in-repo backend-common - Updated dependencies - @backstage/plugin-catalog-backend@1.26.1-next.0 - @backstage/plugin-events-node@0.4.1-next.0 - @backstage/backend-plugin-api@1.0.1-next.0 - @backstage/catalog-model@1.7.0 - @backstage/config@1.2.0 - @backstage/errors@1.2.4 - @backstage/plugin-catalog-node@1.13.1-next.0 - @backstage/plugin-permission-common@0.8.1 ## @backstage/plugin-catalog-backend-module-ldap@0.9.1-next.0 ### Patch Changes - Updated dependencies - @backstage/backend-plugin-api@1.0.1-next.0 - @backstage/catalog-model@1.7.0 - @backstage/config@1.2.0 - @backstage/errors@1.2.4 - @backstage/types@1.1.1 - @backstage/plugin-catalog-common@1.1.0 - @backstage/plugin-catalog-node@1.13.1-next.0 ## @backstage/plugin-catalog-backend-module-logs@0.1.1-next.0 ### Patch Changes - Updated dependencies - @backstage/plugin-catalog-backend@1.26.1-next.0 - @backstage/plugin-events-node@0.4.1-next.0 - @backstage/backend-plugin-api@1.0.1-next.0 ## @backstage/plugin-catalog-backend-module-msgraph@0.6.3-next.0 ### Patch Changes - Updated dependencies - @backstage/backend-plugin-api@1.0.1-next.0 - @backstage/catalog-model@1.7.0 - @backstage/config@1.2.0 - @backstage/plugin-catalog-common@1.1.0 - @backstage/plugin-catalog-node@1.13.1-next.0 ## @backstage/plugin-catalog-backend-module-openapi@0.2.1-next.0 ### Patch Changes - 094eaa3: Remove references to in-repo backend-common - Updated dependencies - @backstage/plugin-catalog-backend@1.26.1-next.0 - @backstage/backend-plugin-api@1.0.1-next.0 - @backstage/catalog-model@1.7.0 - @backstage/config@1.2.0 - @backstage/integration@1.15.0 - @backstage/types@1.1.1 - @backstage/plugin-catalog-common@1.1.0 - @backstage/plugin-catalog-node@1.13.1-next.0 ## @backstage/plugin-catalog-backend-module-puppetdb@0.2.3-next.0 ### Patch Changes - Updated dependencies - @backstage/backend-plugin-api@1.0.1-next.0 - @backstage/catalog-model@1.7.0 - @backstage/config@1.2.0 - @backstage/errors@1.2.4 - @backstage/types@1.1.1 - @backstage/plugin-catalog-node@1.13.1-next.0 ## @backstage/plugin-catalog-backend-module-scaffolder-entity-model@0.2.1-next.0 ### Patch Changes - Updated dependencies - @backstage/backend-plugin-api@1.0.1-next.0 - @backstage/catalog-model@1.7.0 - @backstage/plugin-catalog-common@1.1.0 - @backstage/plugin-catalog-node@1.13.1-next.0 - @backstage/plugin-scaffolder-common@1.5.6 ## @backstage/plugin-catalog-backend-module-unprocessed@0.5.1-next.0 ### Patch Changes - 094eaa3: Remove references to in-repo backend-common - Updated dependencies - @backstage/plugin-auth-node@0.5.3-next.0 - @backstage/backend-plugin-api@1.0.1-next.0 - @backstage/catalog-model@1.7.0 - @backstage/errors@1.2.4 - @backstage/plugin-catalog-node@1.13.1-next.0 - @backstage/plugin-catalog-unprocessed-entities-common@0.0.4 - @backstage/plugin-permission-common@0.8.1 ## @backstage/plugin-catalog-graph@0.4.10-next.0 ### Patch Changes - Updated dependencies - @backstage/frontend-plugin-api@0.9.0-next.0 - @backstage/core-compat-api@0.3.1-next.0 - @backstage/core-components@0.15.1-next.0 - @backstage/core-plugin-api@1.10.0-next.0 - @backstage/plugin-catalog-react@1.13.1-next.0 - @backstage/catalog-client@1.7.0 - @backstage/catalog-model@1.7.0 - @backstage/types@1.1.1 ## @backstage/plugin-catalog-import@0.12.4-next.0 ### Patch Changes - Updated dependencies - @backstage/frontend-plugin-api@0.9.0-next.0 - @backstage/core-compat-api@0.3.1-next.0 - @backstage/core-components@0.15.1-next.0 - @backstage/core-plugin-api@1.10.0-next.0 - @backstage/plugin-catalog-react@1.13.1-next.0 - @backstage/catalog-client@1.7.0 - @backstage/catalog-model@1.7.0 - @backstage/config@1.2.0 - @backstage/errors@1.2.4 - @backstage/integration@1.15.0 - @backstage/integration-react@1.1.32-next.0 - @backstage/plugin-catalog-common@1.1.0 ## @backstage/plugin-catalog-node@1.13.1-next.0 ### Patch Changes - Updated dependencies - @backstage/plugin-permission-node@0.8.4-next.0 - @backstage/backend-plugin-api@1.0.1-next.0 - @backstage/catalog-client@1.7.0 - @backstage/catalog-model@1.7.0 - @backstage/errors@1.2.4 - @backstage/types@1.1.1 - @backstage/plugin-catalog-common@1.1.0 - @backstage/plugin-permission-common@0.8.1 ## @backstage/plugin-catalog-react@1.13.1-next.0 ### Patch Changes - Updated dependencies - @backstage/frontend-plugin-api@0.9.0-next.0 - @backstage/core-compat-api@0.3.1-next.0 - @backstage/core-components@0.15.1-next.0 - @backstage/core-plugin-api@1.10.0-next.0 - @backstage/catalog-client@1.7.0 - @backstage/catalog-model@1.7.0 - @backstage/errors@1.2.4 - @backstage/integration-react@1.1.32-next.0 - @backstage/types@1.1.1 - @backstage/version-bridge@1.0.9 - @backstage/plugin-catalog-common@1.1.0 - @backstage/plugin-permission-common@0.8.1 - @backstage/plugin-permission-react@0.4.27-next.0 ## @backstage/plugin-catalog-unprocessed-entities@0.2.9-next.0 ### Patch Changes - Updated dependencies - @backstage/core-components@0.15.1-next.0 - @backstage/core-plugin-api@1.10.0-next.0 - @backstage/catalog-model@1.7.0 - @backstage/errors@1.2.4 ## @backstage/plugin-config-schema@0.1.60-next.0 ### Patch Changes - Updated dependencies - @backstage/core-components@0.15.1-next.0 - @backstage/core-plugin-api@1.10.0-next.0 - @backstage/errors@1.2.4 - @backstage/types@1.1.1 ## @backstage/plugin-devtools@0.1.19-next.0 ### Patch Changes - Updated dependencies - @backstage/frontend-plugin-api@0.9.0-next.0 - @backstage/core-compat-api@0.3.1-next.0 - @backstage/core-components@0.15.1-next.0 - @backstage/core-plugin-api@1.10.0-next.0 - @backstage/errors@1.2.4 - @backstage/plugin-devtools-common@0.1.12 - @backstage/plugin-permission-react@0.4.27-next.0 ## @backstage/plugin-devtools-backend@0.4.1-next.0 ### Patch Changes - 094eaa3: Remove references to in-repo backend-common - Updated dependencies - @backstage/plugin-permission-node@0.8.4-next.0 - @backstage/backend-plugin-api@1.0.1-next.0 - @backstage/cli-common@0.1.14 - @backstage/config@1.2.0 - @backstage/config-loader@1.9.1 - @backstage/errors@1.2.4 - @backstage/types@1.1.1 - @backstage/plugin-devtools-common@0.1.12 - @backstage/plugin-permission-common@0.8.1 ## @backstage/plugin-events-backend@0.3.13-next.0 ### Patch Changes - 094eaa3: Remove references to in-repo backend-common - 5c728ee: The events backend now has its own built-in event bus for distributing events across multiple backend instances. It exposes a new HTTP API under `/bus/v1/` for publishing and reading events from the bus, as well as its own storage and notification mechanism for events. The backing event store for the bus only supports scaled deployment if PostgreSQL is used as the DBMS. If SQLite or MySQL is used, the event bus will fall back to an in-memory store that does not support multiple backend instances. The default `EventsService` implementation from `@backstage/plugin-events-node` has also been updated to use the new events bus. - Updated dependencies - @backstage/plugin-events-node@0.4.1-next.0 - @backstage/backend-openapi-utils@0.1.19-next.0 - @backstage/backend-plugin-api@1.0.1-next.0 - @backstage/config@1.2.0 - @backstage/errors@1.2.4 - @backstage/types@1.1.1 ## @backstage/plugin-events-backend-module-aws-sqs@0.4.3-next.0 ### Patch Changes - 094eaa3: Remove references to in-repo backend-common - Updated dependencies - @backstage/plugin-events-node@0.4.1-next.0 - @backstage/backend-plugin-api@1.0.1-next.0 - @backstage/config@1.2.0 - @backstage/types@1.1.1 ## @backstage/plugin-events-backend-module-azure@0.2.12-next.0 ### Patch Changes - Updated dependencies - @backstage/plugin-events-node@0.4.1-next.0 - @backstage/backend-plugin-api@1.0.1-next.0 ## @backstage/plugin-events-backend-module-bitbucket-cloud@0.2.12-next.0 ### Patch Changes - Updated dependencies - @backstage/plugin-events-node@0.4.1-next.0 - @backstage/backend-plugin-api@1.0.1-next.0 ## @backstage/plugin-events-backend-module-gerrit@0.2.12-next.0 ### Patch Changes - Updated dependencies - @backstage/plugin-events-node@0.4.1-next.0 - @backstage/backend-plugin-api@1.0.1-next.0 ## @backstage/plugin-events-backend-module-github@0.2.12-next.0 ### Patch Changes - 2f88f88: Updated backend installation instructions. - Updated dependencies - @backstage/plugin-events-node@0.4.1-next.0 - @backstage/backend-plugin-api@1.0.1-next.0 - @backstage/config@1.2.0 ## @backstage/plugin-events-backend-module-gitlab@0.2.12-next.0 ### Patch Changes - 2f88f88: Updated backend installation instructions. - Updated dependencies - @backstage/plugin-events-node@0.4.1-next.0 - @backstage/backend-plugin-api@1.0.1-next.0 - @backstage/config@1.2.0 ## @backstage/plugin-events-backend-test-utils@0.1.36-next.0 ### Patch Changes - Updated dependencies - @backstage/plugin-events-node@0.4.1-next.0 ## @backstage/plugin-events-node@0.4.1-next.0 ### Patch Changes - 094eaa3: Remove references to in-repo backend-common - 2f88f88: Updated backend installation instructions. - a90ce4a: The default implementation of the `EventsService` now uses the new event bus for distributing events across multiple backend instances if the events backend plugin is installed. - Updated dependencies - @backstage/backend-plugin-api@1.0.1-next.0 - @backstage/errors@1.2.4 - @backstage/types@1.1.1 ## @backstage/plugin-home@0.7.11-next.0 ### Patch Changes - Updated dependencies - @backstage/frontend-plugin-api@0.9.0-next.0 - @backstage/core-compat-api@0.3.1-next.0 - @backstage/core-components@0.15.1-next.0 - @backstage/core-plugin-api@1.10.0-next.0 - @backstage/plugin-catalog-react@1.13.1-next.0 - @backstage/catalog-client@1.7.0 - @backstage/catalog-model@1.7.0 - @backstage/config@1.2.0 - @backstage/core-app-api@1.15.1-next.0 - @backstage/theme@0.5.7 - @backstage/plugin-home-react@0.1.18-next.0 ## @backstage/plugin-home-react@0.1.18-next.0 ### Patch Changes - Updated dependencies - @backstage/core-components@0.15.1-next.0 - @backstage/core-plugin-api@1.10.0-next.0 ## @backstage/plugin-kubernetes@0.11.15-next.0 ### Patch Changes - Updated dependencies - @backstage/frontend-plugin-api@0.9.0-next.0 - @backstage/core-compat-api@0.3.1-next.0 - @backstage/core-components@0.15.1-next.0 - @backstage/core-plugin-api@1.10.0-next.0 - @backstage/plugin-catalog-react@1.13.1-next.0 - @backstage/catalog-model@1.7.0 - @backstage/plugin-kubernetes-common@0.8.3 - @backstage/plugin-kubernetes-react@0.4.4-next.0 ## @backstage/plugin-kubernetes-backend@0.18.7-next.0 ### Patch Changes - 094eaa3: Remove references to in-repo backend-common - Updated dependencies - @backstage/plugin-kubernetes-node@0.1.20-next.0 - @backstage/plugin-permission-node@0.8.4-next.0 - @backstage/plugin-auth-node@0.5.3-next.0 - @backstage/backend-plugin-api@1.0.1-next.0 - @backstage/catalog-client@1.7.0 - @backstage/catalog-model@1.7.0 - @backstage/config@1.2.0 - @backstage/errors@1.2.4 - @backstage/integration-aws-node@0.1.12 - @backstage/types@1.1.1 - @backstage/plugin-catalog-node@1.13.1-next.0 - @backstage/plugin-kubernetes-common@0.8.3 - @backstage/plugin-permission-common@0.8.1 ## @backstage/plugin-kubernetes-cluster@0.0.16-next.0 ### Patch Changes - Updated dependencies - @backstage/core-components@0.15.1-next.0 - @backstage/core-plugin-api@1.10.0-next.0 - @backstage/plugin-catalog-react@1.13.1-next.0 - @backstage/catalog-model@1.7.0 - @backstage/plugin-kubernetes-common@0.8.3 - @backstage/plugin-kubernetes-react@0.4.4-next.0 ## @backstage/plugin-kubernetes-node@0.1.20-next.0 ### Patch Changes - 094eaa3: Remove references to in-repo backend-common - Updated dependencies - @backstage/backend-plugin-api@1.0.1-next.0 - @backstage/catalog-model@1.7.0 - @backstage/types@1.1.1 - @backstage/plugin-kubernetes-common@0.8.3 ## @backstage/plugin-kubernetes-react@0.4.4-next.0 ### Patch Changes - Updated dependencies - @backstage/core-components@0.15.1-next.0 - @backstage/core-plugin-api@1.10.0-next.0 - @backstage/catalog-model@1.7.0 - @backstage/errors@1.2.4 - @backstage/types@1.1.1 - @backstage/plugin-kubernetes-common@0.8.3 ## @backstage/plugin-notifications@0.3.2-next.0 ### Patch Changes - Updated dependencies - @backstage/core-components@0.15.1-next.0 - @backstage/core-plugin-api@1.10.0-next.0 - @backstage/errors@1.2.4 - @backstage/theme@0.5.7 - @backstage/types@1.1.1 - @backstage/plugin-notifications-common@0.0.5 - @backstage/plugin-signals-react@0.0.6-next.0 ## @backstage/plugin-notifications-backend@0.4.1-next.0 ### Patch Changes - 094eaa3: Remove references to in-repo backend-common - Updated dependencies - @backstage/plugin-notifications-node@0.2.7-next.0 - @backstage/plugin-signals-node@0.1.12-next.0 - @backstage/plugin-events-node@0.4.1-next.0 - @backstage/plugin-auth-node@0.5.3-next.0 - @backstage/backend-plugin-api@1.0.1-next.0 - @backstage/catalog-client@1.7.0 - @backstage/catalog-model@1.7.0 - @backstage/config@1.2.0 - @backstage/errors@1.2.4 - @backstage/plugin-catalog-node@1.13.1-next.0 - @backstage/plugin-notifications-common@0.0.5 ## @backstage/plugin-notifications-backend-module-email@0.3.1-next.0 ### Patch Changes - 094eaa3: Remove references to in-repo backend-common - Updated dependencies - @backstage/plugin-notifications-node@0.2.7-next.0 - @backstage/backend-plugin-api@1.0.1-next.0 - @backstage/catalog-client@1.7.0 - @backstage/catalog-model@1.7.0 - @backstage/config@1.2.0 - @backstage/integration-aws-node@0.1.12 - @backstage/types@1.1.1 - @backstage/plugin-catalog-node@1.13.1-next.0 - @backstage/plugin-notifications-common@0.0.5 ## @backstage/plugin-notifications-node@0.2.7-next.0 ### Patch Changes - 094eaa3: Remove references to in-repo backend-common - Updated dependencies - @backstage/plugin-signals-node@0.1.12-next.0 - @backstage/backend-plugin-api@1.0.1-next.0 - @backstage/catalog-client@1.7.0 - @backstage/catalog-model@1.7.0 - @backstage/plugin-notifications-common@0.0.5 ## @backstage/plugin-org@0.6.30-next.0 ### Patch Changes - Updated dependencies - @backstage/frontend-plugin-api@0.9.0-next.0 - @backstage/core-compat-api@0.3.1-next.0 - @backstage/core-components@0.15.1-next.0 - @backstage/core-plugin-api@1.10.0-next.0 - @backstage/plugin-catalog-react@1.13.1-next.0 - @backstage/catalog-model@1.7.0 - @backstage/plugin-catalog-common@1.1.0 ## @backstage/plugin-org-react@0.1.29-next.0 ### Patch Changes - Updated dependencies - @backstage/core-components@0.15.1-next.0 - @backstage/core-plugin-api@1.10.0-next.0 - @backstage/plugin-catalog-react@1.13.1-next.0 - @backstage/catalog-client@1.7.0 - @backstage/catalog-model@1.7.0 ## @backstage/plugin-permission-backend@0.5.50-next.0 ### Patch Changes - 094eaa3: Remove references to in-repo backend-common - Updated dependencies - @backstage/plugin-permission-node@0.8.4-next.0 - @backstage/plugin-auth-node@0.5.3-next.0 - @backstage/backend-plugin-api@1.0.1-next.0 - @backstage/config@1.2.0 - @backstage/errors@1.2.4 - @backstage/plugin-permission-common@0.8.1 ## @backstage/plugin-permission-backend-module-allow-all-policy@0.2.1-next.0 ### Patch Changes - Updated dependencies - @backstage/plugin-permission-node@0.8.4-next.0 - @backstage/plugin-auth-node@0.5.3-next.0 - @backstage/backend-plugin-api@1.0.1-next.0 - @backstage/plugin-permission-common@0.8.1 ## @backstage/plugin-permission-node@0.8.4-next.0 ### Patch Changes - 094eaa3: Remove references to in-repo backend-common - Updated dependencies - @backstage/plugin-auth-node@0.5.3-next.0 - @backstage/backend-plugin-api@1.0.1-next.0 - @backstage/config@1.2.0 - @backstage/errors@1.2.4 - @backstage/plugin-permission-common@0.8.1 ## @backstage/plugin-permission-react@0.4.27-next.0 ### Patch Changes - Updated dependencies - @backstage/core-plugin-api@1.10.0-next.0 - @backstage/config@1.2.0 - @backstage/plugin-permission-common@0.8.1 ## @backstage/plugin-proxy-backend@0.5.7-next.0 ### Patch Changes - 094eaa3: Remove references to in-repo backend-common - Updated dependencies - @backstage/backend-plugin-api@1.0.1-next.0 - @backstage/config@1.2.0 - @backstage/types@1.1.1 ## @backstage/plugin-scaffolder-backend-module-azure@0.2.1-next.0 ### Patch Changes - Updated dependencies - @backstage/plugin-scaffolder-node@0.5.0-next.0 - @backstage/backend-plugin-api@1.0.1-next.0 - @backstage/config@1.2.0 - @backstage/errors@1.2.4 - @backstage/integration@1.15.0 ## @backstage/plugin-scaffolder-backend-module-bitbucket@0.3.1-next.0 ### Patch Changes - Updated dependencies - @backstage/plugin-scaffolder-node@0.5.0-next.0 - @backstage/backend-plugin-api@1.0.1-next.0 - @backstage/config@1.2.0 - @backstage/errors@1.2.4 - @backstage/integration@1.15.0 - @backstage/plugin-scaffolder-backend-module-bitbucket-cloud@0.2.1-next.0 - @backstage/plugin-scaffolder-backend-module-bitbucket-server@0.2.1-next.0 ## @backstage/plugin-scaffolder-backend-module-bitbucket-cloud@0.2.1-next.0 ### Patch Changes - Updated dependencies - @backstage/plugin-scaffolder-node@0.5.0-next.0 - @backstage/backend-plugin-api@1.0.1-next.0 - @backstage/config@1.2.0 - @backstage/errors@1.2.4 - @backstage/integration@1.15.0 - @backstage/plugin-bitbucket-cloud-common@0.2.23 ## @backstage/plugin-scaffolder-backend-module-bitbucket-server@0.2.1-next.0 ### Patch Changes - Updated dependencies - @backstage/plugin-scaffolder-node@0.5.0-next.0 - @backstage/backend-plugin-api@1.0.1-next.0 - @backstage/config@1.2.0 - @backstage/errors@1.2.4 - @backstage/integration@1.15.0 ## @backstage/plugin-scaffolder-backend-module-confluence-to-markdown@0.3.1-next.0 ### Patch Changes - 094eaa3: Remove references to in-repo backend-common - Updated dependencies - @backstage/plugin-scaffolder-node@0.5.0-next.0 - @backstage/backend-plugin-api@1.0.1-next.0 - @backstage/config@1.2.0 - @backstage/errors@1.2.4 - @backstage/integration@1.15.0 ## @backstage/plugin-scaffolder-backend-module-cookiecutter@0.3.1-next.0 ### Patch Changes - 094eaa3: Remove references to in-repo backend-common - Updated dependencies - @backstage/plugin-scaffolder-node@0.5.0-next.0 - @backstage/backend-defaults@0.5.1-next.0 - @backstage/backend-plugin-api@1.0.1-next.0 - @backstage/config@1.2.0 - @backstage/errors@1.2.4 - @backstage/integration@1.15.0 - @backstage/types@1.1.1 ## @backstage/plugin-scaffolder-backend-module-gcp@0.2.1-next.0 ### Patch Changes - Updated dependencies - @backstage/plugin-scaffolder-node@0.5.0-next.0 - @backstage/backend-plugin-api@1.0.1-next.0 - @backstage/config@1.2.0 - @backstage/errors@1.2.4 - @backstage/integration@1.15.0 ## @backstage/plugin-scaffolder-backend-module-gerrit@0.2.1-next.0 ### Patch Changes - Updated dependencies - @backstage/plugin-scaffolder-node@0.5.0-next.0 - @backstage/backend-plugin-api@1.0.1-next.0 - @backstage/config@1.2.0 - @backstage/errors@1.2.4 - @backstage/integration@1.15.0 ## @backstage/plugin-scaffolder-backend-module-gitea@0.2.1-next.0 ### Patch Changes - Updated dependencies - @backstage/plugin-scaffolder-node@0.5.0-next.0 - @backstage/backend-plugin-api@1.0.1-next.0 - @backstage/config@1.2.0 - @backstage/errors@1.2.4 - @backstage/integration@1.15.0 ## @backstage/plugin-scaffolder-backend-module-github@0.5.1-next.0 ### Patch Changes - 094eaa3: Remove references to in-repo backend-common - Updated dependencies - @backstage/plugin-scaffolder-node@0.5.0-next.0 - @backstage/backend-plugin-api@1.0.1-next.0 - @backstage/catalog-client@1.7.0 - @backstage/catalog-model@1.7.0 - @backstage/config@1.2.0 - @backstage/errors@1.2.4 - @backstage/integration@1.15.0 ## @backstage/plugin-scaffolder-backend-module-gitlab@0.5.1-next.0 ### Patch Changes - 094eaa3: Remove references to in-repo backend-common - f2f68cf: Updated `gitlab:group:ensureExists` action to instead use oauth client. - Updated dependencies - @backstage/plugin-scaffolder-node@0.5.0-next.0 - @backstage/backend-plugin-api@1.0.1-next.0 - @backstage/config@1.2.0 - @backstage/errors@1.2.4 - @backstage/integration@1.15.0 ## @backstage/plugin-scaffolder-backend-module-notifications@0.1.1-next.0 ### Patch Changes - 094eaa3: Remove references to in-repo backend-common - Updated dependencies - @backstage/plugin-scaffolder-node@0.5.0-next.0 - @backstage/plugin-notifications-node@0.2.7-next.0 - @backstage/backend-plugin-api@1.0.1-next.0 - @backstage/plugin-notifications-common@0.0.5 ## @backstage/plugin-scaffolder-backend-module-rails@0.5.1-next.0 ### Patch Changes - 094eaa3: Remove references to in-repo backend-common - Updated dependencies - @backstage/plugin-scaffolder-node@0.5.0-next.0 - @backstage/backend-plugin-api@1.0.1-next.0 - @backstage/config@1.2.0 - @backstage/errors@1.2.4 - @backstage/integration@1.15.0 - @backstage/types@1.1.1 ## @backstage/plugin-scaffolder-backend-module-sentry@0.2.1-next.0 ### Patch Changes - Updated dependencies - @backstage/plugin-scaffolder-node@0.5.0-next.0 - @backstage/backend-plugin-api@1.0.1-next.0 - @backstage/config@1.2.0 - @backstage/errors@1.2.4 ## @backstage/plugin-scaffolder-backend-module-yeoman@0.4.1-next.0 ### Patch Changes - 094eaa3: Remove references to in-repo backend-common - Updated dependencies - @backstage/plugin-scaffolder-node@0.5.0-next.0 - @backstage/plugin-scaffolder-node-test-utils@0.1.13-next.0 - @backstage/backend-plugin-api@1.0.1-next.0 - @backstage/types@1.1.1 ## @backstage/plugin-scaffolder-node-test-utils@0.1.13-next.0 ### Patch Changes - 094eaa3: Remove references to in-repo backend-common - Updated dependencies - @backstage/plugin-scaffolder-node@0.5.0-next.0 - @backstage/backend-test-utils@1.0.1-next.0 - @backstage/types@1.1.1 ## @backstage/plugin-search@1.4.17-next.0 ### Patch Changes - Updated dependencies - @backstage/frontend-plugin-api@0.9.0-next.0 - @backstage/core-compat-api@0.3.1-next.0 - @backstage/core-components@0.15.1-next.0 - @backstage/core-plugin-api@1.10.0-next.0 - @backstage/plugin-catalog-react@1.13.1-next.0 - @backstage/plugin-search-react@1.8.1-next.0 - @backstage/errors@1.2.4 - @backstage/types@1.1.1 - @backstage/version-bridge@1.0.9 - @backstage/plugin-search-common@1.2.14 ## @backstage/plugin-search-backend@1.5.18-next.0 ### Patch Changes - 094eaa3: Remove references to in-repo backend-common - Updated dependencies - @backstage/plugin-search-backend-node@1.3.3-next.0 - @backstage/backend-defaults@0.5.1-next.0 - @backstage/plugin-permission-node@0.8.4-next.0 - @backstage/backend-openapi-utils@0.1.19-next.0 - @backstage/backend-plugin-api@1.0.1-next.0 - @backstage/config@1.2.0 - @backstage/errors@1.2.4 - @backstage/types@1.1.1 - @backstage/plugin-permission-common@0.8.1 - @backstage/plugin-search-common@1.2.14 ## @backstage/plugin-search-backend-module-catalog@0.2.3-next.0 ### Patch Changes - 094eaa3: Remove references to in-repo backend-common - 2f88f88: Updated backend installation instructions. - Updated dependencies - @backstage/plugin-search-backend-node@1.3.3-next.0 - @backstage/backend-plugin-api@1.0.1-next.0 - @backstage/catalog-client@1.7.0 - @backstage/catalog-model@1.7.0 - @backstage/config@1.2.0 - @backstage/errors@1.2.4 - @backstage/plugin-catalog-common@1.1.0 - @backstage/plugin-catalog-node@1.13.1-next.0 - @backstage/plugin-permission-common@0.8.1 - @backstage/plugin-search-common@1.2.14 ## @backstage/plugin-search-backend-module-elasticsearch@1.5.7-next.0 ### Patch Changes - d78b07c: Align the configuration schema with the docs and actual behavior of the code - 094eaa3: Remove references to in-repo backend-common - Updated dependencies - @backstage/plugin-search-backend-node@1.3.3-next.0 - @backstage/backend-plugin-api@1.0.1-next.0 - @backstage/config@1.2.0 - @backstage/integration-aws-node@0.1.12 - @backstage/plugin-search-common@1.2.14 ## @backstage/plugin-search-backend-module-explore@0.2.3-next.0 ### Patch Changes - 094eaa3: Remove references to in-repo backend-common - 2f88f88: Updated backend installation instructions. - Updated dependencies - @backstage/plugin-search-backend-node@1.3.3-next.0 - @backstage/backend-plugin-api@1.0.1-next.0 - @backstage/config@1.2.0 - @backstage/plugin-search-common@1.2.14 ## @backstage/plugin-search-backend-module-pg@0.5.36-next.0 ### Patch Changes - 094eaa3: Remove references to in-repo backend-common - Updated dependencies - @backstage/plugin-search-backend-node@1.3.3-next.0 - @backstage/backend-plugin-api@1.0.1-next.0 - @backstage/config@1.2.0 - @backstage/plugin-search-common@1.2.14 ## @backstage/plugin-search-backend-module-stack-overflow-collator@0.3.1-next.0 ### Patch Changes - 094eaa3: Remove references to in-repo backend-common - Updated dependencies - @backstage/plugin-search-backend-node@1.3.3-next.0 - @backstage/backend-plugin-api@1.0.1-next.0 - @backstage/config@1.2.0 - @backstage/plugin-search-common@1.2.14 ## @backstage/plugin-search-backend-module-techdocs@0.2.3-next.0 ### Patch Changes - 094eaa3: Remove references to in-repo backend-common - 2f88f88: Updated backend installation instructions. - Updated dependencies - @backstage/plugin-search-backend-node@1.3.3-next.0 - @backstage/backend-plugin-api@1.0.1-next.0 - @backstage/catalog-client@1.7.0 - @backstage/catalog-model@1.7.0 - @backstage/config@1.2.0 - @backstage/plugin-catalog-common@1.1.0 - @backstage/plugin-catalog-node@1.13.1-next.0 - @backstage/plugin-permission-common@0.8.1 - @backstage/plugin-search-common@1.2.14 - @backstage/plugin-techdocs-node@1.12.12-next.0 ## @backstage/plugin-search-backend-node@1.3.3-next.0 ### Patch Changes - 094eaa3: Remove references to in-repo backend-common - Updated dependencies - @backstage/backend-defaults@0.5.1-next.0 - @backstage/backend-plugin-api@1.0.1-next.0 - @backstage/config@1.2.0 - @backstage/errors@1.2.4 - @backstage/plugin-permission-common@0.8.1 - @backstage/plugin-search-common@1.2.14 ## @backstage/plugin-search-react@1.8.1-next.0 ### Patch Changes - Updated dependencies - @backstage/frontend-plugin-api@0.9.0-next.0 - @backstage/core-components@0.15.1-next.0 - @backstage/core-plugin-api@1.10.0-next.0 - @backstage/theme@0.5.7 - @backstage/types@1.1.1 - @backstage/version-bridge@1.0.9 - @backstage/plugin-search-common@1.2.14 ## @backstage/plugin-signals@0.0.11-next.0 ### Patch Changes - Updated dependencies - @backstage/core-components@0.15.1-next.0 - @backstage/core-plugin-api@1.10.0-next.0 - @backstage/theme@0.5.7 - @backstage/types@1.1.1 - @backstage/plugin-signals-react@0.0.6-next.0 ## @backstage/plugin-signals-backend@0.2.1-next.0 ### Patch Changes - 094eaa3: Remove references to in-repo backend-common - Updated dependencies - @backstage/plugin-signals-node@0.1.12-next.0 - @backstage/plugin-events-node@0.4.1-next.0 - @backstage/plugin-auth-node@0.5.3-next.0 - @backstage/backend-plugin-api@1.0.1-next.0 - @backstage/config@1.2.0 - @backstage/types@1.1.1 ## @backstage/plugin-signals-node@0.1.12-next.0 ### Patch Changes - 094eaa3: Remove references to in-repo backend-common - Updated dependencies - @backstage/plugin-events-node@0.4.1-next.0 - @backstage/plugin-auth-node@0.5.3-next.0 - @backstage/backend-plugin-api@1.0.1-next.0 - @backstage/config@1.2.0 - @backstage/types@1.1.1 ## @backstage/plugin-signals-react@0.0.6-next.0 ### Patch Changes - Updated dependencies - @backstage/core-plugin-api@1.10.0-next.0 - @backstage/types@1.1.1 ## @backstage/plugin-techdocs@1.10.10-next.0 ### Patch Changes - a77cb40: Make `emptyState` input optional on `entity-content:techdocs` extension so that the default empty state extension works correctly. - Updated dependencies - @backstage/frontend-plugin-api@0.9.0-next.0 - @backstage/core-compat-api@0.3.1-next.0 - @backstage/core-components@0.15.1-next.0 - @backstage/core-plugin-api@1.10.0-next.0 - @backstage/plugin-catalog-react@1.13.1-next.0 - @backstage/plugin-search-react@1.8.1-next.0 - @backstage/catalog-model@1.7.0 - @backstage/config@1.2.0 - @backstage/errors@1.2.4 - @backstage/integration@1.15.0 - @backstage/integration-react@1.1.32-next.0 - @backstage/theme@0.5.7 - @backstage/plugin-auth-react@0.1.7-next.0 - @backstage/plugin-search-common@1.2.14 - @backstage/plugin-techdocs-common@0.1.0 - @backstage/plugin-techdocs-react@1.2.9-next.0 ## @backstage/plugin-techdocs-addons-test-utils@1.0.39-next.0 ### Patch Changes - Updated dependencies - @backstage/plugin-catalog@1.24.0-next.0 - @backstage/plugin-techdocs@1.10.10-next.0 - @backstage/core-plugin-api@1.10.0-next.0 - @backstage/plugin-catalog-react@1.13.1-next.0 - @backstage/plugin-search-react@1.8.1-next.0 - @backstage/core-app-api@1.15.1-next.0 - @backstage/integration-react@1.1.32-next.0 - @backstage/test-utils@1.6.1-next.0 - @backstage/plugin-techdocs-react@1.2.9-next.0 ## @backstage/plugin-techdocs-backend@1.10.14-next.0 ### Patch Changes - 094eaa3: Remove references to in-repo backend-common - Updated dependencies - @backstage/plugin-search-backend-module-techdocs@0.2.3-next.0 - @backstage/backend-plugin-api@1.0.1-next.0 - @backstage/catalog-client@1.7.0 - @backstage/catalog-model@1.7.0 - @backstage/config@1.2.0 - @backstage/errors@1.2.4 - @backstage/integration@1.15.0 - @backstage/plugin-catalog-common@1.1.0 - @backstage/plugin-catalog-node@1.13.1-next.0 - @backstage/plugin-permission-common@0.8.1 - @backstage/plugin-techdocs-common@0.1.0 - @backstage/plugin-techdocs-node@1.12.12-next.0 ## @backstage/plugin-techdocs-module-addons-contrib@1.1.15-next.0 ### Patch Changes - Updated dependencies - @backstage/core-components@0.15.1-next.0 - @backstage/core-plugin-api@1.10.0-next.0 - @backstage/integration@1.15.0 - @backstage/integration-react@1.1.32-next.0 - @backstage/plugin-techdocs-react@1.2.9-next.0 ## @backstage/plugin-techdocs-node@1.12.12-next.0 ### Patch Changes - Updated dependencies - @backstage/backend-plugin-api@1.0.1-next.0 - @backstage/catalog-model@1.7.0 - @backstage/config@1.2.0 - @backstage/errors@1.2.4 - @backstage/integration@1.15.0 - @backstage/integration-aws-node@0.1.12 - @backstage/plugin-search-common@1.2.14 - @backstage/plugin-techdocs-common@0.1.0 ## @backstage/plugin-techdocs-react@1.2.9-next.0 ### Patch Changes - Updated dependencies - @backstage/core-components@0.15.1-next.0 - @backstage/core-plugin-api@1.10.0-next.0 - @backstage/catalog-model@1.7.0 - @backstage/config@1.2.0 - @backstage/version-bridge@1.0.9 ## @backstage/plugin-user-settings@0.8.13-next.0 ### Patch Changes - Updated dependencies - @backstage/frontend-plugin-api@0.9.0-next.0 - @backstage/core-compat-api@0.3.1-next.0 - @backstage/core-components@0.15.1-next.0 - @backstage/core-plugin-api@1.10.0-next.0 - @backstage/plugin-catalog-react@1.13.1-next.0 - @backstage/core-app-api@1.15.1-next.0 - @backstage/errors@1.2.4 - @backstage/theme@0.5.7 - @backstage/types@1.1.1 - @backstage/plugin-signals-react@0.0.6-next.0 - @backstage/plugin-user-settings-common@0.0.1 ## @backstage/plugin-user-settings-backend@0.2.25-next.0 ### Patch Changes - Updated dependencies - @backstage/backend-defaults@0.5.1-next.0 - @backstage/plugin-signals-node@0.1.12-next.0 - @backstage/plugin-auth-node@0.5.3-next.0 - @backstage/backend-plugin-api@1.0.1-next.0 - @backstage/config@1.2.0 - @backstage/errors@1.2.4 - @backstage/types@1.1.1 - @backstage/plugin-user-settings-common@0.0.1 ## example-app@0.2.102-next.0 ### Patch Changes - Updated dependencies - @backstage/plugin-scaffolder@1.26.0-next.0 - @backstage/plugin-catalog@1.24.0-next.0 - @backstage/cli@0.28.0-next.0 - @backstage/plugin-scaffolder-react@1.13.0-next.0 - @backstage/plugin-api-docs@0.11.10-next.0 - @backstage/frontend-app-api@0.10.0-next.0 - @backstage/plugin-techdocs@1.10.10-next.0 - @backstage/app-defaults@1.5.12-next.0 - @backstage/core-components@0.15.1-next.0 - @backstage/core-plugin-api@1.10.0-next.0 - @backstage/plugin-catalog-graph@0.4.10-next.0 - @backstage/plugin-catalog-import@0.12.4-next.0 - @backstage/plugin-catalog-react@1.13.1-next.0 - @backstage/plugin-devtools@0.1.19-next.0 - @backstage/plugin-home@0.7.11-next.0 - @backstage/plugin-kubernetes@0.11.15-next.0 - @backstage/plugin-org@0.6.30-next.0 - @backstage/plugin-search@1.4.17-next.0 - @backstage/plugin-search-react@1.8.1-next.0 - @backstage/plugin-user-settings@0.8.13-next.0 - @backstage/catalog-model@1.7.0 - @backstage/config@1.2.0 - @backstage/core-app-api@1.15.1-next.0 - @backstage/integration-react@1.1.32-next.0 - @backstage/theme@0.5.7 - @backstage/plugin-auth-react@0.1.7-next.0 - @backstage/plugin-catalog-common@1.1.0 - @backstage/plugin-catalog-unprocessed-entities@0.2.9-next.0 - @backstage/plugin-kubernetes-cluster@0.0.16-next.0 - @backstage/plugin-notifications@0.3.2-next.0 - @backstage/plugin-permission-react@0.4.27-next.0 - @backstage/plugin-search-common@1.2.14 - @backstage/plugin-signals@0.0.11-next.0 - @backstage/plugin-techdocs-module-addons-contrib@1.1.15-next.0 - @backstage/plugin-techdocs-react@1.2.9-next.0 ## example-app-next@0.0.16-next.0 ### Patch Changes - Updated dependencies - @backstage/plugin-scaffolder@1.26.0-next.0 - @backstage/frontend-plugin-api@0.9.0-next.0 - @backstage/plugin-catalog@1.24.0-next.0 - @backstage/cli@0.28.0-next.0 - @backstage/plugin-scaffolder-react@1.13.0-next.0 - @backstage/plugin-api-docs@0.11.10-next.0 - @backstage/frontend-app-api@0.10.0-next.0 - @backstage/plugin-techdocs@1.10.10-next.0 - @backstage/app-defaults@1.5.12-next.0 - @backstage/core-compat-api@0.3.1-next.0 - @backstage/core-components@0.15.1-next.0 - @backstage/core-plugin-api@1.10.0-next.0 - @backstage/frontend-defaults@0.1.1-next.0 - @backstage/plugin-app@0.1.1-next.0 - @backstage/plugin-app-visualizer@0.1.11-next.0 - @backstage/plugin-catalog-graph@0.4.10-next.0 - @backstage/plugin-catalog-import@0.12.4-next.0 - @backstage/plugin-catalog-react@1.13.1-next.0 - @backstage/plugin-home@0.7.11-next.0 - @backstage/plugin-kubernetes@0.11.15-next.0 - @backstage/plugin-org@0.6.30-next.0 - @backstage/plugin-search@1.4.17-next.0 - @backstage/plugin-search-react@1.8.1-next.0 - @backstage/plugin-user-settings@0.8.13-next.0 - @backstage/catalog-model@1.7.0 - @backstage/config@1.2.0 - @backstage/core-app-api@1.15.1-next.0 - @backstage/integration-react@1.1.32-next.0 - @backstage/theme@0.5.7 - @backstage/plugin-auth-react@0.1.7-next.0 - @backstage/plugin-catalog-common@1.1.0 - @backstage/plugin-catalog-unprocessed-entities@0.2.9-next.0 - @backstage/plugin-kubernetes-cluster@0.0.16-next.0 - @backstage/plugin-notifications@0.3.2-next.0 - @backstage/plugin-permission-react@0.4.27-next.0 - @backstage/plugin-search-common@1.2.14 - @backstage/plugin-signals@0.0.11-next.0 - @backstage/plugin-techdocs-module-addons-contrib@1.1.15-next.0 - @backstage/plugin-techdocs-react@1.2.9-next.0 ## app-next-example-plugin@0.0.16-next.0 ### Patch Changes - Updated dependencies - @backstage/frontend-plugin-api@0.9.0-next.0 - @backstage/core-components@0.15.1-next.0 ## example-backend@0.0.31-next.0 ### Patch Changes - Updated dependencies - @backstage/plugin-scaffolder-backend@1.26.0-next.0 - @backstage/plugin-auth-backend-module-guest-provider@0.2.1-next.0 - @backstage/plugin-catalog-backend-module-unprocessed@0.5.1-next.0 - @backstage/plugin-scaffolder-backend-module-github@0.5.1-next.0 - @backstage/plugin-catalog-backend-module-openapi@0.2.1-next.0 - @backstage/plugin-search-backend-module-techdocs@0.2.3-next.0 - @backstage/plugin-search-backend-module-catalog@0.2.3-next.0 - @backstage/plugin-search-backend-module-explore@0.2.3-next.0 - @backstage/plugin-notifications-backend@0.4.1-next.0 - @backstage/plugin-search-backend-node@1.3.3-next.0 - @backstage/plugin-kubernetes-backend@0.18.7-next.0 - @backstage/plugin-permission-backend@0.5.50-next.0 - @backstage/backend-defaults@0.5.1-next.0 - @backstage/plugin-devtools-backend@0.4.1-next.0 - @backstage/plugin-techdocs-backend@1.10.14-next.0 - @backstage/plugin-catalog-backend@1.26.1-next.0 - @backstage/plugin-permission-node@0.8.4-next.0 - @backstage/plugin-signals-backend@0.2.1-next.0 - @backstage/plugin-events-backend@0.3.13-next.0 - @backstage/plugin-search-backend@1.5.18-next.0 - @backstage/plugin-proxy-backend@0.5.7-next.0 - @backstage/plugin-auth-backend@0.23.1-next.0 - @backstage/plugin-app-backend@0.3.75-next.0 - @backstage/plugin-auth-node@0.5.3-next.0 - @backstage/backend-plugin-api@1.0.1-next.0 - @backstage/catalog-model@1.7.0 - @backstage/plugin-auth-backend-module-github-provider@0.2.1-next.0 - @backstage/plugin-catalog-backend-module-backstage-openapi@0.4.1-next.0 - @backstage/plugin-catalog-backend-module-scaffolder-entity-model@0.2.1-next.0 - @backstage/plugin-permission-backend-module-allow-all-policy@0.2.1-next.0 - @backstage/plugin-permission-common@0.8.1 ## example-backend-legacy@0.2.103-next.0 ### Patch Changes - Updated dependencies - @backstage/plugin-search-backend-module-elasticsearch@1.5.7-next.0 - @backstage/plugin-scaffolder-backend@1.26.0-next.0 - @backstage/plugin-scaffolder-backend-module-confluence-to-markdown@0.3.1-next.0 - @backstage/plugin-catalog-backend-module-unprocessed@0.5.1-next.0 - @backstage/plugin-scaffolder-backend-module-gitlab@0.5.1-next.0 - @backstage/plugin-scaffolder-backend-module-rails@0.5.1-next.0 - @backstage/plugin-search-backend-module-techdocs@0.2.3-next.0 - @backstage/plugin-search-backend-module-catalog@0.2.3-next.0 - @backstage/plugin-search-backend-module-explore@0.2.3-next.0 - @backstage/plugin-search-backend-module-pg@0.5.36-next.0 - @backstage/plugin-search-backend-node@1.3.3-next.0 - @backstage/plugin-kubernetes-backend@0.18.7-next.0 - @backstage/plugin-permission-backend@0.5.50-next.0 - @backstage/backend-defaults@0.5.1-next.0 - @backstage/plugin-devtools-backend@0.4.1-next.0 - @backstage/plugin-techdocs-backend@1.10.14-next.0 - @backstage/plugin-catalog-backend@1.26.1-next.0 - @backstage/plugin-permission-node@0.8.4-next.0 - @backstage/plugin-signals-backend@0.2.1-next.0 - @backstage/plugin-events-backend@0.3.13-next.0 - @backstage/plugin-search-backend@1.5.18-next.0 - @backstage/plugin-proxy-backend@0.5.7-next.0 - @backstage/plugin-auth-backend@0.23.1-next.0 - @backstage/plugin-signals-node@0.1.12-next.0 - @backstage/plugin-app-backend@0.3.75-next.0 - @backstage/plugin-events-node@0.4.1-next.0 - @backstage/plugin-auth-node@0.5.3-next.0 - @backstage/backend-plugin-api@1.0.1-next.0 - @backstage/catalog-client@1.7.0 - @backstage/catalog-model@1.7.0 - @backstage/config@1.2.0 - @backstage/integration@1.15.0 - @backstage/plugin-catalog-backend-module-scaffolder-entity-model@0.2.1-next.0 - @backstage/plugin-catalog-node@1.13.1-next.0 - @backstage/plugin-permission-common@0.8.1 ## e2e-test@0.2.21-next.0 ### Patch Changes - Updated dependencies - @backstage/create-app@0.5.21-next.0 - @backstage/cli-common@0.1.14 - @backstage/errors@1.2.4 ## @internal/frontend@0.0.2-next.0 ### Patch Changes - Updated dependencies - @backstage/frontend-plugin-api@0.9.0-next.0 - @backstage/types@1.1.1 - @backstage/version-bridge@1.0.9 ## @internal/scaffolder@0.0.2-next.0 ### Patch Changes - Updated dependencies - @backstage/plugin-scaffolder-react@1.13.0-next.0 ## techdocs-cli-embedded-app@0.2.101-next.0 ### Patch Changes - Updated dependencies - @backstage/plugin-catalog@1.24.0-next.0 - @backstage/cli@0.28.0-next.0 - @backstage/plugin-techdocs@1.10.10-next.0 - @backstage/app-defaults@1.5.12-next.0 - @backstage/core-components@0.15.1-next.0 - @backstage/core-plugin-api@1.10.0-next.0 - @backstage/catalog-model@1.7.0 - @backstage/config@1.2.0 - @backstage/core-app-api@1.15.1-next.0 - @backstage/integration-react@1.1.32-next.0 - @backstage/test-utils@1.6.1-next.0 - @backstage/theme@0.5.7 - @backstage/plugin-techdocs-react@1.2.9-next.0 ## @internal/plugin-todo-list@1.0.32-next.0 ### Patch Changes - Updated dependencies - @backstage/core-components@0.15.1-next.0 - @backstage/core-plugin-api@1.10.0-next.0 ## @internal/plugin-todo-list-backend@1.0.32-next.0 ### Patch Changes - Updated dependencies - @backstage/plugin-auth-node@0.5.3-next.0 - @backstage/backend-plugin-api@1.0.1-next.0 - @backstage/errors@1.2.4