Files
backstage/docs/releases/v1.41.0-next.0-changelog.md
github-actions[bot] f1e160615c Version Packages (next)
2025-06-24 12:20:36 +00:00

47 KiB
Raw Permalink Blame History

Release v1.41.0-next.0

Upgrade Helper: https://backstage.github.io/upgrade-helper/?to=1.41.0-next.0

@backstage/plugin-catalog-backend@3.0.0-next.0

Major Changes

  • 2339363: BREAKING: The experimental catalog.useUrlReadersSearch configuration flag (introduced in v1.36) has been removed.

    The UrlReaderProcessor now always uses the search method of UrlReaders. Built-in UrlReaderService implementations have been updated accordingly. If you use custom UrlReaderService implementations, you need to adapt their search method to correctly handle both specific URLs and potential search patterns (see changes on built-in readers in the original PR).

    Previous behavior was to call the search method only if the parsed Git URL's filename contained a wildcard and use readUrl otherwise. Each UrlReaderService must implement this logic in the search method instead.

    This allows each UrlReaderService implementation to check whether it's a search URL (that contains a wildcard pattern) or not using logic that is specific to each provider.

Patch Changes

@backstage/backend-test-utils@1.7.0-next.0

Minor Changes

  • ead925a: Add a standard toString on credentials objects

Patch Changes

  • Updated dependencies
    • @backstage/backend-defaults@0.11.1-next.0
    • @backstage/backend-app-api@1.2.4
    • @backstage/plugin-auth-node@0.6.4
    • @backstage/backend-plugin-api@1.4.0
    • @backstage/plugin-events-node@0.4.12
    • @backstage/config@1.3.2
    • @backstage/errors@1.2.7
    • @backstage/types@1.2.1
    • @backstage/plugin-permission-common@0.9.0

@backstage/canon@0.6.0-next.0

Minor Changes

  • 4c6d891: BREAKING CHANGES

    Were updating our Button component to provide better support for button links.

    • Were introducing a new ButtonLink component, which replaces the previous render prop pattern.
    • To maintain naming consistency across components, IconButton is being renamed to ButtonIcon.
    • Additionally, the render prop will be removed from all button-related components.

    These changes aim to simplify usage and improve clarity in our component API.

Patch Changes

  • 140f652: We are consolidating all css files into a single styles.css in Canon.
  • 8154fb9: Add new SearchField component in Canon
  • 6910892: Add new RadioGroup + Radio component to Canon
  • a8a8514: We are transforming how we structure our class names and data attributes definitions for all components. They are now all set in the same place.
  • 667b951: Added placeholder prop to TextField component.
  • e71333a: adding export for ButtonLink so it's importable

@backstage/repo-tools@0.15.0-next.0

Minor Changes

  • 1e7082e: Clear output directory before running package-docs and skip all internal packages.

Patch Changes

  • Updated dependencies
    • @backstage/backend-plugin-api@1.4.0
    • @backstage/cli-node@0.2.13
    • @backstage/config-loader@1.10.1
    • @backstage/catalog-model@1.7.4
    • @backstage/cli-common@0.1.15
    • @backstage/errors@1.2.7

@backstage/app-defaults@1.6.4-next.0

Patch Changes

@backstage/backend-defaults@0.11.1-next.0

Patch Changes

  • ead925a: Add a standard toString on credentials objects
  • e0189b8: UrlReader: Fix handling of access tokens for GitLab readURL requests
  • d1e4a6d: Fixed bug where the GitLab user token and GitLab integration token were being merged together
  • Updated dependencies

@backstage/backend-dynamic-feature-service@0.7.2-next.0

