Skip to main content

Release v1.41.0

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

@backstage/plugin-catalog-backend@3.0.0

Major Changes

  • 5127ebe: BREAKING: The default catalog.stitchingStrategy has been switched to { mode: 'deferred' }.

  • d675d96: BREAKING: The relations compatibility mode is no longer enabled by default, and the disableRelationsCompatiblity flag has been removed. To re-enable relations compatibility, the new enableRelationsCompatibility flag can be used instead.

  • 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.

  • 687bfc8: BREAKING: The default catalog.orphanStrategy has been switched to 'delete'.

  • 5de7a9d: BREAKING: The default catalog.orphanProviderStrategy has been switched to 'delete'.

Patch Changes

  • Updated dependencies
    • @backstage/config@1.3.3
    • @backstage/plugin-permission-common@0.9.1
    • @backstage/plugin-permission-node@0.10.2
    • @backstage/catalog-model@1.7.5
    • @backstage/catalog-client@1.10.2
    • @backstage/integration@1.17.1
    • @backstage/backend-openapi-utils@0.5.5
    • @backstage/backend-plugin-api@1.4.1
    • @backstage/plugin-catalog-common@1.1.5
    • @backstage/plugin-catalog-node@1.17.2
    • @backstage/plugin-events-node@0.4.13

@backstage/backend-test-utils@1.7.0

Minor Changes

  • ead925a: Add a standard toString on credentials objects

Patch Changes

  • Updated dependencies
    • @backstage/config@1.3.3
    • @backstage/plugin-permission-common@0.9.1
    • @backstage/backend-defaults@0.11.1
    • @backstage/backend-app-api@1.2.5
    • @backstage/backend-plugin-api@1.4.1
    • @backstage/plugin-auth-node@0.6.5
    • @backstage/plugin-events-node@0.4.13

@backstage/canon@0.6.0

Minor Changes

  • 1d64db6: Breaking changes We are updating our Link component to use React Aria under the hood. To match their API we are updating the to prop to href to match both internal and external routing. We are also updating our variant naming to include all our new font sizes.

  • 83fd7f4: Breaking change We are moving the Select component to use React Aria under the hood. We updated most props and events according to their underlying API.

  • cae63df: Breaking changes The Tabs components has been updates to use React Aria under the hood and to work with react-router-dom directly.

  • 4c6d891: BREAKING CHANGES

    We’re updating our Button component to provide better support for button links.

    • We’re 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.

  • 2e30459: We are moving our Tooltip component to use React Aria under the hood. In doing so, the structure of the component and its prop are changing to follow the new underlying structure.

  • 8fd6fcb: We are renaming @backstage/canon into @backstage/ui. As part of this move we are renaming all class names and CSS variables to follow the new name. "--canon" prefix is becoming "--bui" and all component class names starting with ".canon" will now start with ".bui"

Patch Changes

  • 140f652: We are consolidating all css files into a single styles.css in Canon.
  • 76255b8: Add new Card component to Canon.
  • 8154fb9: Add new SearchField component in Canon
  • b0a6c8e: Add new Header component to Canon.
  • 6910892: Add new RadioGroup + Radio component to Canon
  • 9c17305: Fix scrolling width and height on ScrollArea component in Canon.
  • 390ea20: Export Card and Skeleton components.
  • be76576: Improve Button, ButtonIcon and ButtonLink styling in Canon.
  • 17beb9b: Update return types for Heading & Text components for React 19.
  • 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.
  • eac4a4c: Add new tertiary variant to Button, ButtonIcon and ButtonLink in Canon.
  • e71333a: adding export for ButtonLink so it's importable
  • 8f2e82d: Add new Skeleton component in Canon
  • Updated dependencies
    • @backstage/ui@0.6.0

@backstage/core-app-api@1.18.0

Minor Changes

  • 5ddc0fe: if session exists and refresh fails, then create a new session if not instant popup

Patch Changes

  • Updated dependencies
    • @backstage/config@1.3.3
    • @backstage/core-plugin-api@1.10.9

@backstage/repo-tools@0.15.0

Minor Changes

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

Patch Changes

  • Updated dependencies
    • @backstage/config-loader@1.10.2
    • @backstage/catalog-model@1.7.5
    • @backstage/backend-plugin-api@1.4.1

@backstage/ui@0.6.0

Minor Changes

  • e92bb9b: Canon has been renamed to Backstage UI. This means that @backstage/canon has been deprecated and replaced by @backstage/ui.

@backstage/plugin-scaffolder@1.33.0

Minor Changes

  • c1ce316: BREAKING /alpha: Converted scaffolder.task.read and scaffolder.task.cancel into Resource Permissions.

    BREAKING /alpha: Added a new scaffolder rule isTaskOwner for scaffolder.task.read and scaffolder.task.cancel to allow for conditional permission policies such as restricting access to tasks and task events based on task creators.

    BREAKING /alpha: Retrying a task now requires both scaffolder.task.read and scaffolder.task.create permissions, replacing the previous requirement of scaffolder.task.read and scaffolder.task.cancel.

Patch Changes

  • 289e4a1: Filter MultiEntityPicker options based on rendered option value
  • Updated dependencies
    • @backstage/plugin-catalog-react@1.19.1
    • @backstage/catalog-model@1.7.5
    • @backstage/plugin-scaffolder-react@1.18.0
    • @backstage/catalog-client@1.10.2
    • @backstage/core-components@0.17.4
    • @backstage/core-plugin-api@1.10.9
    • @backstage/integration@1.17.1
    • @backstage/integration-react@1.2.9
    • @backstage/plugin-scaffolder-common@1.6.0
    • @backstage/core-compat-api@0.4.4
    • @backstage/frontend-plugin-api@0.10.4
    • @backstage/plugin-catalog-common@1.1.5
    • @backstage/plugin-permission-react@0.4.36

@backstage/plugin-scaffolder-backend@2.1.0

Minor Changes

  • c1ce316: BREAKING /alpha: Converted scaffolder.task.read and scaffolder.task.cancel into Resource Permissions.

    BREAKING /alpha: Added a new scaffolder rule isTaskOwner for scaffolder.task.read and scaffolder.task.cancel to allow for conditional permission policies such as restricting access to tasks and task events based on task creators.

    BREAKING /alpha: Retrying a task now requires both scaffolder.task.read and scaffolder.task.create permissions, replacing the previous requirement of scaffolder.task.read and scaffolder.task.cancel.

Patch Changes

  • 424610a: Scaffolder audit Log now includes taskId and createdBy
  • 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/config@1.3.3
    • @backstage/plugin-permission-common@0.9.1
    • @backstage/plugin-permission-node@0.10.2
    • @backstage/catalog-model@1.7.5
    • @backstage/backend-defaults@0.11.1
    • @backstage/plugin-scaffolder-node@0.10.0
    • @backstage/integration@1.17.1
    • @backstage/plugin-scaffolder-backend-module-github@0.8.1
    • @backstage/plugin-scaffolder-common@1.6.0
    • @backstage/backend-plugin-api@1.4.1
    • @backstage/plugin-auth-node@0.6.5
    • @backstage/plugin-bitbucket-cloud-common@0.3.1
    • @backstage/plugin-catalog-backend-module-scaffolder-entity-model@0.2.10
    • @backstage/plugin-catalog-node@1.17.2
    • @backstage/plugin-events-node@0.4.13
    • @backstage/plugin-scaffolder-backend-module-azure@0.2.11
    • @backstage/plugin-scaffolder-backend-module-bitbucket@0.3.12
    • @backstage/plugin-scaffolder-backend-module-bitbucket-cloud@0.2.11
    • @backstage/plugin-scaffolder-backend-module-bitbucket-server@0.2.11
    • @backstage/plugin-scaffolder-backend-module-gerrit@0.2.11
    • @backstage/plugin-scaffolder-backend-module-gitea@0.2.11
    • @backstage/plugin-scaffolder-backend-module-gitlab@0.9.3

@backstage/plugin-scaffolder-common@1.6.0

Minor Changes

  • c1ce316: BREAKING /alpha: Converted scaffolder.task.read and scaffolder.task.cancel into Resource Permissions.

    BREAKING /alpha: Added a new scaffolder rule isTaskOwner for scaffolder.task.read and scaffolder.task.cancel to allow for conditional permission policies such as restricting access to tasks and task events based on task creators.

    BREAKING /alpha: Retrying a task now requires both scaffolder.task.read and scaffolder.task.create permissions, replacing the previous requirement of scaffolder.task.read and scaffolder.task.cancel.

Patch Changes

  • Updated dependencies
    • @backstage/plugin-permission-common@0.9.1
    • @backstage/catalog-model@1.7.5

@backstage/plugin-scaffolder-node@0.10.0

Minor Changes

  • c1ce316: BREAKING /alpha: Converted scaffolder.task.read and scaffolder.task.cancel into Resource Permissions.

    BREAKING /alpha: Added a new scaffolder rule isTaskOwner for scaffolder.task.read and scaffolder.task.cancel to allow for conditional permission policies such as restricting access to tasks and task events based on task creators.

    BREAKING /alpha: Retrying a task now requires both scaffolder.task.read and scaffolder.task.create permissions, replacing the previous requirement of scaffolder.task.read and scaffolder.task.cancel.

Patch Changes

  • dbde180: An internal refactor which adds additional types to experimental checkpoints
  • Updated dependencies
    • @backstage/plugin-permission-common@0.9.1
    • @backstage/catalog-model@1.7.5
    • @backstage/integration@1.17.1
    • @backstage/plugin-scaffolder-common@1.6.0
    • @backstage/backend-plugin-api@1.4.1

