# Release v1.33.0-next.3

Upgrade Helper: [https://backstage.github.io/upgrade-helper/?to=1.33.0-next.3](https://backstage.github.io/upgrade-helper/?to=1.33.0-next.3)

## @backstage/cli@0.29.0-next.3

### Minor Changes

- d849865: The package packing now populates `typesVersions` for additional entry points rather than using additional `package.json` files for type resolution. This improves auto completion of separate entry points when consuming published packages.

### Patch Changes

- 4a378d3: Fix dev server reloads of plugin discovery for new frontend system.
- 6c48ebd: Add `--max-warnings -1` support to `backstage-cli package lint`
- 23f1da2: Updated dependency `ts-morph` to `^24.0.0`.
- b533056: Updated dependency `css-loader` to `^7.0.0`.
- be008c3: Updated dependency `@module-federation/enhanced` to `^0.7.0`.
- 09ea093: Fixed an issue where `.css` style injection would fail for published packages.
- Updated dependencies
  - @backstage/catalog-model@1.7.0
  - @backstage/cli-common@0.1.15-next.0
  - @backstage/cli-node@0.2.10-next.0
  - @backstage/config@1.2.0
  - @backstage/config-loader@1.9.2-next.0
  - @backstage/errors@1.2.4
  - @backstage/eslint-plugin@0.1.10
  - @backstage/integration@1.15.1
  - @backstage/release-manifests@0.0.11
  - @backstage/types@1.1.1

## @backstage/plugin-catalog@1.25.0-next.3

### Minor Changes

- 50df3c8: - Updated EntityLayout component to implement breadcrumb navigation based on the entity relations.

  - Added parentEntityRelations prop to EntityLayoutProps to specify relation types for parent entities.

- 79e9631: Allow `OffsetPaginatedCatalogTable` to configure Table options and `CursorPaginatedCatalogTable` to configure `paginationPosition`.

### Patch Changes

- Updated dependencies
  - @backstage/plugin-scaffolder-common@1.5.7-next.0
  - @backstage/core-components@0.16.0-next.2
  - @backstage/plugin-catalog-react@1.14.1-next.3
  - @backstage/core-compat-api@0.3.2-next.2
  - @backstage/catalog-client@1.8.0-next.1
  - @backstage/catalog-model@1.7.0
  - @backstage/core-plugin-api@1.10.0
  - @backstage/errors@1.2.4
  - @backstage/frontend-plugin-api@0.9.1-next.2
  - @backstage/integration-react@1.2.0
  - @backstage/types@1.1.1
  - @backstage/plugin-catalog-common@1.1.0
  - @backstage/plugin-permission-react@0.4.27
  - @backstage/plugin-search-common@1.2.14
  - @backstage/plugin-search-react@1.8.2-next.2

## @backstage/plugin-catalog-backend@1.28.0-next.3

### Minor Changes

- 76857da: Added `entity_ref` column to `final_entities` in order to move `refresh_state` away from the read path
- 34d4360: Drop redundant indices from the database.

  The following redundant indices are removed in this version:

  - `final_entities_entity_id_idx` - overlaps with `final_entities_pkey`
  - `refresh_state_entity_id_idx` - overlaps with `refresh_state_pkey`
  - `refresh_state_entity_ref_idx` - overlaps with `refresh_state_entity_ref_uniq`
  - `search_key_idx` and `search_value_idx` - these were replaced by the composite index `search_key_value_idx` in #22594

  No negative end user impact is expected, but rather that performance should increase due to less index churn.

### Patch Changes

- b89834b: Fixed an issue where entities would not be marked for restitching if only the target of a relationship changed.
- Updated dependencies
  - @backstage/plugin-events-node@0.4.5-next.3
  - @backstage/backend-openapi-utils@0.3.0-next.2
  - @backstage/backend-plugin-api@1.0.2-next.2
  - @backstage/catalog-client@1.8.0-next.1
  - @backstage/catalog-model@1.7.0
  - @backstage/config@1.2.0
  - @backstage/errors@1.2.4
  - @backstage/integration@1.15.1
  - @backstage/types@1.1.1
  - @backstage/plugin-catalog-common@1.1.0
  - @backstage/plugin-catalog-node@1.14.0-next.2
  - @backstage/plugin-permission-common@0.8.1
  - @backstage/plugin-permission-node@0.8.5-next.2
  - @backstage/plugin-search-backend-module-catalog@0.2.5-next.3

## @backstage/plugin-scaffolder@1.27.0-next.3

### Minor Changes

- f61d4cc: Add scaffolder permission `scaffolder.template.management` for accessing the template management features
- 69fb6e7: Fix `contextMenu` not being disabled bug in new scaffolder pages

### Patch Changes

- Updated dependencies
  - @backstage/plugin-scaffolder-common@1.5.7-next.0
  - @backstage/plugin-scaffolder-react@1.14.0-next.3
  - @backstage/core-components@0.16.0-next.2
  - @backstage/plugin-catalog-react@1.14.1-next.3
  - @backstage/core-compat-api@0.3.2-next.2
  - @backstage/catalog-client@1.8.0-next.1
  - @backstage/catalog-model@1.7.0
  - @backstage/core-plugin-api@1.10.0
  - @backstage/errors@1.2.4
  - @backstage/frontend-plugin-api@0.9.1-next.2
  - @backstage/integration@1.15.1
  - @backstage/integration-react@1.2.0
  - @backstage/types@1.1.1
  - @backstage/plugin-catalog-common@1.1.0
  - @backstage/plugin-permission-react@0.4.27

## @backstage/plugin-scaffolder-react@1.14.0-next.3

### Minor Changes

- 69fb6e7: Fix `contextMenu` not being disabled bug in new scaffolder pages

### Patch Changes

- f61d4cc: Add scaffolder permission `scaffolder.template.management` for accessing the template management features
- Updated dependencies
  - @backstage/plugin-scaffolder-common@1.5.7-next.0
  - @backstage/core-components@0.16.0-next.2
  - @backstage/plugin-catalog-react@1.14.1-next.3
  - @backstage/catalog-client@1.8.0-next.1
  - @backstage/catalog-model@1.7.0
  - @backstage/core-plugin-api@1.10.0
  - @backstage/frontend-plugin-api@0.9.1-next.2
  - @backstage/theme@0.6.1-next.0
  - @backstage/types@1.1.1
  - @backstage/version-bridge@1.0.10
  - @backstage/plugin-permission-react@0.4.27

## @backstage/app-defaults@1.5.13-next.2

### Patch Changes

- Updated dependencies
  - @backstage/core-components@0.16.0-next.2
  - @backstage/core-app-api@1.15.1
  - @backstage/core-plugin-api@1.10.0
  - @backstage/theme@0.6.1-next.0
  - @backstage/plugin-permission-react@0.4.27

## @backstage/backend-defaults@0.5.3-next.3

### Patch Changes

- ecf6b39: Use `node-fetch` instead of native fetch, as per <https://backstage.io/docs/architecture-decisions/adrs-adr013>
- Updated dependencies
  - @backstage/integration-aws-node@0.1.13-next.0
  - @backstage/plugin-events-node@0.4.5-next.3
  - @backstage/backend-app-api@1.0.2-next.2
  - @backstage/backend-dev-utils@0.1.5
  - @backstage/backend-plugin-api@1.0.2-next.2
  - @backstage/cli-common@0.1.15-next.0
  - @backstage/cli-node@0.2.10-next.0
  - @backstage/config@1.2.0
  - @backstage/config-loader@1.9.2-next.0
  - @backstage/errors@1.2.4
  - @backstage/integration@1.15.1
  - @backstage/types@1.1.1
  - @backstage/plugin-auth-node@0.5.4-next.2
  - @backstage/plugin-permission-node@0.8.5-next.2

## @backstage/backend-dynamic-feature-service@0.5.0-next.3

### Patch Changes

- Updated dependencies
  - @backstage/plugin-events-node@0.4.5-next.3
  - @backstage/plugin-events-backend@0.3.16-next.3
  - @backstage/plugin-catalog-backend@1.28.0-next.3
  - @backstage/backend-defaults@0.5.3-next.3
  - @backstage/backend-app-api@1.0.2-next.2
  - @backstage/backend-plugin-api@1.0.2-next.2
  - @backstage/cli-common@0.1.15-next.0
  - @backstage/cli-node@0.2.10-next.0
  - @backstage/config@1.2.0
  - @backstage/config-loader@1.9.2-next.0
  - @backstage/errors@1.2.4
  - @backstage/types@1.1.1
  - @backstage/plugin-app-node@0.1.27-next.2
  - @backstage/plugin-auth-node@0.5.4-next.2
  - @backstage/plugin-permission-common@0.8.1
  - @backstage/plugin-permission-node@0.8.5-next.2
  - @backstage/plugin-scaffolder-node@0.5.1-next.3
  - @backstage/plugin-search-backend-node@1.3.5-next.3
  - @backstage/plugin-search-common@1.2.14

## @backstage/backend-test-utils@1.1.0-next.3

### Patch Changes

- Updated dependencies
  - @backstage/plugin-events-node@0.4.5-next.3
  - @backstage/backend-defaults@0.5.3-next.3
  - @backstage/backend-app-api@1.0.2-next.2
  - @backstage/backend-plugin-api@1.0.2-next.2
  - @backstage/config@1.2.0
  - @backstage/errors@1.2.4
  - @backstage/types@1.1.1
  - @backstage/plugin-auth-node@0.5.4-next.2

## @backstage/core-compat-api@0.3.2-next.2

### Patch Changes

- Updated dependencies
  - @backstage/core-plugin-api@1.10.0
  - @backstage/frontend-plugin-api@0.9.1-next.2
  - @backstage/version-bridge@1.0.10

## @backstage/core-components@0.16.0-next.2

### Patch Changes

- 0f18340: Change core component Table tool bar search box to the a appropriate Search icon and text
- Updated dependencies
  - @backstage/config@1.2.0
  - @backstage/core-plugin-api@1.10.0
  - @backstage/errors@1.2.4
  - @backstage/theme@0.6.1-next.0
  - @backstage/version-bridge@1.0.10

## @backstage/create-app@0.5.22-next.3

### Patch Changes

- 5872964: Use the main entrypoint for `create-app` installs
- Updated dependencies
  - @backstage/cli-common@0.1.15-next.0

## @backstage/dev-utils@1.1.3-next.3

### Patch Changes

- Updated dependencies
  - @backstage/core-components@0.16.0-next.2
  - @backstage/plugin-catalog-react@1.14.1-next.3
  - @backstage/app-defaults@1.5.13-next.2
  - @backstage/catalog-model@1.7.0
  - @backstage/core-app-api@1.15.1
  - @backstage/core-plugin-api@1.10.0
  - @backstage/integration-react@1.2.0
  - @backstage/theme@0.6.1-next.0

## @backstage/frontend-app-api@0.10.1-next.2

### Patch Changes

- Updated dependencies
  - @backstage/config@1.2.0
  - @backstage/core-app-api@1.15.1
  - @backstage/core-plugin-api@1.10.0
  - @backstage/errors@1.2.4
  - @backstage/frontend-defaults@0.1.2-next.2
  - @backstage/frontend-plugin-api@0.9.1-next.2
  - @backstage/types@1.1.1
  - @backstage/version-bridge@1.0.10

## @backstage/frontend-defaults@0.1.2-next.2

### Patch Changes

- Updated dependencies
  - @backstage/config@1.2.0
  - @backstage/errors@1.2.4
  - @backstage/frontend-app-api@0.10.1-next.2
  - @backstage/frontend-plugin-api@0.9.1-next.2
  - @backstage/plugin-app@0.1.2-next.2

## @backstage/frontend-plugin-api@0.9.1-next.2

### Patch Changes

- Updated dependencies
  - @backstage/core-components@0.16.0-next.2
  - @backstage/core-plugin-api@1.10.0
  - @backstage/types@1.1.1
  - @backstage/version-bridge@1.0.10

## @backstage/frontend-test-utils@0.2.2-next.2

### Patch Changes

- Updated dependencies
  - @backstage/config@1.2.0
  - @backstage/frontend-app-api@0.10.1-next.2
  - @backstage/frontend-plugin-api@0.9.1-next.2
  - @backstage/test-utils@1.7.1-next.0
  - @backstage/types@1.1.1
  - @backstage/version-bridge@1.0.10
  - @backstage/plugin-app@0.1.2-next.2

## @backstage/integration-aws-node@0.1.13-next.0

### Patch Changes

- 52ae92d: The `getDefaultCredentialsChain` function now accepts and applies a `region` parameter, preventing it from defaulting to `us-east-1` when no region is specified.
- Updated dependencies
  - @backstage/config@1.2.0
  - @backstage/errors@1.2.4

## @backstage/repo-tools@0.11.0-next.3

### Patch Changes

- 95401a8: The `generate-patch` command now properly includes newly created files in the patch.
- 23f1da2: Updated dependency `ts-morph` to `^24.0.0`.
- 3f1fb21: The `generate-patch` command will now fall back to always adding a `resolutions` entry, even if no matching descriptors are found.
- Updated dependencies
  - @backstage/backend-plugin-api@1.0.2-next.2
  - @backstage/catalog-model@1.7.0
  - @backstage/cli-common@0.1.15-next.0
  - @backstage/cli-node@0.2.10-next.0
  - @backstage/config-loader@1.9.2-next.0
  - @backstage/errors@1.2.4

## @techdocs/cli@1.8.22-next.3

### Patch Changes

- Updated dependencies
  - @backstage/backend-defaults@0.5.3-next.3
  - @backstage/catalog-model@1.7.0
  - @backstage/cli-common@0.1.15-next.0
  - @backstage/config@1.2.0
  - @backstage/plugin-techdocs-node@1.12.13-next.3

## @backstage/plugin-api-docs@0.11.12-next.3

### Patch Changes

- Updated dependencies
  - @backstage/plugin-catalog@1.25.0-next.3
  - @backstage/core-components@0.16.0-next.2
  - @backstage/plugin-catalog-react@1.14.1-next.3
  - @backstage/core-compat-api@0.3.2-next.2
  - @backstage/catalog-model@1.7.0
  - @backstage/core-plugin-api@1.10.0
  - @backstage/frontend-plugin-api@0.9.1-next.2
  - @backstage/plugin-catalog-common@1.1.0
  - @backstage/plugin-permission-react@0.4.27

## @backstage/plugin-app@0.1.2-next.2

### Patch Changes

- Updated dependencies
  - @backstage/core-components@0.16.0-next.2
  - @backstage/core-plugin-api@1.10.0
  - @backstage/frontend-plugin-api@0.9.1-next.2
  - @backstage/integration-react@1.2.0
  - @backstage/theme@0.6.1-next.0
  - @backstage/plugin-permission-react@0.4.27

## @backstage/plugin-app-visualizer@0.1.12-next.3

### Patch Changes

- Updated dependencies
  - @backstage/core-components@0.16.0-next.2
  - @backstage/core-plugin-api@1.10.0
  - @backstage/frontend-plugin-api@0.9.1-next.2

## @backstage/plugin-auth-react@0.1.8-next.2

### Patch Changes

- Updated dependencies
  - @backstage/core-components@0.16.0-next.2
  - @backstage/core-plugin-api@1.10.0
  - @backstage/errors@1.2.4

## @backstage/plugin-bitbucket-cloud-common@0.2.25-next.0

### Patch Changes

- 23f1da2: Updated dependency `ts-morph` to `^24.0.0`.
- Updated dependencies
  - @backstage/integration@1.15.1

## @backstage/plugin-catalog-backend-module-aws@0.4.5-next.3

### Patch Changes

- Updated dependencies
  - @backstage/integration-aws-node@0.1.13-next.0
  - @backstage/backend-defaults@0.5.3-next.3
  - @backstage/backend-plugin-api@1.0.2-next.2
  - @backstage/catalog-model@1.7.0
  - @backstage/config@1.2.0
  - @backstage/errors@1.2.4
  - @backstage/integration@1.15.1
  - @backstage/plugin-catalog-common@1.1.0
  - @backstage/plugin-catalog-node@1.14.0-next.2
  - @backstage/plugin-kubernetes-common@0.9.0-next.0

## @backstage/plugin-catalog-backend-module-bitbucket-cloud@0.4.2-next.3

### Patch Changes

- f6b4b8a: Implemented discovery on project-level to shift Bitbucket Cloud API limits
- Updated dependencies
  - @backstage/plugin-bitbucket-cloud-common@0.2.25-next.0
  - @backstage/plugin-events-node@0.4.5-next.3
  - @backstage/backend-plugin-api@1.0.2-next.2
  - @backstage/catalog-client@1.8.0-next.1
  - @backstage/catalog-model@1.7.0
  - @backstage/config@1.2.0
  - @backstage/integration@1.15.1
  - @backstage/plugin-catalog-common@1.1.0
  - @backstage/plugin-catalog-node@1.14.0-next.2

## @backstage/plugin-catalog-backend-module-github@0.7.7-next.3

### Patch Changes

- Updated dependencies
  - @backstage/plugin-events-node@0.4.5-next.3
  - @backstage/plugin-catalog-backend@1.28.0-next.3
  - @backstage/backend-plugin-api@1.0.2-next.2
  - @backstage/catalog-client@1.8.0-next.1
  - @backstage/catalog-model@1.7.0
  - @backstage/config@1.2.0
  - @backstage/integration@1.15.1
  - @backstage/plugin-catalog-common@1.1.0
  - @backstage/plugin-catalog-node@1.14.0-next.2

## @backstage/plugin-catalog-backend-module-github-org@0.3.4-next.3

### Patch Changes

- Updated dependencies
  - @backstage/plugin-events-node@0.4.5-next.3
  - @backstage/backend-plugin-api@1.0.2-next.2
  - @backstage/config@1.2.0
  - @backstage/plugin-catalog-backend-module-github@0.7.7-next.3
  - @backstage/plugin-catalog-node@1.14.0-next.2

## @backstage/plugin-catalog-backend-module-gitlab@0.5.0-next.3

### Patch Changes

- Updated dependencies
  - @backstage/plugin-events-node@0.4.5-next.3
  - @backstage/backend-defaults@0.5.3-next.3
  - @backstage/backend-plugin-api@1.0.2-next.2
  - @backstage/catalog-model@1.7.0
  - @backstage/config@1.2.0
  - @backstage/integration@1.15.1
  - @backstage/plugin-catalog-common@1.1.0
  - @backstage/plugin-catalog-node@1.14.0-next.2

## @backstage/plugin-catalog-backend-module-gitlab-org@0.2.3-next.3

### Patch Changes

- Updated dependencies
  - @backstage/plugin-events-node@0.4.5-next.3
  - @backstage/backend-plugin-api@1.0.2-next.2
  - @backstage/plugin-catalog-backend-module-gitlab@0.5.0-next.3
  - @backstage/plugin-catalog-node@1.14.0-next.2

## @backstage/plugin-catalog-backend-module-incremental-ingestion@0.6.0-next.3

### Patch Changes

- Updated dependencies
  - @backstage/plugin-events-node@0.4.5-next.3
  - @backstage/plugin-catalog-backend@1.28.0-next.3
  - @backstage/backend-plugin-api@1.0.2-next.2
  - @backstage/catalog-model@1.7.0
  - @backstage/config@1.2.0
  - @backstage/errors@1.2.4
  - @backstage/types@1.1.1
  - @backstage/plugin-catalog-node@1.14.0-next.2
  - @backstage/plugin-permission-common@0.8.1

## @backstage/plugin-catalog-backend-module-logs@0.1.4-next.3

### Patch Changes

- Updated dependencies
  - @backstage/plugin-events-node@0.4.5-next.3
  - @backstage/plugin-catalog-backend@1.28.0-next.3
  - @backstage/backend-plugin-api@1.0.2-next.2

## @backstage/plugin-catalog-backend-module-openapi@0.2.4-next.3

### Patch Changes

- Updated dependencies
  - @backstage/plugin-catalog-backend@1.28.0-next.3
  - @backstage/backend-plugin-api@1.0.2-next.2
  - @backstage/catalog-model@1.7.0
  - @backstage/config@1.2.0
  - @backstage/integration@1.15.1
  - @backstage/types@1.1.1
  - @backstage/plugin-catalog-common@1.1.0
  - @backstage/plugin-catalog-node@1.14.0-next.2

## @backstage/plugin-catalog-backend-module-scaffolder-entity-model@0.2.2-next.3

### Patch Changes

- Updated dependencies
  - @backstage/plugin-scaffolder-common@1.5.7-next.0
  - @backstage/backend-plugin-api@1.0.2-next.2
  - @backstage/catalog-model@1.7.0
  - @backstage/plugin-catalog-common@1.1.0
  - @backstage/plugin-catalog-node@1.14.0-next.2

## @backstage/plugin-catalog-graph@0.4.12-next.3

### Patch Changes

- Updated dependencies
  - @backstage/core-components@0.16.0-next.2
  - @backstage/plugin-catalog-react@1.14.1-next.3
  - @backstage/core-compat-api@0.3.2-next.2
  - @backstage/catalog-client@1.8.0-next.1
  - @backstage/catalog-model@1.7.0
  - @backstage/core-plugin-api@1.10.0
  - @backstage/frontend-plugin-api@0.9.1-next.2
  - @backstage/types@1.1.1

## @backstage/plugin-catalog-import@0.12.6-next.3

### Patch Changes

- Updated dependencies
  - @backstage/core-components@0.16.0-next.2
  - @backstage/plugin-catalog-react@1.14.1-next.3
  - @backstage/core-compat-api@0.3.2-next.2
  - @backstage/catalog-client@1.8.0-next.1
  - @backstage/catalog-model@1.7.0
  - @backstage/config@1.2.0
  - @backstage/core-plugin-api@1.10.0
  - @backstage/errors@1.2.4
  - @backstage/frontend-plugin-api@0.9.1-next.2
  - @backstage/integration@1.15.1
  - @backstage/integration-react@1.2.0
  - @backstage/plugin-catalog-common@1.1.0

## @backstage/plugin-catalog-react@1.14.1-next.3

### Patch Changes

- 6fcbb3b: Ensure EntityDisplayName component link receives underline on hover.
- 9670906: Improve UI consistency of default catalog filters
- Updated dependencies
  - @backstage/core-components@0.16.0-next.2
  - @backstage/core-compat-api@0.3.2-next.2
  - @backstage/catalog-client@1.8.0-next.1
  - @backstage/catalog-model@1.7.0
  - @backstage/core-plugin-api@1.10.0
  - @backstage/errors@1.2.4
  - @backstage/frontend-plugin-api@0.9.1-next.2
  - @backstage/frontend-test-utils@0.2.2-next.2
  - @backstage/integration-react@1.2.0
  - @backstage/types@1.1.1
  - @backstage/version-bridge@1.0.10
  - @backstage/plugin-catalog-common@1.1.0
  - @backstage/plugin-permission-common@0.8.1
  - @backstage/plugin-permission-react@0.4.27

## @backstage/plugin-catalog-unprocessed-entities@0.2.10-next.2

### Patch Changes

- Updated dependencies
  - @backstage/core-components@0.16.0-next.2
  - @backstage/catalog-model@1.7.0
  - @backstage/core-plugin-api@1.10.0
  - @backstage/errors@1.2.4

## @backstage/plugin-config-schema@0.1.61-next.2

### Patch Changes

- Updated dependencies
  - @backstage/core-components@0.16.0-next.2
  - @backstage/core-plugin-api@1.10.0
  - @backstage/errors@1.2.4
  - @backstage/types@1.1.1

## @backstage/plugin-devtools@0.1.20-next.2

### Patch Changes

- Updated dependencies
  - @backstage/core-components@0.16.0-next.2
  - @backstage/core-compat-api@0.3.2-next.2
  - @backstage/core-plugin-api@1.10.0
  - @backstage/errors@1.2.4
  - @backstage/frontend-plugin-api@0.9.1-next.2
  - @backstage/plugin-devtools-common@0.1.12
  - @backstage/plugin-permission-react@0.4.27

## @backstage/plugin-events-backend@0.3.16-next.3

### Patch Changes

- 9816f51: Add raw body information to `RequestDetails`
  and use the raw body when validating incoming event requests.
- Updated dependencies
  - @backstage/plugin-events-node@0.4.5-next.3
  - @backstage/backend-openapi-utils@0.3.0-next.2
  - @backstage/backend-plugin-api@1.0.2-next.2
  - @backstage/config@1.2.0
  - @backstage/errors@1.2.4
  - @backstage/types@1.1.1

## @backstage/plugin-events-backend-module-aws-sqs@0.4.5-next.3

### Patch Changes

- Updated dependencies
  - @backstage/plugin-events-node@0.4.5-next.3
  - @backstage/backend-plugin-api@1.0.2-next.2
  - @backstage/config@1.2.0
  - @backstage/types@1.1.1

## @backstage/plugin-events-backend-module-azure@0.2.14-next.3

### Patch Changes

- Updated dependencies
  - @backstage/plugin-events-node@0.4.5-next.3
  - @backstage/backend-plugin-api@1.0.2-next.2

## @backstage/plugin-events-backend-module-bitbucket-cloud@0.2.14-next.3

### Patch Changes

- Updated dependencies
  - @backstage/plugin-events-node@0.4.5-next.3
  - @backstage/backend-plugin-api@1.0.2-next.2

## @backstage/plugin-events-backend-module-gerrit@0.2.14-next.3

### Patch Changes

- Updated dependencies
  - @backstage/plugin-events-node@0.4.5-next.3
  - @backstage/backend-plugin-api@1.0.2-next.2

## @backstage/plugin-events-backend-module-github@0.2.14-next.3

### Patch Changes

- 9816f51: Fix the event request validation for incoming requests for GitHub webhook events
  by using the raw body when verifying the signature.
- 9816f51: Add raw body information to `RequestDetails`
  and use the raw body when validating incoming event requests.
- Updated dependencies
  - @backstage/plugin-events-node@0.4.5-next.3
  - @backstage/backend-plugin-api@1.0.2-next.2
  - @backstage/config@1.2.0

## @backstage/plugin-events-backend-module-gitlab@0.2.14-next.3

### Patch Changes

- Updated dependencies
  - @backstage/plugin-events-node@0.4.5-next.3
  - @backstage/backend-plugin-api@1.0.2-next.2
  - @backstage/config@1.2.0

## @backstage/plugin-events-backend-test-utils@0.1.38-next.3

### Patch Changes

- Updated dependencies
  - @backstage/plugin-events-node@0.4.5-next.3

## @backstage/plugin-events-node@0.4.5-next.3

### Patch Changes

- 9816f51: Add raw body information to `RequestDetails`
  and use the raw body when validating incoming event requests.
- Updated dependencies
  - @backstage/backend-plugin-api@1.0.2-next.2
  - @backstage/errors@1.2.4
  - @backstage/types@1.1.1

## @backstage/plugin-home@0.8.1-next.3

### Patch Changes

- Updated dependencies
  - @backstage/core-components@0.16.0-next.2
  - @backstage/plugin-catalog-react@1.14.1-next.3
  - @backstage/core-compat-api@0.3.2-next.2
  - @backstage/catalog-client@1.8.0-next.1
  - @backstage/catalog-model@1.7.0
  - @backstage/config@1.2.0
  - @backstage/core-app-api@1.15.1
  - @backstage/core-plugin-api@1.10.0
  - @backstage/frontend-plugin-api@0.9.1-next.2
  - @backstage/theme@0.6.1-next.0
  - @backstage/plugin-home-react@0.1.19-next.2

## @backstage/plugin-home-react@0.1.19-next.2

### Patch Changes

- Updated dependencies
  - @backstage/core-components@0.16.0-next.2
  - @backstage/core-plugin-api@1.10.0

## @backstage/plugin-kubernetes@0.12.0-next.3

### Patch Changes

- Updated dependencies
  - @backstage/plugin-kubernetes-react@0.5.0-next.2
  - @backstage/core-components@0.16.0-next.2
  - @backstage/plugin-catalog-react@1.14.1-next.3
  - @backstage/core-compat-api@0.3.2-next.2
  - @backstage/catalog-model@1.7.0
  - @backstage/core-plugin-api@1.10.0
  - @backstage/frontend-plugin-api@0.9.1-next.2
  - @backstage/plugin-kubernetes-common@0.9.0-next.0

## @backstage/plugin-kubernetes-backend@0.19.0-next.3

### Patch Changes

- Updated dependencies
  - @backstage/integration-aws-node@0.1.13-next.0
  - @backstage/backend-plugin-api@1.0.2-next.2
  - @backstage/catalog-client@1.8.0-next.1
  - @backstage/catalog-model@1.7.0
  - @backstage/config@1.2.0
  - @backstage/errors@1.2.4
  - @backstage/types@1.1.1
  - @backstage/plugin-auth-node@0.5.4-next.2
  - @backstage/plugin-catalog-node@1.14.0-next.2
  - @backstage/plugin-kubernetes-common@0.9.0-next.0
  - @backstage/plugin-kubernetes-node@0.2.0-next.2
  - @backstage/plugin-permission-common@0.8.1
  - @backstage/plugin-permission-node@0.8.5-next.2

## @backstage/plugin-kubernetes-cluster@0.0.18-next.3

### Patch Changes

- Updated dependencies
  - @backstage/plugin-kubernetes-react@0.5.0-next.2
  - @backstage/core-components@0.16.0-next.2
  - @backstage/plugin-catalog-react@1.14.1-next.3
  - @backstage/catalog-model@1.7.0
  - @backstage/core-plugin-api@1.10.0
  - @backstage/plugin-kubernetes-common@0.9.0-next.0

## @backstage/plugin-kubernetes-react@0.5.0-next.2

### Patch Changes

- 0b729da: add the pod delete feature to the kubernetes react plugin
- Updated dependencies
  - @backstage/core-components@0.16.0-next.2
  - @backstage/catalog-model@1.7.0
  - @backstage/core-plugin-api@1.10.0
  - @backstage/errors@1.2.4
  - @backstage/types@1.1.1
  - @backstage/plugin-kubernetes-common@0.9.0-next.0

## @backstage/plugin-notifications@0.3.3-next.2

### Patch Changes

- Updated dependencies
  - @backstage/core-components@0.16.0-next.2
  - @backstage/core-plugin-api@1.10.0
  - @backstage/errors@1.2.4
  - @backstage/theme@0.6.1-next.0
  - @backstage/types@1.1.1
  - @backstage/plugin-notifications-common@0.0.6-next.0
  - @backstage/plugin-signals-react@0.0.6

## @backstage/plugin-notifications-backend@0.4.3-next.3

### Patch Changes

- Updated dependencies
  - @backstage/plugin-events-node@0.4.5-next.3
  - @backstage/backend-plugin-api@1.0.2-next.2
  - @backstage/catalog-client@1.8.0-next.1
  - @backstage/catalog-model@1.7.0
  - @backstage/config@1.2.0
  - @backstage/errors@1.2.4
  - @backstage/plugin-auth-node@0.5.4-next.2
  - @backstage/plugin-catalog-node@1.14.0-next.2
  - @backstage/plugin-notifications-common@0.0.6-next.0
  - @backstage/plugin-notifications-node@0.2.9-next.3
  - @backstage/plugin-signals-node@0.1.14-next.3

## @backstage/plugin-notifications-backend-module-email@0.3.3-next.3

### Patch Changes

- Updated dependencies
  - @backstage/integration-aws-node@0.1.13-next.0
  - @backstage/backend-plugin-api@1.0.2-next.2
  - @backstage/catalog-client@1.8.0-next.1
  - @backstage/catalog-model@1.7.0
  - @backstage/config@1.2.0
  - @backstage/types@1.1.1
  - @backstage/plugin-catalog-node@1.14.0-next.2
  - @backstage/plugin-notifications-common@0.0.6-next.0
  - @backstage/plugin-notifications-node@0.2.9-next.3

## @backstage/plugin-notifications-node@0.2.9-next.3

### Patch Changes

- Updated dependencies
  - @backstage/backend-plugin-api@1.0.2-next.2
  - @backstage/catalog-client@1.8.0-next.1
  - @backstage/catalog-model@1.7.0
  - @backstage/plugin-notifications-common@0.0.6-next.0
  - @backstage/plugin-signals-node@0.1.14-next.3

## @backstage/plugin-org@0.6.32-next.3

### Patch Changes

- Updated dependencies
  - @backstage/core-components@0.16.0-next.2
  - @backstage/plugin-catalog-react@1.14.1-next.3
  - @backstage/core-compat-api@0.3.2-next.2
  - @backstage/catalog-model@1.7.0
  - @backstage/core-plugin-api@1.10.0
  - @backstage/frontend-plugin-api@0.9.1-next.2
  - @backstage/plugin-catalog-common@1.1.0

## @backstage/plugin-org-react@0.1.31-next.3

### Patch Changes

- Updated dependencies
  - @backstage/core-components@0.16.0-next.2
  - @backstage/plugin-catalog-react@1.14.1-next.3
  - @backstage/catalog-client@1.8.0-next.1
  - @backstage/catalog-model@1.7.0
  - @backstage/core-plugin-api@1.10.0

## @backstage/plugin-scaffolder-backend@1.27.0-next.3

### Patch Changes

- 7ab3371: Modified `createDryRunner` and corresponding route to include `templateMetaData` inside the `templateInfo`. This allows custom action writers to access things like `templateInfo.entity.metadata.name` via the action context while executing templates using the dry run framework.
- 2dae341: Add new `fs:readdir` action to list current content of the workspace
- Updated dependencies
  - @backstage/plugin-scaffolder-common@1.5.7-next.0
  - @backstage/plugin-bitbucket-cloud-common@0.2.25-next.0
  - @backstage/backend-defaults@0.5.3-next.3
  - @backstage/backend-plugin-api@1.0.2-next.2
  - @backstage/catalog-client@1.8.0-next.1
  - @backstage/catalog-model@1.7.0
  - @backstage/config@1.2.0
  - @backstage/errors@1.2.4
  - @backstage/integration@1.15.1
  - @backstage/types@1.1.1
  - @backstage/plugin-auth-node@0.5.4-next.2
  - @backstage/plugin-catalog-backend-module-scaffolder-entity-model@0.2.2-next.3
  - @backstage/plugin-catalog-node@1.14.0-next.2
  - @backstage/plugin-permission-common@0.8.1
  - @backstage/plugin-permission-node@0.8.5-next.2
  - @backstage/plugin-scaffolder-backend-module-azure@0.2.2-next.3
  - @backstage/plugin-scaffolder-backend-module-bitbucket@0.3.2-next.3
  - @backstage/plugin-scaffolder-backend-module-bitbucket-cloud@0.2.2-next.3
  - @backstage/plugin-scaffolder-backend-module-bitbucket-server@0.2.2-next.3
  - @backstage/plugin-scaffolder-backend-module-gerrit@0.2.2-next.3
  - @backstage/plugin-scaffolder-backend-module-gitea@0.2.2-next.3
  - @backstage/plugin-scaffolder-backend-module-github@0.5.2-next.3
  - @backstage/plugin-scaffolder-backend-module-gitlab@0.6.1-next.3
  - @backstage/plugin-scaffolder-node@0.5.1-next.3

## @backstage/plugin-scaffolder-backend-module-azure@0.2.2-next.3

### Patch Changes

- Updated dependencies
  - @backstage/backend-plugin-api@1.0.2-next.2
  - @backstage/config@1.2.0
  - @backstage/errors@1.2.4
  - @backstage/integration@1.15.1
  - @backstage/plugin-scaffolder-node@0.5.1-next.3

## @backstage/plugin-scaffolder-backend-module-bitbucket@0.3.2-next.3

### Patch Changes

- Updated dependencies
  - @backstage/backend-plugin-api@1.0.2-next.2
  - @backstage/config@1.2.0
  - @backstage/errors@1.2.4
  - @backstage/integration@1.15.1
  - @backstage/plugin-scaffolder-backend-module-bitbucket-cloud@0.2.2-next.3
  - @backstage/plugin-scaffolder-backend-module-bitbucket-server@0.2.2-next.3
  - @backstage/plugin-scaffolder-node@0.5.1-next.3

## @backstage/plugin-scaffolder-backend-module-bitbucket-cloud@0.2.2-next.3

### Patch Changes

- Updated dependencies
  - @backstage/plugin-bitbucket-cloud-common@0.2.25-next.0
  - @backstage/backend-plugin-api@1.0.2-next.2
  - @backstage/config@1.2.0
  - @backstage/errors@1.2.4
  - @backstage/integration@1.15.1
  - @backstage/plugin-scaffolder-node@0.5.1-next.3

## @backstage/plugin-scaffolder-backend-module-bitbucket-server@0.2.2-next.3

### Patch Changes

- Updated dependencies
  - @backstage/backend-plugin-api@1.0.2-next.2
  - @backstage/config@1.2.0
  - @backstage/errors@1.2.4
  - @backstage/integration@1.15.1
  - @backstage/plugin-scaffolder-node@0.5.1-next.3

## @backstage/plugin-scaffolder-backend-module-confluence-to-markdown@0.3.2-next.3

### Patch Changes

- Updated dependencies
  - @backstage/backend-plugin-api@1.0.2-next.2
  - @backstage/config@1.2.0
  - @backstage/errors@1.2.4
  - @backstage/integration@1.15.1
  - @backstage/plugin-scaffolder-node@0.5.1-next.3

## @backstage/plugin-scaffolder-backend-module-cookiecutter@0.3.3-next.3

### Patch Changes

- Updated dependencies
  - @backstage/backend-defaults@0.5.3-next.3
  - @backstage/backend-plugin-api@1.0.2-next.2
  - @backstage/config@1.2.0
  - @backstage/errors@1.2.4
  - @backstage/integration@1.15.1
  - @backstage/types@1.1.1
  - @backstage/plugin-scaffolder-node@0.5.1-next.3

## @backstage/plugin-scaffolder-backend-module-gcp@0.2.2-next.3

### Patch Changes

- Updated dependencies
  - @backstage/backend-plugin-api@1.0.2-next.2
  - @backstage/config@1.2.0
  - @backstage/errors@1.2.4
  - @backstage/integration@1.15.1
  - @backstage/plugin-scaffolder-node@0.5.1-next.3

## @backstage/plugin-scaffolder-backend-module-gerrit@0.2.2-next.3

### Patch Changes

- Updated dependencies
  - @backstage/backend-plugin-api@1.0.2-next.2
  - @backstage/config@1.2.0
  - @backstage/errors@1.2.4
  - @backstage/integration@1.15.1
  - @backstage/plugin-scaffolder-node@0.5.1-next.3

## @backstage/plugin-scaffolder-backend-module-gitea@0.2.2-next.3

### Patch Changes

- Updated dependencies
  - @backstage/backend-plugin-api@1.0.2-next.2
  - @backstage/config@1.2.0
  - @backstage/errors@1.2.4
  - @backstage/integration@1.15.1
  - @backstage/plugin-scaffolder-node@0.5.1-next.3

## @backstage/plugin-scaffolder-backend-module-github@0.5.2-next.3

### Patch Changes

- Updated dependencies
  - @backstage/backend-plugin-api@1.0.2-next.2
  - @backstage/catalog-client@1.8.0-next.1
  - @backstage/catalog-model@1.7.0
  - @backstage/config@1.2.0
  - @backstage/errors@1.2.4
  - @backstage/integration@1.15.1
  - @backstage/plugin-scaffolder-node@0.5.1-next.3

## @backstage/plugin-scaffolder-backend-module-gitlab@0.6.1-next.3

### Patch Changes

- Updated dependencies
  - @backstage/backend-plugin-api@1.0.2-next.2
  - @backstage/config@1.2.0
  - @backstage/errors@1.2.4
  - @backstage/integration@1.15.1
  - @backstage/plugin-scaffolder-node@0.5.1-next.3

## @backstage/plugin-scaffolder-backend-module-notifications@0.1.3-next.3

### Patch Changes

- Updated dependencies
  - @backstage/backend-plugin-api@1.0.2-next.2
  - @backstage/plugin-notifications-common@0.0.6-next.0
  - @backstage/plugin-notifications-node@0.2.9-next.3
  - @backstage/plugin-scaffolder-node@0.5.1-next.3

## @backstage/plugin-scaffolder-backend-module-rails@0.5.2-next.3

### Patch Changes

- Updated dependencies
  - @backstage/backend-plugin-api@1.0.2-next.2
  - @backstage/config@1.2.0
  - @backstage/errors@1.2.4
  - @backstage/integration@1.15.1
  - @backstage/types@1.1.1
  - @backstage/plugin-scaffolder-node@0.5.1-next.3

## @backstage/plugin-scaffolder-backend-module-sentry@0.2.2-next.3

### Patch Changes

- Updated dependencies
  - @backstage/backend-plugin-api@1.0.2-next.2
  - @backstage/config@1.2.0
  - @backstage/errors@1.2.4
  - @backstage/plugin-scaffolder-node@0.5.1-next.3

## @backstage/plugin-scaffolder-backend-module-yeoman@0.4.3-next.3

### Patch Changes

- Updated dependencies
  - @backstage/backend-plugin-api@1.0.2-next.2
  - @backstage/types@1.1.1
  - @backstage/plugin-scaffolder-node@0.5.1-next.3
  - @backstage/plugin-scaffolder-node-test-utils@0.1.15-next.3

## @backstage/plugin-scaffolder-common@1.5.7-next.0

### Patch Changes

- f61d4cc: Add scaffolder permission `scaffolder.template.management` for accessing the template management features
- Updated dependencies
  - @backstage/catalog-model@1.7.0
  - @backstage/types@1.1.1
  - @backstage/plugin-permission-common@0.8.1

## @backstage/plugin-scaffolder-node@0.5.1-next.3

### Patch Changes

- Updated dependencies
  - @backstage/plugin-scaffolder-common@1.5.7-next.0
  - @backstage/backend-plugin-api@1.0.2-next.2
  - @backstage/catalog-model@1.7.0
  - @backstage/errors@1.2.4
  - @backstage/integration@1.15.1
  - @backstage/types@1.1.1

## @backstage/plugin-scaffolder-node-test-utils@0.1.15-next.3

### Patch Changes

- Updated dependencies
  - @backstage/backend-test-utils@1.1.0-next.3
  - @backstage/types@1.1.1
  - @backstage/plugin-scaffolder-node@0.5.1-next.3

## @backstage/plugin-search@1.4.19-next.3

### Patch Changes

- a4ccc82: Removes the card UI from the search results type filter for a cleaner UI consistent with other filters
- Updated dependencies
  - @backstage/core-components@0.16.0-next.2
  - @backstage/plugin-catalog-react@1.14.1-next.3
  - @backstage/core-compat-api@0.3.2-next.2
  - @backstage/core-plugin-api@1.10.0
  - @backstage/errors@1.2.4
  - @backstage/frontend-plugin-api@0.9.1-next.2
  - @backstage/types@1.1.1
  - @backstage/version-bridge@1.0.10
  - @backstage/plugin-search-common@1.2.14
  - @backstage/plugin-search-react@1.8.2-next.2

## @backstage/plugin-search-backend@1.7.0-next.3

### Patch Changes

- Updated dependencies
  - @backstage/backend-defaults@0.5.3-next.3
  - @backstage/backend-openapi-utils@0.3.0-next.2
  - @backstage/backend-plugin-api@1.0.2-next.2
  - @backstage/config@1.2.0
  - @backstage/errors@1.2.4
  - @backstage/types@1.1.1
  - @backstage/plugin-permission-common@0.8.1
  - @backstage/plugin-permission-node@0.8.5-next.2
  - @backstage/plugin-search-backend-node@1.3.5-next.3
  - @backstage/plugin-search-common@1.2.14

## @backstage/plugin-search-backend-module-catalog@0.2.5-next.3

### Patch Changes

- Updated dependencies
  - @backstage/backend-plugin-api@1.0.2-next.2
  - @backstage/catalog-client@1.8.0-next.1
  - @backstage/catalog-model@1.7.0
  - @backstage/config@1.2.0
  - @backstage/errors@1.2.4
  - @backstage/plugin-catalog-common@1.1.0
  - @backstage/plugin-catalog-node@1.14.0-next.2
  - @backstage/plugin-permission-common@0.8.1
  - @backstage/plugin-search-backend-node@1.3.5-next.3
  - @backstage/plugin-search-common@1.2.14

## @backstage/plugin-search-backend-module-elasticsearch@1.6.2-next.3

### Patch Changes

- Updated dependencies
  - @backstage/integration-aws-node@0.1.13-next.0
  - @backstage/backend-plugin-api@1.0.2-next.2
  - @backstage/config@1.2.0
  - @backstage/plugin-search-backend-node@1.3.5-next.3
  - @backstage/plugin-search-common@1.2.14

## @backstage/plugin-search-backend-module-explore@0.2.5-next.3

### Patch Changes

- Updated dependencies
  - @backstage/backend-plugin-api@1.0.2-next.2
  - @backstage/config@1.2.0
  - @backstage/plugin-search-backend-node@1.3.5-next.3
  - @backstage/plugin-search-common@1.2.14

## @backstage/plugin-search-backend-module-pg@0.5.38-next.3

### Patch Changes

- Updated dependencies
  - @backstage/backend-plugin-api@1.0.2-next.2
  - @backstage/config@1.2.0
  - @backstage/plugin-search-backend-node@1.3.5-next.3
  - @backstage/plugin-search-common@1.2.14

## @backstage/plugin-search-backend-module-stack-overflow-collator@0.3.3-next.3

### Patch Changes

- Updated dependencies
  - @backstage/backend-plugin-api@1.0.2-next.2
  - @backstage/config@1.2.0
  - @backstage/plugin-search-backend-node@1.3.5-next.3
  - @backstage/plugin-search-common@1.2.14

## @backstage/plugin-search-backend-module-techdocs@0.3.2-next.3

### Patch Changes

- Updated dependencies
  - @backstage/backend-plugin-api@1.0.2-next.2
  - @backstage/catalog-client@1.8.0-next.1
  - @backstage/catalog-model@1.7.0
  - @backstage/config@1.2.0
  - @backstage/plugin-catalog-common@1.1.0
  - @backstage/plugin-catalog-node@1.14.0-next.2
  - @backstage/plugin-permission-common@0.8.1
  - @backstage/plugin-search-backend-node@1.3.5-next.3
  - @backstage/plugin-search-common@1.2.14
  - @backstage/plugin-techdocs-node@1.12.13-next.3

## @backstage/plugin-search-backend-node@1.3.5-next.3

### Patch Changes

- Updated dependencies
  - @backstage/backend-defaults@0.5.3-next.3
  - @backstage/backend-plugin-api@1.0.2-next.2
  - @backstage/config@1.2.0
  - @backstage/errors@1.2.4
  - @backstage/plugin-permission-common@0.8.1
  - @backstage/plugin-search-common@1.2.14

## @backstage/plugin-search-react@1.8.2-next.2

### Patch Changes

- Updated dependencies
  - @backstage/core-components@0.16.0-next.2
  - @backstage/core-plugin-api@1.10.0
  - @backstage/frontend-plugin-api@0.9.1-next.2
  - @backstage/theme@0.6.1-next.0
  - @backstage/types@1.1.1
  - @backstage/version-bridge@1.0.10
  - @backstage/plugin-search-common@1.2.14

## @backstage/plugin-signals@0.0.12-next.2

### Patch Changes

- Updated dependencies
  - @backstage/core-components@0.16.0-next.2
  - @backstage/core-plugin-api@1.10.0
  - @backstage/theme@0.6.1-next.0
  - @backstage/types@1.1.1
  - @backstage/plugin-signals-react@0.0.6

## @backstage/plugin-signals-backend@0.2.3-next.3

### Patch Changes

- Updated dependencies
  - @backstage/plugin-events-node@0.4.5-next.3
  - @backstage/backend-plugin-api@1.0.2-next.2
  - @backstage/config@1.2.0
  - @backstage/types@1.1.1
  - @backstage/plugin-auth-node@0.5.4-next.2
  - @backstage/plugin-signals-node@0.1.14-next.3

## @backstage/plugin-signals-node@0.1.14-next.3

### Patch Changes

- Updated dependencies
  - @backstage/plugin-events-node@0.4.5-next.3
  - @backstage/backend-plugin-api@1.0.2-next.2
  - @backstage/config@1.2.0
  - @backstage/types@1.1.1
  - @backstage/plugin-auth-node@0.5.4-next.2

## @backstage/plugin-techdocs@1.11.1-next.3

### Patch Changes

- e937ae7: Fix an issue with index page of documentation site being re-rendered.
- Updated dependencies
  - @backstage/core-components@0.16.0-next.2
  - @backstage/plugin-catalog-react@1.14.1-next.3
  - @backstage/core-compat-api@0.3.2-next.2
  - @backstage/catalog-model@1.7.0
  - @backstage/config@1.2.0
  - @backstage/core-plugin-api@1.10.0
  - @backstage/errors@1.2.4
  - @backstage/frontend-plugin-api@0.9.1-next.2
  - @backstage/integration@1.15.1
  - @backstage/integration-react@1.2.0
  - @backstage/theme@0.6.1-next.0
  - @backstage/plugin-auth-react@0.1.8-next.2
  - @backstage/plugin-search-common@1.2.14
  - @backstage/plugin-search-react@1.8.2-next.2
  - @backstage/plugin-techdocs-common@0.1.0
  - @backstage/plugin-techdocs-react@1.2.10-next.2

## @backstage/plugin-techdocs-addons-test-utils@1.0.41-next.3

### Patch Changes

- Updated dependencies
  - @backstage/plugin-catalog@1.25.0-next.3
  - @backstage/plugin-techdocs@1.11.1-next.3
  - @backstage/plugin-catalog-react@1.14.1-next.3
  - @backstage/core-app-api@1.15.1
  - @backstage/core-plugin-api@1.10.0
  - @backstage/integration-react@1.2.0
  - @backstage/test-utils@1.7.1-next.0
  - @backstage/plugin-search-react@1.8.2-next.2
  - @backstage/plugin-techdocs-react@1.2.10-next.2

## @backstage/plugin-techdocs-backend@1.11.2-next.3

### Patch Changes

- Updated dependencies
  - @backstage/backend-plugin-api@1.0.2-next.2
  - @backstage/catalog-client@1.8.0-next.1
  - @backstage/catalog-model@1.7.0
  - @backstage/config@1.2.0
  - @backstage/errors@1.2.4
  - @backstage/integration@1.15.1
  - @backstage/plugin-catalog-common@1.1.0
  - @backstage/plugin-catalog-node@1.14.0-next.2
  - @backstage/plugin-permission-common@0.8.1
  - @backstage/plugin-search-backend-module-techdocs@0.3.2-next.3
  - @backstage/plugin-techdocs-common@0.1.0
  - @backstage/plugin-techdocs-node@1.12.13-next.3

## @backstage/plugin-techdocs-module-addons-contrib@1.1.17-next.2

### Patch Changes

- Updated dependencies
  - @backstage/core-components@0.16.0-next.2
  - @backstage/core-plugin-api@1.10.0
  - @backstage/integration@1.15.1
  - @backstage/integration-react@1.2.0
  - @backstage/plugin-techdocs-react@1.2.10-next.2

## @backstage/plugin-techdocs-node@1.12.13-next.3

### Patch Changes

- Updated dependencies
  - @backstage/integration-aws-node@0.1.13-next.0
  - @backstage/backend-plugin-api@1.0.2-next.2
  - @backstage/catalog-model@1.7.0
  - @backstage/config@1.2.0
  - @backstage/errors@1.2.4
  - @backstage/integration@1.15.1
  - @backstage/plugin-search-common@1.2.14
  - @backstage/plugin-techdocs-common@0.1.0

## @backstage/plugin-techdocs-react@1.2.10-next.2

### Patch Changes

- Updated dependencies
  - @backstage/core-components@0.16.0-next.2
  - @backstage/catalog-model@1.7.0
  - @backstage/config@1.2.0
  - @backstage/core-plugin-api@1.10.0
  - @backstage/version-bridge@1.0.10

## @backstage/plugin-user-settings@0.8.15-next.3

### Patch Changes

- Updated dependencies
  - @backstage/core-components@0.16.0-next.2
  - @backstage/plugin-catalog-react@1.14.1-next.3
  - @backstage/core-compat-api@0.3.2-next.2
  - @backstage/catalog-model@1.7.0
  - @backstage/core-app-api@1.15.1
  - @backstage/core-plugin-api@1.10.0
  - @backstage/errors@1.2.4
  - @backstage/frontend-plugin-api@0.9.1-next.2
  - @backstage/theme@0.6.1-next.0
  - @backstage/types@1.1.1
  - @backstage/plugin-signals-react@0.0.6
  - @backstage/plugin-user-settings-common@0.0.1

## @backstage/plugin-user-settings-backend@0.2.27-next.3

### Patch Changes

- Updated dependencies
  - @backstage/backend-defaults@0.5.3-next.3
  - @backstage/backend-plugin-api@1.0.2-next.2
  - @backstage/config@1.2.0
  - @backstage/errors@1.2.4
  - @backstage/types@1.1.1
  - @backstage/plugin-auth-node@0.5.4-next.2
  - @backstage/plugin-signals-node@0.1.14-next.3
  - @backstage/plugin-user-settings-common@0.0.1

## example-app@0.2.103-next.3

### Patch Changes

- Updated dependencies
  - @backstage/plugin-catalog@1.25.0-next.3
  - @backstage/cli@0.29.0-next.3
  - @backstage/plugin-search@1.4.19-next.3
  - @backstage/plugin-techdocs@1.11.1-next.3
  - @backstage/plugin-scaffolder-react@1.14.0-next.3
  - @backstage/plugin-scaffolder@1.27.0-next.3
  - @backstage/core-components@0.16.0-next.2
  - @backstage/plugin-catalog-react@1.14.1-next.3
  - @backstage/plugin-api-docs@0.11.12-next.3
  - @backstage/plugin-catalog-graph@0.4.12-next.3
  - @backstage/plugin-catalog-import@0.12.6-next.3
  - @backstage/plugin-org@0.6.32-next.3
  - @backstage/plugin-user-settings@0.8.15-next.3
  - @backstage/app-defaults@1.5.13-next.2
  - @backstage/catalog-model@1.7.0
  - @backstage/config@1.2.0
  - @backstage/core-app-api@1.15.1
  - @backstage/core-plugin-api@1.10.0
  - @backstage/frontend-app-api@0.10.1-next.2
  - @backstage/integration-react@1.2.0
  - @backstage/theme@0.6.1-next.0
  - @backstage/plugin-auth-react@0.1.8-next.2
  - @backstage/plugin-catalog-common@1.1.0
  - @backstage/plugin-catalog-unprocessed-entities@0.2.10-next.2
  - @backstage/plugin-devtools@0.1.20-next.2
  - @backstage/plugin-home@0.8.1-next.3
  - @backstage/plugin-kubernetes@0.12.0-next.3
  - @backstage/plugin-kubernetes-cluster@0.0.18-next.3
  - @backstage/plugin-notifications@0.3.3-next.2
  - @backstage/plugin-permission-react@0.4.27
  - @backstage/plugin-search-common@1.2.14
  - @backstage/plugin-search-react@1.8.2-next.2
  - @backstage/plugin-signals@0.0.12-next.2
  - @backstage/plugin-techdocs-module-addons-contrib@1.1.17-next.2
  - @backstage/plugin-techdocs-react@1.2.10-next.2

## example-app-next@0.0.17-next.3

### Patch Changes

- Updated dependencies
  - @backstage/plugin-catalog@1.25.0-next.3
  - @backstage/cli@0.29.0-next.3
  - @backstage/plugin-search@1.4.19-next.3
  - @backstage/plugin-techdocs@1.11.1-next.3
  - @backstage/plugin-scaffolder-react@1.14.0-next.3
  - @backstage/plugin-scaffolder@1.27.0-next.3
  - @backstage/core-components@0.16.0-next.2
  - @backstage/plugin-catalog-react@1.14.1-next.3
  - @backstage/core-compat-api@0.3.2-next.2
  - @backstage/plugin-api-docs@0.11.12-next.3
  - @backstage/plugin-catalog-graph@0.4.12-next.3
  - @backstage/plugin-catalog-import@0.12.6-next.3
  - @backstage/plugin-org@0.6.32-next.3
  - @backstage/plugin-user-settings@0.8.15-next.3
  - @backstage/app-defaults@1.5.13-next.2
  - @backstage/catalog-model@1.7.0
  - @backstage/config@1.2.0
  - @backstage/core-app-api@1.15.1
  - @backstage/core-plugin-api@1.10.0
  - @backstage/frontend-app-api@0.10.1-next.2
  - @backstage/frontend-defaults@0.1.2-next.2
  - @backstage/frontend-plugin-api@0.9.1-next.2
  - @backstage/integration-react@1.2.0
  - @backstage/theme@0.6.1-next.0
  - @backstage/plugin-app@0.1.2-next.2
  - @backstage/plugin-app-visualizer@0.1.12-next.3
  - @backstage/plugin-auth-react@0.1.8-next.2
  - @backstage/plugin-catalog-common@1.1.0
  - @backstage/plugin-catalog-unprocessed-entities@0.2.10-next.2
  - @backstage/plugin-home@0.8.1-next.3
  - @backstage/plugin-kubernetes@0.12.0-next.3
  - @backstage/plugin-kubernetes-cluster@0.0.18-next.3
  - @backstage/plugin-notifications@0.3.3-next.2
  - @backstage/plugin-permission-react@0.4.27
  - @backstage/plugin-search-common@1.2.14
  - @backstage/plugin-search-react@1.8.2-next.2
  - @backstage/plugin-signals@0.0.12-next.2
  - @backstage/plugin-techdocs-module-addons-contrib@1.1.17-next.2
  - @backstage/plugin-techdocs-react@1.2.10-next.2

## app-next-example-plugin@0.0.17-next.2

### Patch Changes

- Updated dependencies
  - @backstage/core-components@0.16.0-next.2
  - @backstage/frontend-plugin-api@0.9.1-next.2

## example-backend@0.0.32-next.3

### Patch Changes

- Updated dependencies
  - @backstage/plugin-events-backend@0.3.16-next.3
  - @backstage/plugin-catalog-backend@1.28.0-next.3
  - @backstage/backend-defaults@0.5.3-next.3
  - @backstage/plugin-scaffolder-backend@1.27.0-next.3
  - @backstage/backend-plugin-api@1.0.2-next.2
  - @backstage/catalog-model@1.7.0
  - @backstage/plugin-app-backend@0.3.77-next.2
  - @backstage/plugin-auth-backend@0.24.0-next.2
  - @backstage/plugin-auth-backend-module-github-provider@0.2.2-next.2
  - @backstage/plugin-auth-backend-module-guest-provider@0.2.2-next.2
  - @backstage/plugin-auth-node@0.5.4-next.2
  - @backstage/plugin-catalog-backend-module-backstage-openapi@0.4.2-next.2
  - @backstage/plugin-catalog-backend-module-openapi@0.2.4-next.3
  - @backstage/plugin-catalog-backend-module-scaffolder-entity-model@0.2.2-next.3
  - @backstage/plugin-catalog-backend-module-unprocessed@0.5.2-next.2
  - @backstage/plugin-devtools-backend@0.4.2-next.2
  - @backstage/plugin-kubernetes-backend@0.19.0-next.3
  - @backstage/plugin-notifications-backend@0.4.3-next.3
  - @backstage/plugin-permission-backend@0.5.51-next.2
  - @backstage/plugin-permission-backend-module-allow-all-policy@0.2.2-next.2
  - @backstage/plugin-permission-common@0.8.1
  - @backstage/plugin-permission-node@0.8.5-next.2
  - @backstage/plugin-proxy-backend@0.5.8-next.2
  - @backstage/plugin-scaffolder-backend-module-github@0.5.2-next.3
  - @backstage/plugin-scaffolder-backend-module-notifications@0.1.3-next.3
  - @backstage/plugin-search-backend@1.7.0-next.3
  - @backstage/plugin-search-backend-module-catalog@0.2.5-next.3
  - @backstage/plugin-search-backend-module-explore@0.2.5-next.3
  - @backstage/plugin-search-backend-module-techdocs@0.3.2-next.3
  - @backstage/plugin-search-backend-node@1.3.5-next.3
  - @backstage/plugin-signals-backend@0.2.3-next.3
  - @backstage/plugin-techdocs-backend@1.11.2-next.3

## example-backend-legacy@0.2.104-next.3

### Patch Changes

- Updated dependencies
  - @backstage/plugin-events-node@0.4.5-next.3
  - @backstage/plugin-events-backend@0.3.16-next.3
  - @backstage/plugin-catalog-backend@1.28.0-next.3
  - @backstage/backend-defaults@0.5.3-next.3
  - @backstage/plugin-scaffolder-backend@1.27.0-next.3
  - @backstage/backend-plugin-api@1.0.2-next.2
  - @backstage/catalog-client@1.8.0-next.1
  - @backstage/catalog-model@1.7.0
  - @backstage/config@1.2.0
  - @backstage/integration@1.15.1
  - @backstage/plugin-app-backend@0.3.77-next.2
  - @backstage/plugin-auth-backend@0.24.0-next.2
  - @backstage/plugin-auth-node@0.5.4-next.2
  - @backstage/plugin-catalog-backend-module-scaffolder-entity-model@0.2.2-next.3
  - @backstage/plugin-catalog-backend-module-unprocessed@0.5.2-next.2
  - @backstage/plugin-catalog-node@1.14.0-next.2
  - @backstage/plugin-devtools-backend@0.4.2-next.2
  - @backstage/plugin-kubernetes-backend@0.19.0-next.3
  - @backstage/plugin-permission-backend@0.5.51-next.2
  - @backstage/plugin-permission-common@0.8.1
  - @backstage/plugin-permission-node@0.8.5-next.2
  - @backstage/plugin-proxy-backend@0.5.8-next.2
  - @backstage/plugin-scaffolder-backend-module-confluence-to-markdown@0.3.2-next.3
  - @backstage/plugin-scaffolder-backend-module-gitlab@0.6.1-next.3
  - @backstage/plugin-scaffolder-backend-module-rails@0.5.2-next.3
  - @backstage/plugin-search-backend@1.7.0-next.3
  - @backstage/plugin-search-backend-module-catalog@0.2.5-next.3
  - @backstage/plugin-search-backend-module-elasticsearch@1.6.2-next.3
  - @backstage/plugin-search-backend-module-explore@0.2.5-next.3
  - @backstage/plugin-search-backend-module-pg@0.5.38-next.3
  - @backstage/plugin-search-backend-module-techdocs@0.3.2-next.3
  - @backstage/plugin-search-backend-node@1.3.5-next.3
  - @backstage/plugin-signals-backend@0.2.3-next.3
  - @backstage/plugin-signals-node@0.1.14-next.3
  - @backstage/plugin-techdocs-backend@1.11.2-next.3

## e2e-test@0.2.22-next.3

### Patch Changes

- Updated dependencies
  - @backstage/create-app@0.5.22-next.3
  - @backstage/cli-common@0.1.15-next.0
  - @backstage/errors@1.2.4

## @internal/frontend@0.0.3-next.2

### Patch Changes

- Updated dependencies
  - @backstage/frontend-plugin-api@0.9.1-next.2
  - @backstage/types@1.1.1
  - @backstage/version-bridge@1.0.10

## @internal/scaffolder@0.0.3-next.3

### Patch Changes

- Updated dependencies
  - @backstage/plugin-scaffolder-react@1.14.0-next.3

## techdocs-cli-embedded-app@0.2.102-next.3

### Patch Changes

- Updated dependencies
  - @backstage/plugin-catalog@1.25.0-next.3
  - @backstage/cli@0.29.0-next.3
  - @backstage/plugin-techdocs@1.11.1-next.3
  - @backstage/core-components@0.16.0-next.2
  - @backstage/app-defaults@1.5.13-next.2
  - @backstage/catalog-model@1.7.0
  - @backstage/config@1.2.0
  - @backstage/core-app-api@1.15.1
  - @backstage/core-plugin-api@1.10.0
  - @backstage/integration-react@1.2.0
  - @backstage/test-utils@1.7.1-next.0
  - @backstage/theme@0.6.1-next.0
  - @backstage/plugin-techdocs-react@1.2.10-next.2

## @internal/plugin-todo-list@1.0.33-next.2

### Patch Changes

- Updated dependencies
  - @backstage/core-components@0.16.0-next.2
  - @backstage/core-plugin-api@1.10.0