Patch Changes

  • Updated dependencies
    • @backstage/plugin-catalog-backend@3.0.0-next.0
    • @backstage/backend-defaults@0.11.1-next.0
    • @backstage/plugin-scaffolder-node@0.9.1-next.0
    • @backstage/plugin-auth-node@0.6.4
    • @backstage/plugin-events-backend@0.5.3
    • @backstage/plugin-permission-node@0.10.1
    • @backstage/plugin-search-backend-node@1.3.12
    • @backstage/backend-plugin-api@1.4.0
    • @backstage/cli-node@0.2.13
    • @backstage/config-loader@1.10.1
    • @backstage/plugin-events-node@0.4.12
    • @backstage/backend-openapi-utils@0.5.4
    • @backstage/cli-common@0.1.15
    • @backstage/config@1.3.2
    • @backstage/errors@1.2.7
    • @backstage/types@1.2.1
    • @backstage/plugin-app-node@0.1.34
    • @backstage/plugin-permission-common@0.9.0
    • @backstage/plugin-search-common@1.2.18

@backstage/cli@0.33.1-next.0

Patch Changes

  • Updated dependencies
    • @backstage/integration@1.17.1-next.0
    • @backstage/cli-node@0.2.13
    • @backstage/config-loader@1.10.1
    • @backstage/catalog-model@1.7.4
    • @backstage/cli-common@0.1.15
    • @backstage/config@1.3.2
    • @backstage/errors@1.2.7
    • @backstage/eslint-plugin@0.1.11
    • @backstage/release-manifests@0.0.13
    • @backstage/types@1.2.1

@backstage/core-compat-api@0.4.4-next.0

Patch Changes

@backstage/core-components@0.17.4-next.0

Patch Changes

  • Updated dependencies

@backstage/create-app@0.7.1-next.0

Patch Changes

  • 2339363: BREAKING: The experimental catalog.useUrlReadersSearch configuration flag (introduced in v1.36) has been removed.

    The UrlReaderProcessor now always uses the search method of UrlReaders. Built-in UrlReaderService implementations have been updated accordingly. If you use custom UrlReaderService implementations, you need to adapt their search method to correctly handle both specific URLs and potential search patterns (see changes on built-in readers in the original PR).

    Previous behavior was to call the search method only if the parsed Git URL's filename contained a wildcard and use readUrl otherwise. Each UrlReaderService must implement this logic in the search method instead.

    This allows each UrlReaderService implementation to check whether it's a search URL (that contains a wildcard pattern) or not using logic that is specific to each provider.

  • Updated dependencies

    • @backstage/cli-common@0.1.15

@backstage/dev-utils@1.1.12-next.0

Patch Changes

@backstage/frontend-app-api@0.11.4-next.0

Patch Changes

@backstage/frontend-defaults@0.2.4-next.0

Patch Changes

@backstage/frontend-dynamic-feature-loader@0.1.3-next.0

Patch Changes

@backstage/frontend-plugin-api@0.10.4-next.0

Patch Changes

@backstage/frontend-test-utils@0.3.4-next.0

Patch Changes

@backstage/integration@1.17.1-next.0

Patch Changes

  • e0189b8: UrlReader: Fix handling of access tokens for GitLab readURL requests
  • d1e4a6d: Fixed bug where the GitLab user token and GitLab integration token were being merged together
  • Updated dependencies
    • @backstage/config@1.3.2
    • @backstage/errors@1.2.7

@backstage/integration-react@1.2.9-next.0

Patch Changes

@techdocs/cli@1.9.5-next.0

Patch Changes

@backstage/test-utils@1.7.10-next.0

Patch Changes

@backstage/theme@0.6.7-next.0

Patch Changes

  • b68d269: Update uncomfortably bright color in recently visited and top visited home page cards

@backstage/plugin-api-docs@0.12.9-next.0

Patch Changes

@backstage/plugin-app@0.1.11-next.0

Patch Changes

@backstage/plugin-app-visualizer@0.1.21-next.0

Patch Changes

@backstage/plugin-auth-react@0.1.17-next.0

Patch Changes

@backstage/plugin-bitbucket-cloud-common@0.3.1-next.0

Patch Changes