@backstage/plugin-scaffolder-react@1.18.0

Minor Changes

  • c1ce316: BREAKING /alpha: Converted scaffolder.task.read and scaffolder.task.cancel into Resource Permissions.

    BREAKING /alpha: Added a new scaffolder rule isTaskOwner for scaffolder.task.read and scaffolder.task.cancel to allow for conditional permission policies such as restricting access to tasks and task events based on task creators.

    BREAKING /alpha: Retrying a task now requires both scaffolder.task.read and scaffolder.task.create permissions, replacing the previous requirement of scaffolder.task.read and scaffolder.task.cancel.

Patch Changes

  • 94c11a5: Scroll to the top of the page when navigating between steps in template forms.
  • Updated dependencies
    • @backstage/plugin-catalog-react@1.19.1
    • @backstage/catalog-model@1.7.5
    • @backstage/catalog-client@1.10.2
    • @backstage/core-components@0.17.4
    • @backstage/core-plugin-api@1.10.9
    • @backstage/theme@0.6.7
    • @backstage/plugin-scaffolder-common@1.6.0
    • @backstage/frontend-plugin-api@0.10.4
    • @backstage/plugin-permission-react@0.4.36

@backstage/app-defaults@1.6.4

Patch Changes

  • Updated dependencies
    • @backstage/core-components@0.17.4
    • @backstage/core-plugin-api@1.10.9
    • @backstage/theme@0.6.7
    • @backstage/core-app-api@1.18.0
    • @backstage/plugin-permission-react@0.4.36

@backstage/backend-app-api@1.2.5

Patch Changes

  • Updated dependencies
    • @backstage/config@1.3.3
    • @backstage/backend-plugin-api@1.4.1

@backstage/backend-defaults@0.11.1

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/config-loader@1.10.2
    • @backstage/config@1.3.3
    • @backstage/plugin-permission-node@0.10.2
    • @backstage/integration@1.17.1
    • @backstage/backend-app-api@1.2.5
    • @backstage/backend-plugin-api@1.4.1
    • @backstage/integration-aws-node@0.1.17
    • @backstage/plugin-auth-node@0.6.5
    • @backstage/plugin-events-node@0.4.13

@backstage/backend-dynamic-feature-service@0.7.2

Patch Changes

  • 3507fcd: Just some more circular dep cleanup
  • 3d61c36: Fix wrong imports which lead to module initialization failures when enabling dynamic plugins.
  • Updated dependencies
    • @backstage/plugin-catalog-backend@3.0.0
    • @backstage/config-loader@1.10.2
    • @backstage/config@1.3.3
    • @backstage/plugin-permission-common@0.9.1
    • @backstage/plugin-permission-node@0.10.2
    • @backstage/backend-defaults@0.11.1
    • @backstage/plugin-scaffolder-node@0.10.0
    • @backstage/backend-openapi-utils@0.5.5
    • @backstage/backend-plugin-api@1.4.1
    • @backstage/plugin-app-node@0.1.35
    • @backstage/plugin-auth-node@0.6.5
    • @backstage/plugin-events-backend@0.5.4
    • @backstage/plugin-events-node@0.4.13
    • @backstage/plugin-search-backend-node@1.3.13
    • @backstage/plugin-search-common@1.2.19

@backstage/backend-openapi-utils@0.5.5

Patch Changes

  • Updated dependencies
    • @backstage/backend-plugin-api@1.4.1

@backstage/backend-plugin-api@1.4.1

Patch Changes

  • Updated dependencies
    • @backstage/config@1.3.3
    • @backstage/plugin-permission-common@0.9.1
    • @backstage/plugin-permission-node@0.10.2
    • @backstage/plugin-auth-node@0.6.5

@backstage/catalog-client@1.10.2

Patch Changes

  • 6fb4143: allow arrays in the InMemoryCatalogClient to filter entities
  • Updated dependencies
    • @backstage/catalog-model@1.7.5

@backstage/catalog-model@1.7.5

Patch Changes

  • 3507fcd: Just some more circular dep cleanup

@backstage/cli@0.33.1

Patch Changes

  • 50f0ce6: Fixes a module not found error when running backstage-cli info.
  • Updated dependencies
    • @backstage/config-loader@1.10.2
    • @backstage/config@1.3.3
    • @backstage/catalog-model@1.7.5
    • @backstage/integration@1.17.1

@backstage/config@1.3.3

Patch Changes

  • ff23618: Loosen the requirements for a key to be considered valid config.
  • 3507fcd: Just some more circular dep cleanup

@backstage/config-loader@1.10.2

Patch Changes

  • ff23618: Loosen the requirements for a key to be considered valid config.
  • Updated dependencies
    • @backstage/config@1.3.3

@backstage/core-compat-api@0.4.4

Patch Changes

  • Updated dependencies
    • @backstage/plugin-catalog-react@1.19.1
    • @backstage/core-plugin-api@1.10.9
    • @backstage/frontend-plugin-api@0.10.4

@backstage/core-components@0.17.4

Patch Changes

  • f6ffea6: Add optional message field for auth providers. This is intended to be a user friendly message that displays in the OAuth request dialog. A default message will be displayed if one is not provided.
  • aa3b054: Added signIn and signOut analytic events to the @backstage/core-components of sign in and sign out.
  • Updated dependencies
    • @backstage/config@1.3.3
    • @backstage/core-plugin-api@1.10.9
    • @backstage/theme@0.6.7

@backstage/core-plugin-api@1.10.9

Patch Changes

  • f6ffea6: Add optional message field for auth providers. This is intended to be a user friendly message that displays in the OAuth request dialog. A default message will be displayed if one is not provided.
  • Updated dependencies
    • @backstage/config@1.3.3

@backstage/create-app@0.7.1

Patch Changes

  • 952cefe: Bumped create-app version.

  • 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.

  • c4a0830: Removed deprecated 'allowedHosts' field from GitHub Publish action input in default template files to fix validation errors with strict Zod validation.

@backstage/dev-utils@1.1.12

Patch Changes

  • Updated dependencies
    • @backstage/plugin-catalog-react@1.19.1
    • @backstage/catalog-model@1.7.5
    • @backstage/core-components@0.17.4
    • @backstage/core-plugin-api@1.10.9
    • @backstage/theme@0.6.7
    • @backstage/core-app-api@1.18.0
    • @backstage/integration-react@1.2.9
    • @backstage/app-defaults@1.6.4

@backstage/frontend-app-api@0.11.4

Patch Changes

  • 3507fcd: Just some more circular dep cleanup
  • Updated dependencies
    • @backstage/config@1.3.3
    • @backstage/core-plugin-api@1.10.9
    • @backstage/core-app-api@1.18.0
    • @backstage/frontend-defaults@0.2.4
    • @backstage/frontend-plugin-api@0.10.4

@backstage/frontend-defaults@0.2.4

Patch Changes

  • Updated dependencies
    • @backstage/config@1.3.3
    • @backstage/frontend-app-api@0.11.4
    • @backstage/plugin-app@0.1.11
    • @backstage/frontend-plugin-api@0.10.4

@backstage/frontend-dynamic-feature-loader@0.1.3

Patch Changes

  • Updated dependencies
    • @backstage/config@1.3.3
    • @backstage/frontend-plugin-api@0.10.4

@backstage/frontend-plugin-api@0.10.4

Patch Changes

  • Updated dependencies
    • @backstage/core-components@0.17.4
    • @backstage/core-plugin-api@1.10.9

@backstage/frontend-test-utils@0.3.4

Patch Changes

  • Updated dependencies
    • @backstage/config@1.3.3
    • @backstage/frontend-app-api@0.11.4
    • @backstage/plugin-app@0.1.11
    • @backstage/frontend-plugin-api@0.10.4
    • @backstage/test-utils@1.7.10

@backstage/integration@1.17.1

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.3

@backstage/integration-aws-node@0.1.17

Patch Changes

  • Updated dependencies
    • @backstage/config@1.3.3

@backstage/integration-react@1.2.9

Patch Changes

  • 998fd15: Separated gitlab write_repository and api scope to pass checks in RefreshingAuthSessionManager
  • Updated dependencies
    • @backstage/config@1.3.3
    • @backstage/core-plugin-api@1.10.9
    • @backstage/integration@1.17.1

@techdocs/cli@1.9.5

Patch Changes

  • Updated dependencies
    • @backstage/config@1.3.3
    • @backstage/catalog-model@1.7.5
    • @backstage/backend-defaults@0.11.1
    • @backstage/plugin-techdocs-node@1.13.5

@backstage/test-utils@1.7.10

Patch Changes

  • Updated dependencies
    • @backstage/config@1.3.3
    • @backstage/plugin-permission-common@0.9.1
    • @backstage/core-plugin-api@1.10.9
    • @backstage/theme@0.6.7
    • @backstage/core-app-api@1.18.0
    • @backstage/plugin-permission-react@0.4.36

@backstage/theme@0.6.7

Patch Changes

  • 373486e: Add a different background colour to focused MenuItems to fix a bug in MUI 4 (which is fixed in MUI 5)
  • b68d269: Update uncomfortably bright color in recently visited and top visited home page cards

@backstage/plugin-api-docs@0.12.9

Patch Changes

  • Updated dependencies
    • @backstage/plugin-catalog-react@1.19.1
    • @backstage/catalog-model@1.7.5
    • @backstage/plugin-catalog@1.31.1
    • @backstage/core-components@0.17.4
    • @backstage/core-plugin-api@1.10.9
    • @backstage/core-compat-api@0.4.4
    • @backstage/frontend-plugin-api@0.10.4
    • @backstage/plugin-catalog-common@1.1.5
    • @backstage/plugin-permission-react@0.4.36

@backstage/plugin-app@0.1.11

Patch Changes

  • 09f5e36: Remove trailing slashes in the AppRoutes extension to ensure any nested routing behaves correctly.
  • Updated dependencies
    • @backstage/core-components@0.17.4
    • @backstage/core-plugin-api@1.10.9
    • @backstage/theme@0.6.7
    • @backstage/integration-react@1.2.9
    • @backstage/frontend-plugin-api@0.10.4
    • @backstage/plugin-permission-react@0.4.36

@backstage/plugin-app-backend@0.5.4

Patch Changes

  • Updated dependencies
    • @backstage/config-loader@1.10.2
    • @backstage/config@1.3.3
    • @backstage/backend-plugin-api@1.4.1
    • @backstage/plugin-app-node@0.1.35
    • @backstage/plugin-auth-node@0.6.5

@backstage/plugin-app-node@0.1.35

Patch Changes

  • Updated dependencies
    • @backstage/config-loader@1.10.2
    • @backstage/backend-plugin-api@1.4.1

@backstage/plugin-app-visualizer@0.1.21

Patch Changes

  • Updated dependencies
    • @backstage/core-components@0.17.4
    • @backstage/core-plugin-api@1.10.9
    • @backstage/frontend-plugin-api@0.10.4

@backstage/plugin-auth-backend@0.25.2

Patch Changes

  • e88cb70: Small internal refactor to move out the userInfo database from the tokenIssuer. Also removes exp from being stored in UserInfo and it's now replaced with created_at and updated_at in the database instead.
  • 207778c: Internal refactor of OIDC endpoints and UserInfoDatabase
  • Updated dependencies
    • @backstage/config@1.3.3
    • @backstage/catalog-model@1.7.5
    • @backstage/backend-plugin-api@1.4.1
    • @backstage/plugin-auth-node@0.6.5
    • @backstage/plugin-catalog-node@1.17.2

@backstage/plugin-auth-backend-module-atlassian-provider@0.4.5

Patch Changes

  • Updated dependencies
    • @backstage/backend-plugin-api@1.4.1
    • @backstage/plugin-auth-node@0.6.5

@backstage/plugin-auth-backend-module-auth0-provider@0.2.5

Patch Changes

  • Updated dependencies
    • @backstage/backend-plugin-api@1.4.1
    • @backstage/plugin-auth-node@0.6.5

@backstage/plugin-auth-backend-module-aws-alb-provider@0.4.5

Patch Changes

  • Updated dependencies
    • @backstage/plugin-auth-backend@0.25.2
    • @backstage/backend-plugin-api@1.4.1
    • @backstage/plugin-auth-node@0.6.5

@backstage/plugin-auth-backend-module-azure-easyauth-provider@0.2.10

Patch Changes

  • Updated dependencies
    • @backstage/catalog-model@1.7.5
    • @backstage/backend-plugin-api@1.4.1
    • @backstage/plugin-auth-node@0.6.5

@backstage/plugin-auth-backend-module-bitbucket-provider@0.3.5

Patch Changes

  • Updated dependencies
    • @backstage/backend-plugin-api@1.4.1
    • @backstage/plugin-auth-node@0.6.5

@backstage/plugin-auth-backend-module-bitbucket-server-provider@0.2.5

Patch Changes

  • Updated dependencies
    • @backstage/backend-plugin-api@1.4.1
    • @backstage/plugin-auth-node@0.6.5

@backstage/plugin-auth-backend-module-cloudflare-access-provider@0.4.5

Patch Changes

  • Updated dependencies
    • @backstage/config@1.3.3
    • @backstage/backend-plugin-api@1.4.1
    • @backstage/plugin-auth-node@0.6.5

@backstage/plugin-auth-backend-module-gcp-iap-provider@0.4.5

Patch Changes

  • Updated dependencies
    • @backstage/backend-plugin-api@1.4.1
    • @backstage/plugin-auth-node@0.6.5

@backstage/plugin-auth-backend-module-github-provider@0.3.5

Patch Changes

  • Updated dependencies
    • @backstage/backend-plugin-api@1.4.1
    • @backstage/plugin-auth-node@0.6.5

@backstage/plugin-auth-backend-module-gitlab-provider@0.3.5

Patch Changes

  • Updated dependencies
    • @backstage/backend-plugin-api@1.4.1
    • @backstage/plugin-auth-node@0.6.5

@backstage/plugin-auth-backend-module-google-provider@0.3.5

Patch Changes

  • Updated dependencies
    • @backstage/backend-plugin-api@1.4.1
    • @backstage/plugin-auth-node@0.6.5

@backstage/plugin-auth-backend-module-guest-provider@0.2.10

Patch Changes

  • Updated dependencies
    • @backstage/catalog-model@1.7.5
    • @backstage/backend-plugin-api@1.4.1
    • @backstage/plugin-auth-node@0.6.5

@backstage/plugin-auth-backend-module-microsoft-provider@0.3.5

Patch Changes

  • Updated dependencies
    • @backstage/backend-plugin-api@1.4.1
    • @backstage/plugin-auth-node@0.6.5

@backstage/plugin-auth-backend-module-oauth2-provider@0.4.5

Patch Changes

  • Updated dependencies
    • @backstage/backend-plugin-api@1.4.1
    • @backstage/plugin-auth-node@0.6.5

@backstage/plugin-auth-backend-module-oauth2-proxy-provider@0.2.10

Patch Changes

  • Updated dependencies
    • @backstage/backend-plugin-api@1.4.1
    • @backstage/plugin-auth-node@0.6.5

@backstage/plugin-auth-backend-module-oidc-provider@0.4.5

Patch Changes

  • Updated dependencies
    • @backstage/config@1.3.3
    • @backstage/plugin-auth-backend@0.25.2
    • @backstage/backend-plugin-api@1.4.1
    • @backstage/plugin-auth-node@0.6.5

@backstage/plugin-auth-backend-module-okta-provider@0.2.5

Patch Changes

  • Updated dependencies
    • @backstage/backend-plugin-api@1.4.1
    • @backstage/plugin-auth-node@0.6.5

@backstage/plugin-auth-backend-module-onelogin-provider@0.3.5

Patch Changes

  • Updated dependencies
    • @backstage/backend-plugin-api@1.4.1
    • @backstage/plugin-auth-node@0.6.5

@backstage/plugin-auth-backend-module-pinniped-provider@0.3.5

Patch Changes

  • Updated dependencies
    • @backstage/config@1.3.3
    • @backstage/backend-plugin-api@1.4.1
    • @backstage/plugin-auth-node@0.6.5

@backstage/plugin-auth-backend-module-vmware-cloud-provider@0.5.5

Patch Changes

  • Updated dependencies
    • @backstage/catalog-model@1.7.5
    • @backstage/backend-plugin-api@1.4.1
    • @backstage/plugin-auth-node@0.6.5

@backstage/plugin-auth-node@0.6.5

Patch Changes

  • Updated dependencies
    • @backstage/config@1.3.3
    • @backstage/catalog-model@1.7.5
    • @backstage/catalog-client@1.10.2
    • @backstage/backend-plugin-api@1.4.1

@backstage/plugin-auth-react@0.1.17

Patch Changes

  • Updated dependencies
    • @backstage/core-components@0.17.4
    • @backstage/core-plugin-api@1.10.9

@backstage/plugin-bitbucket-cloud-common@0.3.1

Patch Changes

  • Updated dependencies
    • @backstage/integration@1.17.1

@backstage/plugin-catalog@1.31.1

Patch Changes

  • 6991dab: Turn on pagination by default in new frontend system, and also make configurable
  • 3ab9b96: Updated card extensions for the new frontend system to use the new entity predicates, and to not show the about card on User and Group pages.
  • Updated dependencies
    • @backstage/plugin-catalog-react@1.19.1
    • @backstage/catalog-model@1.7.5
    • @backstage/catalog-client@1.10.2
    • @backstage/core-components@0.17.4
    • @backstage/core-plugin-api@1.10.9
    • @backstage/integration-react@1.2.9
    • @backstage/plugin-scaffolder-common@1.6.0
    • @backstage/core-compat-api@0.4.4
    • @backstage/frontend-plugin-api@0.10.4
    • @backstage/plugin-catalog-common@1.1.5
    • @backstage/plugin-permission-react@0.4.36
    • @backstage/plugin-search-common@1.2.19
    • @backstage/plugin-search-react@1.9.2
    • @backstage/plugin-techdocs-react@1.3.1

@backstage/plugin-catalog-backend-module-aws@0.4.13

Patch Changes

  • Updated dependencies
    • @backstage/config@1.3.3
    • @backstage/catalog-model@1.7.5
    • @backstage/backend-defaults@0.11.1
    • @backstage/integration@1.17.1
    • @backstage/backend-plugin-api@1.4.1
    • @backstage/integration-aws-node@0.1.17
    • @backstage/plugin-catalog-common@1.1.5
    • @backstage/plugin-catalog-node@1.17.2
    • @backstage/plugin-kubernetes-common@0.9.6

@backstage/plugin-catalog-backend-module-azure@0.3.7

Patch Changes

  • Updated dependencies
    • @backstage/config@1.3.3
    • @backstage/integration@1.17.1
    • @backstage/backend-plugin-api@1.4.1
    • @backstage/plugin-catalog-common@1.1.5
    • @backstage/plugin-catalog-node@1.17.2

@backstage/plugin-catalog-backend-module-backstage-openapi@0.5.4