@backstage/plugin-catalog@1.31.1-next.0

Patch Changes

@backstage/plugin-catalog-backend-module-aws@0.4.13-next.0

Patch Changes

@backstage/plugin-catalog-backend-module-azure@0.3.7-next.0

Patch Changes

@backstage/plugin-catalog-backend-module-bitbucket-cloud@0.5.1-next.0

Patch Changes

@backstage/plugin-catalog-backend-module-bitbucket-server@0.5.1-next.0

Patch Changes

@backstage/plugin-catalog-backend-module-gerrit@0.3.4-next.0

Patch Changes

@backstage/plugin-catalog-backend-module-gitea@0.1.2-next.0

Patch Changes

@backstage/plugin-catalog-backend-module-github@0.10.1-next.0

Patch Changes

@backstage/plugin-catalog-backend-module-github-org@0.3.12-next.0

Patch Changes

@backstage/plugin-catalog-backend-module-gitlab@0.7.1-next.0

Patch Changes

@backstage/plugin-catalog-backend-module-gitlab-org@0.2.11-next.0

Patch Changes

  • Updated dependencies
    • @backstage/plugin-catalog-backend-module-gitlab@0.7.1-next.0
    • @backstage/backend-plugin-api@1.4.0
    • @backstage/plugin-catalog-node@1.17.1
    • @backstage/plugin-events-node@0.4.12

@backstage/plugin-catalog-backend-module-incremental-ingestion@0.7.2-next.0

Patch Changes

  • Updated dependencies
    • @backstage/plugin-catalog-backend@3.0.0-next.0
    • @backstage/backend-defaults@0.11.1-next.0
    • @backstage/backend-plugin-api@1.4.0
    • @backstage/plugin-catalog-node@1.17.1
    • @backstage/plugin-events-node@0.4.12
    • @backstage/catalog-model@1.7.4
    • @backstage/config@1.3.2
    • @backstage/errors@1.2.7
    • @backstage/types@1.2.1
    • @backstage/plugin-permission-common@0.9.0

@backstage/plugin-catalog-backend-module-logs@0.1.12-next.0

Patch Changes

  • Updated dependencies
    • @backstage/plugin-catalog-backend@3.0.0-next.0
    • @backstage/backend-plugin-api@1.4.0
    • @backstage/plugin-events-node@0.4.12

@backstage/plugin-catalog-backend-module-openapi@0.2.12-next.0

Patch Changes

@backstage/plugin-catalog-graph@0.4.21-next.0

Patch Changes

@backstage/plugin-catalog-import@0.13.2-next.0

Patch Changes

@backstage/plugin-catalog-react@1.19.1-next.0

Patch Changes

@backstage/plugin-catalog-unprocessed-entities@0.2.19-next.0

Patch Changes

@backstage/plugin-config-schema@0.1.70-next.0

Patch Changes

@backstage/plugin-devtools@0.1.29-next.0

Patch Changes

@backstage/plugin-devtools-backend@0.5.7-next.0

Patch Changes

@backstage/plugin-events-backend-module-github@0.4.2-next.0

Patch Changes

  • Updated dependencies
    • @backstage/integration@1.17.1-next.0
    • @backstage/backend-plugin-api@1.4.0
    • @backstage/plugin-events-node@0.4.12
    • @backstage/config@1.3.2
    • @backstage/types@1.2.1

@backstage/plugin-home@0.8.10-next.0

Patch Changes

@backstage/plugin-home-react@0.1.28-next.0

Patch Changes

@backstage/plugin-kubernetes@0.12.9-next.0

Patch Changes

@backstage/plugin-kubernetes-cluster@0.0.27-next.0

Patch Changes

@backstage/plugin-kubernetes-react@0.5.9-next.0

Patch Changes

@backstage/plugin-mcp-actions-backend@0.1.1-next.0

Patch Changes

@backstage/plugin-notifications@0.5.7-next.0