Patch Changes

  • Updated dependencies
    • @backstage/config@1.3.3
    • @backstage/catalog-model@1.7.5
    • @backstage/backend-openapi-utils@0.5.5
    • @backstage/backend-plugin-api@1.4.1
    • @backstage/plugin-catalog-node@1.17.2

@backstage/plugin-catalog-backend-module-bitbucket-cloud@0.5.1

Patch Changes

  • Updated dependencies
    • @backstage/config@1.3.3
    • @backstage/catalog-model@1.7.5
    • @backstage/catalog-client@1.10.2
    • @backstage/integration@1.17.1
    • @backstage/backend-plugin-api@1.4.1
    • @backstage/plugin-bitbucket-cloud-common@0.3.1
    • @backstage/plugin-catalog-common@1.1.5
    • @backstage/plugin-catalog-node@1.17.2
    • @backstage/plugin-events-node@0.4.13

@backstage/plugin-catalog-backend-module-bitbucket-server@0.5.1

Patch Changes

  • Updated dependencies
    • @backstage/config@1.3.3
    • @backstage/catalog-model@1.7.5
    • @backstage/catalog-client@1.10.2
    • @backstage/integration@1.17.1
    • @backstage/backend-plugin-api@1.4.1
    • @backstage/plugin-catalog-common@1.1.5
    • @backstage/plugin-catalog-node@1.17.2
    • @backstage/plugin-events-node@0.4.13

@backstage/plugin-catalog-backend-module-gcp@0.3.10

Patch Changes

  • Updated dependencies
    • @backstage/config@1.3.3
    • @backstage/catalog-model@1.7.5
    • @backstage/backend-plugin-api@1.4.1
    • @backstage/plugin-catalog-node@1.17.2
    • @backstage/plugin-kubernetes-common@0.9.6

@backstage/plugin-catalog-backend-module-gerrit@0.3.4

Patch Changes

  • Updated dependencies
    • @backstage/config@1.3.3
    • @backstage/integration@1.17.1
    • @backstage/backend-plugin-api@1.4.1
    • @backstage/plugin-catalog-common@1.1.5
    • @backstage/plugin-catalog-node@1.17.2

@backstage/plugin-catalog-backend-module-gitea@0.1.2

Patch Changes

  • Updated dependencies
    • @backstage/config@1.3.3
    • @backstage/integration@1.17.1
    • @backstage/backend-plugin-api@1.4.1
    • @backstage/plugin-catalog-common@1.1.5
    • @backstage/plugin-catalog-node@1.17.2

@backstage/plugin-catalog-backend-module-github@0.10.1

Patch Changes

  • Updated dependencies
    • @backstage/plugin-catalog-backend@3.0.0
    • @backstage/config@1.3.3
    • @backstage/catalog-model@1.7.5
    • @backstage/catalog-client@1.10.2
    • @backstage/integration@1.17.1
    • @backstage/backend-plugin-api@1.4.1
    • @backstage/plugin-catalog-common@1.1.5
    • @backstage/plugin-catalog-node@1.17.2
    • @backstage/plugin-events-node@0.4.13

@backstage/plugin-catalog-backend-module-github-org@0.3.12

Patch Changes

  • Updated dependencies
    • @backstage/config@1.3.3
    • @backstage/backend-plugin-api@1.4.1
    • @backstage/plugin-catalog-backend-module-github@0.10.1
    • @backstage/plugin-catalog-node@1.17.2
    • @backstage/plugin-events-node@0.4.13

@backstage/plugin-catalog-backend-module-gitlab@0.7.1

Patch Changes

  • Updated dependencies
    • @backstage/config@1.3.3
    • @backstage/catalog-model@1.7.5
    • @backstage/backend-defaults@0.11.1
    • @backstage/integration@1.17.1
    • @backstage/backend-plugin-api@1.4.1
    • @backstage/plugin-catalog-common@1.1.5
    • @backstage/plugin-catalog-node@1.17.2
    • @backstage/plugin-events-node@0.4.13

@backstage/plugin-catalog-backend-module-gitlab-org@0.2.11

Patch Changes

  • Updated dependencies
    • @backstage/backend-plugin-api@1.4.1
    • @backstage/plugin-catalog-backend-module-gitlab@0.7.1
    • @backstage/plugin-catalog-node@1.17.2
    • @backstage/plugin-events-node@0.4.13

@backstage/plugin-catalog-backend-module-incremental-ingestion@0.7.2

Patch Changes

  • 3507fcd: Just some more circular dep cleanup
  • e2dd095: Fixed bug in IncrementalIngestionEngine by adding burstLength check when a burst completes
  • Updated dependencies
    • @backstage/plugin-catalog-backend@3.0.0
    • @backstage/config@1.3.3
    • @backstage/plugin-permission-common@0.9.1
    • @backstage/catalog-model@1.7.5
    • @backstage/backend-defaults@0.11.1
    • @backstage/backend-plugin-api@1.4.1
    • @backstage/plugin-catalog-node@1.17.2
    • @backstage/plugin-events-node@0.4.13

@backstage/plugin-catalog-backend-module-ldap@0.11.7

Patch Changes

  • 3507fcd: Just some more circular dep cleanup
  • Updated dependencies
    • @backstage/config@1.3.3
    • @backstage/catalog-model@1.7.5
    • @backstage/backend-plugin-api@1.4.1
    • @backstage/plugin-catalog-common@1.1.5
    • @backstage/plugin-catalog-node@1.17.2

@backstage/plugin-catalog-backend-module-logs@0.1.12

Patch Changes

  • Updated dependencies
    • @backstage/plugin-catalog-backend@3.0.0
    • @backstage/backend-plugin-api@1.4.1
    • @backstage/plugin-events-node@0.4.13

@backstage/plugin-catalog-backend-module-msgraph@0.7.2

Patch Changes

  • 3507fcd: Just some more circular dep cleanup
  • Updated dependencies
    • @backstage/config@1.3.3
    • @backstage/catalog-model@1.7.5
    • @backstage/backend-plugin-api@1.4.1
    • @backstage/plugin-catalog-common@1.1.5
    • @backstage/plugin-catalog-node@1.17.2

@backstage/plugin-catalog-backend-module-openapi@0.2.12

Patch Changes

  • Updated dependencies
    • @backstage/catalog-model@1.7.5
    • @backstage/integration@1.17.1
    • @backstage/backend-plugin-api@1.4.1
    • @backstage/plugin-catalog-common@1.1.5
    • @backstage/plugin-catalog-node@1.17.2

@backstage/plugin-catalog-backend-module-puppetdb@0.2.12

Patch Changes

  • 3507fcd: Just some more circular dep cleanup
  • Updated dependencies
    • @backstage/config@1.3.3
    • @backstage/catalog-model@1.7.5
    • @backstage/backend-plugin-api@1.4.1
    • @backstage/plugin-catalog-node@1.17.2

@backstage/plugin-catalog-backend-module-scaffolder-entity-model@0.2.10

Patch Changes

  • Updated dependencies
    • @backstage/catalog-model@1.7.5
    • @backstage/plugin-scaffolder-common@1.6.0
    • @backstage/backend-plugin-api@1.4.1
    • @backstage/plugin-catalog-common@1.1.5
    • @backstage/plugin-catalog-node@1.17.2

@backstage/plugin-catalog-backend-module-unprocessed@0.6.2

Patch Changes

  • Updated dependencies
    • @backstage/plugin-permission-common@0.9.1
    • @backstage/catalog-model@1.7.5
    • @backstage/backend-plugin-api@1.4.1
    • @backstage/plugin-auth-node@0.6.5
    • @backstage/plugin-catalog-node@1.17.2
    • @backstage/plugin-catalog-unprocessed-entities-common@0.0.9

@backstage/plugin-catalog-common@1.1.5

Patch Changes

  • Updated dependencies
    • @backstage/plugin-permission-common@0.9.1
    • @backstage/catalog-model@1.7.5
    • @backstage/plugin-search-common@1.2.19

@backstage/plugin-catalog-graph@0.4.21

Patch Changes

  • fe1a2f4: Catalog graph plugin support i18n
  • Updated dependencies
    • @backstage/plugin-catalog-react@1.19.1
    • @backstage/catalog-model@1.7.5
    • @backstage/catalog-client@1.10.2
    • @backstage/core-components@0.17.4
    • @backstage/core-plugin-api@1.10.9
    • @backstage/core-compat-api@0.4.4
    • @backstage/frontend-plugin-api@0.10.4

@backstage/plugin-catalog-import@0.13.3

Patch Changes

  • 406b8b8: Fixed bug with error message since ResponseError is now thrown from CatalogClient
  • Updated dependencies
    • @backstage/plugin-catalog-react@1.19.1
    • @backstage/config@1.3.3
    • @backstage/catalog-model@1.7.5
    • @backstage/catalog-client@1.10.2
    • @backstage/core-components@0.17.4
    • @backstage/core-plugin-api@1.10.9
    • @backstage/integration@1.17.1
    • @backstage/integration-react@1.2.9
    • @backstage/core-compat-api@0.4.4
    • @backstage/frontend-plugin-api@0.10.4
    • @backstage/plugin-catalog-common@1.1.5

@backstage/plugin-catalog-node@1.17.2

Patch Changes

  • Updated dependencies
    • @backstage/plugin-permission-common@0.9.1
    • @backstage/plugin-permission-node@0.10.2
    • @backstage/catalog-model@1.7.5
    • @backstage/catalog-client@1.10.2
    • @backstage/backend-plugin-api@1.4.1
    • @backstage/plugin-catalog-common@1.1.5

@backstage/plugin-catalog-react@1.19.1

Patch Changes

  • a07feb7: Fixed a but in the new alpha entity predicates where the $in operator mistakenly case sensitive.
  • 3507fcd: Just some more circular dep cleanup
  • Updated dependencies
    • @backstage/plugin-permission-common@0.9.1
    • @backstage/catalog-model@1.7.5
    • @backstage/catalog-client@1.10.2
    • @backstage/core-components@0.17.4
    • @backstage/core-plugin-api@1.10.9
    • @backstage/integration-react@1.2.9
    • @backstage/core-compat-api@0.4.4
    • @backstage/frontend-plugin-api@0.10.4
    • @backstage/frontend-test-utils@0.3.4
    • @backstage/plugin-catalog-common@1.1.5
    • @backstage/plugin-permission-react@0.4.36

@backstage/plugin-catalog-unprocessed-entities@0.2.19

Patch Changes

  • Updated dependencies
    • @backstage/catalog-model@1.7.5
    • @backstage/core-components@0.17.4
    • @backstage/core-plugin-api@1.10.9
    • @backstage/core-compat-api@0.4.4
    • @backstage/frontend-plugin-api@0.10.4

@backstage/plugin-catalog-unprocessed-entities-common@0.0.9

Patch Changes

  • Updated dependencies
    • @backstage/plugin-permission-common@0.9.1

@backstage/plugin-config-schema@0.1.70

Patch Changes

  • Updated dependencies
    • @backstage/core-components@0.17.4
    • @backstage/core-plugin-api@1.10.9

@backstage/plugin-devtools@0.1.29

Patch Changes

  • Updated dependencies
    • @backstage/core-components@0.17.4
    • @backstage/core-plugin-api@1.10.9
    • @backstage/core-compat-api@0.4.4
    • @backstage/frontend-plugin-api@0.10.4
    • @backstage/plugin-devtools-common@0.1.17
    • @backstage/plugin-permission-react@0.4.36

@backstage/plugin-devtools-backend@0.5.7

Patch Changes

  • Updated dependencies
    • @backstage/config-loader@1.10.2
    • @backstage/config@1.3.3
    • @backstage/plugin-permission-common@0.9.1
    • @backstage/plugin-permission-node@0.10.2
    • @backstage/backend-defaults@0.11.1
    • @backstage/backend-plugin-api@1.4.1
    • @backstage/plugin-devtools-common@0.1.17

@backstage/plugin-devtools-common@0.1.17

Patch Changes

  • Updated dependencies
    • @backstage/plugin-permission-common@0.9.1

@backstage/plugin-events-backend@0.5.4

Patch Changes

  • Updated dependencies
    • @backstage/config@1.3.3
    • @backstage/backend-openapi-utils@0.5.5
    • @backstage/backend-plugin-api@1.4.1
    • @backstage/plugin-events-node@0.4.13

@backstage/plugin-events-backend-module-aws-sqs@0.4.13

Patch Changes

  • Updated dependencies
    • @backstage/config@1.3.3
    • @backstage/backend-plugin-api@1.4.1
    • @backstage/plugin-events-node@0.4.13

@backstage/plugin-events-backend-module-azure@0.2.22

Patch Changes

  • Updated dependencies
    • @backstage/backend-plugin-api@1.4.1
    • @backstage/plugin-events-node@0.4.13

@backstage/plugin-events-backend-module-bitbucket-cloud@0.2.22

Patch Changes

  • Updated dependencies
    • @backstage/backend-plugin-api@1.4.1
    • @backstage/plugin-events-node@0.4.13

@backstage/plugin-events-backend-module-bitbucket-server@0.1.3

Patch Changes

  • Updated dependencies
    • @backstage/backend-plugin-api@1.4.1
    • @backstage/plugin-events-node@0.4.13

@backstage/plugin-events-backend-module-gerrit@0.2.22

Patch Changes

  • Updated dependencies
    • @backstage/backend-plugin-api@1.4.1
    • @backstage/plugin-events-node@0.4.13

@backstage/plugin-events-backend-module-github@0.4.2

Patch Changes

  • Updated dependencies
    • @backstage/config@1.3.3
    • @backstage/integration@1.17.1
    • @backstage/backend-plugin-api@1.4.1
    • @backstage/plugin-events-node@0.4.13

@backstage/plugin-events-backend-module-gitlab@0.3.3

Patch Changes

  • Updated dependencies
    • @backstage/config@1.3.3
    • @backstage/backend-plugin-api@1.4.1
    • @backstage/plugin-events-node@0.4.13

@backstage/plugin-events-backend-module-google-pubsub@0.1.2

Patch Changes

  • Updated dependencies
    • @backstage/config@1.3.3
    • @backstage/backend-plugin-api@1.4.1
    • @backstage/plugin-events-node@0.4.13

@backstage/plugin-events-backend-module-kafka@0.1.1

Patch Changes

  • Updated dependencies
    • @backstage/config@1.3.3
    • @backstage/backend-plugin-api@1.4.1
    • @backstage/plugin-events-node@0.4.13

@backstage/plugin-events-backend-test-utils@0.1.46

Patch Changes

  • Updated dependencies
    • @backstage/plugin-events-node@0.4.13

@backstage/plugin-events-node@0.4.13

Patch Changes

  • Updated dependencies
    • @backstage/backend-plugin-api@1.4.1

@backstage/plugin-gateway-backend@1.0.3

Patch Changes

  • Updated dependencies
    • @backstage/backend-plugin-api@1.4.1

@backstage/plugin-home@0.8.10

Patch Changes

  • d52d67f: Added a New Frontend System App Root Element for the <VisitListener /> component
  • Updated dependencies
    • @backstage/plugin-catalog-react@1.19.1
    • @backstage/config@1.3.3
    • @backstage/catalog-model@1.7.5
    • @backstage/catalog-client@1.10.2
    • @backstage/core-components@0.17.4
    • @backstage/core-plugin-api@1.10.9
    • @backstage/theme@0.6.7
    • @backstage/core-app-api@1.18.0
    • @backstage/core-compat-api@0.4.4
    • @backstage/frontend-plugin-api@0.10.4
    • @backstage/plugin-home-react@0.1.28

@backstage/plugin-home-react@0.1.28

Patch Changes

  • Updated dependencies
    • @backstage/core-components@0.17.4
    • @backstage/core-plugin-api@1.10.9
    • @backstage/frontend-plugin-api@0.10.4

@backstage/plugin-kubernetes@0.12.9

Patch Changes

  • Updated dependencies
    • @backstage/plugin-catalog-react@1.19.1
    • @backstage/catalog-model@1.7.5
    • @backstage/core-components@0.17.4
    • @backstage/core-plugin-api@1.10.9
    • @backstage/core-compat-api@0.4.4
    • @backstage/frontend-plugin-api@0.10.4
    • @backstage/plugin-kubernetes-common@0.9.6
    • @backstage/plugin-kubernetes-react@0.5.9
    • @backstage/plugin-permission-react@0.4.36

@backstage/plugin-kubernetes-backend@0.19.8

Patch Changes

  • Updated dependencies
    • @backstage/config@1.3.3
    • @backstage/plugin-permission-common@0.9.1
    • @backstage/plugin-kubernetes-node@0.3.2
    • @backstage/plugin-permission-node@0.10.2
    • @backstage/catalog-model@1.7.5
    • @backstage/catalog-client@1.10.2
    • @backstage/backend-plugin-api@1.4.1
    • @backstage/integration-aws-node@0.1.17
    • @backstage/plugin-auth-node@0.6.5
    • @backstage/plugin-catalog-node@1.17.2
    • @backstage/plugin-kubernetes-common@0.9.6

@backstage/plugin-kubernetes-cluster@0.0.27

Patch Changes

  • Updated dependencies
    • @backstage/plugin-catalog-react@1.19.1
    • @backstage/catalog-model@1.7.5
    • @backstage/core-components@0.17.4
    • @backstage/core-plugin-api@1.10.9
    • @backstage/plugin-kubernetes-common@0.9.6
    • @backstage/plugin-kubernetes-react@0.5.9
    • @backstage/plugin-permission-react@0.4.36

@backstage/plugin-kubernetes-common@0.9.6

Patch Changes

  • Updated dependencies
    • @backstage/plugin-permission-common@0.9.1
    • @backstage/catalog-model@1.7.5

@backstage/plugin-kubernetes-node@0.3.2

Patch Changes

  • 3507fcd: Just some more circular dep cleanup
  • Updated dependencies
    • @backstage/catalog-model@1.7.5
    • @backstage/backend-plugin-api@1.4.1
    • @backstage/plugin-kubernetes-common@0.9.6

@backstage/plugin-kubernetes-react@0.5.9

Patch Changes

  • Updated dependencies
    • @backstage/catalog-model@1.7.5
    • @backstage/core-components@0.17.4
    • @backstage/core-plugin-api@1.10.9
    • @backstage/plugin-kubernetes-common@0.9.6

@backstage/plugin-mcp-actions-backend@0.1.1

Patch Changes

  • 6bc0799: Fixed the example in the README for generating a static token by adding a subject field
  • Updated dependencies
    • @backstage/backend-defaults@0.11.1
    • @backstage/catalog-client@1.10.2
    • @backstage/backend-plugin-api@1.4.1
    • @backstage/plugin-catalog-node@1.17.2

@backstage/plugin-notifications@0.5.7

Patch Changes

  • Updated dependencies
    • @backstage/core-components@0.17.4
    • @backstage/core-plugin-api@1.10.9
    • @backstage/theme@0.6.7
    • @backstage/core-compat-api@0.4.4
    • @backstage/frontend-plugin-api@0.10.4
    • @backstage/plugin-notifications-common@0.0.10
    • @backstage/plugin-signals-react@0.0.15