Patch Changes

@backstage/plugin-notifications-backend@0.5.8-next.0

Patch Changes

  • 9a5a73f: Fix addTopic migration when user_settings present
  • Updated dependencies
    • @backstage/plugin-auth-node@0.6.4
    • @backstage/backend-plugin-api@1.4.0
    • @backstage/plugin-catalog-node@1.17.1
    • @backstage/plugin-events-node@0.4.12
    • @backstage/plugin-notifications-node@0.2.16
    • @backstage/catalog-model@1.7.4
    • @backstage/config@1.3.2
    • @backstage/errors@1.2.7
    • @backstage/types@1.2.1
    • @backstage/plugin-notifications-common@0.0.9
    • @backstage/plugin-signals-node@0.1.21

@backstage/plugin-org@0.6.41-next.0

Patch Changes

@backstage/plugin-org-react@0.1.40-next.0

Patch Changes

@backstage/plugin-scaffolder@1.32.1-next.0

Patch Changes

@backstage/plugin-scaffolder-backend@2.0.1-next.0

Patch Changes

  • dbde180: An internal refactor which adds additional types to experimental checkpoints
  • fc70b43: Replaced deprecated uses of @backstage/backend-common with the equivalents in @backstage/backend-defaults and @backstage/backend-plugin-api.
  • Updated dependencies
    • @backstage/backend-defaults@0.11.1-next.0
    • @backstage/plugin-scaffolder-node@0.9.1-next.0
    • @backstage/integration@1.17.1-next.0
    • @backstage/plugin-scaffolder-backend-module-github@0.8.1-next.0
    • @backstage/plugin-auth-node@0.6.4
    • @backstage/plugin-permission-node@0.10.1
    • @backstage/backend-plugin-api@1.4.0
    • @backstage/plugin-catalog-backend-module-scaffolder-entity-model@0.2.9
    • @backstage/plugin-catalog-node@1.17.1
    • @backstage/plugin-events-node@0.4.12
    • @backstage/plugin-scaffolder-backend-module-bitbucket@0.3.12-next.0
    • @backstage/plugin-scaffolder-backend-module-bitbucket-cloud@0.2.11-next.0
    • @backstage/plugin-scaffolder-backend-module-bitbucket-server@0.2.11-next.0
    • @backstage/plugin-scaffolder-backend-module-gerrit@0.2.11-next.0
    • @backstage/plugin-scaffolder-backend-module-gitea@0.2.11-next.0
    • @backstage/plugin-scaffolder-backend-module-gitlab@0.9.3-next.0
    • @backstage/plugin-scaffolder-backend-module-azure@0.2.11-next.0
    • @backstage/plugin-bitbucket-cloud-common@0.3.1-next.0
    • @backstage/catalog-model@1.7.4
    • @backstage/config@1.3.2
    • @backstage/errors@1.2.7
    • @backstage/types@1.2.1
    • @backstage/plugin-permission-common@0.9.0
    • @backstage/plugin-scaffolder-common@1.5.11

@backstage/plugin-scaffolder-backend-module-azure@0.2.11-next.0

Patch Changes

  • Updated dependencies
    • @backstage/plugin-scaffolder-node@0.9.1-next.0
    • @backstage/integration@1.17.1-next.0
    • @backstage/backend-plugin-api@1.4.0
    • @backstage/config@1.3.2
    • @backstage/errors@1.2.7

@backstage/plugin-scaffolder-backend-module-bitbucket@0.3.12-next.0

Patch Changes

  • Updated dependencies
    • @backstage/plugin-scaffolder-node@0.9.1-next.0
    • @backstage/integration@1.17.1-next.0
    • @backstage/backend-plugin-api@1.4.0
    • @backstage/plugin-scaffolder-backend-module-bitbucket-cloud@0.2.11-next.0
    • @backstage/plugin-scaffolder-backend-module-bitbucket-server@0.2.11-next.0
    • @backstage/config@1.3.2
    • @backstage/errors@1.2.7