@backstage/plugin-notifications-backend@0.5.8

Patch Changes

  • 4401dfb: Allow defining default notification settings via configuration
  • 9a5a73f: Fix addTopic migration when user_settings present
  • Updated dependencies
    • @backstage/config@1.3.3
    • @backstage/catalog-model@1.7.5
    • @backstage/backend-plugin-api@1.4.1
    • @backstage/plugin-auth-node@0.6.5
    • @backstage/plugin-catalog-node@1.17.2
    • @backstage/plugin-events-node@0.4.13
    • @backstage/plugin-notifications-common@0.0.10
    • @backstage/plugin-notifications-node@0.2.17
    • @backstage/plugin-signals-node@0.1.22

@backstage/plugin-notifications-backend-module-email@0.3.11

Patch Changes

  • f92c9fc: Add optional config for ses mail options with sourceArn, fromArn, configurationSetName
  • Updated dependencies
    • @backstage/config@1.3.3
    • @backstage/catalog-model@1.7.5
    • @backstage/catalog-client@1.10.2
    • @backstage/backend-plugin-api@1.4.1
    • @backstage/integration-aws-node@0.1.17
    • @backstage/plugin-catalog-node@1.17.2
    • @backstage/plugin-notifications-common@0.0.10
    • @backstage/plugin-notifications-node@0.2.17

@backstage/plugin-notifications-backend-module-slack@0.1.3

Patch Changes

  • Updated dependencies
    • @backstage/config@1.3.3
    • @backstage/catalog-model@1.7.5
    • @backstage/backend-plugin-api@1.4.1
    • @backstage/plugin-catalog-node@1.17.2
    • @backstage/plugin-notifications-common@0.0.10
    • @backstage/plugin-notifications-node@0.2.17

@backstage/plugin-notifications-common@0.0.10

Patch Changes

  • Updated dependencies
    • @backstage/config@1.3.3

@backstage/plugin-notifications-node@0.2.17

Patch Changes

  • Updated dependencies
    • @backstage/catalog-model@1.7.5
    • @backstage/catalog-client@1.10.2
    • @backstage/backend-plugin-api@1.4.1
    • @backstage/plugin-notifications-common@0.0.10
    • @backstage/plugin-signals-node@0.1.22

@backstage/plugin-org@0.6.41

Patch Changes

  • 3ab9b96: Updated card extensions for the new frontend system to use the new entity predicates, and switch the card type to info for the user and group profile cards.
  • Updated dependencies
    • @backstage/plugin-catalog-react@1.19.1
    • @backstage/catalog-model@1.7.5
    • @backstage/core-components@0.17.4
    • @backstage/core-plugin-api@1.10.9
    • @backstage/core-compat-api@0.4.4
    • @backstage/frontend-plugin-api@0.10.4
    • @backstage/plugin-catalog-common@1.1.5

@backstage/plugin-org-react@0.1.40

Patch Changes

  • Updated dependencies
    • @backstage/plugin-catalog-react@1.19.1
    • @backstage/catalog-model@1.7.5
    • @backstage/catalog-client@1.10.2
    • @backstage/core-components@0.17.4
    • @backstage/core-plugin-api@1.10.9

@backstage/plugin-permission-backend@0.7.2

Patch Changes

  • Updated dependencies
    • @backstage/config@1.3.3
    • @backstage/plugin-permission-common@0.9.1
    • @backstage/plugin-permission-node@0.10.2
    • @backstage/backend-plugin-api@1.4.1
    • @backstage/plugin-auth-node@0.6.5

@backstage/plugin-permission-backend-module-allow-all-policy@0.2.10

Patch Changes

  • Updated dependencies
    • @backstage/plugin-permission-common@0.9.1
    • @backstage/plugin-permission-node@0.10.2
    • @backstage/backend-plugin-api@1.4.1
    • @backstage/plugin-auth-node@0.6.5

@backstage/plugin-permission-common@0.9.1

Patch Changes

  • 3507fcd: Just some more circular dep cleanup
  • Updated dependencies
    • @backstage/config@1.3.3

@backstage/plugin-permission-node@0.10.2

Patch Changes

  • 3507fcd: Just some more circular dep cleanup
  • Updated dependencies
    • @backstage/config@1.3.3
    • @backstage/plugin-permission-common@0.9.1
    • @backstage/backend-plugin-api@1.4.1
    • @backstage/plugin-auth-node@0.6.5

@backstage/plugin-permission-react@0.4.36

Patch Changes

  • Updated dependencies
    • @backstage/config@1.3.3
    • @backstage/plugin-permission-common@0.9.1
    • @backstage/core-plugin-api@1.10.9

@backstage/plugin-proxy-backend@0.6.4

Patch Changes

  • Updated dependencies
    • @backstage/backend-plugin-api@1.4.1
    • @backstage/plugin-proxy-node@0.1.6

@backstage/plugin-proxy-node@0.1.6

Patch Changes

  • Updated dependencies
    • @backstage/backend-plugin-api@1.4.1

@backstage/plugin-scaffolder-backend-module-azure@0.2.11

Patch Changes

  • Updated dependencies
    • @backstage/config@1.3.3
    • @backstage/plugin-scaffolder-node@0.10.0
    • @backstage/integration@1.17.1
    • @backstage/backend-plugin-api@1.4.1

@backstage/plugin-scaffolder-backend-module-bitbucket@0.3.12

Patch Changes

  • Updated dependencies
    • @backstage/config@1.3.3
    • @backstage/plugin-scaffolder-node@0.10.0
    • @backstage/integration@1.17.1
    • @backstage/backend-plugin-api@1.4.1
    • @backstage/plugin-scaffolder-backend-module-bitbucket-cloud@0.2.11
    • @backstage/plugin-scaffolder-backend-module-bitbucket-server@0.2.11

@backstage/plugin-scaffolder-backend-module-bitbucket-cloud@0.2.11

Patch Changes

  • Updated dependencies
    • @backstage/config@1.3.3
    • @backstage/plugin-scaffolder-node@0.10.0
    • @backstage/integration@1.17.1
    • @backstage/backend-plugin-api@1.4.1
    • @backstage/plugin-bitbucket-cloud-common@0.3.1

@backstage/plugin-scaffolder-backend-module-bitbucket-server@0.2.11

Patch Changes

  • Updated dependencies
    • @backstage/config@1.3.3
    • @backstage/plugin-scaffolder-node@0.10.0
    • @backstage/integration@1.17.1
    • @backstage/backend-plugin-api@1.4.1

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

Patch Changes

  • 642282d: Added support for new link format for on-prem Confluence
  • Updated dependencies
    • @backstage/config@1.3.3
    • @backstage/plugin-scaffolder-node@0.10.0
    • @backstage/integration@1.17.1
    • @backstage/backend-plugin-api@1.4.1

@backstage/plugin-scaffolder-backend-module-cookiecutter@0.3.13

Patch Changes

  • cf9ba6f: Fixing the typescript issue with using z.unknown()
  • Updated dependencies
    • @backstage/config@1.3.3
    • @backstage/backend-defaults@0.11.1
    • @backstage/plugin-scaffolder-node@0.10.0
    • @backstage/integration@1.17.1
    • @backstage/backend-plugin-api@1.4.1

@backstage/plugin-scaffolder-backend-module-gcp@0.2.11

Patch Changes

  • Updated dependencies
    • @backstage/config@1.3.3
    • @backstage/plugin-scaffolder-node@0.10.0
    • @backstage/integration@1.17.1
    • @backstage/backend-plugin-api@1.4.1

@backstage/plugin-scaffolder-backend-module-gerrit@0.2.11

Patch Changes

  • Updated dependencies
    • @backstage/config@1.3.3
    • @backstage/plugin-scaffolder-node@0.10.0
    • @backstage/integration@1.17.1
    • @backstage/backend-plugin-api@1.4.1

@backstage/plugin-scaffolder-backend-module-gitea@0.2.11

Patch Changes

  • Updated dependencies
    • @backstage/config@1.3.3
    • @backstage/plugin-scaffolder-node@0.10.0
    • @backstage/integration@1.17.1
    • @backstage/backend-plugin-api@1.4.1

@backstage/plugin-scaffolder-backend-module-github@0.8.1

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

  • 38db3eb: Fix typo in InputError

  • Updated dependencies

    • @backstage/config@1.3.3
    • @backstage/catalog-model@1.7.5
    • @backstage/plugin-scaffolder-node@0.10.0
    • @backstage/integration@1.17.1
    • @backstage/backend-plugin-api@1.4.1
    • @backstage/plugin-catalog-node@1.17.2

@backstage/plugin-scaffolder-backend-module-gitlab@0.9.3

Patch Changes

  • Updated dependencies
    • @backstage/config@1.3.3
    • @backstage/plugin-scaffolder-node@0.10.0
    • @backstage/integration@1.17.1
    • @backstage/backend-plugin-api@1.4.1

@backstage/plugin-scaffolder-backend-module-notifications@0.1.12

Patch Changes

  • Updated dependencies
    • @backstage/plugin-scaffolder-node@0.10.0
    • @backstage/backend-plugin-api@1.4.1
    • @backstage/plugin-notifications-common@0.0.10
    • @backstage/plugin-notifications-node@0.2.17

@backstage/plugin-scaffolder-backend-module-rails@0.5.11

Patch Changes

  • Updated dependencies
    • @backstage/config@1.3.3
    • @backstage/plugin-scaffolder-node@0.10.0
    • @backstage/integration@1.17.1
    • @backstage/backend-plugin-api@1.4.1

@backstage/plugin-scaffolder-backend-module-sentry@0.2.11