@backstage/plugin-scaffolder-backend-module-bitbucket-cloud@0.2.11-next.0

Patch Changes

  • Updated dependencies
    • @backstage/plugin-scaffolder-node@0.9.1-next.0
    • @backstage/integration@1.17.1-next.0
    • @backstage/backend-plugin-api@1.4.0
    • @backstage/plugin-bitbucket-cloud-common@0.3.1-next.0
    • @backstage/config@1.3.2
    • @backstage/errors@1.2.7

@backstage/plugin-scaffolder-backend-module-bitbucket-server@0.2.11-next.0

Patch Changes

  • Updated dependencies
    • @backstage/plugin-scaffolder-node@0.9.1-next.0
    • @backstage/integration@1.17.1-next.0
    • @backstage/backend-plugin-api@1.4.0
    • @backstage/config@1.3.2
    • @backstage/errors@1.2.7

@backstage/plugin-scaffolder-backend-module-confluence-to-markdown@0.3.11-next.0

Patch Changes

  • Updated dependencies
    • @backstage/plugin-scaffolder-node@0.9.1-next.0
    • @backstage/integration@1.17.1-next.0
    • @backstage/backend-plugin-api@1.4.0
    • @backstage/config@1.3.2
    • @backstage/errors@1.2.7

@backstage/plugin-scaffolder-backend-module-cookiecutter@0.3.13-next.0

Patch Changes

@backstage/plugin-scaffolder-backend-module-gcp@0.2.11-next.0

Patch Changes

  • Updated dependencies
    • @backstage/plugin-scaffolder-node@0.9.1-next.0
    • @backstage/integration@1.17.1-next.0
    • @backstage/backend-plugin-api@1.4.0
    • @backstage/config@1.3.2
    • @backstage/errors@1.2.7

@backstage/plugin-scaffolder-backend-module-gerrit@0.2.11-next.0

Patch Changes

  • Updated dependencies
    • @backstage/plugin-scaffolder-node@0.9.1-next.0
    • @backstage/integration@1.17.1-next.0
    • @backstage/backend-plugin-api@1.4.0
    • @backstage/config@1.3.2
    • @backstage/errors@1.2.7

@backstage/plugin-scaffolder-backend-module-gitea@0.2.11-next.0

Patch Changes

  • Updated dependencies
    • @backstage/plugin-scaffolder-node@0.9.1-next.0
    • @backstage/integration@1.17.1-next.0
    • @backstage/backend-plugin-api@1.4.0
    • @backstage/config@1.3.2
    • @backstage/errors@1.2.7

@backstage/plugin-scaffolder-backend-module-github@0.8.1-next.0

Patch Changes

  • f36bcf9: Added support for file deletion to publish:github:pull-request action.

    Example usage:

      - action: publish:github:pull-request
        id: clean-up-pr
        input:
          description: This is the description
    +     filesToDelete:
    +       - outdated/changelog.md
    +       - sample-file.txt
          owner: owner
          repo: repo
          title: Title Goes Here
    
    
  • Updated dependencies

@backstage/plugin-scaffolder-backend-module-gitlab@0.9.3-next.0

Patch Changes

  • Updated dependencies
    • @backstage/plugin-scaffolder-node@0.9.1-next.0
    • @backstage/integration@1.17.1-next.0
    • @backstage/backend-plugin-api@1.4.0
    • @backstage/config@1.3.2
    • @backstage/errors@1.2.7

@backstage/plugin-scaffolder-backend-module-notifications@0.1.12-next.0

Patch Changes

  • Updated dependencies
    • @backstage/plugin-scaffolder-node@0.9.1-next.0
    • @backstage/backend-plugin-api@1.4.0
    • @backstage/plugin-notifications-node@0.2.16
    • @backstage/plugin-notifications-common@0.0.9

@backstage/plugin-scaffolder-backend-module-rails@0.5.11-next.0

Patch Changes

  • Updated dependencies
    • @backstage/plugin-scaffolder-node@0.9.1-next.0
    • @backstage/integration@1.17.1-next.0
    • @backstage/backend-plugin-api@1.4.0
    • @backstage/config@1.3.2
    • @backstage/errors@1.2.7
    • @backstage/types@1.2.1

@backstage/plugin-scaffolder-backend-module-sentry@0.2.11-next.0

Patch Changes

  • Updated dependencies
    • @backstage/plugin-scaffolder-node@0.9.1-next.0
    • @backstage/backend-plugin-api@1.4.0
    • @backstage/config@1.3.2
    • @backstage/errors@1.2.7

@backstage/plugin-scaffolder-backend-module-yeoman@0.4.12-next.0

Patch Changes

  • Updated dependencies
    • @backstage/plugin-scaffolder-node-test-utils@0.3.1-next.0
    • @backstage/plugin-scaffolder-node@0.9.1-next.0
    • @backstage/backend-plugin-api@1.4.0
    • @backstage/types@1.2.1

@backstage/plugin-scaffolder-node@0.9.1-next.0

Patch Changes

  • dbde180: An internal refactor which adds additional types to experimental checkpoints
  • Updated dependencies
    • @backstage/integration@1.17.1-next.0
    • @backstage/backend-plugin-api@1.4.0
    • @backstage/catalog-model@1.7.4
    • @backstage/errors@1.2.7
    • @backstage/types@1.2.1
    • @backstage/plugin-scaffolder-common@1.5.11

@backstage/plugin-scaffolder-node-test-utils@0.3.1-next.0

Patch Changes

  • dbde180: An internal refactor which adds additional types to experimental checkpoints
  • Updated dependencies
    • @backstage/backend-test-utils@1.7.0-next.0
    • @backstage/plugin-scaffolder-node@0.9.1-next.0
    • @backstage/backend-plugin-api@1.4.0
    • @backstage/types@1.2.1

@backstage/plugin-scaffolder-react@1.17.1-next.0

Patch Changes

@backstage/plugin-search@1.4.28-next.0

Patch Changes

@backstage/plugin-search-backend@2.0.4-next.0

Patch Changes

  • 69fb975: Error messages should not contain backend SQL query strings in the API response, this change will ensure that messages are logged and empty response is returned to the user
  • Updated dependencies
    • @backstage/backend-defaults@0.11.1-next.0
    • @backstage/plugin-permission-node@0.10.1
    • @backstage/plugin-search-backend-node@1.3.12
    • @backstage/backend-plugin-api@1.4.0
    • @backstage/backend-openapi-utils@0.5.4
    • @backstage/config@1.3.2
    • @backstage/errors@1.2.7
    • @backstage/types@1.2.1
    • @backstage/plugin-permission-common@0.9.0
    • @backstage/plugin-search-common@1.2.18

@backstage/plugin-search-backend-module-techdocs@0.4.4-next.0

Patch Changes

@backstage/plugin-search-react@1.9.2-next.0

Patch Changes

@backstage/plugin-signals@0.0.21-next.0

Patch Changes

@backstage/plugin-techdocs@1.13.2-next.0

Patch Changes

@backstage/plugin-techdocs-addons-test-utils@1.0.51-next.0

Patch Changes

@backstage/plugin-techdocs-backend@2.0.4-next.0

Patch Changes

@backstage/plugin-techdocs-module-addons-contrib@1.1.26-next.0

Patch Changes

@backstage/plugin-techdocs-node@1.13.5-next.0

Patch Changes

  • Updated dependencies
    • @backstage/integration@1.17.1-next.0
    • @backstage/backend-plugin-api@1.4.0
    • @backstage/catalog-model@1.7.4
    • @backstage/config@1.3.2
    • @backstage/errors@1.2.7
    • @backstage/integration-aws-node@0.1.16
    • @backstage/plugin-search-common@1.2.18
    • @backstage/plugin-techdocs-common@0.1.1