Patch Changes

  • 648b3d7: Add optional input to sentry:project:create to set the new Sentry project's platform
  • Updated dependencies
    • @backstage/config@1.3.3
    • @backstage/plugin-scaffolder-node@0.10.0
    • @backstage/backend-plugin-api@1.4.1

@backstage/plugin-scaffolder-backend-module-yeoman@0.4.12

Patch Changes

  • Updated dependencies
    • @backstage/plugin-scaffolder-node-test-utils@0.3.1
    • @backstage/plugin-scaffolder-node@0.10.0
    • @backstage/backend-plugin-api@1.4.1

@backstage/plugin-scaffolder-node-test-utils@0.3.1

Patch Changes

  • dbde180: An internal refactor which adds additional types to experimental checkpoints
  • Updated dependencies
    • @backstage/backend-test-utils@1.7.0
    • @backstage/plugin-scaffolder-node@0.10.0
    • @backstage/backend-plugin-api@1.4.1

@backstage/plugin-search@1.4.28

Patch Changes

  • Updated dependencies
    • @backstage/plugin-catalog-react@1.19.1
    • @backstage/core-components@0.17.4
    • @backstage/core-plugin-api@1.10.9
    • @backstage/core-compat-api@0.4.4
    • @backstage/frontend-plugin-api@0.10.4
    • @backstage/plugin-search-common@1.2.19
    • @backstage/plugin-search-react@1.9.2

@backstage/plugin-search-backend@2.0.4

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/config@1.3.3
    • @backstage/plugin-permission-common@0.9.1
    • @backstage/plugin-permission-node@0.10.2
    • @backstage/backend-defaults@0.11.1
    • @backstage/backend-openapi-utils@0.5.5
    • @backstage/backend-plugin-api@1.4.1
    • @backstage/plugin-search-backend-node@1.3.13
    • @backstage/plugin-search-common@1.2.19

@backstage/plugin-search-backend-module-catalog@0.3.6

Patch Changes

  • Updated dependencies
    • @backstage/config@1.3.3
    • @backstage/plugin-permission-common@0.9.1
    • @backstage/catalog-model@1.7.5
    • @backstage/catalog-client@1.10.2
    • @backstage/backend-plugin-api@1.4.1
    • @backstage/plugin-catalog-common@1.1.5
    • @backstage/plugin-catalog-node@1.17.2
    • @backstage/plugin-search-backend-node@1.3.13
    • @backstage/plugin-search-common@1.2.19

@backstage/plugin-search-backend-module-elasticsearch@1.7.4

Patch Changes

  • 3507fcd: Just some more circular dep cleanup
  • Updated dependencies
    • @backstage/config@1.3.3
    • @backstage/backend-plugin-api@1.4.1
    • @backstage/integration-aws-node@0.1.17
    • @backstage/plugin-search-backend-node@1.3.13
    • @backstage/plugin-search-common@1.2.19

@backstage/plugin-search-backend-module-explore@0.3.4

Patch Changes

  • Updated dependencies
    • @backstage/config@1.3.3
    • @backstage/backend-plugin-api@1.4.1
    • @backstage/plugin-search-backend-node@1.3.13
    • @backstage/plugin-search-common@1.2.19

@backstage/plugin-search-backend-module-pg@0.5.46

Patch Changes

  • Updated dependencies
    • @backstage/config@1.3.3
    • @backstage/backend-plugin-api@1.4.1
    • @backstage/plugin-search-backend-node@1.3.13
    • @backstage/plugin-search-common@1.2.19

@backstage/plugin-search-backend-module-stack-overflow-collator@0.3.11

Patch Changes

  • Updated dependencies
    • @backstage/config@1.3.3
    • @backstage/backend-plugin-api@1.4.1
    • @backstage/plugin-search-backend-node@1.3.13
    • @backstage/plugin-search-common@1.2.19

@backstage/plugin-search-backend-module-techdocs@0.4.4

Patch Changes

  • Updated dependencies
    • @backstage/config@1.3.3
    • @backstage/plugin-permission-common@0.9.1
    • @backstage/catalog-model@1.7.5
    • @backstage/catalog-client@1.10.2
    • @backstage/plugin-techdocs-node@1.13.5
    • @backstage/backend-plugin-api@1.4.1
    • @backstage/plugin-catalog-common@1.1.5
    • @backstage/plugin-catalog-node@1.17.2
    • @backstage/plugin-search-backend-node@1.3.13
    • @backstage/plugin-search-common@1.2.19

@backstage/plugin-search-backend-node@1.3.13

Patch Changes

  • Updated dependencies
    • @backstage/config@1.3.3
    • @backstage/plugin-permission-common@0.9.1
    • @backstage/backend-plugin-api@1.4.1
    • @backstage/plugin-search-common@1.2.19

@backstage/plugin-search-common@1.2.19

Patch Changes

  • Updated dependencies
    • @backstage/plugin-permission-common@0.9.1

@backstage/plugin-search-react@1.9.2

Patch Changes

  • Updated dependencies
    • @backstage/core-components@0.17.4
    • @backstage/core-plugin-api@1.10.9
    • @backstage/theme@0.6.7
    • @backstage/frontend-plugin-api@0.10.4
    • @backstage/plugin-search-common@1.2.19

@backstage/plugin-signals@0.0.21

Patch Changes

  • d52d67f: Added a New Frontend System App Root Element for the <SignalsDisplay /> component
  • Updated dependencies
    • @backstage/core-components@0.17.4
    • @backstage/core-plugin-api@1.10.9
    • @backstage/theme@0.6.7
    • @backstage/core-compat-api@0.4.4
    • @backstage/frontend-plugin-api@0.10.4
    • @backstage/plugin-signals-react@0.0.15

@backstage/plugin-signals-backend@0.3.6

Patch Changes

  • Updated dependencies
    • @backstage/config@1.3.3
    • @backstage/backend-plugin-api@1.4.1
    • @backstage/plugin-auth-node@0.6.5
    • @backstage/plugin-events-node@0.4.13
    • @backstage/plugin-signals-node@0.1.22

@backstage/plugin-signals-node@0.1.22

Patch Changes

  • Updated dependencies
    • @backstage/config@1.3.3
    • @backstage/backend-plugin-api@1.4.1
    • @backstage/plugin-auth-node@0.6.5
    • @backstage/plugin-events-node@0.4.13

@backstage/plugin-signals-react@0.0.15

Patch Changes

  • Updated dependencies
    • @backstage/core-plugin-api@1.10.9

@backstage/plugin-techdocs@1.13.2

Patch Changes

  • 1debf7f: Fixed an issue causing TechDocs to not properly handle initial redirect.
  • Updated dependencies
    • @backstage/plugin-catalog-react@1.19.1
    • @backstage/config@1.3.3
    • @backstage/catalog-model@1.7.5
    • @backstage/catalog-client@1.10.2
    • @backstage/core-components@0.17.4
    • @backstage/core-plugin-api@1.10.9
    • @backstage/integration@1.17.1
    • @backstage/theme@0.6.7
    • @backstage/integration-react@1.2.9
    • @backstage/core-compat-api@0.4.4
    • @backstage/frontend-plugin-api@0.10.4
    • @backstage/plugin-auth-react@0.1.17
    • @backstage/plugin-search-common@1.2.19
    • @backstage/plugin-search-react@1.9.2
    • @backstage/plugin-techdocs-react@1.3.1

@backstage/plugin-techdocs-addons-test-utils@1.0.51

Patch Changes

  • Updated dependencies
    • @backstage/plugin-techdocs@1.13.2
    • @backstage/plugin-catalog-react@1.19.1
    • @backstage/plugin-catalog@1.31.1
    • @backstage/core-plugin-api@1.10.9
    • @backstage/core-app-api@1.18.0
    • @backstage/integration-react@1.2.9
    • @backstage/test-utils@1.7.10
    • @backstage/plugin-search-react@1.9.2
    • @backstage/plugin-techdocs-react@1.3.1

@backstage/plugin-techdocs-backend@2.0.4

Patch Changes

  • Updated dependencies
    • @backstage/config@1.3.3
    • @backstage/plugin-permission-common@0.9.1
    • @backstage/catalog-model@1.7.5
    • @backstage/backend-defaults@0.11.1
    • @backstage/catalog-client@1.10.2
    • @backstage/integration@1.17.1
    • @backstage/plugin-techdocs-node@1.13.5
    • @backstage/backend-plugin-api@1.4.1
    • @backstage/plugin-catalog-common@1.1.5
    • @backstage/plugin-catalog-node@1.17.2
    • @backstage/plugin-search-backend-module-techdocs@0.4.4

@backstage/plugin-techdocs-module-addons-contrib@1.1.26

Patch Changes

  • Updated dependencies
    • @backstage/core-components@0.17.4
    • @backstage/core-plugin-api@1.10.9
    • @backstage/integration@1.17.1
    • @backstage/integration-react@1.2.9
    • @backstage/frontend-plugin-api@0.10.4
    • @backstage/plugin-techdocs-react@1.3.1

@backstage/plugin-techdocs-node@1.13.5

Patch Changes

  • 029526c: Updated the error message thrown by parseReferenceAnnotation to reflect the annotation value passed as an argument rather than in correctly assuming location.
  • Updated dependencies
    • @backstage/config@1.3.3
    • @backstage/catalog-model@1.7.5
    • @backstage/integration@1.17.1
    • @backstage/backend-plugin-api@1.4.1
    • @backstage/integration-aws-node@0.1.17
    • @backstage/plugin-search-common@1.2.19

@backstage/plugin-techdocs-react@1.3.1