@backstage/plugin-techdocs-react@1.3.1-next.0

Patch Changes

@backstage/plugin-user-settings@0.8.24-next.0

Patch Changes

@backstage/plugin-user-settings-backend@0.3.4-next.0

Patch Changes

  • Updated dependencies
    • @backstage/backend-defaults@0.11.1-next.0
    • @backstage/plugin-auth-node@0.6.4
    • @backstage/backend-plugin-api@1.4.0
    • @backstage/errors@1.2.7
    • @backstage/types@1.2.1
    • @backstage/plugin-signals-node@0.1.21
    • @backstage/plugin-user-settings-common@0.0.1

example-app@0.2.111-next.0

Patch Changes

example-app-next@0.0.25-next.0

Patch Changes

app-next-example-plugin@0.0.25-next.0

Patch Changes

example-backend@0.0.40-next.0

Patch Changes

  • Updated dependencies
    • @backstage/plugin-catalog-backend@3.0.0-next.0
    • @backstage/backend-defaults@0.11.1-next.0
    • @backstage/plugin-scaffolder-backend@2.0.1-next.0
    • @backstage/plugin-notifications-backend@0.5.8-next.0
    • @backstage/plugin-mcp-actions-backend@0.1.1-next.0
    • @backstage/plugin-scaffolder-backend-module-github@0.8.1-next.0
    • @backstage/plugin-search-backend@2.0.4-next.0
    • @backstage/plugin-app-backend@0.5.3
    • @backstage/plugin-auth-backend@0.25.1
    • @backstage/plugin-auth-backend-module-github-provider@0.3.4
    • @backstage/plugin-auth-node@0.6.4
    • @backstage/plugin-devtools-backend@0.5.7-next.0
    • @backstage/plugin-events-backend@0.5.3
    • @backstage/plugin-events-backend-module-google-pubsub@0.1.1
    • @backstage/plugin-kubernetes-backend@0.19.7
    • @backstage/plugin-permission-backend@0.7.1
    • @backstage/plugin-permission-node@0.10.1
    • @backstage/plugin-proxy-backend@0.6.3
    • @backstage/plugin-search-backend-node@1.3.12
    • @backstage/plugin-signals-backend@0.3.5
    • @backstage/plugin-techdocs-backend@2.0.4-next.0
    • @backstage/backend-plugin-api@1.4.0
    • @backstage/plugin-auth-backend-module-guest-provider@0.2.9
    • @backstage/plugin-catalog-backend-module-openapi@0.2.12-next.0
    • @backstage/plugin-catalog-backend-module-scaffolder-entity-model@0.2.9
    • @backstage/plugin-permission-backend-module-allow-all-policy@0.2.9
    • @backstage/plugin-search-backend-module-catalog@0.3.5
    • @backstage/plugin-search-backend-module-explore@0.3.3
    • @backstage/plugin-search-backend-module-techdocs@0.4.4-next.0
    • @backstage/plugin-scaffolder-backend-module-notifications@0.1.12-next.0
    • @backstage/catalog-model@1.7.4
    • @backstage/plugin-catalog-backend-module-backstage-openapi@0.5.3
    • @backstage/plugin-catalog-backend-module-unprocessed@0.6.1
    • @backstage/plugin-permission-common@0.9.0

e2e-test@0.2.30-next.0

Patch Changes

  • Updated dependencies
    • @backstage/create-app@0.7.1-next.0
    • @backstage/cli-common@0.1.15
    • @backstage/errors@1.2.7

@internal/frontend@0.0.11-next.0

Patch Changes

@internal/scaffolder@0.0.11-next.0

Patch Changes

techdocs-cli-embedded-app@0.2.110-next.0

Patch Changes

@internal/plugin-todo-list@1.0.41-next.0

Patch Changes