Patch Changes

  • Updated dependencies
    • @backstage/config@1.3.3
    • @backstage/catalog-model@1.7.5
    • @backstage/core-components@0.17.4
    • @backstage/core-plugin-api@1.10.9
    • @backstage/frontend-plugin-api@0.10.4

@backstage/plugin-user-settings@0.8.24

Patch Changes

  • aa3b054: Added signIn and signOut analytic events to the @backstage/core-components of sign in and sign out.
  • Updated dependencies
    • @backstage/plugin-catalog-react@1.19.1
    • @backstage/catalog-model@1.7.5
    • @backstage/core-components@0.17.4
    • @backstage/core-plugin-api@1.10.9
    • @backstage/theme@0.6.7
    • @backstage/core-app-api@1.18.0
    • @backstage/core-compat-api@0.4.4
    • @backstage/frontend-plugin-api@0.10.4
    • @backstage/plugin-signals-react@0.0.15

@backstage/plugin-user-settings-backend@0.3.4

Patch Changes

  • Updated dependencies
    • @backstage/backend-defaults@0.11.1
    • @backstage/backend-plugin-api@1.4.1
    • @backstage/plugin-auth-node@0.6.5
    • @backstage/plugin-signals-node@0.1.22

example-app@0.2.111

Patch Changes

  • Updated dependencies
    • @backstage/plugin-home@0.8.10
    • @backstage/plugin-techdocs@1.13.2
    • @backstage/plugin-catalog-react@1.19.1
    • @backstage/plugin-catalog-graph@0.4.21
    • @backstage/config@1.3.3
    • @backstage/frontend-app-api@0.11.4
    • @backstage/catalog-model@1.7.5
    • @backstage/plugin-scaffolder@1.33.0
    • @backstage/ui@0.6.0
    • @backstage/cli@0.33.1
    • @backstage/plugin-scaffolder-react@1.18.0
    • @backstage/plugin-catalog@1.31.1
    • @backstage/core-components@0.17.4
    • @backstage/core-plugin-api@1.10.9
    • @backstage/plugin-org@0.6.41
    • @backstage/theme@0.6.7
    • @backstage/plugin-catalog-import@0.13.3
    • @backstage/core-app-api@1.18.0
    • @backstage/plugin-user-settings@0.8.24
    • @backstage/integration-react@1.2.9
    • @backstage/plugin-signals@0.0.21
    • @backstage/app-defaults@1.6.4
    • @backstage/plugin-api-docs@0.12.9
    • @backstage/plugin-auth-react@0.1.17
    • @backstage/plugin-catalog-common@1.1.5
    • @backstage/plugin-catalog-unprocessed-entities@0.2.19
    • @backstage/plugin-devtools@0.1.29
    • @backstage/plugin-kubernetes@0.12.9
    • @backstage/plugin-kubernetes-cluster@0.0.27
    • @backstage/plugin-notifications@0.5.7
    • @backstage/plugin-permission-react@0.4.36
    • @backstage/plugin-search@1.4.28
    • @backstage/plugin-search-common@1.2.19
    • @backstage/plugin-search-react@1.9.2
    • @backstage/plugin-techdocs-module-addons-contrib@1.1.26
    • @backstage/plugin-techdocs-react@1.3.1

example-app-next@0.0.25

Patch Changes

  • Updated dependencies
    • @backstage/plugin-home@0.8.10
    • @backstage/plugin-techdocs@1.13.2
    • @backstage/plugin-catalog-react@1.19.1
    • @backstage/plugin-catalog-graph@0.4.21
    • @backstage/config@1.3.3
    • @backstage/frontend-app-api@0.11.4
    • @backstage/catalog-model@1.7.5
    • @backstage/plugin-scaffolder@1.33.0
    • @backstage/ui@0.6.0
    • @backstage/cli@0.33.1
    • @backstage/plugin-scaffolder-react@1.18.0
    • @backstage/plugin-catalog@1.31.1
    • @backstage/core-components@0.17.4
    • @backstage/core-plugin-api@1.10.9
    • @backstage/plugin-org@0.6.41
    • @backstage/theme@0.6.7
    • @backstage/plugin-catalog-import@0.13.3
    • @backstage/core-app-api@1.18.0
    • @backstage/plugin-user-settings@0.8.24
    • @backstage/integration-react@1.2.9
    • @backstage/plugin-app@0.1.11
    • @backstage/plugin-signals@0.0.21
    • @backstage/app-defaults@1.6.4
    • @backstage/core-compat-api@0.4.4
    • @backstage/frontend-defaults@0.2.4
    • @backstage/frontend-plugin-api@0.10.4
    • @backstage/plugin-api-docs@0.12.9
    • @backstage/plugin-app-visualizer@0.1.21
    • @backstage/plugin-auth-react@0.1.17
    • @backstage/plugin-catalog-common@1.1.5
    • @backstage/plugin-catalog-unprocessed-entities@0.2.19
    • @backstage/plugin-kubernetes@0.12.9
    • @backstage/plugin-kubernetes-cluster@0.0.27
    • @backstage/plugin-notifications@0.5.7
    • @backstage/plugin-permission-react@0.4.36
    • @backstage/plugin-search@1.4.28
    • @backstage/plugin-search-common@1.2.19
    • @backstage/plugin-search-react@1.9.2
    • @backstage/plugin-techdocs-module-addons-contrib@1.1.26
    • @backstage/plugin-techdocs-react@1.3.1

app-next-example-plugin@0.0.25

Patch Changes

  • Updated dependencies
    • @backstage/core-components@0.17.4
    • @backstage/frontend-plugin-api@0.10.4

example-backend@0.0.40

Patch Changes

  • Updated dependencies
    • @backstage/plugin-catalog-backend@3.0.0
    • @backstage/plugin-scaffolder-backend@2.1.0
    • @backstage/plugin-permission-common@0.9.1
    • @backstage/plugin-permission-node@0.10.2
    • @backstage/catalog-model@1.7.5
    • @backstage/backend-defaults@0.11.1
    • @backstage/plugin-notifications-backend@0.5.8
    • @backstage/plugin-mcp-actions-backend@0.1.1
    • @backstage/plugin-auth-backend@0.25.2
    • @backstage/plugin-scaffolder-backend-module-github@0.8.1
    • @backstage/plugin-search-backend@2.0.4
    • @backstage/backend-plugin-api@1.4.1
    • @backstage/plugin-app-backend@0.5.4
    • @backstage/plugin-auth-backend-module-github-provider@0.3.5
    • @backstage/plugin-auth-backend-module-guest-provider@0.2.10
    • @backstage/plugin-auth-node@0.6.5
    • @backstage/plugin-catalog-backend-module-backstage-openapi@0.5.4
    • @backstage/plugin-catalog-backend-module-openapi@0.2.12
    • @backstage/plugin-catalog-backend-module-scaffolder-entity-model@0.2.10
    • @backstage/plugin-catalog-backend-module-unprocessed@0.6.2
    • @backstage/plugin-devtools-backend@0.5.7
    • @backstage/plugin-events-backend@0.5.4
    • @backstage/plugin-events-backend-module-google-pubsub@0.1.2
    • @backstage/plugin-kubernetes-backend@0.19.8
    • @backstage/plugin-permission-backend@0.7.2
    • @backstage/plugin-permission-backend-module-allow-all-policy@0.2.10
    • @backstage/plugin-proxy-backend@0.6.4
    • @backstage/plugin-scaffolder-backend-module-notifications@0.1.12
    • @backstage/plugin-search-backend-module-catalog@0.3.6
    • @backstage/plugin-search-backend-module-explore@0.3.4
    • @backstage/plugin-search-backend-module-techdocs@0.4.4
    • @backstage/plugin-search-backend-node@1.3.13
    • @backstage/plugin-signals-backend@0.3.6
    • @backstage/plugin-techdocs-backend@2.0.4

e2e-test@0.2.30

Patch Changes

  • Updated dependencies
    • @backstage/create-app@0.7.1

@internal/frontend@0.0.11

Patch Changes

  • Updated dependencies
    • @backstage/frontend-plugin-api@0.10.4

@internal/scaffolder@0.0.11

Patch Changes

  • Updated dependencies
    • @backstage/plugin-scaffolder-react@1.18.0
    • @backstage/frontend-plugin-api@0.10.4

techdocs-cli-embedded-app@0.2.110

Patch Changes

  • Updated dependencies
    • @backstage/plugin-techdocs@1.13.2
    • @backstage/config@1.3.3
    • @backstage/catalog-model@1.7.5
    • @backstage/cli@0.33.1
    • @backstage/plugin-catalog@1.31.1
    • @backstage/core-components@0.17.4
    • @backstage/core-plugin-api@1.10.9
    • @backstage/theme@0.6.7
    • @backstage/core-app-api@1.18.0
    • @backstage/integration-react@1.2.9
    • @backstage/app-defaults@1.6.4
    • @backstage/test-utils@1.7.10
    • @backstage/plugin-techdocs-react@1.3.1

yarn-plugin-backstage@0.0.7

Patch Changes

  • d6084b8: Fixed a bug that would prevent the yarn plugin from installing new dependencies with the backstage:^ protocol.

@internal/plugin-todo-list@1.0.41

Patch Changes

  • Updated dependencies
    • @backstage/core-components@0.17.4
    • @backstage/core-plugin-api@1.10.9

@internal/plugin-todo-list-backend@1.0.41

Patch Changes

  • Updated dependencies
    • @backstage/backend-plugin-api@1.4.1

@internal/plugin-todo-list-common@1.0.26

Patch Changes

  • Updated dependencies
    • @backstage/plugin-permission-common@0.9.1