diff --git a/.changeset/pre.json b/.changeset/pre.json
index 7113b1ee96..22e669095e 100644
--- a/.changeset/pre.json
+++ b/.changeset/pre.json
@@ -212,41 +212,105 @@
},
"changesets": [
"add-masked-and-hidden-option",
+ "add-query-catalog-entities-action",
+ "add-who-am-i-action",
"blue-moons-crash",
+ "bright-items-see",
"bright-moons-open",
"brown-towns-find",
"bump-bfj-v9",
+ "bumpy-colts-teach",
+ "bumpy-keys-pay",
+ "by-refs-predicate-backend",
+ "by-refs-predicate-client",
+ "calm-vans-play",
+ "chatty-wasps-sink",
+ "clean-up-own-root-dir",
"cli-common-cached-paths",
+ "cli-execute-loader",
"cli-internal-refactor",
+ "cli-internalize-lib-modules",
+ "cli-node-lockfile-tostring",
"cli-node-parallel-helpers",
+ "cli-remove-migrate-package-exports",
+ "cli-report-parser-cleye",
+ "cli-split-loadCliConfig",
"cli-translations-export-import",
+ "cli-versioning-consolidation",
+ "cold-dodos-think",
+ "crazy-ravens-reply",
+ "cyan-falcons-serve",
+ "dark-snakes-nail",
+ "deep-files-clap",
+ "deep-moments-deny",
"dependabot-d2ec7e9",
+ "early-baboons-roll",
+ "entity-content-group-api-docs",
+ "entity-content-group-techdocs",
+ "entity-page-group-aliases-and-ordering-catalog",
+ "entity-page-group-aliases-and-ordering",
+ "facets-predicate-backend",
+ "facets-predicate-client",
"fancy-ends-turn",
+ "fine-poems-sit",
+ "fix-entity-tab-group-ordering",
+ "fix-form-fields-api-export-react",
"fix-frontend-feature-compat",
+ "fix-mcp-error-forwarding",
+ "fix-mui-styles-shared-dep",
"fix-prettier-existence-check",
+ "fix-tab-match-query-params",
+ "fix-test-api-pair-inference",
"fluffy-owls-act",
+ "free-pigs-itch",
+ "giant-singers-rush",
+ "github-org-verified-emails",
+ "heavy-baths-mix",
+ "itchy-words-crash",
+ "khaki-days-arrive",
+ "legal-ants-show",
"long-hairs-throw",
+ "loud-cups-tickle",
+ "lucky-baboons-follow",
"mean-fans-decide",
"metal-humans-move",
"migrate-to-target-paths",
+ "move-clean-pack-to-build",
+ "move-utils-to-cli-node",
"ninety-corners-flash",
+ "odd-laws-attack",
"orange-mugs-post-1",
"orange-mugs-post-2",
"pink-terms-know",
"polite-singers-lead",
"pretty-days-taste",
"rare-adults-attack",
+ "rare-falcons-pump",
"renovate-8b1c21e",
+ "rich-ducks-ring",
"rude-groups-shout",
- "scaffolder-export-form-fields-api",
+ "scaffolder-common-required-methods",
+ "scaffolder-react-api-mock",
+ "scaffolder-service-ref",
+ "sharp-ravens-shop",
+ "silly-shrimps-start",
"silver-pigs-remain",
+ "six-trees-carry",
"sixty-pianos-begin",
+ "slick-dogs-pay",
+ "slow-items-pull",
"stable-translation-plugin-app",
"stable-translation-test-utils",
"stupid-pans-hope",
"swift-flowers-grin",
"swift-ravens-jog",
+ "tangy-clouds-repeat",
+ "tiny-zoos-smash",
"tired-bushes-write",
- "twenty-worlds-create"
+ "tired-clocks-repeat",
+ "twenty-worlds-create",
+ "two-lies-leave",
+ "violet-friends-buy",
+ "wide-pianos-pay"
]
}
diff --git a/docs/releases/v1.49.0-next.1-changelog.md b/docs/releases/v1.49.0-next.1-changelog.md
new file mode 100644
index 0000000000..7110b3d0d5
--- /dev/null
+++ b/docs/releases/v1.49.0-next.1-changelog.md
@@ -0,0 +1,1567 @@
+# Release v1.49.0-next.1
+
+Upgrade Helper: [https://backstage.github.io/upgrade-helper/?to=1.49.0-next.1](https://backstage.github.io/upgrade-helper/?to=1.49.0-next.1)
+
+## @backstage/integration@2.0.0-next.1
+
+### Major Changes
+
+- 527cf88: **BREAKING** Removed deprecated Azure DevOps, Bitbucket, Gerrit and GitHub code:
+
+ - For Azure DevOps, the long deprecated `token` string and `credential` object have been removed from the `config.d.ts`. Use the `credentials` array object instead.
+ - For Bitbucket, the long deprecated `bitbucket` object has been removed from the `config.d.ts`. Use the `bitbucketCloud` or `bitbucketServer` objects instead.
+ - For Gerrit, the `parseGerritGitilesUrl` function has been removed, use `parseGitilesUrlRef` instead. The `buildGerritGitilesArchiveUrl` function has also been removed, use `buildGerritGitilesArchiveUrlFromLocation` instead.
+ - For GitHub, the `getGitHubRequestOptions` function has been removed.
+
+### Patch Changes
+
+- 993a598: Fixed Azure integration config schema visibility annotations to use per-field `@visibility secret` instead of `@deepVisibility secret` on parent objects, so that non-secret fields like `clientId`, `tenantId`, `organizations`, and `managedIdentityClientId` are no longer incorrectly marked as secret.
+- Updated dependencies
+ - @backstage/config@1.3.6
+ - @backstage/errors@1.2.7
+
+## @backstage/plugin-scaffolder-common@2.0.0-next.1
+
+### Major Changes
+
+- 527cf88: **BREAKING** Removed deprecated `bitbucket` integration from being registered in the `ScaffolderClient`. Use the `bitbucketCloud` or `bitbucketServer` integrations instead.
+
+### Minor Changes
+
+- f598909: **BREAKING PRODUCERS**: Made `retry`, `listTasks`, `listTemplatingExtensions`, `dryRun`, and `autocomplete` required methods on the `ScaffolderApi` interface. Implementations of `ScaffolderApi` must now provide these methods.
+
+### Patch Changes
+
+- Updated dependencies
+ - @backstage/integration@2.0.0-next.1
+ - @backstage/catalog-model@1.7.6
+ - @backstage/errors@1.2.7
+ - @backstage/types@1.2.2
+ - @backstage/plugin-permission-common@0.9.6
+
+## @backstage/backend-defaults@0.16.0-next.1
+
+### Minor Changes
+
+- 0e7d8f9: The scheduler service now uses the metrics service to create metrics, providing plugin-scoped attribution.
+- 527cf88: **BREAKING** Removed deprecated `BitbucketUrlReader`. Use the `BitbucketCloudUrlReader` or the `BitbucketServerUrlReader` instead.
+
+### Patch Changes
+
+- 62f0a53: Fixed error forwarding in the actions registry so that known errors like `InputError` and `NotFoundError` thrown by actions preserve their original status codes and messages instead of being wrapped in `ForwardedError` and coerced to 500.
+- Updated dependencies
+ - @backstage/cli-node@0.2.19-next.1
+ - @backstage/integration@2.0.0-next.1
+ - @backstage/plugin-auth-node@0.6.14-next.1
+ - @backstage/backend-app-api@1.5.1-next.0
+ - @backstage/backend-dev-utils@0.1.7
+ - @backstage/backend-plugin-api@1.7.1-next.0
+ - @backstage/config@1.3.6
+ - @backstage/config-loader@1.10.9-next.0
+ - @backstage/errors@1.2.7
+ - @backstage/integration-aws-node@0.1.20
+ - @backstage/types@1.2.2
+ - @backstage/plugin-events-node@0.4.20-next.0
+ - @backstage/plugin-permission-node@0.10.11-next.0
+
+## @backstage/backend-dynamic-feature-service@0.8.0-next.1
+
+### Minor Changes
+
+- 0fbcf23: Migrated OpenAPI schemas to 3.1.
+
+### Patch Changes
+
+- Updated dependencies
+ - @backstage/plugin-catalog-backend@3.5.0-next.1
+ - @backstage/cli-common@0.2.0-next.1
+ - @backstage/cli-node@0.2.19-next.1
+ - @backstage/backend-defaults@0.16.0-next.1
+ - @backstage/plugin-events-backend@0.6.0-next.1
+ - @backstage/plugin-scaffolder-node@0.13.0-next.1
+ - @backstage/plugin-auth-node@0.6.14-next.1
+ - @backstage/backend-openapi-utils@0.6.7-next.0
+ - @backstage/backend-plugin-api@1.7.1-next.0
+ - @backstage/config@1.3.6
+ - @backstage/config-loader@1.10.9-next.0
+ - @backstage/errors@1.2.7
+ - @backstage/types@1.2.2
+ - @backstage/plugin-app-node@0.1.43-next.0
+ - @backstage/plugin-events-node@0.4.20-next.0
+ - @backstage/plugin-permission-common@0.9.6
+ - @backstage/plugin-permission-node@0.10.11-next.0
+ - @backstage/plugin-search-backend-node@1.4.2-next.0
+ - @backstage/plugin-search-common@1.2.22
+
+## @backstage/catalog-client@1.14.0-next.1
+
+### Minor Changes
+
+- 972f686: Added support for the `query` field in `getEntitiesByRefs` requests, enabling predicate-based filtering with `$all`, `$any`, `$not`, `$exists`, `$in`, `$contains`, and `$hasPrefix` operators.
+- 56c908e: Added support for the `query` field in `getEntityFacets` requests, enabling predicate-based filtering with `$all`, `$any`, `$not`, `$exists`, `$in`, `$contains`, and `$hasPrefix` operators.
+- 0fbcf23: Migrated OpenAPI schemas to 3.1.
+- 51e23eb: Added predicate-based entity filtering via POST /entities/by-query endpoint.
+
+ Supports `$all`, `$any`, `$not`, `$exists`, `$in`, `$hasPrefix`, and (partially) `$contains` operators for expressive entity queries. Integrated into the existing `queryEntities` flow with full cursor-based pagination, permission enforcement, and `totalItems` support.
+
+ The catalog client's `queryEntities()` method automatically routes to the POST endpoint when a `query` predicate is provided.
+
+### Patch Changes
+
+- Updated dependencies
+ - @backstage/catalog-model@1.7.6
+ - @backstage/errors@1.2.7
+ - @backstage/filter-predicates@0.1.0
+
+## @backstage/cli@0.36.0-next.1
+
+### Minor Changes
+
+- b36a60d: **BREAKING**: The `migrate package-exports` command has been removed. Use `repo fix` instead.
+
+### Patch Changes
+
+- 0d2d0f2: Internal refactor of CLI modularization, moving individual commands to be implemented with cleye.
+- 2fcba39: Internal refactor to move shared utilities into their consuming modules, reducing cross-module dependencies.
+- c85ac86: Internal refactor to split `loadCliConfig` into separate implementations for the build and config CLI modules, removing a cross-module dependency.
+- 61cb976: Migrated internal versioning utilities to use `@backstage/cli-node` instead of a local implementation.
+- 825c81d: Internal refactor of CLI command modules.
+- a9d23c4: Properly support `package.json` `workspaces` field
+- Updated dependencies
+ - @backstage/cli-common@0.2.0-next.1
+ - @backstage/cli-node@0.2.19-next.1
+ - @backstage/module-federation-common@0.1.2-next.0
+ - @backstage/integration@2.0.0-next.1
+ - @backstage/catalog-model@1.7.6
+ - @backstage/config@1.3.6
+ - @backstage/config-loader@1.10.9-next.0
+ - @backstage/errors@1.2.7
+ - @backstage/eslint-plugin@0.2.2-next.0
+ - @backstage/release-manifests@0.0.13
+ - @backstage/types@1.2.2
+
+## @backstage/repo-tools@0.17.0-next.1
+
+### Minor Changes
+
+- 0fbcf23: Added support for OpenAPI 3.1 to all `schema openapi` commands. The commands now auto-detect the OpenAPI version from the spec file and use the appropriate generator, supporting both OpenAPI 3.0.x and 3.1.x specifications.
+
+### Patch Changes
+
+- 426edbe: Fixed `generate-catalog-info` command failing with "too many arguments" when invoked by lint-staged via the pre-commit hook.
+- d5779e5: Updated the CLI report parser to support cleye-style help output, and strip ANSI escape codes from captured output.
+- Updated dependencies
+ - @backstage/cli-common@0.2.0-next.1
+ - @backstage/cli-node@0.2.19-next.1
+ - @backstage/backend-plugin-api@1.7.1-next.0
+ - @backstage/catalog-model@1.7.6
+ - @backstage/config-loader@1.10.9-next.0
+ - @backstage/errors@1.2.7
+
+## @backstage/ui@0.13.0-next.1
+
+### Minor Changes
+
+- 768f09d: **BREAKING**: Simplified the neutral background prop API for container components. The explicit `neutral-1`, `neutral-2`, `neutral-3`, and `neutral-auto` values have been removed from `ProviderBg`. They are replaced by a single `'neutral'` value that always auto-increments from the parent context, making it impossible to skip or pin to an explicit neutral level.
+
+ **Migration:**
+
+ Replace any explicit `bg="neutral-1"`, `bg="neutral-2"`, `bg="neutral-3"`, or `bg="neutral-auto"` props with `bg="neutral"`. To achieve a specific neutral level in stories or tests, use nested containers — each additional `bg="neutral"` wrapper increments by one level.
+
+ ```tsx
+ // Before
+ ...
+
+ // After
+
+ ...
+
+ ```
+
+ **Affected components:** Box, Flex, Grid, Card, Accordion, Popover, Tooltip, Dialog, Menu
+
+- b42fcdc: **BREAKING**: Removed `--bui-bg-popover` CSS token. Popover, Tooltip, Menu, and Dialog now use `--bui-bg-app` for their outer shell and `Box bg="neutral-1"` for content areas, providing better theme consistency and eliminating a redundant token.
+
+ **Migration:**
+
+ Replace any usage of `--bui-bg-popover` with `--bui-bg-neutral-1` (for content surfaces) or `--bui-bg-app` (for outer shells):
+
+ ```diff
+ - background: var(--bui-bg-popover);
+ + background: var(--bui-bg-neutral-1);
+ ```
+
+ **Affected components:** Popover, Tooltip, Menu, Dialog
+
+- bd3a76e: **BREAKING**: Data attributes rendered by components are now always lowercase. This affects CSS selectors targeting camelCase data attributes.
+
+ **Migration:**
+
+ Update any custom CSS selectors that target camelCase data attributes to use lowercase instead:
+
+ ```diff
+ - [data-startCollapsed='true'] { ... }
+ + [data-startcollapsed='true'] { ... }
+ ```
+
+ **Affected components:** SearchField
+
+- 95702ab: **BREAKING**: Removed deprecated types `ComponentDefinition`, `ClassNamesMap`, `DataAttributeValues`, and `DataAttributesMap` from the public API. These were internal styling infrastructure types that have been replaced by the `defineComponent` system.
+
+ **Migration:**
+
+ Remove any direct usage of these types. Component definitions now use `defineComponent()` and their shapes are not part of the public API contract.
+
+ ```diff
+ - import type { ComponentDefinition, ClassNamesMap } from '@backstage/ui';
+ ```
+
+ If you were reading `definition.dataAttributes`, use `definition.propDefs` instead — props with `dataAttribute: true` in `propDefs` are the equivalent.
+
+### Patch Changes
+
+- 58224d3: Fixed neutral-1 hover & pressed state in light mode.
+
+- 95702ab: Migrated all components from `useStyles` to `useDefinition` hook. Exported `OwnProps` types for each component, enabling better type composition for consumers.
+
+ **Affected components:** Avatar, Checkbox, Container, Dialog, FieldError, FieldLabel, Flex, FullPage, Grid, HeaderPage, Link, Menu, PasswordField, PluginHeader, Popover, RadioGroup, SearchField, Select, Skeleton, Switch, Table, TablePagination, Tabs, TagGroup, Text, TextField, ToggleButton, ToggleButtonGroup, Tooltip, VisuallyHidden
+
+- 4c2c350: Removed the `transition` on `Container` padding to prevent an unwanted animation when the viewport is resized.
+
+ Affected components: Container
+
+- d4fa5b4: Fixed tab `matchStrategy` matching to ignore query parameters and hash fragments in tab `href` values. Previously, tabs with query params in their `href` (e.g., `/page?group=foo`) would never show as active since matching compared the full `href` string against `location.pathname` which never includes query params.
+
+ **Affected components:** Tabs, PluginHeader
+
+- 36987db: Fixed handling of the `style` prop on `Button`, `ButtonIcon`, and `ButtonLink` so that it is now correctly forwarded to the underlying element instead of being silently dropped.
+
+ **Affected components:** Button, ButtonIcon, ButtonLink
+
+- 95702ab: Fixed Link variant default from `'body'` to `'body-medium'` to match actual CSS selectors. The previous default did not correspond to a valid variant value.
+
+ **Affected components:** Link
+
+- 9027b10: Fixed scroll overflow in Menu and Select popover content when constrained by viewport height.
+
+ **Affected components:** Menu, Select
+
+- 4105a78: Merged the internal `PluginHeaderToolbar` component into `PluginHeader`, removing the separate component and its associated types (`PluginHeaderToolbarOwnProps`, `PluginHeaderToolbarProps`) and definition (`PluginHeaderToolbarDefinition`). This is an internal refactor with no changes to the public API of `PluginHeader`.
+
+ **Affected components:** PluginHeader
+
+- b303857: Fixed `isRequired` prop not being passed to the underlying React Aria field components in TextField, SearchField, and PasswordField. Previously, `isRequired` was consumed locally for the secondary label text but never forwarded, which meant the input elements lacked `aria-required="true"` and React Aria's built-in required validation was not activated.
+
+ **Affected components:** TextField, SearchField, PasswordField
+
+- cd3cb0f: Improved `useBreakpoint` performance by sharing a single set of `matchMedia` listeners across all component instances instead of creating independent listeners per hook call.
+
+- 36987db: Extended `AlertProps`, `ContainerProps`, `DialogBodyProps`, and `FieldLabelProps` with native div element props to allow passing attributes like `aria-*` and `data-*`.
+
+ **Affected components:** Alert, Container, DialogBody, FieldLabel
+
+- Updated dependencies
+ - @backstage/version-bridge@1.0.12
+
+## @backstage/plugin-catalog@1.34.0-next.1
+
+### Minor Changes
+
+- 4d58894: Added support for group alias IDs and configurable content ordering on the entity page. Groups can now declare `aliases` so that content targeting an aliased group is included in the group. A new `defaultContentOrder` option (default `title`) controls how content items within each group are sorted, with support for both a page-level default and per-group overrides.
+
+### Patch Changes
+
+- 07ba746: Fixed entity page tab groups not respecting the ordering from the `groups` configuration.
+- Updated dependencies
+ - @backstage/ui@0.13.0-next.1
+ - @backstage/catalog-client@1.14.0-next.1
+ - @backstage/plugin-catalog-react@2.1.0-next.1
+ - @backstage/plugin-scaffolder-common@2.0.0-next.1
+ - @backstage/catalog-model@1.7.6
+ - @backstage/core-compat-api@0.5.9-next.1
+ - @backstage/core-components@0.18.8-next.0
+ - @backstage/core-plugin-api@1.12.4-next.0
+ - @backstage/errors@1.2.7
+ - @backstage/frontend-plugin-api@0.14.2-next.0
+ - @backstage/integration-react@1.2.16-next.1
+ - @backstage/types@1.2.2
+ - @backstage/version-bridge@1.0.12
+ - @backstage/plugin-catalog-common@1.1.8
+ - @backstage/plugin-permission-react@0.4.41-next.0
+ - @backstage/plugin-search-common@1.2.22
+ - @backstage/plugin-search-react@1.10.5-next.0
+ - @backstage/plugin-techdocs-common@0.1.1
+ - @backstage/plugin-techdocs-react@1.3.9-next.0
+
+## @backstage/plugin-catalog-backend@3.5.0-next.1
+
+### Minor Changes
+
+- a6b2819: Added `query-catalog-entities` action to the catalog backend actions registry. Supports predicate-based filtering with `$all`, `$any`, `$not`, `$exists`, `$in`, `$contains`, and `$hasPrefix` operators.
+- 972f686: Added support for predicate-based filtering on the `/entities/by-refs` endpoint via the `query` field in the request body. Supports `$all`, `$any`, `$not`, `$exists`, `$in`, `$contains`, and `$hasPrefix` operators.
+- 56c908e: Added support for predicate-based filtering on the `/entity-facets` endpoint via a new `POST` method. Supports `$all`, `$any`, `$not`, `$exists`, `$in`, `$contains`, and `$hasPrefix` operators.
+- 0fbcf23: Migrated OpenAPI schemas to 3.1.
+- 51e23eb: Added predicate-based entity filtering via POST /entities/by-query endpoint.
+
+ Supports `$all`, `$any`, `$not`, `$exists`, `$in`, `$hasPrefix`, and (partially) `$contains` operators for expressive entity queries. Integrated into the existing `queryEntities` flow with full cursor-based pagination, permission enforcement, and `totalItems` support.
+
+ The catalog client's `queryEntities()` method automatically routes to the POST endpoint when a `query` predicate is provided.
+
+### Patch Changes
+
+- 72747b4: Deprecated two processors as they have been moved to the Community Plugins repo with their own backend modules:
+
+ - `AnnotateScmSlugEntityProcessor`: Use `@backstage-community/plugin-catalog-backend-module-annotate-scm-slug` instead
+ - `CodeOwnersProcessor`: Use `@backstage-community/plugin-catalog-backend-module-codeowners` instead
+
+- Updated dependencies
+ - @backstage/catalog-client@1.14.0-next.1
+ - @backstage/integration@2.0.0-next.1
+ - @backstage/plugin-catalog-node@2.1.0-next.1
+ - @backstage/backend-openapi-utils@0.6.7-next.0
+ - @backstage/backend-plugin-api@1.7.1-next.0
+ - @backstage/catalog-model@1.7.6
+ - @backstage/config@1.3.6
+ - @backstage/errors@1.2.7
+ - @backstage/filter-predicates@0.1.0
+ - @backstage/types@1.2.2
+ - @backstage/plugin-catalog-common@1.1.8
+ - @backstage/plugin-events-node@0.4.20-next.0
+ - @backstage/plugin-permission-common@0.9.6
+ - @backstage/plugin-permission-node@0.10.11-next.0
+
+## @backstage/plugin-catalog-backend-module-github@0.13.0-next.1
+
+### Minor Changes
+
+- b11c2cd: The default user transformer now prefers organization verified domain emails over the user's public GitHub email when populating the user entity profile. It also strips plus-addressed routing tags that GitHub adds to these emails.
+
+ If you want to retain the old behavior, you can do so with a custom user transformer using the `githubOrgEntityProviderTransformsExtensionPoint`:
+
+ ```ts
+ import { createBackendModule } from '@backstage/backend-plugin-api';
+ import { githubOrgEntityProviderTransformsExtensionPoint } from '@backstage/plugin-catalog-backend-module-github-org';
+ import { defaultUserTransformer } from '@backstage/plugin-catalog-backend-module-github';
+
+ export default createBackendModule({
+ pluginId: 'catalog',
+ moduleId: 'github-org-custom-transforms',
+ register(env) {
+ env.registerInit({
+ deps: {
+ transforms: githubOrgEntityProviderTransformsExtensionPoint,
+ },
+ async init({ transforms }) {
+ transforms.setUserTransformer(async (item, ctx) => {
+ const entity = await defaultUserTransformer(item, ctx);
+ if (entity && item.email) {
+ entity.spec.profile!.email = item.email;
+ }
+ return entity;
+ });
+ },
+ });
+ },
+ });
+ ```
+
+### Patch Changes
+
+- Updated dependencies
+ - @backstage/integration@2.0.0-next.1
+ - @backstage/plugin-catalog-node@2.1.0-next.1
+ - @backstage/backend-plugin-api@1.7.1-next.0
+ - @backstage/catalog-model@1.7.6
+ - @backstage/config@1.3.6
+ - @backstage/errors@1.2.7
+ - @backstage/types@1.2.2
+ - @backstage/plugin-catalog-common@1.1.8
+ - @backstage/plugin-events-node@0.4.20-next.0
+
+## @backstage/plugin-catalog-react@2.1.0-next.1
+
+### Minor Changes
+
+- 4d58894: Added `aliases` and `contentOrder` fields to `EntityContentGroupDefinition`, allowing groups to declare alias IDs and control the sort order of their content items.
+
+### Patch Changes
+
+- Updated dependencies
+ - @backstage/ui@0.13.0-next.1
+ - @backstage/catalog-client@1.14.0-next.1
+ - @backstage/frontend-test-utils@0.5.1-next.1
+ - @backstage/catalog-model@1.7.6
+ - @backstage/core-compat-api@0.5.9-next.1
+ - @backstage/core-components@0.18.8-next.0
+ - @backstage/core-plugin-api@1.12.4-next.0
+ - @backstage/errors@1.2.7
+ - @backstage/filter-predicates@0.1.0
+ - @backstage/frontend-plugin-api@0.14.2-next.0
+ - @backstage/integration-react@1.2.16-next.1
+ - @backstage/types@1.2.2
+ - @backstage/version-bridge@1.0.12
+ - @backstage/plugin-catalog-common@1.1.8
+ - @backstage/plugin-permission-common@0.9.6
+ - @backstage/plugin-permission-react@0.4.41-next.0
+
+## @backstage/plugin-events-backend@0.6.0-next.1
+
+### Minor Changes
+
+- 0fbcf23: Migrated OpenAPI schemas to 3.1.
+
+### Patch Changes
+
+- Updated dependencies
+ - @backstage/backend-openapi-utils@0.6.7-next.0
+ - @backstage/backend-plugin-api@1.7.1-next.0
+ - @backstage/config@1.3.6
+ - @backstage/errors@1.2.7
+ - @backstage/types@1.2.2
+ - @backstage/plugin-events-node@0.4.20-next.0
+
+## @backstage/plugin-scaffolder-backend@3.2.0-next.1
+
+### Minor Changes
+
+- c9b11eb: Added a new `list-scaffolder-tasks` action that allows querying scaffolder tasks with optional ownership filtering and pagination support
+- 0fbcf23: Migrated OpenAPI schemas to 3.1.
+- 7695dd2: Added a new `list-scaffolder-actions` action that returns all installed scaffolder actions with their schemas and examples
+
+### Patch Changes
+
+- e27bd4e: Removed `@backstage/plugin-scaffolder-backend-module-bitbucket` from `package.json` as the package itself has been deprecated and the code deleted.
+- ccc20cf: create scaffolder MCP action to dry run a provided scaffolder template
+- Updated dependencies
+ - @backstage/integration@2.0.0-next.1
+ - @backstage/plugin-scaffolder-common@2.0.0-next.1
+ - @backstage/plugin-scaffolder-node@0.13.0-next.1
+ - @backstage/plugin-catalog-node@2.1.0-next.1
+ - @backstage/backend-openapi-utils@0.6.7-next.0
+ - @backstage/backend-plugin-api@1.7.1-next.0
+ - @backstage/catalog-model@1.7.6
+ - @backstage/config@1.3.6
+ - @backstage/errors@1.2.7
+ - @backstage/types@1.2.2
+ - @backstage/plugin-events-node@0.4.20-next.0
+ - @backstage/plugin-permission-common@0.9.6
+ - @backstage/plugin-permission-node@0.10.11-next.0
+
+## @backstage/plugin-scaffolder-node@0.13.0-next.1
+
+### Minor Changes
+
+- e27bd4e: **BREAKING** Removed deprecated `bitbucket` integration from being used in the `parseRepoUrl` function. It will use the `bitbucketCloud` or `bitbucketServer` integrations instead.
+
+### Patch Changes
+
+- f598909: Added `scaffolderServiceRef` and `ScaffolderService` interface for backend plugins that need to interact with the scaffolder API using `BackstageCredentials` instead of raw tokens.
+- Updated dependencies
+ - @backstage/backend-test-utils@1.11.1-next.1
+ - @backstage/integration@2.0.0-next.1
+ - @backstage/plugin-scaffolder-common@2.0.0-next.1
+ - @backstage/backend-plugin-api@1.7.1-next.0
+ - @backstage/catalog-model@1.7.6
+ - @backstage/errors@1.2.7
+ - @backstage/types@1.2.2
+ - @backstage/plugin-permission-common@0.9.6
+
+## @backstage/plugin-search-backend@2.1.0-next.1
+
+### Minor Changes
+
+- 0fbcf23: Migrated OpenAPI schemas to 3.1.
+
+### Patch Changes
+
+- Updated dependencies
+ - @backstage/backend-openapi-utils@0.6.7-next.0
+ - @backstage/backend-plugin-api@1.7.1-next.0
+ - @backstage/config@1.3.6
+ - @backstage/errors@1.2.7
+ - @backstage/types@1.2.2
+ - @backstage/plugin-permission-common@0.9.6
+ - @backstage/plugin-permission-node@0.10.11-next.0
+ - @backstage/plugin-search-backend-node@1.4.2-next.0
+ - @backstage/plugin-search-common@1.2.22
+
+## @backstage/backend-test-utils@1.11.1-next.1
+
+### Patch Changes
+
+- 62f0a53: Fixed error forwarding in the actions registry so that known errors like `InputError` and `NotFoundError` thrown by actions preserve their original status codes and messages instead of being wrapped in `ForwardedError` and coerced to 500.
+- Updated dependencies
+ - @backstage/backend-defaults@0.16.0-next.1
+ - @backstage/plugin-auth-node@0.6.14-next.1
+ - @backstage/backend-app-api@1.5.1-next.0
+ - @backstage/backend-plugin-api@1.7.1-next.0
+ - @backstage/config@1.3.6
+ - @backstage/errors@1.2.7
+ - @backstage/types@1.2.2
+ - @backstage/plugin-events-node@0.4.20-next.0
+ - @backstage/plugin-permission-common@0.9.6
+
+## @backstage/cli-common@0.2.0-next.1
+
+### Patch Changes
+
+- e44b6a9: The `findOwnRootDir` utility now searches for the monorepo root by traversing up the directory tree looking for a `package.json` with `workspaces`, instead of assuming a fixed `../..` relative path. If no workspaces root is found during this traversal, `findOwnRootDir` now throws to enforce stricter validation of the repository layout.
+- Updated dependencies
+ - @backstage/errors@1.2.7
+
+## @backstage/cli-node@0.2.19-next.1
+
+### Patch Changes
+
+- 61cb976: Added `toString()` method to `Lockfile` for serializing lockfiles back to string format.
+- 3c811bf: Added `hasBackstageYarnPlugin` and `SuccessCache` exports, moved from `@backstage/cli`.
+- a9d23c4: Properly support `package.json` `workspaces` field
+- Updated dependencies
+ - @backstage/cli-common@0.2.0-next.1
+ - @backstage/errors@1.2.7
+ - @backstage/types@1.2.2
+
+## @backstage/core-compat-api@0.5.9-next.1
+
+### Patch Changes
+
+- Updated dependencies
+ - @backstage/plugin-catalog-react@2.1.0-next.1
+ - @backstage/core-plugin-api@1.12.4-next.0
+ - @backstage/frontend-plugin-api@0.14.2-next.0
+ - @backstage/types@1.2.2
+ - @backstage/version-bridge@1.0.12
+ - @backstage/plugin-app-react@0.2.1-next.0
+
+## @backstage/create-app@0.7.10-next.1
+
+### Patch Changes
+
+- a9d23c4: Properly support `package.json` `workspaces` field
+
+- ebd4630: Replace deprecated `workspaces.packages` with `workspaces` in `package.json`
+
+ This change is **not** required, but you can edit your main `package.json`, to fit the more modern & more common pattern:
+
+ ```diff
+ - "workspaces": {
+ - "packages": [
+ "workspaces": [
+ "packages/*",
+ "plugins/*"
+ - ]
+ - },
+ ],
+ ```
+
+- Updated dependencies
+ - @backstage/cli-common@0.2.0-next.1
+
+## @backstage/dev-utils@1.1.21-next.1
+
+### Patch Changes
+
+- Updated dependencies
+ - @backstage/ui@0.13.0-next.1
+ - @backstage/plugin-catalog-react@2.1.0-next.1
+ - @backstage/app-defaults@1.7.6-next.0
+ - @backstage/catalog-model@1.7.6
+ - @backstage/core-app-api@1.19.6-next.0
+ - @backstage/core-components@0.18.8-next.0
+ - @backstage/core-plugin-api@1.12.4-next.0
+ - @backstage/integration-react@1.2.16-next.1
+ - @backstage/theme@0.7.2
+
+## @backstage/frontend-dynamic-feature-loader@0.1.10-next.1
+
+### Patch Changes
+
+- Updated dependencies
+ - @backstage/module-federation-common@0.1.2-next.0
+ - @backstage/config@1.3.6
+ - @backstage/frontend-plugin-api@0.14.2-next.0
+
+## @backstage/frontend-test-utils@0.5.1-next.1
+
+### Patch Changes
+
+- 479282f: Fixed type inference of `TestApiPair` when using tuple syntax by wrapping `MockWithApiFactory` in `NoInfer`.
+- Updated dependencies
+ - @backstage/plugin-app@0.4.1-next.1
+ - @backstage/config@1.3.6
+ - @backstage/core-app-api@1.19.6-next.0
+ - @backstage/core-plugin-api@1.12.4-next.0
+ - @backstage/frontend-app-api@0.15.1-next.0
+ - @backstage/frontend-plugin-api@0.14.2-next.0
+ - @backstage/test-utils@1.7.16-next.0
+ - @backstage/types@1.2.2
+ - @backstage/version-bridge@1.0.12
+ - @backstage/plugin-app-react@0.2.1-next.0
+ - @backstage/plugin-permission-common@0.9.6
+ - @backstage/plugin-permission-react@0.4.41-next.0
+
+## @backstage/integration-react@1.2.16-next.1
+
+### Patch Changes
+
+- Updated dependencies
+ - @backstage/integration@2.0.0-next.1
+ - @backstage/config@1.3.6
+ - @backstage/core-plugin-api@1.12.4-next.0
+
+## @backstage/module-federation-common@0.1.2-next.0
+
+### Patch Changes
+
+- 0cb5646: Fixed the `@mui/material/styles` shared dependency key by removing a trailing slash that caused module resolution failures with MUI package exports.
+- Updated dependencies
+ - @backstage/config@1.3.6
+ - @backstage/errors@1.2.7
+ - @backstage/types@1.2.2
+
+## @techdocs/cli@1.10.6-next.1
+
+### Patch Changes
+
+- Updated dependencies
+ - @backstage/cli-common@0.2.0-next.1
+ - @backstage/plugin-techdocs-node@1.14.3-next.1
+ - @backstage/backend-defaults@0.16.0-next.1
+ - @backstage/catalog-model@1.7.6
+ - @backstage/config@1.3.6
+
+## @backstage/plugin-api-docs@0.13.5-next.1
+
+### Patch Changes
+
+- 30e08df: Added default entity content groups for the API docs entity content tabs. The API definition tab defaults to the `documentation` group and the APIs tab defaults to the `development` group.
+- Updated dependencies
+ - @backstage/plugin-catalog@1.34.0-next.1
+ - @backstage/plugin-catalog-react@2.1.0-next.1
+ - @backstage/catalog-model@1.7.6
+ - @backstage/core-components@0.18.8-next.0
+ - @backstage/core-plugin-api@1.12.4-next.0
+ - @backstage/frontend-plugin-api@0.14.2-next.0
+ - @backstage/plugin-catalog-common@1.1.8
+ - @backstage/plugin-permission-react@0.4.41-next.0
+
+## @backstage/plugin-app@0.4.1-next.1
+
+### Patch Changes
+
+- Updated dependencies
+ - @backstage/ui@0.13.0-next.1
+ - @backstage/core-components@0.18.8-next.0
+ - @backstage/core-plugin-api@1.12.4-next.0
+ - @backstage/frontend-plugin-api@0.14.2-next.0
+ - @backstage/integration-react@1.2.16-next.1
+ - @backstage/theme@0.7.2
+ - @backstage/types@1.2.2
+ - @backstage/version-bridge@1.0.12
+ - @backstage/plugin-app-react@0.2.1-next.0
+ - @backstage/plugin-permission-react@0.4.41-next.0
+
+## @backstage/plugin-app-visualizer@0.2.1-next.1
+
+### Patch Changes
+
+- Updated dependencies
+ - @backstage/ui@0.13.0-next.1
+ - @backstage/core-components@0.18.8-next.0
+ - @backstage/core-plugin-api@1.12.4-next.0
+ - @backstage/frontend-plugin-api@0.14.2-next.0
+
+## @backstage/plugin-auth-backend@0.27.1-next.1
+
+### Patch Changes
+
+- 1ccad86: Added `who-am-i` action to the auth backend actions registry. Returns the catalog entity and user info for the currently authenticated user.
+- Updated dependencies
+ - @backstage/plugin-auth-node@0.6.14-next.1
+ - @backstage/plugin-catalog-node@2.1.0-next.1
+ - @backstage/backend-plugin-api@1.7.1-next.0
+ - @backstage/catalog-model@1.7.6
+ - @backstage/config@1.3.6
+ - @backstage/errors@1.2.7
+ - @backstage/types@1.2.2
+
+## @backstage/plugin-auth-node@0.6.14-next.1
+
+### Patch Changes
+
+- Updated dependencies
+ - @backstage/catalog-client@1.14.0-next.1
+ - @backstage/backend-plugin-api@1.7.1-next.0
+ - @backstage/catalog-model@1.7.6
+ - @backstage/config@1.3.6
+ - @backstage/errors@1.2.7
+ - @backstage/types@1.2.2
+
+## @backstage/plugin-bitbucket-cloud-common@0.3.8-next.1
+
+### Patch Changes
+
+- Updated dependencies
+ - @backstage/integration@2.0.0-next.1
+
+## @backstage/plugin-catalog-backend-module-aws@0.4.21-next.1
+
+### Patch Changes
+
+- Updated dependencies
+ - @backstage/backend-defaults@0.16.0-next.1
+ - @backstage/integration@2.0.0-next.1
+ - @backstage/plugin-catalog-node@2.1.0-next.1
+ - @backstage/backend-plugin-api@1.7.1-next.0
+ - @backstage/catalog-model@1.7.6
+ - @backstage/config@1.3.6
+ - @backstage/errors@1.2.7
+ - @backstage/integration-aws-node@0.1.20
+ - @backstage/plugin-catalog-common@1.1.8
+ - @backstage/plugin-kubernetes-common@0.9.10
+
+## @backstage/plugin-catalog-backend-module-azure@0.3.15-next.1
+
+### Patch Changes
+
+- Updated dependencies
+ - @backstage/integration@2.0.0-next.1
+ - @backstage/plugin-catalog-node@2.1.0-next.1
+ - @backstage/backend-plugin-api@1.7.1-next.0
+ - @backstage/config@1.3.6
+ - @backstage/plugin-catalog-common@1.1.8
+
+## @backstage/plugin-catalog-backend-module-bitbucket-cloud@0.5.9-next.1
+
+### Patch Changes
+
+- Updated dependencies
+ - @backstage/integration@2.0.0-next.1
+ - @backstage/plugin-catalog-node@2.1.0-next.1
+ - @backstage/backend-plugin-api@1.7.1-next.0
+ - @backstage/catalog-model@1.7.6
+ - @backstage/config@1.3.6
+ - @backstage/plugin-bitbucket-cloud-common@0.3.8-next.1
+ - @backstage/plugin-catalog-common@1.1.8
+ - @backstage/plugin-events-node@0.4.20-next.0
+
+## @backstage/plugin-catalog-backend-module-bitbucket-server@0.5.9-next.1
+
+### Patch Changes
+
+- Updated dependencies
+ - @backstage/integration@2.0.0-next.1
+ - @backstage/plugin-catalog-node@2.1.0-next.1
+ - @backstage/backend-plugin-api@1.7.1-next.0
+ - @backstage/catalog-model@1.7.6
+ - @backstage/config@1.3.6
+ - @backstage/errors@1.2.7
+ - @backstage/plugin-catalog-common@1.1.8
+ - @backstage/plugin-events-node@0.4.20-next.0
+
+## @backstage/plugin-catalog-backend-module-gerrit@0.3.12-next.1
+
+### Patch Changes
+
+- Updated dependencies
+ - @backstage/integration@2.0.0-next.1
+ - @backstage/plugin-catalog-node@2.1.0-next.1
+ - @backstage/backend-plugin-api@1.7.1-next.0
+ - @backstage/config@1.3.6
+ - @backstage/errors@1.2.7
+ - @backstage/plugin-catalog-common@1.1.8
+
+## @backstage/plugin-catalog-backend-module-gitea@0.1.10-next.1
+
+### Patch Changes
+
+- Updated dependencies
+ - @backstage/integration@2.0.0-next.1
+ - @backstage/plugin-catalog-node@2.1.0-next.1
+ - @backstage/backend-plugin-api@1.7.1-next.0
+ - @backstage/config@1.3.6
+ - @backstage/errors@1.2.7
+ - @backstage/plugin-catalog-common@1.1.8
+
+## @backstage/plugin-catalog-backend-module-github-org@0.3.20-next.1
+
+### Patch Changes
+
+- Updated dependencies
+ - @backstage/plugin-catalog-backend-module-github@0.13.0-next.1
+ - @backstage/plugin-catalog-node@2.1.0-next.1
+ - @backstage/backend-plugin-api@1.7.1-next.0
+ - @backstage/config@1.3.6
+ - @backstage/plugin-events-node@0.4.20-next.0
+
+## @backstage/plugin-catalog-backend-module-gitlab@0.8.1-next.1
+
+### Patch Changes
+
+- Updated dependencies
+ - @backstage/backend-defaults@0.16.0-next.1
+ - @backstage/integration@2.0.0-next.1
+ - @backstage/plugin-catalog-node@2.1.0-next.1
+ - @backstage/backend-plugin-api@1.7.1-next.0
+ - @backstage/catalog-model@1.7.6
+ - @backstage/config@1.3.6
+ - @backstage/plugin-catalog-common@1.1.8
+ - @backstage/plugin-events-node@0.4.20-next.0
+
+## @backstage/plugin-catalog-backend-module-incremental-ingestion@0.7.10-next.1
+
+### Patch Changes
+
+- Updated dependencies
+ - @backstage/plugin-catalog-backend@3.5.0-next.1
+ - @backstage/backend-defaults@0.16.0-next.1
+ - @backstage/plugin-catalog-node@2.1.0-next.1
+ - @backstage/backend-plugin-api@1.7.1-next.0
+ - @backstage/catalog-model@1.7.6
+ - @backstage/config@1.3.6
+ - @backstage/errors@1.2.7
+ - @backstage/types@1.2.2
+ - @backstage/plugin-events-node@0.4.20-next.0
+ - @backstage/plugin-permission-common@0.9.6
+
+## @backstage/plugin-catalog-backend-module-openapi@0.2.20-next.1
+
+### Patch Changes
+
+- Updated dependencies
+ - @backstage/integration@2.0.0-next.1
+ - @backstage/plugin-catalog-node@2.1.0-next.1
+ - @backstage/backend-plugin-api@1.7.1-next.0
+ - @backstage/catalog-model@1.7.6
+ - @backstage/types@1.2.2
+ - @backstage/plugin-catalog-common@1.1.8
+
+## @backstage/plugin-catalog-backend-module-scaffolder-entity-model@0.2.18-next.1
+
+### Patch Changes
+
+- Updated dependencies
+ - @backstage/plugin-scaffolder-common@2.0.0-next.1
+ - @backstage/plugin-catalog-node@2.1.0-next.1
+ - @backstage/backend-plugin-api@1.7.1-next.0
+ - @backstage/catalog-model@1.7.6
+ - @backstage/plugin-catalog-common@1.1.8
+
+## @backstage/plugin-catalog-graph@0.5.8-next.1
+
+### Patch Changes
+
+- Updated dependencies
+ - @backstage/catalog-client@1.14.0-next.1
+ - @backstage/plugin-catalog-react@2.1.0-next.1
+ - @backstage/catalog-model@1.7.6
+ - @backstage/core-components@0.18.8-next.0
+ - @backstage/core-plugin-api@1.12.4-next.0
+ - @backstage/frontend-plugin-api@0.14.2-next.0
+ - @backstage/types@1.2.2
+
+## @backstage/plugin-catalog-import@0.13.11-next.1
+
+### Patch Changes
+
+- Updated dependencies
+ - @backstage/catalog-client@1.14.0-next.1
+ - @backstage/plugin-catalog-react@2.1.0-next.1
+ - @backstage/integration@2.0.0-next.1
+ - @backstage/catalog-model@1.7.6
+ - @backstage/config@1.3.6
+ - @backstage/core-components@0.18.8-next.0
+ - @backstage/core-plugin-api@1.12.4-next.0
+ - @backstage/errors@1.2.7
+ - @backstage/frontend-plugin-api@0.14.2-next.0
+ - @backstage/integration-react@1.2.16-next.1
+ - @backstage/plugin-catalog-common@1.1.8
+ - @backstage/plugin-permission-react@0.4.41-next.0
+
+## @backstage/plugin-catalog-node@2.1.0-next.1
+
+### Patch Changes
+
+- Updated dependencies
+ - @backstage/catalog-client@1.14.0-next.1
+ - @backstage/backend-test-utils@1.11.1-next.1
+ - @backstage/backend-plugin-api@1.7.1-next.0
+ - @backstage/catalog-model@1.7.6
+ - @backstage/errors@1.2.7
+ - @backstage/types@1.2.2
+ - @backstage/plugin-catalog-common@1.1.8
+ - @backstage/plugin-permission-common@0.9.6
+ - @backstage/plugin-permission-node@0.10.11-next.0
+
+## @backstage/plugin-devtools@0.1.37-next.1
+
+### Patch Changes
+
+- afabb37: Fixed URL encoding of task IDs for the trigger feature (tasks that contained a "/" in their ID were not triggered)
+- Updated dependencies
+ - @backstage/core-compat-api@0.5.9-next.1
+ - @backstage/core-components@0.18.8-next.0
+ - @backstage/core-plugin-api@1.12.4-next.0
+ - @backstage/errors@1.2.7
+ - @backstage/frontend-plugin-api@0.14.2-next.0
+ - @backstage/plugin-devtools-common@0.1.22
+ - @backstage/plugin-devtools-react@0.1.2-next.0
+ - @backstage/plugin-permission-react@0.4.41-next.0
+
+## @backstage/plugin-events-backend-module-github@0.4.10-next.1
+
+### Patch Changes
+
+- Updated dependencies
+ - @backstage/integration@2.0.0-next.1
+ - @backstage/backend-plugin-api@1.7.1-next.0
+ - @backstage/config@1.3.6
+ - @backstage/types@1.2.2
+ - @backstage/plugin-events-node@0.4.20-next.0
+
+## @backstage/plugin-home@0.9.3-next.1
+
+### Patch Changes
+
+- Updated dependencies
+ - @backstage/catalog-client@1.14.0-next.1
+ - @backstage/plugin-catalog-react@2.1.0-next.1
+ - @backstage/catalog-model@1.7.6
+ - @backstage/config@1.3.6
+ - @backstage/core-app-api@1.19.6-next.0
+ - @backstage/core-compat-api@0.5.9-next.1
+ - @backstage/core-components@0.18.8-next.0
+ - @backstage/core-plugin-api@1.12.4-next.0
+ - @backstage/frontend-plugin-api@0.14.2-next.0
+ - @backstage/theme@0.7.2
+ - @backstage/plugin-home-react@0.1.36-next.0
+
+## @backstage/plugin-kubernetes@0.12.17-next.1
+
+### Patch Changes
+
+- Updated dependencies
+ - @backstage/plugin-catalog-react@2.1.0-next.1
+ - @backstage/catalog-model@1.7.6
+ - @backstage/core-components@0.18.8-next.0
+ - @backstage/core-plugin-api@1.12.4-next.0
+ - @backstage/frontend-plugin-api@0.14.2-next.0
+ - @backstage/plugin-kubernetes-common@0.9.10
+ - @backstage/plugin-kubernetes-react@0.5.17-next.0
+ - @backstage/plugin-permission-react@0.4.41-next.0
+
+## @backstage/plugin-kubernetes-backend@0.21.2-next.1
+
+### Patch Changes
+
+- Updated dependencies
+ - @backstage/catalog-client@1.14.0-next.1
+ - @backstage/plugin-catalog-node@2.1.0-next.1
+ - @backstage/backend-plugin-api@1.7.1-next.0
+ - @backstage/catalog-model@1.7.6
+ - @backstage/config@1.3.6
+ - @backstage/errors@1.2.7
+ - @backstage/integration-aws-node@0.1.20
+ - @backstage/types@1.2.2
+ - @backstage/plugin-kubernetes-common@0.9.10
+ - @backstage/plugin-kubernetes-node@0.4.2-next.0
+ - @backstage/plugin-permission-common@0.9.6
+ - @backstage/plugin-permission-node@0.10.11-next.0
+
+## @backstage/plugin-kubernetes-cluster@0.0.35-next.1
+
+### Patch Changes
+
+- Updated dependencies
+ - @backstage/plugin-catalog-react@2.1.0-next.1
+ - @backstage/catalog-model@1.7.6
+ - @backstage/core-components@0.18.8-next.0
+ - @backstage/core-plugin-api@1.12.4-next.0
+ - @backstage/plugin-kubernetes-common@0.9.10
+ - @backstage/plugin-kubernetes-react@0.5.17-next.0
+ - @backstage/plugin-permission-react@0.4.41-next.0
+
+## @backstage/plugin-mcp-actions-backend@0.1.10-next.1
+
+### Patch Changes
+
+- 62f0a53: Fixed error forwarding in the actions registry so that known errors like `InputError` and `NotFoundError` thrown by actions preserve their original status codes and messages instead of being wrapped in `ForwardedError` and coerced to 500.
+- Updated dependencies
+ - @backstage/catalog-client@1.14.0-next.1
+ - @backstage/plugin-catalog-node@2.1.0-next.1
+ - @backstage/backend-plugin-api@1.7.1-next.0
+ - @backstage/errors@1.2.7
+ - @backstage/types@1.2.2
+
+## @backstage/plugin-mui-to-bui@0.2.5-next.1
+
+### Patch Changes
+
+- Updated dependencies
+ - @backstage/ui@0.13.0-next.1
+ - @backstage/core-plugin-api@1.12.4-next.0
+ - @backstage/frontend-plugin-api@0.14.2-next.0
+ - @backstage/theme@0.7.2
+
+## @backstage/plugin-notifications-backend-module-email@0.3.19-next.1
+
+### Patch Changes
+
+- Updated dependencies
+ - @backstage/catalog-client@1.14.0-next.1
+ - @backstage/plugin-catalog-node@2.1.0-next.1
+ - @backstage/plugin-notifications-node@0.2.24-next.1
+ - @backstage/backend-plugin-api@1.7.1-next.0
+ - @backstage/catalog-model@1.7.6
+ - @backstage/config@1.3.6
+ - @backstage/integration-aws-node@0.1.20
+ - @backstage/types@1.2.2
+ - @backstage/plugin-notifications-common@0.2.1
+
+## @backstage/plugin-notifications-node@0.2.24-next.1
+
+### Patch Changes
+
+- Updated dependencies
+ - @backstage/catalog-client@1.14.0-next.1
+ - @backstage/backend-plugin-api@1.7.1-next.0
+ - @backstage/catalog-model@1.7.6
+ - @backstage/plugin-notifications-common@0.2.1
+ - @backstage/plugin-signals-node@0.1.29-next.0
+
+## @backstage/plugin-org@0.6.50-next.1
+
+### Patch Changes
+
+- Updated dependencies
+ - @backstage/plugin-catalog-react@2.1.0-next.1
+ - @backstage/catalog-model@1.7.6
+ - @backstage/core-components@0.18.8-next.0
+ - @backstage/core-plugin-api@1.12.4-next.0
+ - @backstage/frontend-plugin-api@0.14.2-next.0
+ - @backstage/plugin-catalog-common@1.1.8
+
+## @backstage/plugin-org-react@0.1.48-next.1
+
+### Patch Changes
+
+- Updated dependencies
+ - @backstage/catalog-client@1.14.0-next.1
+ - @backstage/plugin-catalog-react@2.1.0-next.1
+ - @backstage/catalog-model@1.7.6
+ - @backstage/core-components@0.18.8-next.0
+ - @backstage/core-plugin-api@1.12.4-next.0
+
+## @backstage/plugin-scaffolder@1.35.5-next.1
+
+### Patch Changes
+
+- e27bd4e: Removed check for deprecated `bitbucket` integration from `repoPickerValidation` function used by the `RepoUrlPicker`, it now validates the `bitbucketServer` and `bitbucketCloud` integrations instead.
+- Updated dependencies
+ - @backstage/catalog-client@1.14.0-next.1
+ - @backstage/plugin-catalog-react@2.1.0-next.1
+ - @backstage/plugin-scaffolder-react@1.19.8-next.1
+ - @backstage/integration@2.0.0-next.1
+ - @backstage/plugin-scaffolder-common@2.0.0-next.1
+ - @backstage/catalog-model@1.7.6
+ - @backstage/core-components@0.18.8-next.0
+ - @backstage/core-plugin-api@1.12.4-next.0
+ - @backstage/errors@1.2.7
+ - @backstage/frontend-plugin-api@0.14.2-next.0
+ - @backstage/integration-react@1.2.16-next.1
+ - @backstage/types@1.2.2
+ - @backstage/plugin-catalog-common@1.1.8
+ - @backstage/plugin-permission-react@0.4.41-next.0
+ - @backstage/plugin-techdocs-common@0.1.1
+ - @backstage/plugin-techdocs-react@1.3.9-next.0
+
+## @backstage/plugin-scaffolder-backend-module-azure@0.2.19-next.1
+
+### Patch Changes
+
+- Updated dependencies
+ - @backstage/integration@2.0.0-next.1
+ - @backstage/plugin-scaffolder-node@0.13.0-next.1
+ - @backstage/backend-plugin-api@1.7.1-next.0
+ - @backstage/config@1.3.6
+ - @backstage/errors@1.2.7
+
+## @backstage/plugin-scaffolder-backend-module-bitbucket-cloud@0.3.4-next.1
+
+### Patch Changes
+
+- Updated dependencies
+ - @backstage/integration@2.0.0-next.1
+ - @backstage/plugin-scaffolder-node@0.13.0-next.1
+ - @backstage/backend-plugin-api@1.7.1-next.0
+ - @backstage/config@1.3.6
+ - @backstage/errors@1.2.7
+ - @backstage/plugin-bitbucket-cloud-common@0.3.8-next.1
+
+## @backstage/plugin-scaffolder-backend-module-bitbucket-server@0.2.19-next.1
+
+### Patch Changes
+
+- Updated dependencies
+ - @backstage/integration@2.0.0-next.1
+ - @backstage/plugin-scaffolder-node@0.13.0-next.1
+ - @backstage/backend-plugin-api@1.7.1-next.0
+ - @backstage/config@1.3.6
+ - @backstage/errors@1.2.7
+
+## @backstage/plugin-scaffolder-backend-module-confluence-to-markdown@0.3.19-next.1
+
+### Patch Changes
+
+- Updated dependencies
+ - @backstage/integration@2.0.0-next.1
+ - @backstage/plugin-scaffolder-node@0.13.0-next.1
+ - @backstage/backend-plugin-api@1.7.1-next.0
+ - @backstage/config@1.3.6
+ - @backstage/errors@1.2.7
+
+## @backstage/plugin-scaffolder-backend-module-cookiecutter@0.3.21-next.1
+
+### Patch Changes
+
+- Updated dependencies
+ - @backstage/backend-defaults@0.16.0-next.1
+ - @backstage/integration@2.0.0-next.1
+ - @backstage/plugin-scaffolder-node@0.13.0-next.1
+ - @backstage/backend-plugin-api@1.7.1-next.0
+ - @backstage/config@1.3.6
+ - @backstage/errors@1.2.7
+ - @backstage/types@1.2.2
+
+## @backstage/plugin-scaffolder-backend-module-gcp@0.2.19-next.1
+
+### Patch Changes
+
+- Updated dependencies
+ - @backstage/integration@2.0.0-next.1
+ - @backstage/plugin-scaffolder-node@0.13.0-next.1
+ - @backstage/backend-plugin-api@1.7.1-next.0
+ - @backstage/config@1.3.6
+ - @backstage/errors@1.2.7
+
+## @backstage/plugin-scaffolder-backend-module-gerrit@0.2.19-next.1
+
+### Patch Changes
+
+- Updated dependencies
+ - @backstage/integration@2.0.0-next.1
+ - @backstage/plugin-scaffolder-node@0.13.0-next.1
+ - @backstage/backend-plugin-api@1.7.1-next.0
+ - @backstage/config@1.3.6
+ - @backstage/errors@1.2.7
+
+## @backstage/plugin-scaffolder-backend-module-gitea@0.2.19-next.1
+
+### Patch Changes
+
+- Updated dependencies
+ - @backstage/integration@2.0.0-next.1
+ - @backstage/plugin-scaffolder-node@0.13.0-next.1
+ - @backstage/backend-plugin-api@1.7.1-next.0
+ - @backstage/config@1.3.6
+ - @backstage/errors@1.2.7
+
+## @backstage/plugin-scaffolder-backend-module-github@0.9.7-next.1
+
+### Patch Changes
+
+- Updated dependencies
+ - @backstage/integration@2.0.0-next.1
+ - @backstage/plugin-scaffolder-node@0.13.0-next.1
+ - @backstage/plugin-catalog-node@2.1.0-next.1
+ - @backstage/backend-plugin-api@1.7.1-next.0
+ - @backstage/catalog-model@1.7.6
+ - @backstage/config@1.3.6
+ - @backstage/errors@1.2.7
+ - @backstage/types@1.2.2
+
+## @backstage/plugin-scaffolder-backend-module-gitlab@0.11.4-next.1
+
+### Patch Changes
+
+- 0c1726a: Added new `gitlab:group:access` scaffolder action to add or remove users and groups as members of GitLab groups. The action supports specifying members via `userIds` and/or `groupIds` array parameters, configurable access levels (Guest, Reporter, Developer, Maintainer, Owner), and defaults to the 'add' action when not specified.
+- Updated dependencies
+ - @backstage/integration@2.0.0-next.1
+ - @backstage/plugin-scaffolder-node@0.13.0-next.1
+ - @backstage/backend-plugin-api@1.7.1-next.0
+ - @backstage/config@1.3.6
+ - @backstage/errors@1.2.7
+
+## @backstage/plugin-scaffolder-backend-module-notifications@0.1.20-next.1
+
+### Patch Changes
+
+- Updated dependencies
+ - @backstage/plugin-scaffolder-node@0.13.0-next.1
+ - @backstage/plugin-notifications-node@0.2.24-next.1
+ - @backstage/backend-plugin-api@1.7.1-next.0
+ - @backstage/plugin-notifications-common@0.2.1
+
+## @backstage/plugin-scaffolder-backend-module-rails@0.5.19-next.1
+
+### Patch Changes
+
+- Updated dependencies
+ - @backstage/integration@2.0.0-next.1
+ - @backstage/plugin-scaffolder-node@0.13.0-next.1
+ - @backstage/backend-plugin-api@1.7.1-next.0
+ - @backstage/config@1.3.6
+ - @backstage/errors@1.2.7
+ - @backstage/types@1.2.2
+
+## @backstage/plugin-scaffolder-backend-module-sentry@0.3.2-next.1
+
+### Patch Changes
+
+- Updated dependencies
+ - @backstage/plugin-scaffolder-node@0.13.0-next.1
+ - @backstage/backend-plugin-api@1.7.1-next.0
+ - @backstage/config@1.3.6
+ - @backstage/errors@1.2.7
+
+## @backstage/plugin-scaffolder-backend-module-yeoman@0.4.20-next.1
+
+### Patch Changes
+
+- Updated dependencies
+ - @backstage/plugin-scaffolder-node@0.13.0-next.1
+ - @backstage/backend-plugin-api@1.7.1-next.0
+ - @backstage/types@1.2.2
+ - @backstage/plugin-scaffolder-node-test-utils@0.3.9-next.1
+
+## @backstage/plugin-scaffolder-node-test-utils@0.3.9-next.1
+
+### Patch Changes
+
+- Updated dependencies
+ - @backstage/backend-test-utils@1.11.1-next.1
+ - @backstage/plugin-scaffolder-node@0.13.0-next.1
+ - @backstage/backend-plugin-api@1.7.1-next.0
+ - @backstage/types@1.2.2
+
+## @backstage/plugin-scaffolder-react@1.19.8-next.1
+
+### Patch Changes
+
+- 004b5c1: Added back `formFieldsApiRef` and `ScaffolderFormFieldsApi` as alpha exports.
+- f598909: Added `scaffolderApiMock` test utility, exported from `@backstage/plugin-scaffolder-react/testUtils`.
+- Updated dependencies
+ - @backstage/catalog-client@1.14.0-next.1
+ - @backstage/plugin-catalog-react@2.1.0-next.1
+ - @backstage/frontend-test-utils@0.5.1-next.1
+ - @backstage/plugin-scaffolder-common@2.0.0-next.1
+ - @backstage/catalog-model@1.7.6
+ - @backstage/core-components@0.18.8-next.0
+ - @backstage/core-plugin-api@1.12.4-next.0
+ - @backstage/frontend-plugin-api@0.14.2-next.0
+ - @backstage/theme@0.7.2
+ - @backstage/types@1.2.2
+ - @backstage/version-bridge@1.0.12
+ - @backstage/plugin-permission-react@0.4.41-next.0
+
+## @backstage/plugin-search@1.6.2-next.1
+
+### Patch Changes
+
+- Updated dependencies
+ - @backstage/plugin-catalog-react@2.1.0-next.1
+ - @backstage/core-components@0.18.8-next.0
+ - @backstage/core-plugin-api@1.12.4-next.0
+ - @backstage/errors@1.2.7
+ - @backstage/frontend-plugin-api@0.14.2-next.0
+ - @backstage/types@1.2.2
+ - @backstage/version-bridge@1.0.12
+ - @backstage/plugin-search-common@1.2.22
+ - @backstage/plugin-search-react@1.10.5-next.0
+
+## @backstage/plugin-search-backend-module-catalog@0.3.13-next.1
+
+### Patch Changes
+
+- Updated dependencies
+ - @backstage/catalog-client@1.14.0-next.1
+ - @backstage/plugin-catalog-node@2.1.0-next.1
+ - @backstage/backend-plugin-api@1.7.1-next.0
+ - @backstage/catalog-model@1.7.6
+ - @backstage/config@1.3.6
+ - @backstage/errors@1.2.7
+ - @backstage/plugin-catalog-common@1.1.8
+ - @backstage/plugin-permission-common@0.9.6
+ - @backstage/plugin-search-backend-node@1.4.2-next.0
+ - @backstage/plugin-search-common@1.2.22
+
+## @backstage/plugin-search-backend-module-techdocs@0.4.12-next.1
+
+### Patch Changes
+
+- Updated dependencies
+ - @backstage/catalog-client@1.14.0-next.1
+ - @backstage/plugin-techdocs-node@1.14.3-next.1
+ - @backstage/plugin-catalog-node@2.1.0-next.1
+ - @backstage/backend-plugin-api@1.7.1-next.0
+ - @backstage/catalog-model@1.7.6
+ - @backstage/config@1.3.6
+ - @backstage/plugin-catalog-common@1.1.8
+ - @backstage/plugin-permission-common@0.9.6
+ - @backstage/plugin-search-backend-node@1.4.2-next.0
+ - @backstage/plugin-search-common@1.2.22
+
+## @backstage/plugin-techdocs@1.17.1-next.1
+
+### Patch Changes
+
+- 30e08df: Added `documentation` as the default entity content group for the TechDocs entity content tab.
+- Updated dependencies
+ - @backstage/catalog-client@1.14.0-next.1
+ - @backstage/plugin-catalog-react@2.1.0-next.1
+ - @backstage/integration@2.0.0-next.1
+ - @backstage/catalog-model@1.7.6
+ - @backstage/config@1.3.6
+ - @backstage/core-components@0.18.8-next.0
+ - @backstage/core-plugin-api@1.12.4-next.0
+ - @backstage/errors@1.2.7
+ - @backstage/frontend-plugin-api@0.14.2-next.0
+ - @backstage/integration-react@1.2.16-next.1
+ - @backstage/theme@0.7.2
+ - @backstage/plugin-auth-react@0.1.25-next.0
+ - @backstage/plugin-search-common@1.2.22
+ - @backstage/plugin-search-react@1.10.5-next.0
+ - @backstage/plugin-techdocs-common@0.1.1
+ - @backstage/plugin-techdocs-react@1.3.9-next.0
+
+## @backstage/plugin-techdocs-addons-test-utils@2.0.3-next.1
+
+### Patch Changes
+
+- Updated dependencies
+ - @backstage/plugin-techdocs@1.17.1-next.1
+ - @backstage/plugin-catalog@1.34.0-next.1
+ - @backstage/plugin-catalog-react@2.1.0-next.1
+ - @backstage/core-app-api@1.19.6-next.0
+ - @backstage/core-plugin-api@1.12.4-next.0
+ - @backstage/integration-react@1.2.16-next.1
+ - @backstage/test-utils@1.7.16-next.0
+ - @backstage/plugin-search-react@1.10.5-next.0
+ - @backstage/plugin-techdocs-react@1.3.9-next.0
+
+## @backstage/plugin-techdocs-backend@2.1.6-next.1
+
+### Patch Changes
+
+- cb7c6b1: Added `techdocs.generator.mkdocs.dangerouslyAllowAdditionalKeys` configuration option to explicitly bypass MkDocs configuration key restrictions. This enables support for additional MkDocs configuration keys beyond the default safe allow list, such as the `hooks` key which some MkDocs plugins require.
+- Updated dependencies
+ - @backstage/catalog-client@1.14.0-next.1
+ - @backstage/plugin-techdocs-node@1.14.3-next.1
+ - @backstage/integration@2.0.0-next.1
+ - @backstage/plugin-catalog-node@2.1.0-next.1
+ - @backstage/backend-plugin-api@1.7.1-next.0
+ - @backstage/catalog-model@1.7.6
+ - @backstage/config@1.3.6
+ - @backstage/errors@1.2.7
+ - @backstage/types@1.2.2
+
+## @backstage/plugin-techdocs-module-addons-contrib@1.1.34-next.1
+
+### Patch Changes
+
+- Updated dependencies
+ - @backstage/integration@2.0.0-next.1
+ - @backstage/core-components@0.18.8-next.0
+ - @backstage/core-plugin-api@1.12.4-next.0
+ - @backstage/frontend-plugin-api@0.14.2-next.0
+ - @backstage/integration-react@1.2.16-next.1
+ - @backstage/plugin-techdocs-react@1.3.9-next.0
+
+## @backstage/plugin-techdocs-node@1.14.3-next.1
+
+### Patch Changes
+
+- cb7c6b1: Added `techdocs.generator.mkdocs.dangerouslyAllowAdditionalKeys` configuration option to explicitly bypass MkDocs configuration key restrictions. This enables support for additional MkDocs configuration keys beyond the default safe allow list, such as the `hooks` key which some MkDocs plugins require.
+- Updated dependencies
+ - @backstage/integration@2.0.0-next.1
+ - @backstage/backend-plugin-api@1.7.1-next.0
+ - @backstage/catalog-model@1.7.6
+ - @backstage/config@1.3.6
+ - @backstage/errors@1.2.7
+ - @backstage/integration-aws-node@0.1.20
+ - @backstage/plugin-search-common@1.2.22
+ - @backstage/plugin-techdocs-common@0.1.1
+
+## @backstage/plugin-user-settings@0.9.1-next.1
+
+### Patch Changes
+
+- Updated dependencies
+ - @backstage/plugin-catalog-react@2.1.0-next.1
+ - @backstage/catalog-model@1.7.6
+ - @backstage/core-app-api@1.19.6-next.0
+ - @backstage/core-components@0.18.8-next.0
+ - @backstage/core-plugin-api@1.12.4-next.0
+ - @backstage/errors@1.2.7
+ - @backstage/frontend-plugin-api@0.14.2-next.0
+ - @backstage/theme@0.7.2
+ - @backstage/types@1.2.2
+ - @backstage/plugin-signals-react@0.0.20-next.0
+ - @backstage/plugin-user-settings-common@0.1.0
+
+## example-app@0.0.33-next.1
+
+### Patch Changes
+
+- Updated dependencies
+ - @backstage/ui@0.13.0-next.1
+ - @backstage/cli@0.36.0-next.1
+ - @backstage/plugin-devtools@0.1.37-next.1
+ - @backstage/plugin-scaffolder@1.35.5-next.1
+ - @backstage/plugin-api-docs@0.13.5-next.1
+ - @backstage/plugin-techdocs@1.17.1-next.1
+ - @backstage/plugin-catalog@1.34.0-next.1
+ - @backstage/plugin-catalog-react@2.1.0-next.1
+ - @backstage/plugin-scaffolder-react@1.19.8-next.1
+ - @backstage/plugin-app@0.4.1-next.1
+ - @backstage/plugin-app-visualizer@0.2.1-next.1
+ - @backstage/plugin-catalog-graph@0.5.8-next.1
+ - @backstage/plugin-catalog-import@0.13.11-next.1
+ - @backstage/plugin-home@0.9.3-next.1
+ - @backstage/plugin-org@0.6.50-next.1
+ - @backstage/app-defaults@1.7.6-next.0
+ - @backstage/catalog-model@1.7.6
+ - @backstage/config@1.3.6
+ - @backstage/core-app-api@1.19.6-next.0
+ - @backstage/core-compat-api@0.5.9-next.1
+ - @backstage/core-components@0.18.8-next.0
+ - @backstage/core-plugin-api@1.12.4-next.0
+ - @backstage/frontend-app-api@0.15.1-next.0
+ - @backstage/frontend-defaults@0.4.1-next.0
+ - @backstage/frontend-plugin-api@0.14.2-next.0
+ - @backstage/integration-react@1.2.16-next.1
+ - @backstage/theme@0.7.2
+ - @backstage/plugin-app-react@0.2.1-next.0
+ - @backstage/plugin-auth@0.1.6-next.0
+ - @backstage/plugin-auth-react@0.1.25-next.0
+ - @backstage/plugin-catalog-common@1.1.8
+ - @backstage/plugin-catalog-unprocessed-entities@0.2.27-next.0
+ - @backstage/plugin-home-react@0.1.36-next.0
+ - @backstage/plugin-kubernetes@0.12.17-next.1
+ - @backstage/plugin-kubernetes-cluster@0.0.35-next.1
+ - @backstage/plugin-notifications@0.5.15-next.0
+ - @backstage/plugin-permission-react@0.4.41-next.0
+ - @backstage/plugin-search@1.6.2-next.1
+ - @backstage/plugin-search-common@1.2.22
+ - @backstage/plugin-search-react@1.10.5-next.0
+ - @backstage/plugin-signals@0.0.29-next.0
+ - @backstage/plugin-techdocs-module-addons-contrib@1.1.34-next.1
+ - @backstage/plugin-techdocs-react@1.3.9-next.0
+ - @backstage/plugin-user-settings@0.9.1-next.1
+
+## example-app-legacy@0.2.119-next.1
+
+### Patch Changes
+
+- Updated dependencies
+ - @backstage/ui@0.13.0-next.1
+ - @backstage/cli@0.36.0-next.1
+ - @backstage/plugin-devtools@0.1.37-next.1
+ - @backstage/plugin-scaffolder@1.35.5-next.1
+ - @backstage/plugin-api-docs@0.13.5-next.1
+ - @backstage/plugin-techdocs@1.17.1-next.1
+ - @backstage/plugin-catalog@1.34.0-next.1
+ - @backstage/plugin-catalog-react@2.1.0-next.1
+ - @backstage/plugin-scaffolder-react@1.19.8-next.1
+ - @backstage/plugin-mui-to-bui@0.2.5-next.1
+ - @backstage/plugin-catalog-graph@0.5.8-next.1
+ - @backstage/plugin-catalog-import@0.13.11-next.1
+ - @backstage/plugin-home@0.9.3-next.1
+ - @backstage/plugin-org@0.6.50-next.1
+ - @backstage/app-defaults@1.7.6-next.0
+ - @backstage/catalog-model@1.7.6
+ - @backstage/config@1.3.6
+ - @backstage/core-app-api@1.19.6-next.0
+ - @backstage/core-components@0.18.8-next.0
+ - @backstage/core-plugin-api@1.12.4-next.0
+ - @backstage/frontend-app-api@0.15.1-next.0
+ - @backstage/integration-react@1.2.16-next.1
+ - @backstage/theme@0.7.2
+ - @backstage/plugin-auth-react@0.1.25-next.0
+ - @backstage/plugin-catalog-common@1.1.8
+ - @backstage/plugin-catalog-unprocessed-entities@0.2.27-next.0
+ - @backstage/plugin-home-react@0.1.36-next.0
+ - @backstage/plugin-kubernetes@0.12.17-next.1
+ - @backstage/plugin-kubernetes-cluster@0.0.35-next.1
+ - @backstage/plugin-notifications@0.5.15-next.0
+ - @backstage/plugin-permission-react@0.4.41-next.0
+ - @backstage/plugin-search@1.6.2-next.1
+ - @backstage/plugin-search-common@1.2.22
+ - @backstage/plugin-search-react@1.10.5-next.0
+ - @backstage/plugin-signals@0.0.29-next.0
+ - @backstage/plugin-techdocs-module-addons-contrib@1.1.34-next.1
+ - @backstage/plugin-techdocs-react@1.3.9-next.0
+ - @backstage/plugin-user-settings@0.9.1-next.1
+
+## example-backend@0.0.48-next.1
+
+### Patch Changes
+
+- Updated dependencies
+ - @backstage/plugin-catalog-backend@3.5.0-next.1
+ - @backstage/plugin-auth-backend@0.27.1-next.1
+ - @backstage/plugin-techdocs-backend@2.1.6-next.1
+ - @backstage/backend-defaults@0.16.0-next.1
+ - @backstage/plugin-scaffolder-backend@3.2.0-next.1
+ - @backstage/plugin-mcp-actions-backend@0.1.10-next.1
+ - @backstage/plugin-events-backend@0.6.0-next.1
+ - @backstage/plugin-search-backend@2.1.0-next.1
+ - @backstage/plugin-auth-node@0.6.14-next.1
+ - @backstage/plugin-kubernetes-backend@0.21.2-next.1
+ - @backstage/plugin-search-backend-module-catalog@0.3.13-next.1
+ - @backstage/plugin-search-backend-module-techdocs@0.4.12-next.1
+ - @backstage/backend-plugin-api@1.7.1-next.0
+ - @backstage/catalog-model@1.7.6
+ - @backstage/plugin-app-backend@0.5.12-next.0
+ - @backstage/plugin-auth-backend-module-github-provider@0.5.1-next.0
+ - @backstage/plugin-auth-backend-module-guest-provider@0.2.17-next.0
+ - @backstage/plugin-auth-backend-module-openshift-provider@0.1.5-next.0
+ - @backstage/plugin-catalog-backend-module-backstage-openapi@0.5.12-next.0
+ - @backstage/plugin-catalog-backend-module-openapi@0.2.20-next.1
+ - @backstage/plugin-catalog-backend-module-scaffolder-entity-model@0.2.18-next.1
+ - @backstage/plugin-catalog-backend-module-unprocessed@0.6.9-next.0
+ - @backstage/plugin-devtools-backend@0.5.15-next.0
+ - @backstage/plugin-events-backend-module-google-pubsub@0.2.1-next.0
+ - @backstage/plugin-notifications-backend@0.6.3-next.0
+ - @backstage/plugin-permission-backend@0.7.10-next.0
+ - @backstage/plugin-permission-backend-module-allow-all-policy@0.2.17-next.0
+ - @backstage/plugin-permission-common@0.9.6
+ - @backstage/plugin-permission-node@0.10.11-next.0
+ - @backstage/plugin-proxy-backend@0.6.11-next.0
+ - @backstage/plugin-scaffolder-backend-module-github@0.9.7-next.1
+ - @backstage/plugin-scaffolder-backend-module-notifications@0.1.20-next.1
+ - @backstage/plugin-search-backend-module-elasticsearch@1.8.1-next.0
+ - @backstage/plugin-search-backend-module-explore@0.3.12-next.0
+ - @backstage/plugin-search-backend-node@1.4.2-next.0
+ - @backstage/plugin-signals-backend@0.3.13-next.0
+
+## techdocs-cli-embedded-app@0.2.118-next.1
+
+### Patch Changes
+
+- Updated dependencies
+ - @backstage/ui@0.13.0-next.1
+ - @backstage/cli@0.36.0-next.1
+ - @backstage/plugin-techdocs@1.17.1-next.1
+ - @backstage/plugin-catalog@1.34.0-next.1
+ - @backstage/catalog-model@1.7.6
+ - @backstage/config@1.3.6
+ - @backstage/core-app-api@1.19.6-next.0
+ - @backstage/core-components@0.18.8-next.0
+ - @backstage/frontend-defaults@0.4.1-next.0
+ - @backstage/frontend-plugin-api@0.14.2-next.0
+ - @backstage/integration-react@1.2.16-next.1
+ - @backstage/test-utils@1.7.16-next.0
+ - @backstage/theme@0.7.2
+ - @backstage/plugin-app-react@0.2.1-next.0
+ - @backstage/plugin-techdocs-react@1.3.9-next.0
diff --git a/package.json b/package.json
index 7fcbb27ccb..ac79d5976c 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "root",
- "version": "1.49.0-next.0",
+ "version": "1.49.0-next.1",
"backstage": {
"cli": {
"new": {
diff --git a/packages/app-legacy/CHANGELOG.md b/packages/app-legacy/CHANGELOG.md
index c0e84cb9d7..2ce716d27e 100644
--- a/packages/app-legacy/CHANGELOG.md
+++ b/packages/app-legacy/CHANGELOG.md
@@ -1,5 +1,49 @@
# example-app-legacy
+## 0.2.119-next.1
+
+### Patch Changes
+
+- Updated dependencies
+ - @backstage/ui@0.13.0-next.1
+ - @backstage/cli@0.36.0-next.1
+ - @backstage/plugin-devtools@0.1.37-next.1
+ - @backstage/plugin-scaffolder@1.35.5-next.1
+ - @backstage/plugin-api-docs@0.13.5-next.1
+ - @backstage/plugin-techdocs@1.17.1-next.1
+ - @backstage/plugin-catalog@1.34.0-next.1
+ - @backstage/plugin-catalog-react@2.1.0-next.1
+ - @backstage/plugin-scaffolder-react@1.19.8-next.1
+ - @backstage/plugin-mui-to-bui@0.2.5-next.1
+ - @backstage/plugin-catalog-graph@0.5.8-next.1
+ - @backstage/plugin-catalog-import@0.13.11-next.1
+ - @backstage/plugin-home@0.9.3-next.1
+ - @backstage/plugin-org@0.6.50-next.1
+ - @backstage/app-defaults@1.7.6-next.0
+ - @backstage/catalog-model@1.7.6
+ - @backstage/config@1.3.6
+ - @backstage/core-app-api@1.19.6-next.0
+ - @backstage/core-components@0.18.8-next.0
+ - @backstage/core-plugin-api@1.12.4-next.0
+ - @backstage/frontend-app-api@0.15.1-next.0
+ - @backstage/integration-react@1.2.16-next.1
+ - @backstage/theme@0.7.2
+ - @backstage/plugin-auth-react@0.1.25-next.0
+ - @backstage/plugin-catalog-common@1.1.8
+ - @backstage/plugin-catalog-unprocessed-entities@0.2.27-next.0
+ - @backstage/plugin-home-react@0.1.36-next.0
+ - @backstage/plugin-kubernetes@0.12.17-next.1
+ - @backstage/plugin-kubernetes-cluster@0.0.35-next.1
+ - @backstage/plugin-notifications@0.5.15-next.0
+ - @backstage/plugin-permission-react@0.4.41-next.0
+ - @backstage/plugin-search@1.6.2-next.1
+ - @backstage/plugin-search-common@1.2.22
+ - @backstage/plugin-search-react@1.10.5-next.0
+ - @backstage/plugin-signals@0.0.29-next.0
+ - @backstage/plugin-techdocs-module-addons-contrib@1.1.34-next.1
+ - @backstage/plugin-techdocs-react@1.3.9-next.0
+ - @backstage/plugin-user-settings@0.9.1-next.1
+
## 0.2.119-next.0
### Patch Changes
diff --git a/packages/app-legacy/package.json b/packages/app-legacy/package.json
index 4bdf649665..0de94c265a 100644
--- a/packages/app-legacy/package.json
+++ b/packages/app-legacy/package.json
@@ -1,6 +1,6 @@
{
"name": "example-app-legacy",
- "version": "0.2.119-next.0",
+ "version": "0.2.119-next.1",
"backstage": {
"role": "frontend"
},
diff --git a/packages/app/CHANGELOG.md b/packages/app/CHANGELOG.md
index 37e2dcfdb5..59f5989650 100644
--- a/packages/app/CHANGELOG.md
+++ b/packages/app/CHANGELOG.md
@@ -1,5 +1,55 @@
# example-app
+## 0.0.33-next.1
+
+### Patch Changes
+
+- Updated dependencies
+ - @backstage/ui@0.13.0-next.1
+ - @backstage/cli@0.36.0-next.1
+ - @backstage/plugin-devtools@0.1.37-next.1
+ - @backstage/plugin-scaffolder@1.35.5-next.1
+ - @backstage/plugin-api-docs@0.13.5-next.1
+ - @backstage/plugin-techdocs@1.17.1-next.1
+ - @backstage/plugin-catalog@1.34.0-next.1
+ - @backstage/plugin-catalog-react@2.1.0-next.1
+ - @backstage/plugin-scaffolder-react@1.19.8-next.1
+ - @backstage/plugin-app@0.4.1-next.1
+ - @backstage/plugin-app-visualizer@0.2.1-next.1
+ - @backstage/plugin-catalog-graph@0.5.8-next.1
+ - @backstage/plugin-catalog-import@0.13.11-next.1
+ - @backstage/plugin-home@0.9.3-next.1
+ - @backstage/plugin-org@0.6.50-next.1
+ - @backstage/app-defaults@1.7.6-next.0
+ - @backstage/catalog-model@1.7.6
+ - @backstage/config@1.3.6
+ - @backstage/core-app-api@1.19.6-next.0
+ - @backstage/core-compat-api@0.5.9-next.1
+ - @backstage/core-components@0.18.8-next.0
+ - @backstage/core-plugin-api@1.12.4-next.0
+ - @backstage/frontend-app-api@0.15.1-next.0
+ - @backstage/frontend-defaults@0.4.1-next.0
+ - @backstage/frontend-plugin-api@0.14.2-next.0
+ - @backstage/integration-react@1.2.16-next.1
+ - @backstage/theme@0.7.2
+ - @backstage/plugin-app-react@0.2.1-next.0
+ - @backstage/plugin-auth@0.1.6-next.0
+ - @backstage/plugin-auth-react@0.1.25-next.0
+ - @backstage/plugin-catalog-common@1.1.8
+ - @backstage/plugin-catalog-unprocessed-entities@0.2.27-next.0
+ - @backstage/plugin-home-react@0.1.36-next.0
+ - @backstage/plugin-kubernetes@0.12.17-next.1
+ - @backstage/plugin-kubernetes-cluster@0.0.35-next.1
+ - @backstage/plugin-notifications@0.5.15-next.0
+ - @backstage/plugin-permission-react@0.4.41-next.0
+ - @backstage/plugin-search@1.6.2-next.1
+ - @backstage/plugin-search-common@1.2.22
+ - @backstage/plugin-search-react@1.10.5-next.0
+ - @backstage/plugin-signals@0.0.29-next.0
+ - @backstage/plugin-techdocs-module-addons-contrib@1.1.34-next.1
+ - @backstage/plugin-techdocs-react@1.3.9-next.0
+ - @backstage/plugin-user-settings@0.9.1-next.1
+
## 0.0.33-next.0
### Patch Changes
diff --git a/packages/app/package.json b/packages/app/package.json
index 7283f3064f..e79ba2775c 100644
--- a/packages/app/package.json
+++ b/packages/app/package.json
@@ -1,6 +1,6 @@
{
"name": "example-app",
- "version": "0.0.33-next.0",
+ "version": "0.0.33-next.1",
"backstage": {
"role": "frontend"
},
diff --git a/packages/backend-defaults/CHANGELOG.md b/packages/backend-defaults/CHANGELOG.md
index 9ca1fae948..05f54be89f 100644
--- a/packages/backend-defaults/CHANGELOG.md
+++ b/packages/backend-defaults/CHANGELOG.md
@@ -1,5 +1,30 @@
# @backstage/backend-defaults
+## 0.16.0-next.1
+
+### Minor Changes
+
+- 0e7d8f9: The scheduler service now uses the metrics service to create metrics, providing plugin-scoped attribution.
+- 527cf88: **BREAKING** Removed deprecated `BitbucketUrlReader`. Use the `BitbucketCloudUrlReader` or the `BitbucketServerUrlReader` instead.
+
+### Patch Changes
+
+- 62f0a53: Fixed error forwarding in the actions registry so that known errors like `InputError` and `NotFoundError` thrown by actions preserve their original status codes and messages instead of being wrapped in `ForwardedError` and coerced to 500.
+- Updated dependencies
+ - @backstage/cli-node@0.2.19-next.1
+ - @backstage/integration@2.0.0-next.1
+ - @backstage/plugin-auth-node@0.6.14-next.1
+ - @backstage/backend-app-api@1.5.1-next.0
+ - @backstage/backend-dev-utils@0.1.7
+ - @backstage/backend-plugin-api@1.7.1-next.0
+ - @backstage/config@1.3.6
+ - @backstage/config-loader@1.10.9-next.0
+ - @backstage/errors@1.2.7
+ - @backstage/integration-aws-node@0.1.20
+ - @backstage/types@1.2.2
+ - @backstage/plugin-events-node@0.4.20-next.0
+ - @backstage/plugin-permission-node@0.10.11-next.0
+
## 0.15.3-next.0
### Patch Changes
diff --git a/packages/backend-defaults/package.json b/packages/backend-defaults/package.json
index 1a7e6f7e41..4aaf0408b4 100644
--- a/packages/backend-defaults/package.json
+++ b/packages/backend-defaults/package.json
@@ -1,6 +1,6 @@
{
"name": "@backstage/backend-defaults",
- "version": "0.15.3-next.0",
+ "version": "0.16.0-next.1",
"description": "Backend defaults used by Backstage backend apps",
"backstage": {
"role": "node-library"
diff --git a/packages/backend-dynamic-feature-service/CHANGELOG.md b/packages/backend-dynamic-feature-service/CHANGELOG.md
index 24c8b882db..85387c2b74 100644
--- a/packages/backend-dynamic-feature-service/CHANGELOG.md
+++ b/packages/backend-dynamic-feature-service/CHANGELOG.md
@@ -1,5 +1,34 @@
# @backstage/backend-dynamic-feature-service
+## 0.8.0-next.1
+
+### Minor Changes
+
+- 0fbcf23: Migrated OpenAPI schemas to 3.1.
+
+### Patch Changes
+
+- Updated dependencies
+ - @backstage/plugin-catalog-backend@3.5.0-next.1
+ - @backstage/cli-common@0.2.0-next.1
+ - @backstage/cli-node@0.2.19-next.1
+ - @backstage/backend-defaults@0.16.0-next.1
+ - @backstage/plugin-events-backend@0.6.0-next.1
+ - @backstage/plugin-scaffolder-node@0.13.0-next.1
+ - @backstage/plugin-auth-node@0.6.14-next.1
+ - @backstage/backend-openapi-utils@0.6.7-next.0
+ - @backstage/backend-plugin-api@1.7.1-next.0
+ - @backstage/config@1.3.6
+ - @backstage/config-loader@1.10.9-next.0
+ - @backstage/errors@1.2.7
+ - @backstage/types@1.2.2
+ - @backstage/plugin-app-node@0.1.43-next.0
+ - @backstage/plugin-events-node@0.4.20-next.0
+ - @backstage/plugin-permission-common@0.9.6
+ - @backstage/plugin-permission-node@0.10.11-next.0
+ - @backstage/plugin-search-backend-node@1.4.2-next.0
+ - @backstage/plugin-search-common@1.2.22
+
## 0.7.10-next.0
### Patch Changes
diff --git a/packages/backend-dynamic-feature-service/package.json b/packages/backend-dynamic-feature-service/package.json
index 2ba6bbc68f..0e95427ca3 100644
--- a/packages/backend-dynamic-feature-service/package.json
+++ b/packages/backend-dynamic-feature-service/package.json
@@ -1,6 +1,6 @@
{
"name": "@backstage/backend-dynamic-feature-service",
- "version": "0.7.10-next.0",
+ "version": "0.8.0-next.1",
"description": "Backstage dynamic feature service",
"backstage": {
"role": "node-library"
diff --git a/packages/backend-test-utils/CHANGELOG.md b/packages/backend-test-utils/CHANGELOG.md
index 4e9f955a83..e372736ab0 100644
--- a/packages/backend-test-utils/CHANGELOG.md
+++ b/packages/backend-test-utils/CHANGELOG.md
@@ -1,5 +1,21 @@
# @backstage/backend-test-utils
+## 1.11.1-next.1
+
+### Patch Changes
+
+- 62f0a53: Fixed error forwarding in the actions registry so that known errors like `InputError` and `NotFoundError` thrown by actions preserve their original status codes and messages instead of being wrapped in `ForwardedError` and coerced to 500.
+- Updated dependencies
+ - @backstage/backend-defaults@0.16.0-next.1
+ - @backstage/plugin-auth-node@0.6.14-next.1
+ - @backstage/backend-app-api@1.5.1-next.0
+ - @backstage/backend-plugin-api@1.7.1-next.0
+ - @backstage/config@1.3.6
+ - @backstage/errors@1.2.7
+ - @backstage/types@1.2.2
+ - @backstage/plugin-events-node@0.4.20-next.0
+ - @backstage/plugin-permission-common@0.9.6
+
## 1.11.1-next.0
### Patch Changes
diff --git a/packages/backend-test-utils/package.json b/packages/backend-test-utils/package.json
index a4fe84b9c0..c8a6fe812d 100644
--- a/packages/backend-test-utils/package.json
+++ b/packages/backend-test-utils/package.json
@@ -1,6 +1,6 @@
{
"name": "@backstage/backend-test-utils",
- "version": "1.11.1-next.0",
+ "version": "1.11.1-next.1",
"description": "Test helpers library for Backstage backends",
"backstage": {
"role": "node-library"
diff --git a/packages/backend/CHANGELOG.md b/packages/backend/CHANGELOG.md
index b871e48357..8e744ff611 100644
--- a/packages/backend/CHANGELOG.md
+++ b/packages/backend/CHANGELOG.md
@@ -1,5 +1,47 @@
# example-backend
+## 0.0.48-next.1
+
+### Patch Changes
+
+- Updated dependencies
+ - @backstage/plugin-catalog-backend@3.5.0-next.1
+ - @backstage/plugin-auth-backend@0.27.1-next.1
+ - @backstage/plugin-techdocs-backend@2.1.6-next.1
+ - @backstage/backend-defaults@0.16.0-next.1
+ - @backstage/plugin-scaffolder-backend@3.2.0-next.1
+ - @backstage/plugin-mcp-actions-backend@0.1.10-next.1
+ - @backstage/plugin-events-backend@0.6.0-next.1
+ - @backstage/plugin-search-backend@2.1.0-next.1
+ - @backstage/plugin-auth-node@0.6.14-next.1
+ - @backstage/plugin-kubernetes-backend@0.21.2-next.1
+ - @backstage/plugin-search-backend-module-catalog@0.3.13-next.1
+ - @backstage/plugin-search-backend-module-techdocs@0.4.12-next.1
+ - @backstage/backend-plugin-api@1.7.1-next.0
+ - @backstage/catalog-model@1.7.6
+ - @backstage/plugin-app-backend@0.5.12-next.0
+ - @backstage/plugin-auth-backend-module-github-provider@0.5.1-next.0
+ - @backstage/plugin-auth-backend-module-guest-provider@0.2.17-next.0
+ - @backstage/plugin-auth-backend-module-openshift-provider@0.1.5-next.0
+ - @backstage/plugin-catalog-backend-module-backstage-openapi@0.5.12-next.0
+ - @backstage/plugin-catalog-backend-module-openapi@0.2.20-next.1
+ - @backstage/plugin-catalog-backend-module-scaffolder-entity-model@0.2.18-next.1
+ - @backstage/plugin-catalog-backend-module-unprocessed@0.6.9-next.0
+ - @backstage/plugin-devtools-backend@0.5.15-next.0
+ - @backstage/plugin-events-backend-module-google-pubsub@0.2.1-next.0
+ - @backstage/plugin-notifications-backend@0.6.3-next.0
+ - @backstage/plugin-permission-backend@0.7.10-next.0
+ - @backstage/plugin-permission-backend-module-allow-all-policy@0.2.17-next.0
+ - @backstage/plugin-permission-common@0.9.6
+ - @backstage/plugin-permission-node@0.10.11-next.0
+ - @backstage/plugin-proxy-backend@0.6.11-next.0
+ - @backstage/plugin-scaffolder-backend-module-github@0.9.7-next.1
+ - @backstage/plugin-scaffolder-backend-module-notifications@0.1.20-next.1
+ - @backstage/plugin-search-backend-module-elasticsearch@1.8.1-next.0
+ - @backstage/plugin-search-backend-module-explore@0.3.12-next.0
+ - @backstage/plugin-search-backend-node@1.4.2-next.0
+ - @backstage/plugin-signals-backend@0.3.13-next.0
+
## 0.0.48-next.0
### Patch Changes
diff --git a/packages/backend/package.json b/packages/backend/package.json
index b53b1933bb..01de1d1626 100644
--- a/packages/backend/package.json
+++ b/packages/backend/package.json
@@ -1,6 +1,6 @@
{
"name": "example-backend",
- "version": "0.0.48-next.0",
+ "version": "0.0.48-next.1",
"backstage": {
"role": "backend"
},
diff --git a/packages/catalog-client/CHANGELOG.md b/packages/catalog-client/CHANGELOG.md
index 03f4e627b2..62b214a403 100644
--- a/packages/catalog-client/CHANGELOG.md
+++ b/packages/catalog-client/CHANGELOG.md
@@ -1,5 +1,25 @@
# @backstage/catalog-client
+## 1.14.0-next.1
+
+### Minor Changes
+
+- 972f686: Added support for the `query` field in `getEntitiesByRefs` requests, enabling predicate-based filtering with `$all`, `$any`, `$not`, `$exists`, `$in`, `$contains`, and `$hasPrefix` operators.
+- 56c908e: Added support for the `query` field in `getEntityFacets` requests, enabling predicate-based filtering with `$all`, `$any`, `$not`, `$exists`, `$in`, `$contains`, and `$hasPrefix` operators.
+- 0fbcf23: Migrated OpenAPI schemas to 3.1.
+- 51e23eb: Added predicate-based entity filtering via POST /entities/by-query endpoint.
+
+ Supports `$all`, `$any`, `$not`, `$exists`, `$in`, `$hasPrefix`, and (partially) `$contains` operators for expressive entity queries. Integrated into the existing `queryEntities` flow with full cursor-based pagination, permission enforcement, and `totalItems` support.
+
+ The catalog client's `queryEntities()` method automatically routes to the POST endpoint when a `query` predicate is provided.
+
+### Patch Changes
+
+- Updated dependencies
+ - @backstage/catalog-model@1.7.6
+ - @backstage/errors@1.2.7
+ - @backstage/filter-predicates@0.1.0
+
## 1.13.1-next.0
### Patch Changes
diff --git a/packages/catalog-client/package.json b/packages/catalog-client/package.json
index 9ca0335241..20a68905a0 100644
--- a/packages/catalog-client/package.json
+++ b/packages/catalog-client/package.json
@@ -1,6 +1,6 @@
{
"name": "@backstage/catalog-client",
- "version": "1.13.1-next.0",
+ "version": "1.14.0-next.1",
"description": "An isomorphic client for the catalog backend",
"backstage": {
"role": "common-library"
diff --git a/packages/cli-common/CHANGELOG.md b/packages/cli-common/CHANGELOG.md
index 6f527693b4..d7a5679026 100644
--- a/packages/cli-common/CHANGELOG.md
+++ b/packages/cli-common/CHANGELOG.md
@@ -1,5 +1,13 @@
# @backstage/cli-common
+## 0.2.0-next.1
+
+### Patch Changes
+
+- e44b6a9: The `findOwnRootDir` utility now searches for the monorepo root by traversing up the directory tree looking for a `package.json` with `workspaces`, instead of assuming a fixed `../..` relative path. If no workspaces root is found during this traversal, `findOwnRootDir` now throws to enforce stricter validation of the repository layout.
+- Updated dependencies
+ - @backstage/errors@1.2.7
+
## 0.2.0-next.0
### Minor Changes
diff --git a/packages/cli-common/package.json b/packages/cli-common/package.json
index 4e38607467..7e44334900 100644
--- a/packages/cli-common/package.json
+++ b/packages/cli-common/package.json
@@ -1,6 +1,6 @@
{
"name": "@backstage/cli-common",
- "version": "0.2.0-next.0",
+ "version": "0.2.0-next.1",
"description": "Common functionality used by cli, backend, and create-app",
"backstage": {
"role": "node-library"
diff --git a/packages/cli-node/CHANGELOG.md b/packages/cli-node/CHANGELOG.md
index 074ba4097c..96a404989e 100644
--- a/packages/cli-node/CHANGELOG.md
+++ b/packages/cli-node/CHANGELOG.md
@@ -1,5 +1,17 @@
# @backstage/cli-node
+## 0.2.19-next.1
+
+### Patch Changes
+
+- 61cb976: Added `toString()` method to `Lockfile` for serializing lockfiles back to string format.
+- 3c811bf: Added `hasBackstageYarnPlugin` and `SuccessCache` exports, moved from `@backstage/cli`.
+- a9d23c4: Properly support `package.json` `workspaces` field
+- Updated dependencies
+ - @backstage/cli-common@0.2.0-next.1
+ - @backstage/errors@1.2.7
+ - @backstage/types@1.2.2
+
## 0.2.19-next.0
### Patch Changes
diff --git a/packages/cli-node/package.json b/packages/cli-node/package.json
index 16cfba3c0d..4fa5af208c 100644
--- a/packages/cli-node/package.json
+++ b/packages/cli-node/package.json
@@ -1,6 +1,6 @@
{
"name": "@backstage/cli-node",
- "version": "0.2.19-next.0",
+ "version": "0.2.19-next.1",
"description": "Node.js library for Backstage CLIs",
"backstage": {
"role": "node-library"
diff --git a/packages/cli/CHANGELOG.md b/packages/cli/CHANGELOG.md
index 6ccd21fb31..4d5c2691a7 100644
--- a/packages/cli/CHANGELOG.md
+++ b/packages/cli/CHANGELOG.md
@@ -1,5 +1,32 @@
# @backstage/cli
+## 0.36.0-next.1
+
+### Minor Changes
+
+- b36a60d: **BREAKING**: The `migrate package-exports` command has been removed. Use `repo fix` instead.
+
+### Patch Changes
+
+- 0d2d0f2: Internal refactor of CLI modularization, moving individual commands to be implemented with cleye.
+- 2fcba39: Internal refactor to move shared utilities into their consuming modules, reducing cross-module dependencies.
+- c85ac86: Internal refactor to split `loadCliConfig` into separate implementations for the build and config CLI modules, removing a cross-module dependency.
+- 61cb976: Migrated internal versioning utilities to use `@backstage/cli-node` instead of a local implementation.
+- 825c81d: Internal refactor of CLI command modules.
+- a9d23c4: Properly support `package.json` `workspaces` field
+- Updated dependencies
+ - @backstage/cli-common@0.2.0-next.1
+ - @backstage/cli-node@0.2.19-next.1
+ - @backstage/module-federation-common@0.1.2-next.0
+ - @backstage/integration@2.0.0-next.1
+ - @backstage/catalog-model@1.7.6
+ - @backstage/config@1.3.6
+ - @backstage/config-loader@1.10.9-next.0
+ - @backstage/errors@1.2.7
+ - @backstage/eslint-plugin@0.2.2-next.0
+ - @backstage/release-manifests@0.0.13
+ - @backstage/types@1.2.2
+
## 0.35.5-next.0
### Patch Changes
diff --git a/packages/cli/package.json b/packages/cli/package.json
index 17d2189beb..4350836d22 100644
--- a/packages/cli/package.json
+++ b/packages/cli/package.json
@@ -1,6 +1,6 @@
{
"name": "@backstage/cli",
- "version": "0.35.5-next.0",
+ "version": "0.36.0-next.1",
"description": "CLI for developing Backstage plugins and apps",
"backstage": {
"role": "cli"
diff --git a/packages/core-compat-api/CHANGELOG.md b/packages/core-compat-api/CHANGELOG.md
index 9b6e2a4576..f05a32f697 100644
--- a/packages/core-compat-api/CHANGELOG.md
+++ b/packages/core-compat-api/CHANGELOG.md
@@ -1,5 +1,17 @@
# @backstage/core-compat-api
+## 0.5.9-next.1
+
+### Patch Changes
+
+- Updated dependencies
+ - @backstage/plugin-catalog-react@2.1.0-next.1
+ - @backstage/core-plugin-api@1.12.4-next.0
+ - @backstage/frontend-plugin-api@0.14.2-next.0
+ - @backstage/types@1.2.2
+ - @backstage/version-bridge@1.0.12
+ - @backstage/plugin-app-react@0.2.1-next.0
+
## 0.5.9-next.0
### Patch Changes
diff --git a/packages/core-compat-api/package.json b/packages/core-compat-api/package.json
index 3a27730600..605c6b2bd9 100644
--- a/packages/core-compat-api/package.json
+++ b/packages/core-compat-api/package.json
@@ -1,6 +1,6 @@
{
"name": "@backstage/core-compat-api",
- "version": "0.5.9-next.0",
+ "version": "0.5.9-next.1",
"backstage": {
"role": "web-library"
},
diff --git a/packages/create-app/CHANGELOG.md b/packages/create-app/CHANGELOG.md
index 834d31aef9..5923a75a26 100644
--- a/packages/create-app/CHANGELOG.md
+++ b/packages/create-app/CHANGELOG.md
@@ -1,5 +1,28 @@
# @backstage/create-app
+## 0.7.10-next.1
+
+### Patch Changes
+
+- a9d23c4: Properly support `package.json` `workspaces` field
+- ebd4630: Replace deprecated `workspaces.packages` with `workspaces` in `package.json`
+
+ This change is **not** required, but you can edit your main `package.json`, to fit the more modern & more common pattern:
+
+ ```diff
+ - "workspaces": {
+ - "packages": [
+ "workspaces": [
+ "packages/*",
+ "plugins/*"
+ - ]
+ - },
+ ],
+ ```
+
+- Updated dependencies
+ - @backstage/cli-common@0.2.0-next.1
+
## 0.7.10-next.0
### Patch Changes
diff --git a/packages/create-app/package.json b/packages/create-app/package.json
index 31a6e5347d..8a4526d63b 100644
--- a/packages/create-app/package.json
+++ b/packages/create-app/package.json
@@ -1,6 +1,6 @@
{
"name": "@backstage/create-app",
- "version": "0.7.10-next.0",
+ "version": "0.7.10-next.1",
"description": "A CLI that helps you create your own Backstage app",
"backstage": {
"role": "cli"
diff --git a/packages/dev-utils/CHANGELOG.md b/packages/dev-utils/CHANGELOG.md
index 0ce067fe4f..f00681aa3c 100644
--- a/packages/dev-utils/CHANGELOG.md
+++ b/packages/dev-utils/CHANGELOG.md
@@ -1,5 +1,20 @@
# @backstage/dev-utils
+## 1.1.21-next.1
+
+### Patch Changes
+
+- Updated dependencies
+ - @backstage/ui@0.13.0-next.1
+ - @backstage/plugin-catalog-react@2.1.0-next.1
+ - @backstage/app-defaults@1.7.6-next.0
+ - @backstage/catalog-model@1.7.6
+ - @backstage/core-app-api@1.19.6-next.0
+ - @backstage/core-components@0.18.8-next.0
+ - @backstage/core-plugin-api@1.12.4-next.0
+ - @backstage/integration-react@1.2.16-next.1
+ - @backstage/theme@0.7.2
+
## 1.1.21-next.0
### Patch Changes
diff --git a/packages/dev-utils/package.json b/packages/dev-utils/package.json
index 9f83d94cd1..7ddfd34b57 100644
--- a/packages/dev-utils/package.json
+++ b/packages/dev-utils/package.json
@@ -1,6 +1,6 @@
{
"name": "@backstage/dev-utils",
- "version": "1.1.21-next.0",
+ "version": "1.1.21-next.1",
"description": "Utilities for developing Backstage plugins.",
"backstage": {
"role": "web-library"
diff --git a/packages/frontend-dynamic-feature-loader/CHANGELOG.md b/packages/frontend-dynamic-feature-loader/CHANGELOG.md
index d29ecadc52..c616f235e4 100644
--- a/packages/frontend-dynamic-feature-loader/CHANGELOG.md
+++ b/packages/frontend-dynamic-feature-loader/CHANGELOG.md
@@ -1,5 +1,14 @@
# @backstage/frontend-dynamic-feature-loader
+## 0.1.10-next.1
+
+### Patch Changes
+
+- Updated dependencies
+ - @backstage/module-federation-common@0.1.2-next.0
+ - @backstage/config@1.3.6
+ - @backstage/frontend-plugin-api@0.14.2-next.0
+
## 0.1.10-next.0
### Patch Changes
diff --git a/packages/frontend-dynamic-feature-loader/package.json b/packages/frontend-dynamic-feature-loader/package.json
index 36480783db..860fe56bb5 100644
--- a/packages/frontend-dynamic-feature-loader/package.json
+++ b/packages/frontend-dynamic-feature-loader/package.json
@@ -1,6 +1,6 @@
{
"name": "@backstage/frontend-dynamic-feature-loader",
- "version": "0.1.10-next.0",
+ "version": "0.1.10-next.1",
"backstage": {
"role": "web-library"
},
diff --git a/packages/frontend-test-utils/CHANGELOG.md b/packages/frontend-test-utils/CHANGELOG.md
index 74e112c067..49a007e798 100644
--- a/packages/frontend-test-utils/CHANGELOG.md
+++ b/packages/frontend-test-utils/CHANGELOG.md
@@ -1,5 +1,24 @@
# @backstage/frontend-test-utils
+## 0.5.1-next.1
+
+### Patch Changes
+
+- 479282f: Fixed type inference of `TestApiPair` when using tuple syntax by wrapping `MockWithApiFactory` in `NoInfer`.
+- Updated dependencies
+ - @backstage/plugin-app@0.4.1-next.1
+ - @backstage/config@1.3.6
+ - @backstage/core-app-api@1.19.6-next.0
+ - @backstage/core-plugin-api@1.12.4-next.0
+ - @backstage/frontend-app-api@0.15.1-next.0
+ - @backstage/frontend-plugin-api@0.14.2-next.0
+ - @backstage/test-utils@1.7.16-next.0
+ - @backstage/types@1.2.2
+ - @backstage/version-bridge@1.0.12
+ - @backstage/plugin-app-react@0.2.1-next.0
+ - @backstage/plugin-permission-common@0.9.6
+ - @backstage/plugin-permission-react@0.4.41-next.0
+
## 0.5.1-next.0
### Patch Changes
diff --git a/packages/frontend-test-utils/package.json b/packages/frontend-test-utils/package.json
index aa35b3dff9..bcea275124 100644
--- a/packages/frontend-test-utils/package.json
+++ b/packages/frontend-test-utils/package.json
@@ -1,6 +1,6 @@
{
"name": "@backstage/frontend-test-utils",
- "version": "0.5.1-next.0",
+ "version": "0.5.1-next.1",
"backstage": {
"role": "web-library"
},
diff --git a/packages/integration-react/CHANGELOG.md b/packages/integration-react/CHANGELOG.md
index a038cd3ac5..507d66ce4e 100644
--- a/packages/integration-react/CHANGELOG.md
+++ b/packages/integration-react/CHANGELOG.md
@@ -1,5 +1,14 @@
# @backstage/integration-react
+## 1.2.16-next.1
+
+### Patch Changes
+
+- Updated dependencies
+ - @backstage/integration@2.0.0-next.1
+ - @backstage/config@1.3.6
+ - @backstage/core-plugin-api@1.12.4-next.0
+
## 1.2.16-next.0
### Patch Changes
diff --git a/packages/integration-react/package.json b/packages/integration-react/package.json
index b8a7f6a678..ba38b2fc33 100644
--- a/packages/integration-react/package.json
+++ b/packages/integration-react/package.json
@@ -1,6 +1,6 @@
{
"name": "@backstage/integration-react",
- "version": "1.2.16-next.0",
+ "version": "1.2.16-next.1",
"description": "Frontend package for managing integrations towards external systems",
"backstage": {
"role": "web-library"
diff --git a/packages/integration/CHANGELOG.md b/packages/integration/CHANGELOG.md
index 947f559196..1ca9d407af 100644
--- a/packages/integration/CHANGELOG.md
+++ b/packages/integration/CHANGELOG.md
@@ -1,5 +1,23 @@
# @backstage/integration
+## 2.0.0-next.1
+
+### Major Changes
+
+- 527cf88: **BREAKING** Removed deprecated Azure DevOps, Bitbucket, Gerrit and GitHub code:
+
+ - For Azure DevOps, the long deprecated `token` string and `credential` object have been removed from the `config.d.ts`. Use the `credentials` array object instead.
+ - For Bitbucket, the long deprecated `bitbucket` object has been removed from the `config.d.ts`. Use the `bitbucketCloud` or `bitbucketServer` objects instead.
+ - For Gerrit, the `parseGerritGitilesUrl` function has been removed, use `parseGitilesUrlRef` instead. The `buildGerritGitilesArchiveUrl` function has also been removed, use `buildGerritGitilesArchiveUrlFromLocation` instead.
+ - For GitHub, the `getGitHubRequestOptions` function has been removed.
+
+### Patch Changes
+
+- 993a598: Fixed Azure integration config schema visibility annotations to use per-field `@visibility secret` instead of `@deepVisibility secret` on parent objects, so that non-secret fields like `clientId`, `tenantId`, `organizations`, and `managedIdentityClientId` are no longer incorrectly marked as secret.
+- Updated dependencies
+ - @backstage/config@1.3.6
+ - @backstage/errors@1.2.7
+
## 1.21.0-next.0
### Minor Changes
diff --git a/packages/integration/package.json b/packages/integration/package.json
index 8f5bfd3e8b..0fbd80b1b3 100644
--- a/packages/integration/package.json
+++ b/packages/integration/package.json
@@ -1,6 +1,6 @@
{
"name": "@backstage/integration",
- "version": "1.21.0-next.0",
+ "version": "2.0.0-next.1",
"description": "Helpers for managing integrations towards external systems",
"backstage": {
"role": "common-library"
diff --git a/packages/module-federation-common/CHANGELOG.md b/packages/module-federation-common/CHANGELOG.md
index 4c15a4b215..9017b9b96d 100644
--- a/packages/module-federation-common/CHANGELOG.md
+++ b/packages/module-federation-common/CHANGELOG.md
@@ -1,5 +1,15 @@
# @backstage/module-federation-common
+## 0.1.2-next.0
+
+### Patch Changes
+
+- 0cb5646: Fixed the `@mui/material/styles` shared dependency key by removing a trailing slash that caused module resolution failures with MUI package exports.
+- Updated dependencies
+ - @backstage/config@1.3.6
+ - @backstage/errors@1.2.7
+ - @backstage/types@1.2.2
+
## 0.1.0
### Minor Changes
diff --git a/packages/module-federation-common/package.json b/packages/module-federation-common/package.json
index d0dc128548..1670773e3e 100644
--- a/packages/module-federation-common/package.json
+++ b/packages/module-federation-common/package.json
@@ -1,6 +1,6 @@
{
"name": "@backstage/module-federation-common",
- "version": "0.1.0",
+ "version": "0.1.2-next.0",
"description": "Helper library for module federation",
"backstage": {
"role": "common-library"
diff --git a/packages/repo-tools/CHANGELOG.md b/packages/repo-tools/CHANGELOG.md
index 67ebd2fec6..0be622296b 100644
--- a/packages/repo-tools/CHANGELOG.md
+++ b/packages/repo-tools/CHANGELOG.md
@@ -1,5 +1,23 @@
# @backstage/repo-tools
+## 0.17.0-next.1
+
+### Minor Changes
+
+- 0fbcf23: Added support for OpenAPI 3.1 to all `schema openapi` commands. The commands now auto-detect the OpenAPI version from the spec file and use the appropriate generator, supporting both OpenAPI 3.0.x and 3.1.x specifications.
+
+### Patch Changes
+
+- 426edbe: Fixed `generate-catalog-info` command failing with "too many arguments" when invoked by lint-staged via the pre-commit hook.
+- d5779e5: Updated the CLI report parser to support cleye-style help output, and strip ANSI escape codes from captured output.
+- Updated dependencies
+ - @backstage/cli-common@0.2.0-next.1
+ - @backstage/cli-node@0.2.19-next.1
+ - @backstage/backend-plugin-api@1.7.1-next.0
+ - @backstage/catalog-model@1.7.6
+ - @backstage/config-loader@1.10.9-next.0
+ - @backstage/errors@1.2.7
+
## 0.16.6-next.0
### Patch Changes
diff --git a/packages/repo-tools/package.json b/packages/repo-tools/package.json
index cca2b5a86a..a9809f614d 100644
--- a/packages/repo-tools/package.json
+++ b/packages/repo-tools/package.json
@@ -1,6 +1,6 @@
{
"name": "@backstage/repo-tools",
- "version": "0.16.6-next.0",
+ "version": "0.17.0-next.1",
"description": "CLI for Backstage repo tooling ",
"backstage": {
"role": "cli"
diff --git a/packages/techdocs-cli-embedded-app/CHANGELOG.md b/packages/techdocs-cli-embedded-app/CHANGELOG.md
index 2557e1f13b..efc871e9c6 100644
--- a/packages/techdocs-cli-embedded-app/CHANGELOG.md
+++ b/packages/techdocs-cli-embedded-app/CHANGELOG.md
@@ -1,5 +1,26 @@
# techdocs-cli-embedded-app
+## 0.2.118-next.1
+
+### Patch Changes
+
+- Updated dependencies
+ - @backstage/ui@0.13.0-next.1
+ - @backstage/cli@0.36.0-next.1
+ - @backstage/plugin-techdocs@1.17.1-next.1
+ - @backstage/plugin-catalog@1.34.0-next.1
+ - @backstage/catalog-model@1.7.6
+ - @backstage/config@1.3.6
+ - @backstage/core-app-api@1.19.6-next.0
+ - @backstage/core-components@0.18.8-next.0
+ - @backstage/frontend-defaults@0.4.1-next.0
+ - @backstage/frontend-plugin-api@0.14.2-next.0
+ - @backstage/integration-react@1.2.16-next.1
+ - @backstage/test-utils@1.7.16-next.0
+ - @backstage/theme@0.7.2
+ - @backstage/plugin-app-react@0.2.1-next.0
+ - @backstage/plugin-techdocs-react@1.3.9-next.0
+
## 0.2.118-next.0
### Patch Changes
diff --git a/packages/techdocs-cli-embedded-app/package.json b/packages/techdocs-cli-embedded-app/package.json
index b903033a0d..7c70e1a47c 100644
--- a/packages/techdocs-cli-embedded-app/package.json
+++ b/packages/techdocs-cli-embedded-app/package.json
@@ -1,6 +1,6 @@
{
"name": "techdocs-cli-embedded-app",
- "version": "0.2.118-next.0",
+ "version": "0.2.118-next.1",
"backstage": {
"role": "frontend"
},
diff --git a/packages/techdocs-cli/CHANGELOG.md b/packages/techdocs-cli/CHANGELOG.md
index ce38cf8516..5eff559128 100644
--- a/packages/techdocs-cli/CHANGELOG.md
+++ b/packages/techdocs-cli/CHANGELOG.md
@@ -1,5 +1,16 @@
# @techdocs/cli
+## 1.10.6-next.1
+
+### Patch Changes
+
+- Updated dependencies
+ - @backstage/cli-common@0.2.0-next.1
+ - @backstage/plugin-techdocs-node@1.14.3-next.1
+ - @backstage/backend-defaults@0.16.0-next.1
+ - @backstage/catalog-model@1.7.6
+ - @backstage/config@1.3.6
+
## 1.10.6-next.0
### Patch Changes
diff --git a/packages/techdocs-cli/package.json b/packages/techdocs-cli/package.json
index bccab2c228..8b6a70f952 100644
--- a/packages/techdocs-cli/package.json
+++ b/packages/techdocs-cli/package.json
@@ -1,6 +1,6 @@
{
"name": "@techdocs/cli",
- "version": "1.10.6-next.0",
+ "version": "1.10.6-next.1",
"description": "Utility CLI for managing TechDocs sites in Backstage.",
"backstage": {
"role": "cli"
diff --git a/packages/ui/CHANGELOG.md b/packages/ui/CHANGELOG.md
index d5c6a13f66..bcf0ee3734 100644
--- a/packages/ui/CHANGELOG.md
+++ b/packages/ui/CHANGELOG.md
@@ -1,5 +1,108 @@
# @backstage/ui
+## 0.13.0-next.1
+
+### Minor Changes
+
+- 768f09d: **BREAKING**: Simplified the neutral background prop API for container components. The explicit `neutral-1`, `neutral-2`, `neutral-3`, and `neutral-auto` values have been removed from `ProviderBg`. They are replaced by a single `'neutral'` value that always auto-increments from the parent context, making it impossible to skip or pin to an explicit neutral level.
+
+ **Migration:**
+
+ Replace any explicit `bg="neutral-1"`, `bg="neutral-2"`, `bg="neutral-3"`, or `bg="neutral-auto"` props with `bg="neutral"`. To achieve a specific neutral level in stories or tests, use nested containers — each additional `bg="neutral"` wrapper increments by one level.
+
+ ```tsx
+ // Before
+ ...
+
+ // After
+
+ ...
+
+ ```
+
+ **Affected components:** Box, Flex, Grid, Card, Accordion, Popover, Tooltip, Dialog, Menu
+
+- b42fcdc: **BREAKING**: Removed `--bui-bg-popover` CSS token. Popover, Tooltip, Menu, and Dialog now use `--bui-bg-app` for their outer shell and `Box bg="neutral-1"` for content areas, providing better theme consistency and eliminating a redundant token.
+
+ **Migration:**
+
+ Replace any usage of `--bui-bg-popover` with `--bui-bg-neutral-1` (for content surfaces) or `--bui-bg-app` (for outer shells):
+
+ ```diff
+ - background: var(--bui-bg-popover);
+ + background: var(--bui-bg-neutral-1);
+ ```
+
+ **Affected components:** Popover, Tooltip, Menu, Dialog
+
+- bd3a76e: **BREAKING**: Data attributes rendered by components are now always lowercase. This affects CSS selectors targeting camelCase data attributes.
+
+ **Migration:**
+
+ Update any custom CSS selectors that target camelCase data attributes to use lowercase instead:
+
+ ```diff
+ - [data-startCollapsed='true'] { ... }
+ + [data-startcollapsed='true'] { ... }
+ ```
+
+ **Affected components:** SearchField
+
+- 95702ab: **BREAKING**: Removed deprecated types `ComponentDefinition`, `ClassNamesMap`, `DataAttributeValues`, and `DataAttributesMap` from the public API. These were internal styling infrastructure types that have been replaced by the `defineComponent` system.
+
+ **Migration:**
+
+ Remove any direct usage of these types. Component definitions now use `defineComponent()` and their shapes are not part of the public API contract.
+
+ ```diff
+ - import type { ComponentDefinition, ClassNamesMap } from '@backstage/ui';
+ ```
+
+ If you were reading `definition.dataAttributes`, use `definition.propDefs` instead — props with `dataAttribute: true` in `propDefs` are the equivalent.
+
+### Patch Changes
+
+- 58224d3: Fixed neutral-1 hover & pressed state in light mode.
+- 95702ab: Migrated all components from `useStyles` to `useDefinition` hook. Exported `OwnProps` types for each component, enabling better type composition for consumers.
+
+ **Affected components:** Avatar, Checkbox, Container, Dialog, FieldError, FieldLabel, Flex, FullPage, Grid, HeaderPage, Link, Menu, PasswordField, PluginHeader, Popover, RadioGroup, SearchField, Select, Skeleton, Switch, Table, TablePagination, Tabs, TagGroup, Text, TextField, ToggleButton, ToggleButtonGroup, Tooltip, VisuallyHidden
+
+- 4c2c350: Removed the `transition` on `Container` padding to prevent an unwanted animation when the viewport is resized.
+
+ Affected components: Container
+
+- d4fa5b4: Fixed tab `matchStrategy` matching to ignore query parameters and hash fragments in tab `href` values. Previously, tabs with query params in their `href` (e.g., `/page?group=foo`) would never show as active since matching compared the full `href` string against `location.pathname` which never includes query params.
+
+ **Affected components:** Tabs, PluginHeader
+
+- 36987db: Fixed handling of the `style` prop on `Button`, `ButtonIcon`, and `ButtonLink` so that it is now correctly forwarded to the underlying element instead of being silently dropped.
+
+ **Affected components:** Button, ButtonIcon, ButtonLink
+
+- 95702ab: Fixed Link variant default from `'body'` to `'body-medium'` to match actual CSS selectors. The previous default did not correspond to a valid variant value.
+
+ **Affected components:** Link
+
+- 9027b10: Fixed scroll overflow in Menu and Select popover content when constrained by viewport height.
+
+ **Affected components:** Menu, Select
+
+- 4105a78: Merged the internal `PluginHeaderToolbar` component into `PluginHeader`, removing the separate component and its associated types (`PluginHeaderToolbarOwnProps`, `PluginHeaderToolbarProps`) and definition (`PluginHeaderToolbarDefinition`). This is an internal refactor with no changes to the public API of `PluginHeader`.
+
+ **Affected components:** PluginHeader
+
+- b303857: Fixed `isRequired` prop not being passed to the underlying React Aria field components in TextField, SearchField, and PasswordField. Previously, `isRequired` was consumed locally for the secondary label text but never forwarded, which meant the input elements lacked `aria-required="true"` and React Aria's built-in required validation was not activated.
+
+ **Affected components:** TextField, SearchField, PasswordField
+
+- cd3cb0f: Improved `useBreakpoint` performance by sharing a single set of `matchMedia` listeners across all component instances instead of creating independent listeners per hook call.
+- 36987db: Extended `AlertProps`, `ContainerProps`, `DialogBodyProps`, and `FieldLabelProps` with native div element props to allow passing attributes like `aria-*` and `data-*`.
+
+ **Affected components:** Alert, Container, DialogBody, FieldLabel
+
+- Updated dependencies
+ - @backstage/version-bridge@1.0.12
+
## 0.12.1-next.0
### Patch Changes
diff --git a/packages/ui/package.json b/packages/ui/package.json
index 311153eddc..1440a40831 100644
--- a/packages/ui/package.json
+++ b/packages/ui/package.json
@@ -1,6 +1,6 @@
{
"name": "@backstage/ui",
- "version": "0.12.1-next.0",
+ "version": "0.13.0-next.1",
"backstage": {
"role": "web-library"
},
diff --git a/plugins/api-docs/CHANGELOG.md b/plugins/api-docs/CHANGELOG.md
index 9db7a5ed41..e519fef39e 100644
--- a/plugins/api-docs/CHANGELOG.md
+++ b/plugins/api-docs/CHANGELOG.md
@@ -1,5 +1,20 @@
# @backstage/plugin-api-docs
+## 0.13.5-next.1
+
+### Patch Changes
+
+- 30e08df: Added default entity content groups for the API docs entity content tabs. The API definition tab defaults to the `documentation` group and the APIs tab defaults to the `development` group.
+- Updated dependencies
+ - @backstage/plugin-catalog@1.34.0-next.1
+ - @backstage/plugin-catalog-react@2.1.0-next.1
+ - @backstage/catalog-model@1.7.6
+ - @backstage/core-components@0.18.8-next.0
+ - @backstage/core-plugin-api@1.12.4-next.0
+ - @backstage/frontend-plugin-api@0.14.2-next.0
+ - @backstage/plugin-catalog-common@1.1.8
+ - @backstage/plugin-permission-react@0.4.41-next.0
+
## 0.13.5-next.0
### Patch Changes
diff --git a/plugins/api-docs/package.json b/plugins/api-docs/package.json
index c3f5a2c42b..ba2def9480 100644
--- a/plugins/api-docs/package.json
+++ b/plugins/api-docs/package.json
@@ -1,6 +1,6 @@
{
"name": "@backstage/plugin-api-docs",
- "version": "0.13.5-next.0",
+ "version": "0.13.5-next.1",
"description": "A Backstage plugin that helps represent API entities in the frontend",
"backstage": {
"role": "frontend-plugin",
diff --git a/plugins/app-visualizer/CHANGELOG.md b/plugins/app-visualizer/CHANGELOG.md
index f61e2935b9..bce72f98f9 100644
--- a/plugins/app-visualizer/CHANGELOG.md
+++ b/plugins/app-visualizer/CHANGELOG.md
@@ -1,5 +1,15 @@
# @backstage/plugin-app-visualizer
+## 0.2.1-next.1
+
+### Patch Changes
+
+- Updated dependencies
+ - @backstage/ui@0.13.0-next.1
+ - @backstage/core-components@0.18.8-next.0
+ - @backstage/core-plugin-api@1.12.4-next.0
+ - @backstage/frontend-plugin-api@0.14.2-next.0
+
## 0.2.1-next.0
### Patch Changes
diff --git a/plugins/app-visualizer/package.json b/plugins/app-visualizer/package.json
index 5353caa37e..2dcb4cd03e 100644
--- a/plugins/app-visualizer/package.json
+++ b/plugins/app-visualizer/package.json
@@ -1,6 +1,6 @@
{
"name": "@backstage/plugin-app-visualizer",
- "version": "0.2.1-next.0",
+ "version": "0.2.1-next.1",
"description": "Visualizes the Backstage app structure",
"backstage": {
"role": "frontend-plugin",
diff --git a/plugins/app/CHANGELOG.md b/plugins/app/CHANGELOG.md
index e4cd22f5b4..6e6b6bc32b 100644
--- a/plugins/app/CHANGELOG.md
+++ b/plugins/app/CHANGELOG.md
@@ -1,5 +1,21 @@
# @backstage/plugin-app
+## 0.4.1-next.1
+
+### Patch Changes
+
+- Updated dependencies
+ - @backstage/ui@0.13.0-next.1
+ - @backstage/core-components@0.18.8-next.0
+ - @backstage/core-plugin-api@1.12.4-next.0
+ - @backstage/frontend-plugin-api@0.14.2-next.0
+ - @backstage/integration-react@1.2.16-next.1
+ - @backstage/theme@0.7.2
+ - @backstage/types@1.2.2
+ - @backstage/version-bridge@1.0.12
+ - @backstage/plugin-app-react@0.2.1-next.0
+ - @backstage/plugin-permission-react@0.4.41-next.0
+
## 0.4.1-next.0
### Patch Changes
diff --git a/plugins/app/package.json b/plugins/app/package.json
index 3572d7da28..62d644894f 100644
--- a/plugins/app/package.json
+++ b/plugins/app/package.json
@@ -1,6 +1,6 @@
{
"name": "@backstage/plugin-app",
- "version": "0.4.1-next.0",
+ "version": "0.4.1-next.1",
"backstage": {
"role": "frontend-plugin",
"pluginId": "app",
diff --git a/plugins/auth-backend/CHANGELOG.md b/plugins/auth-backend/CHANGELOG.md
index 068a085520..1c04518409 100644
--- a/plugins/auth-backend/CHANGELOG.md
+++ b/plugins/auth-backend/CHANGELOG.md
@@ -1,5 +1,19 @@
# @backstage/plugin-auth-backend
+## 0.27.1-next.1
+
+### Patch Changes
+
+- 1ccad86: Added `who-am-i` action to the auth backend actions registry. Returns the catalog entity and user info for the currently authenticated user.
+- Updated dependencies
+ - @backstage/plugin-auth-node@0.6.14-next.1
+ - @backstage/plugin-catalog-node@2.1.0-next.1
+ - @backstage/backend-plugin-api@1.7.1-next.0
+ - @backstage/catalog-model@1.7.6
+ - @backstage/config@1.3.6
+ - @backstage/errors@1.2.7
+ - @backstage/types@1.2.2
+
## 0.27.1-next.0
### Patch Changes
diff --git a/plugins/auth-backend/package.json b/plugins/auth-backend/package.json
index 45d17d6f6d..912650a48d 100644
--- a/plugins/auth-backend/package.json
+++ b/plugins/auth-backend/package.json
@@ -1,6 +1,6 @@
{
"name": "@backstage/plugin-auth-backend",
- "version": "0.27.1-next.0",
+ "version": "0.27.1-next.1",
"description": "A Backstage backend plugin that handles authentication",
"backstage": {
"role": "backend-plugin",
diff --git a/plugins/auth-node/CHANGELOG.md b/plugins/auth-node/CHANGELOG.md
index 651d2752d3..aadd899b15 100644
--- a/plugins/auth-node/CHANGELOG.md
+++ b/plugins/auth-node/CHANGELOG.md
@@ -1,5 +1,17 @@
# @backstage/plugin-auth-node
+## 0.6.14-next.1
+
+### Patch Changes
+
+- Updated dependencies
+ - @backstage/catalog-client@1.14.0-next.1
+ - @backstage/backend-plugin-api@1.7.1-next.0
+ - @backstage/catalog-model@1.7.6
+ - @backstage/config@1.3.6
+ - @backstage/errors@1.2.7
+ - @backstage/types@1.2.2
+
## 0.6.14-next.0
### Patch Changes
diff --git a/plugins/auth-node/package.json b/plugins/auth-node/package.json
index 440f6a4913..5364358450 100644
--- a/plugins/auth-node/package.json
+++ b/plugins/auth-node/package.json
@@ -1,6 +1,6 @@
{
"name": "@backstage/plugin-auth-node",
- "version": "0.6.14-next.0",
+ "version": "0.6.14-next.1",
"backstage": {
"role": "node-library",
"pluginId": "auth",
diff --git a/plugins/bitbucket-cloud-common/CHANGELOG.md b/plugins/bitbucket-cloud-common/CHANGELOG.md
index 9ad8a14276..721c7247cf 100644
--- a/plugins/bitbucket-cloud-common/CHANGELOG.md
+++ b/plugins/bitbucket-cloud-common/CHANGELOG.md
@@ -1,5 +1,12 @@
# @backstage/plugin-bitbucket-cloud-common
+## 0.3.8-next.1
+
+### Patch Changes
+
+- Updated dependencies
+ - @backstage/integration@2.0.0-next.1
+
## 0.3.8-next.0
### Patch Changes
diff --git a/plugins/bitbucket-cloud-common/package.json b/plugins/bitbucket-cloud-common/package.json
index 41f7f8b49e..010a284f60 100644
--- a/plugins/bitbucket-cloud-common/package.json
+++ b/plugins/bitbucket-cloud-common/package.json
@@ -1,6 +1,6 @@
{
"name": "@backstage/plugin-bitbucket-cloud-common",
- "version": "0.3.8-next.0",
+ "version": "0.3.8-next.1",
"description": "Common functionalities for bitbucket-cloud plugins",
"backstage": {
"role": "common-library",
diff --git a/plugins/catalog-backend-module-aws/CHANGELOG.md b/plugins/catalog-backend-module-aws/CHANGELOG.md
index 104db8bed8..7e26c396fd 100644
--- a/plugins/catalog-backend-module-aws/CHANGELOG.md
+++ b/plugins/catalog-backend-module-aws/CHANGELOG.md
@@ -1,5 +1,21 @@
# @backstage/plugin-catalog-backend-module-aws
+## 0.4.21-next.1
+
+### Patch Changes
+
+- Updated dependencies
+ - @backstage/backend-defaults@0.16.0-next.1
+ - @backstage/integration@2.0.0-next.1
+ - @backstage/plugin-catalog-node@2.1.0-next.1
+ - @backstage/backend-plugin-api@1.7.1-next.0
+ - @backstage/catalog-model@1.7.6
+ - @backstage/config@1.3.6
+ - @backstage/errors@1.2.7
+ - @backstage/integration-aws-node@0.1.20
+ - @backstage/plugin-catalog-common@1.1.8
+ - @backstage/plugin-kubernetes-common@0.9.10
+
## 0.4.21-next.0
### Patch Changes
diff --git a/plugins/catalog-backend-module-aws/package.json b/plugins/catalog-backend-module-aws/package.json
index 657190a2ac..34393de22b 100644
--- a/plugins/catalog-backend-module-aws/package.json
+++ b/plugins/catalog-backend-module-aws/package.json
@@ -1,6 +1,6 @@
{
"name": "@backstage/plugin-catalog-backend-module-aws",
- "version": "0.4.21-next.0",
+ "version": "0.4.21-next.1",
"description": "A Backstage catalog backend module that helps integrate towards AWS",
"backstage": {
"role": "backend-plugin-module",
diff --git a/plugins/catalog-backend-module-azure/CHANGELOG.md b/plugins/catalog-backend-module-azure/CHANGELOG.md
index 71ffc6eb5f..e9b19a59bb 100644
--- a/plugins/catalog-backend-module-azure/CHANGELOG.md
+++ b/plugins/catalog-backend-module-azure/CHANGELOG.md
@@ -1,5 +1,16 @@
# @backstage/plugin-catalog-backend-module-azure
+## 0.3.15-next.1
+
+### Patch Changes
+
+- Updated dependencies
+ - @backstage/integration@2.0.0-next.1
+ - @backstage/plugin-catalog-node@2.1.0-next.1
+ - @backstage/backend-plugin-api@1.7.1-next.0
+ - @backstage/config@1.3.6
+ - @backstage/plugin-catalog-common@1.1.8
+
## 0.3.15-next.0
### Patch Changes
diff --git a/plugins/catalog-backend-module-azure/package.json b/plugins/catalog-backend-module-azure/package.json
index c73d71073a..49c1e830b4 100644
--- a/plugins/catalog-backend-module-azure/package.json
+++ b/plugins/catalog-backend-module-azure/package.json
@@ -1,6 +1,6 @@
{
"name": "@backstage/plugin-catalog-backend-module-azure",
- "version": "0.3.15-next.0",
+ "version": "0.3.15-next.1",
"description": "A Backstage catalog backend module that helps integrate towards Azure",
"backstage": {
"role": "backend-plugin-module",
diff --git a/plugins/catalog-backend-module-bitbucket-cloud/CHANGELOG.md b/plugins/catalog-backend-module-bitbucket-cloud/CHANGELOG.md
index 570ed41256..918c97b191 100644
--- a/plugins/catalog-backend-module-bitbucket-cloud/CHANGELOG.md
+++ b/plugins/catalog-backend-module-bitbucket-cloud/CHANGELOG.md
@@ -1,5 +1,19 @@
# @backstage/plugin-catalog-backend-module-bitbucket-cloud
+## 0.5.9-next.1
+
+### Patch Changes
+
+- Updated dependencies
+ - @backstage/integration@2.0.0-next.1
+ - @backstage/plugin-catalog-node@2.1.0-next.1
+ - @backstage/backend-plugin-api@1.7.1-next.0
+ - @backstage/catalog-model@1.7.6
+ - @backstage/config@1.3.6
+ - @backstage/plugin-bitbucket-cloud-common@0.3.8-next.1
+ - @backstage/plugin-catalog-common@1.1.8
+ - @backstage/plugin-events-node@0.4.20-next.0
+
## 0.5.9-next.0
### Patch Changes
diff --git a/plugins/catalog-backend-module-bitbucket-cloud/package.json b/plugins/catalog-backend-module-bitbucket-cloud/package.json
index 1f7bd194be..a3d964fa9d 100644
--- a/plugins/catalog-backend-module-bitbucket-cloud/package.json
+++ b/plugins/catalog-backend-module-bitbucket-cloud/package.json
@@ -1,6 +1,6 @@
{
"name": "@backstage/plugin-catalog-backend-module-bitbucket-cloud",
- "version": "0.5.9-next.0",
+ "version": "0.5.9-next.1",
"description": "A Backstage catalog backend module that helps integrate towards Bitbucket Cloud",
"backstage": {
"role": "backend-plugin-module",
diff --git a/plugins/catalog-backend-module-bitbucket-server/CHANGELOG.md b/plugins/catalog-backend-module-bitbucket-server/CHANGELOG.md
index 92bb46d3c0..b35ec3eabf 100644
--- a/plugins/catalog-backend-module-bitbucket-server/CHANGELOG.md
+++ b/plugins/catalog-backend-module-bitbucket-server/CHANGELOG.md
@@ -1,5 +1,19 @@
# @backstage/plugin-catalog-backend-module-bitbucket-server
+## 0.5.9-next.1
+
+### Patch Changes
+
+- Updated dependencies
+ - @backstage/integration@2.0.0-next.1
+ - @backstage/plugin-catalog-node@2.1.0-next.1
+ - @backstage/backend-plugin-api@1.7.1-next.0
+ - @backstage/catalog-model@1.7.6
+ - @backstage/config@1.3.6
+ - @backstage/errors@1.2.7
+ - @backstage/plugin-catalog-common@1.1.8
+ - @backstage/plugin-events-node@0.4.20-next.0
+
## 0.5.9-next.0
### Patch Changes
diff --git a/plugins/catalog-backend-module-bitbucket-server/package.json b/plugins/catalog-backend-module-bitbucket-server/package.json
index 8f4e3b97b5..39908a8f44 100644
--- a/plugins/catalog-backend-module-bitbucket-server/package.json
+++ b/plugins/catalog-backend-module-bitbucket-server/package.json
@@ -1,6 +1,6 @@
{
"name": "@backstage/plugin-catalog-backend-module-bitbucket-server",
- "version": "0.5.9-next.0",
+ "version": "0.5.9-next.1",
"backstage": {
"role": "backend-plugin-module",
"pluginId": "catalog",
diff --git a/plugins/catalog-backend-module-gerrit/CHANGELOG.md b/plugins/catalog-backend-module-gerrit/CHANGELOG.md
index 6a14e2fa96..ffc253d255 100644
--- a/plugins/catalog-backend-module-gerrit/CHANGELOG.md
+++ b/plugins/catalog-backend-module-gerrit/CHANGELOG.md
@@ -1,5 +1,17 @@
# @backstage/plugin-catalog-backend-module-gerrit
+## 0.3.12-next.1
+
+### Patch Changes
+
+- Updated dependencies
+ - @backstage/integration@2.0.0-next.1
+ - @backstage/plugin-catalog-node@2.1.0-next.1
+ - @backstage/backend-plugin-api@1.7.1-next.0
+ - @backstage/config@1.3.6
+ - @backstage/errors@1.2.7
+ - @backstage/plugin-catalog-common@1.1.8
+
## 0.3.12-next.0
### Patch Changes
diff --git a/plugins/catalog-backend-module-gerrit/package.json b/plugins/catalog-backend-module-gerrit/package.json
index e2b12b1872..1022e92e46 100644
--- a/plugins/catalog-backend-module-gerrit/package.json
+++ b/plugins/catalog-backend-module-gerrit/package.json
@@ -1,6 +1,6 @@
{
"name": "@backstage/plugin-catalog-backend-module-gerrit",
- "version": "0.3.12-next.0",
+ "version": "0.3.12-next.1",
"backstage": {
"role": "backend-plugin-module",
"pluginId": "catalog",
diff --git a/plugins/catalog-backend-module-gitea/CHANGELOG.md b/plugins/catalog-backend-module-gitea/CHANGELOG.md
index b7c152b7ec..ffd7ec8cb3 100644
--- a/plugins/catalog-backend-module-gitea/CHANGELOG.md
+++ b/plugins/catalog-backend-module-gitea/CHANGELOG.md
@@ -1,5 +1,17 @@
# @backstage/plugin-catalog-backend-module-gitea
+## 0.1.10-next.1
+
+### Patch Changes
+
+- Updated dependencies
+ - @backstage/integration@2.0.0-next.1
+ - @backstage/plugin-catalog-node@2.1.0-next.1
+ - @backstage/backend-plugin-api@1.7.1-next.0
+ - @backstage/config@1.3.6
+ - @backstage/errors@1.2.7
+ - @backstage/plugin-catalog-common@1.1.8
+
## 0.1.10-next.0
### Patch Changes
diff --git a/plugins/catalog-backend-module-gitea/package.json b/plugins/catalog-backend-module-gitea/package.json
index 9d23fa2ca0..4c7b81b979 100644
--- a/plugins/catalog-backend-module-gitea/package.json
+++ b/plugins/catalog-backend-module-gitea/package.json
@@ -1,6 +1,6 @@
{
"name": "@backstage/plugin-catalog-backend-module-gitea",
- "version": "0.1.10-next.0",
+ "version": "0.1.10-next.1",
"description": "The gitea backend module for the catalog plugin.",
"backstage": {
"role": "backend-plugin-module",
diff --git a/plugins/catalog-backend-module-github-org/CHANGELOG.md b/plugins/catalog-backend-module-github-org/CHANGELOG.md
index fd442dab13..f702769d08 100644
--- a/plugins/catalog-backend-module-github-org/CHANGELOG.md
+++ b/plugins/catalog-backend-module-github-org/CHANGELOG.md
@@ -1,5 +1,16 @@
# @backstage/plugin-catalog-backend-module-github-org
+## 0.3.20-next.1
+
+### Patch Changes
+
+- Updated dependencies
+ - @backstage/plugin-catalog-backend-module-github@0.13.0-next.1
+ - @backstage/plugin-catalog-node@2.1.0-next.1
+ - @backstage/backend-plugin-api@1.7.1-next.0
+ - @backstage/config@1.3.6
+ - @backstage/plugin-events-node@0.4.20-next.0
+
## 0.3.20-next.0
### Patch Changes
diff --git a/plugins/catalog-backend-module-github-org/package.json b/plugins/catalog-backend-module-github-org/package.json
index be85ed65a3..38be9f87f8 100644
--- a/plugins/catalog-backend-module-github-org/package.json
+++ b/plugins/catalog-backend-module-github-org/package.json
@@ -1,6 +1,6 @@
{
"name": "@backstage/plugin-catalog-backend-module-github-org",
- "version": "0.3.20-next.0",
+ "version": "0.3.20-next.1",
"description": "The github-org backend module for the catalog plugin.",
"backstage": {
"role": "backend-plugin-module",
diff --git a/plugins/catalog-backend-module-github/CHANGELOG.md b/plugins/catalog-backend-module-github/CHANGELOG.md
index 586ea98c43..35c32dc516 100644
--- a/plugins/catalog-backend-module-github/CHANGELOG.md
+++ b/plugins/catalog-backend-module-github/CHANGELOG.md
@@ -1,5 +1,53 @@
# @backstage/plugin-catalog-backend-module-github
+## 0.13.0-next.1
+
+### Minor Changes
+
+- b11c2cd: The default user transformer now prefers organization verified domain emails over the user's public GitHub email when populating the user entity profile. It also strips plus-addressed routing tags that GitHub adds to these emails.
+
+ If you want to retain the old behavior, you can do so with a custom user transformer using the `githubOrgEntityProviderTransformsExtensionPoint`:
+
+ ```ts
+ import { createBackendModule } from '@backstage/backend-plugin-api';
+ import { githubOrgEntityProviderTransformsExtensionPoint } from '@backstage/plugin-catalog-backend-module-github-org';
+ import { defaultUserTransformer } from '@backstage/plugin-catalog-backend-module-github';
+
+ export default createBackendModule({
+ pluginId: 'catalog',
+ moduleId: 'github-org-custom-transforms',
+ register(env) {
+ env.registerInit({
+ deps: {
+ transforms: githubOrgEntityProviderTransformsExtensionPoint,
+ },
+ async init({ transforms }) {
+ transforms.setUserTransformer(async (item, ctx) => {
+ const entity = await defaultUserTransformer(item, ctx);
+ if (entity && item.email) {
+ entity.spec.profile!.email = item.email;
+ }
+ return entity;
+ });
+ },
+ });
+ },
+ });
+ ```
+
+### Patch Changes
+
+- Updated dependencies
+ - @backstage/integration@2.0.0-next.1
+ - @backstage/plugin-catalog-node@2.1.0-next.1
+ - @backstage/backend-plugin-api@1.7.1-next.0
+ - @backstage/catalog-model@1.7.6
+ - @backstage/config@1.3.6
+ - @backstage/errors@1.2.7
+ - @backstage/types@1.2.2
+ - @backstage/plugin-catalog-common@1.1.8
+ - @backstage/plugin-events-node@0.4.20-next.0
+
## 0.12.3-next.0
### Patch Changes
diff --git a/plugins/catalog-backend-module-github/package.json b/plugins/catalog-backend-module-github/package.json
index fdef1a8aab..85ae8e2e9d 100644
--- a/plugins/catalog-backend-module-github/package.json
+++ b/plugins/catalog-backend-module-github/package.json
@@ -1,6 +1,6 @@
{
"name": "@backstage/plugin-catalog-backend-module-github",
- "version": "0.12.3-next.0",
+ "version": "0.13.0-next.1",
"description": "A Backstage catalog backend module that helps integrate towards GitHub",
"backstage": {
"role": "backend-plugin-module",
diff --git a/plugins/catalog-backend-module-gitlab/CHANGELOG.md b/plugins/catalog-backend-module-gitlab/CHANGELOG.md
index e8ee9a0b17..2734ee697e 100644
--- a/plugins/catalog-backend-module-gitlab/CHANGELOG.md
+++ b/plugins/catalog-backend-module-gitlab/CHANGELOG.md
@@ -1,5 +1,19 @@
# @backstage/plugin-catalog-backend-module-gitlab
+## 0.8.1-next.1
+
+### Patch Changes
+
+- Updated dependencies
+ - @backstage/backend-defaults@0.16.0-next.1
+ - @backstage/integration@2.0.0-next.1
+ - @backstage/plugin-catalog-node@2.1.0-next.1
+ - @backstage/backend-plugin-api@1.7.1-next.0
+ - @backstage/catalog-model@1.7.6
+ - @backstage/config@1.3.6
+ - @backstage/plugin-catalog-common@1.1.8
+ - @backstage/plugin-events-node@0.4.20-next.0
+
## 0.8.1-next.0
### Patch Changes
diff --git a/plugins/catalog-backend-module-gitlab/package.json b/plugins/catalog-backend-module-gitlab/package.json
index 88661729b2..1d6b745202 100644
--- a/plugins/catalog-backend-module-gitlab/package.json
+++ b/plugins/catalog-backend-module-gitlab/package.json
@@ -1,6 +1,6 @@
{
"name": "@backstage/plugin-catalog-backend-module-gitlab",
- "version": "0.8.1-next.0",
+ "version": "0.8.1-next.1",
"description": "A Backstage catalog backend module that helps integrate towards GitLab",
"backstage": {
"role": "backend-plugin-module",
diff --git a/plugins/catalog-backend-module-incremental-ingestion/CHANGELOG.md b/plugins/catalog-backend-module-incremental-ingestion/CHANGELOG.md
index c30dc39d18..4725c517d7 100644
--- a/plugins/catalog-backend-module-incremental-ingestion/CHANGELOG.md
+++ b/plugins/catalog-backend-module-incremental-ingestion/CHANGELOG.md
@@ -1,5 +1,21 @@
# @backstage/plugin-catalog-backend-module-incremental-ingestion
+## 0.7.10-next.1
+
+### Patch Changes
+
+- Updated dependencies
+ - @backstage/plugin-catalog-backend@3.5.0-next.1
+ - @backstage/backend-defaults@0.16.0-next.1
+ - @backstage/plugin-catalog-node@2.1.0-next.1
+ - @backstage/backend-plugin-api@1.7.1-next.0
+ - @backstage/catalog-model@1.7.6
+ - @backstage/config@1.3.6
+ - @backstage/errors@1.2.7
+ - @backstage/types@1.2.2
+ - @backstage/plugin-events-node@0.4.20-next.0
+ - @backstage/plugin-permission-common@0.9.6
+
## 0.7.10-next.0
### Patch Changes
diff --git a/plugins/catalog-backend-module-incremental-ingestion/package.json b/plugins/catalog-backend-module-incremental-ingestion/package.json
index d03ac523c3..a61424a590 100644
--- a/plugins/catalog-backend-module-incremental-ingestion/package.json
+++ b/plugins/catalog-backend-module-incremental-ingestion/package.json
@@ -1,6 +1,6 @@
{
"name": "@backstage/plugin-catalog-backend-module-incremental-ingestion",
- "version": "0.7.10-next.0",
+ "version": "0.7.10-next.1",
"description": "An entity provider for streaming large asset sources into the catalog",
"backstage": {
"role": "backend-plugin-module",
diff --git a/plugins/catalog-backend-module-openapi/CHANGELOG.md b/plugins/catalog-backend-module-openapi/CHANGELOG.md
index 69cd786a0a..73e1a5a170 100644
--- a/plugins/catalog-backend-module-openapi/CHANGELOG.md
+++ b/plugins/catalog-backend-module-openapi/CHANGELOG.md
@@ -1,5 +1,17 @@
# @backstage/plugin-catalog-backend-module-openapi
+## 0.2.20-next.1
+
+### Patch Changes
+
+- Updated dependencies
+ - @backstage/integration@2.0.0-next.1
+ - @backstage/plugin-catalog-node@2.1.0-next.1
+ - @backstage/backend-plugin-api@1.7.1-next.0
+ - @backstage/catalog-model@1.7.6
+ - @backstage/types@1.2.2
+ - @backstage/plugin-catalog-common@1.1.8
+
## 0.2.20-next.0
### Patch Changes
diff --git a/plugins/catalog-backend-module-openapi/package.json b/plugins/catalog-backend-module-openapi/package.json
index 2ab5d94ff6..3179898805 100644
--- a/plugins/catalog-backend-module-openapi/package.json
+++ b/plugins/catalog-backend-module-openapi/package.json
@@ -1,6 +1,6 @@
{
"name": "@backstage/plugin-catalog-backend-module-openapi",
- "version": "0.2.20-next.0",
+ "version": "0.2.20-next.1",
"description": "A Backstage catalog backend module that helps with OpenAPI specifications",
"backstage": {
"role": "backend-plugin-module",
diff --git a/plugins/catalog-backend-module-scaffolder-entity-model/CHANGELOG.md b/plugins/catalog-backend-module-scaffolder-entity-model/CHANGELOG.md
index c5b40cc991..7330a26403 100644
--- a/plugins/catalog-backend-module-scaffolder-entity-model/CHANGELOG.md
+++ b/plugins/catalog-backend-module-scaffolder-entity-model/CHANGELOG.md
@@ -1,5 +1,16 @@
# @backstage/plugin-catalog-backend-module-scaffolder-entity-model
+## 0.2.18-next.1
+
+### Patch Changes
+
+- Updated dependencies
+ - @backstage/plugin-scaffolder-common@2.0.0-next.1
+ - @backstage/plugin-catalog-node@2.1.0-next.1
+ - @backstage/backend-plugin-api@1.7.1-next.0
+ - @backstage/catalog-model@1.7.6
+ - @backstage/plugin-catalog-common@1.1.8
+
## 0.2.18-next.0
### Patch Changes
diff --git a/plugins/catalog-backend-module-scaffolder-entity-model/package.json b/plugins/catalog-backend-module-scaffolder-entity-model/package.json
index df180ee6bc..dc9ad63768 100644
--- a/plugins/catalog-backend-module-scaffolder-entity-model/package.json
+++ b/plugins/catalog-backend-module-scaffolder-entity-model/package.json
@@ -1,6 +1,6 @@
{
"name": "@backstage/plugin-catalog-backend-module-scaffolder-entity-model",
- "version": "0.2.18-next.0",
+ "version": "0.2.18-next.1",
"description": "Adds support for the scaffolder specific entity model (e.g. the Template kind) to the catalog backend plugin.",
"backstage": {
"role": "backend-plugin-module",
diff --git a/plugins/catalog-backend/CHANGELOG.md b/plugins/catalog-backend/CHANGELOG.md
index cbca2a2b92..a54b82a393 100644
--- a/plugins/catalog-backend/CHANGELOG.md
+++ b/plugins/catalog-backend/CHANGELOG.md
@@ -1,5 +1,42 @@
# @backstage/plugin-catalog-backend
+## 3.5.0-next.1
+
+### Minor Changes
+
+- a6b2819: Added `query-catalog-entities` action to the catalog backend actions registry. Supports predicate-based filtering with `$all`, `$any`, `$not`, `$exists`, `$in`, `$contains`, and `$hasPrefix` operators.
+- 972f686: Added support for predicate-based filtering on the `/entities/by-refs` endpoint via the `query` field in the request body. Supports `$all`, `$any`, `$not`, `$exists`, `$in`, `$contains`, and `$hasPrefix` operators.
+- 56c908e: Added support for predicate-based filtering on the `/entity-facets` endpoint via a new `POST` method. Supports `$all`, `$any`, `$not`, `$exists`, `$in`, `$contains`, and `$hasPrefix` operators.
+- 0fbcf23: Migrated OpenAPI schemas to 3.1.
+- 51e23eb: Added predicate-based entity filtering via POST /entities/by-query endpoint.
+
+ Supports `$all`, `$any`, `$not`, `$exists`, `$in`, `$hasPrefix`, and (partially) `$contains` operators for expressive entity queries. Integrated into the existing `queryEntities` flow with full cursor-based pagination, permission enforcement, and `totalItems` support.
+
+ The catalog client's `queryEntities()` method automatically routes to the POST endpoint when a `query` predicate is provided.
+
+### Patch Changes
+
+- 72747b4: Deprecated two processors as they have been moved to the Community Plugins repo with their own backend modules:
+
+ - `AnnotateScmSlugEntityProcessor`: Use `@backstage-community/plugin-catalog-backend-module-annotate-scm-slug` instead
+ - `CodeOwnersProcessor`: Use `@backstage-community/plugin-catalog-backend-module-codeowners` instead
+
+- Updated dependencies
+ - @backstage/catalog-client@1.14.0-next.1
+ - @backstage/integration@2.0.0-next.1
+ - @backstage/plugin-catalog-node@2.1.0-next.1
+ - @backstage/backend-openapi-utils@0.6.7-next.0
+ - @backstage/backend-plugin-api@1.7.1-next.0
+ - @backstage/catalog-model@1.7.6
+ - @backstage/config@1.3.6
+ - @backstage/errors@1.2.7
+ - @backstage/filter-predicates@0.1.0
+ - @backstage/types@1.2.2
+ - @backstage/plugin-catalog-common@1.1.8
+ - @backstage/plugin-events-node@0.4.20-next.0
+ - @backstage/plugin-permission-common@0.9.6
+ - @backstage/plugin-permission-node@0.10.11-next.0
+
## 3.5.0-next.0
### Minor Changes
diff --git a/plugins/catalog-backend/package.json b/plugins/catalog-backend/package.json
index b1f0175c81..d514a37d96 100644
--- a/plugins/catalog-backend/package.json
+++ b/plugins/catalog-backend/package.json
@@ -1,6 +1,6 @@
{
"name": "@backstage/plugin-catalog-backend",
- "version": "3.5.0-next.0",
+ "version": "3.5.0-next.1",
"description": "The Backstage backend plugin that provides the Backstage catalog",
"backstage": {
"role": "backend-plugin",
diff --git a/plugins/catalog-graph/CHANGELOG.md b/plugins/catalog-graph/CHANGELOG.md
index 80fcb546b8..290d121a98 100644
--- a/plugins/catalog-graph/CHANGELOG.md
+++ b/plugins/catalog-graph/CHANGELOG.md
@@ -1,5 +1,18 @@
# @backstage/plugin-catalog-graph
+## 0.5.8-next.1
+
+### Patch Changes
+
+- Updated dependencies
+ - @backstage/catalog-client@1.14.0-next.1
+ - @backstage/plugin-catalog-react@2.1.0-next.1
+ - @backstage/catalog-model@1.7.6
+ - @backstage/core-components@0.18.8-next.0
+ - @backstage/core-plugin-api@1.12.4-next.0
+ - @backstage/frontend-plugin-api@0.14.2-next.0
+ - @backstage/types@1.2.2
+
## 0.5.8-next.0
### Patch Changes
diff --git a/plugins/catalog-graph/package.json b/plugins/catalog-graph/package.json
index 9b94d69113..dbb4c69899 100644
--- a/plugins/catalog-graph/package.json
+++ b/plugins/catalog-graph/package.json
@@ -1,6 +1,6 @@
{
"name": "@backstage/plugin-catalog-graph",
- "version": "0.5.8-next.0",
+ "version": "0.5.8-next.1",
"backstage": {
"role": "frontend-plugin",
"pluginId": "catalog-graph",
diff --git a/plugins/catalog-import/CHANGELOG.md b/plugins/catalog-import/CHANGELOG.md
index 139b565af2..4ff4b1c246 100644
--- a/plugins/catalog-import/CHANGELOG.md
+++ b/plugins/catalog-import/CHANGELOG.md
@@ -1,5 +1,23 @@
# @backstage/plugin-catalog-import
+## 0.13.11-next.1
+
+### Patch Changes
+
+- Updated dependencies
+ - @backstage/catalog-client@1.14.0-next.1
+ - @backstage/plugin-catalog-react@2.1.0-next.1
+ - @backstage/integration@2.0.0-next.1
+ - @backstage/catalog-model@1.7.6
+ - @backstage/config@1.3.6
+ - @backstage/core-components@0.18.8-next.0
+ - @backstage/core-plugin-api@1.12.4-next.0
+ - @backstage/errors@1.2.7
+ - @backstage/frontend-plugin-api@0.14.2-next.0
+ - @backstage/integration-react@1.2.16-next.1
+ - @backstage/plugin-catalog-common@1.1.8
+ - @backstage/plugin-permission-react@0.4.41-next.0
+
## 0.13.11-next.0
### Patch Changes
diff --git a/plugins/catalog-import/package.json b/plugins/catalog-import/package.json
index 52b8379ed5..9fa35f6033 100644
--- a/plugins/catalog-import/package.json
+++ b/plugins/catalog-import/package.json
@@ -1,6 +1,6 @@
{
"name": "@backstage/plugin-catalog-import",
- "version": "0.13.11-next.0",
+ "version": "0.13.11-next.1",
"description": "A Backstage plugin the helps you import entities into your catalog",
"backstage": {
"role": "frontend-plugin",
diff --git a/plugins/catalog-node/CHANGELOG.md b/plugins/catalog-node/CHANGELOG.md
index 22db08b9b9..7f4a116d02 100644
--- a/plugins/catalog-node/CHANGELOG.md
+++ b/plugins/catalog-node/CHANGELOG.md
@@ -1,5 +1,20 @@
# @backstage/plugin-catalog-node
+## 2.1.0-next.1
+
+### Patch Changes
+
+- Updated dependencies
+ - @backstage/catalog-client@1.14.0-next.1
+ - @backstage/backend-test-utils@1.11.1-next.1
+ - @backstage/backend-plugin-api@1.7.1-next.0
+ - @backstage/catalog-model@1.7.6
+ - @backstage/errors@1.2.7
+ - @backstage/types@1.2.2
+ - @backstage/plugin-catalog-common@1.1.8
+ - @backstage/plugin-permission-common@0.9.6
+ - @backstage/plugin-permission-node@0.10.11-next.0
+
## 2.1.0-next.0
### Minor Changes
diff --git a/plugins/catalog-node/package.json b/plugins/catalog-node/package.json
index 9d37ae31ed..ffa1447b7e 100644
--- a/plugins/catalog-node/package.json
+++ b/plugins/catalog-node/package.json
@@ -1,6 +1,6 @@
{
"name": "@backstage/plugin-catalog-node",
- "version": "2.1.0-next.0",
+ "version": "2.1.0-next.1",
"description": "The plugin-catalog-node module for @backstage/plugin-catalog-backend",
"backstage": {
"role": "node-library",
diff --git a/plugins/catalog-react/CHANGELOG.md b/plugins/catalog-react/CHANGELOG.md
index 550c9616ec..2280b2f932 100644
--- a/plugins/catalog-react/CHANGELOG.md
+++ b/plugins/catalog-react/CHANGELOG.md
@@ -1,5 +1,31 @@
# @backstage/plugin-catalog-react
+## 2.1.0-next.1
+
+### Minor Changes
+
+- 4d58894: Added `aliases` and `contentOrder` fields to `EntityContentGroupDefinition`, allowing groups to declare alias IDs and control the sort order of their content items.
+
+### Patch Changes
+
+- Updated dependencies
+ - @backstage/ui@0.13.0-next.1
+ - @backstage/catalog-client@1.14.0-next.1
+ - @backstage/frontend-test-utils@0.5.1-next.1
+ - @backstage/catalog-model@1.7.6
+ - @backstage/core-compat-api@0.5.9-next.1
+ - @backstage/core-components@0.18.8-next.0
+ - @backstage/core-plugin-api@1.12.4-next.0
+ - @backstage/errors@1.2.7
+ - @backstage/filter-predicates@0.1.0
+ - @backstage/frontend-plugin-api@0.14.2-next.0
+ - @backstage/integration-react@1.2.16-next.1
+ - @backstage/types@1.2.2
+ - @backstage/version-bridge@1.0.12
+ - @backstage/plugin-catalog-common@1.1.8
+ - @backstage/plugin-permission-common@0.9.6
+ - @backstage/plugin-permission-react@0.4.41-next.0
+
## 2.0.1-next.0
### Patch Changes
diff --git a/plugins/catalog-react/package.json b/plugins/catalog-react/package.json
index c383c52691..eeafab8273 100644
--- a/plugins/catalog-react/package.json
+++ b/plugins/catalog-react/package.json
@@ -1,6 +1,6 @@
{
"name": "@backstage/plugin-catalog-react",
- "version": "2.0.1-next.0",
+ "version": "2.1.0-next.1",
"description": "A frontend library that helps other Backstage plugins interact with the catalog",
"backstage": {
"role": "web-library",
diff --git a/plugins/catalog/CHANGELOG.md b/plugins/catalog/CHANGELOG.md
index 8242b7f125..c80d843bbf 100644
--- a/plugins/catalog/CHANGELOG.md
+++ b/plugins/catalog/CHANGELOG.md
@@ -1,5 +1,35 @@
# @backstage/plugin-catalog
+## 1.34.0-next.1
+
+### Minor Changes
+
+- 4d58894: Added support for group alias IDs and configurable content ordering on the entity page. Groups can now declare `aliases` so that content targeting an aliased group is included in the group. A new `defaultContentOrder` option (default `title`) controls how content items within each group are sorted, with support for both a page-level default and per-group overrides.
+
+### Patch Changes
+
+- 07ba746: Fixed entity page tab groups not respecting the ordering from the `groups` configuration.
+- Updated dependencies
+ - @backstage/ui@0.13.0-next.1
+ - @backstage/catalog-client@1.14.0-next.1
+ - @backstage/plugin-catalog-react@2.1.0-next.1
+ - @backstage/plugin-scaffolder-common@2.0.0-next.1
+ - @backstage/catalog-model@1.7.6
+ - @backstage/core-compat-api@0.5.9-next.1
+ - @backstage/core-components@0.18.8-next.0
+ - @backstage/core-plugin-api@1.12.4-next.0
+ - @backstage/errors@1.2.7
+ - @backstage/frontend-plugin-api@0.14.2-next.0
+ - @backstage/integration-react@1.2.16-next.1
+ - @backstage/types@1.2.2
+ - @backstage/version-bridge@1.0.12
+ - @backstage/plugin-catalog-common@1.1.8
+ - @backstage/plugin-permission-react@0.4.41-next.0
+ - @backstage/plugin-search-common@1.2.22
+ - @backstage/plugin-search-react@1.10.5-next.0
+ - @backstage/plugin-techdocs-common@0.1.1
+ - @backstage/plugin-techdocs-react@1.3.9-next.0
+
## 1.33.1-next.0
### Patch Changes
diff --git a/plugins/catalog/package.json b/plugins/catalog/package.json
index f04e147638..e3486a2549 100644
--- a/plugins/catalog/package.json
+++ b/plugins/catalog/package.json
@@ -1,6 +1,6 @@
{
"name": "@backstage/plugin-catalog",
- "version": "1.33.1-next.0",
+ "version": "1.34.0-next.1",
"description": "The Backstage plugin for browsing the Backstage catalog",
"backstage": {
"role": "frontend-plugin",
diff --git a/plugins/devtools/CHANGELOG.md b/plugins/devtools/CHANGELOG.md
index b62339220b..d47dfec881 100644
--- a/plugins/devtools/CHANGELOG.md
+++ b/plugins/devtools/CHANGELOG.md
@@ -1,5 +1,20 @@
# @backstage/plugin-devtools
+## 0.1.37-next.1
+
+### Patch Changes
+
+- afabb37: Fixed URL encoding of task IDs for the trigger feature (tasks that contained a "/" in their ID were not triggered)
+- Updated dependencies
+ - @backstage/core-compat-api@0.5.9-next.1
+ - @backstage/core-components@0.18.8-next.0
+ - @backstage/core-plugin-api@1.12.4-next.0
+ - @backstage/errors@1.2.7
+ - @backstage/frontend-plugin-api@0.14.2-next.0
+ - @backstage/plugin-devtools-common@0.1.22
+ - @backstage/plugin-devtools-react@0.1.2-next.0
+ - @backstage/plugin-permission-react@0.4.41-next.0
+
## 0.1.37-next.0
### Patch Changes
diff --git a/plugins/devtools/package.json b/plugins/devtools/package.json
index 61160edb46..582c2fd4e5 100644
--- a/plugins/devtools/package.json
+++ b/plugins/devtools/package.json
@@ -1,6 +1,6 @@
{
"name": "@backstage/plugin-devtools",
- "version": "0.1.37-next.0",
+ "version": "0.1.37-next.1",
"backstage": {
"role": "frontend-plugin",
"pluginId": "devtools",
diff --git a/plugins/events-backend-module-github/CHANGELOG.md b/plugins/events-backend-module-github/CHANGELOG.md
index 99906c12cf..ae3fcaaf15 100644
--- a/plugins/events-backend-module-github/CHANGELOG.md
+++ b/plugins/events-backend-module-github/CHANGELOG.md
@@ -1,5 +1,16 @@
# @backstage/plugin-events-backend-module-github
+## 0.4.10-next.1
+
+### Patch Changes
+
+- Updated dependencies
+ - @backstage/integration@2.0.0-next.1
+ - @backstage/backend-plugin-api@1.7.1-next.0
+ - @backstage/config@1.3.6
+ - @backstage/types@1.2.2
+ - @backstage/plugin-events-node@0.4.20-next.0
+
## 0.4.10-next.0
### Patch Changes
diff --git a/plugins/events-backend-module-github/package.json b/plugins/events-backend-module-github/package.json
index 79e4bf6ec1..94eb6cf913 100644
--- a/plugins/events-backend-module-github/package.json
+++ b/plugins/events-backend-module-github/package.json
@@ -1,6 +1,6 @@
{
"name": "@backstage/plugin-events-backend-module-github",
- "version": "0.4.10-next.0",
+ "version": "0.4.10-next.1",
"backstage": {
"role": "backend-plugin-module",
"pluginId": "events",
diff --git a/plugins/events-backend/CHANGELOG.md b/plugins/events-backend/CHANGELOG.md
index 4a60681d58..0d96ad1af1 100644
--- a/plugins/events-backend/CHANGELOG.md
+++ b/plugins/events-backend/CHANGELOG.md
@@ -1,5 +1,21 @@
# @backstage/plugin-events-backend
+## 0.6.0-next.1
+
+### Minor Changes
+
+- 0fbcf23: Migrated OpenAPI schemas to 3.1.
+
+### Patch Changes
+
+- Updated dependencies
+ - @backstage/backend-openapi-utils@0.6.7-next.0
+ - @backstage/backend-plugin-api@1.7.1-next.0
+ - @backstage/config@1.3.6
+ - @backstage/errors@1.2.7
+ - @backstage/types@1.2.2
+ - @backstage/plugin-events-node@0.4.20-next.0
+
## 0.5.12-next.0
### Patch Changes
diff --git a/plugins/events-backend/package.json b/plugins/events-backend/package.json
index 4642f4e92d..6074645e91 100644
--- a/plugins/events-backend/package.json
+++ b/plugins/events-backend/package.json
@@ -1,6 +1,6 @@
{
"name": "@backstage/plugin-events-backend",
- "version": "0.5.12-next.0",
+ "version": "0.6.0-next.1",
"backstage": {
"role": "backend-plugin",
"pluginId": "events",
diff --git a/plugins/home/CHANGELOG.md b/plugins/home/CHANGELOG.md
index 045b8737a4..7cf8efb392 100644
--- a/plugins/home/CHANGELOG.md
+++ b/plugins/home/CHANGELOG.md
@@ -1,5 +1,22 @@
# @backstage/plugin-home
+## 0.9.3-next.1
+
+### Patch Changes
+
+- Updated dependencies
+ - @backstage/catalog-client@1.14.0-next.1
+ - @backstage/plugin-catalog-react@2.1.0-next.1
+ - @backstage/catalog-model@1.7.6
+ - @backstage/config@1.3.6
+ - @backstage/core-app-api@1.19.6-next.0
+ - @backstage/core-compat-api@0.5.9-next.1
+ - @backstage/core-components@0.18.8-next.0
+ - @backstage/core-plugin-api@1.12.4-next.0
+ - @backstage/frontend-plugin-api@0.14.2-next.0
+ - @backstage/theme@0.7.2
+ - @backstage/plugin-home-react@0.1.36-next.0
+
## 0.9.3-next.0
### Patch Changes
diff --git a/plugins/home/package.json b/plugins/home/package.json
index 4c38991714..7c6ed3ffbf 100644
--- a/plugins/home/package.json
+++ b/plugins/home/package.json
@@ -1,6 +1,6 @@
{
"name": "@backstage/plugin-home",
- "version": "0.9.3-next.0",
+ "version": "0.9.3-next.1",
"description": "A Backstage plugin that helps you build a home page",
"backstage": {
"role": "frontend-plugin",
diff --git a/plugins/kubernetes-backend/CHANGELOG.md b/plugins/kubernetes-backend/CHANGELOG.md
index 4886067c19..064ebef037 100644
--- a/plugins/kubernetes-backend/CHANGELOG.md
+++ b/plugins/kubernetes-backend/CHANGELOG.md
@@ -1,5 +1,23 @@
# @backstage/plugin-kubernetes-backend
+## 0.21.2-next.1
+
+### Patch Changes
+
+- Updated dependencies
+ - @backstage/catalog-client@1.14.0-next.1
+ - @backstage/plugin-catalog-node@2.1.0-next.1
+ - @backstage/backend-plugin-api@1.7.1-next.0
+ - @backstage/catalog-model@1.7.6
+ - @backstage/config@1.3.6
+ - @backstage/errors@1.2.7
+ - @backstage/integration-aws-node@0.1.20
+ - @backstage/types@1.2.2
+ - @backstage/plugin-kubernetes-common@0.9.10
+ - @backstage/plugin-kubernetes-node@0.4.2-next.0
+ - @backstage/plugin-permission-common@0.9.6
+ - @backstage/plugin-permission-node@0.10.11-next.0
+
## 0.21.2-next.0
### Patch Changes
diff --git a/plugins/kubernetes-backend/package.json b/plugins/kubernetes-backend/package.json
index d773535a99..67876c7919 100644
--- a/plugins/kubernetes-backend/package.json
+++ b/plugins/kubernetes-backend/package.json
@@ -1,6 +1,6 @@
{
"name": "@backstage/plugin-kubernetes-backend",
- "version": "0.21.2-next.0",
+ "version": "0.21.2-next.1",
"description": "A Backstage backend plugin that integrates towards Kubernetes",
"backstage": {
"role": "backend-plugin",
diff --git a/plugins/kubernetes-cluster/CHANGELOG.md b/plugins/kubernetes-cluster/CHANGELOG.md
index 38dd2155a5..7c3da576c6 100644
--- a/plugins/kubernetes-cluster/CHANGELOG.md
+++ b/plugins/kubernetes-cluster/CHANGELOG.md
@@ -1,5 +1,18 @@
# @backstage/plugin-kubernetes-cluster
+## 0.0.35-next.1
+
+### Patch Changes
+
+- Updated dependencies
+ - @backstage/plugin-catalog-react@2.1.0-next.1
+ - @backstage/catalog-model@1.7.6
+ - @backstage/core-components@0.18.8-next.0
+ - @backstage/core-plugin-api@1.12.4-next.0
+ - @backstage/plugin-kubernetes-common@0.9.10
+ - @backstage/plugin-kubernetes-react@0.5.17-next.0
+ - @backstage/plugin-permission-react@0.4.41-next.0
+
## 0.0.35-next.0
### Patch Changes
diff --git a/plugins/kubernetes-cluster/package.json b/plugins/kubernetes-cluster/package.json
index 876986e001..090a721323 100644
--- a/plugins/kubernetes-cluster/package.json
+++ b/plugins/kubernetes-cluster/package.json
@@ -1,6 +1,6 @@
{
"name": "@backstage/plugin-kubernetes-cluster",
- "version": "0.0.35-next.0",
+ "version": "0.0.35-next.1",
"description": "A Backstage plugin that shows details of Kubernetes clusters",
"backstage": {
"role": "frontend-plugin",
diff --git a/plugins/kubernetes/CHANGELOG.md b/plugins/kubernetes/CHANGELOG.md
index 8e4cd54658..6137e9df46 100644
--- a/plugins/kubernetes/CHANGELOG.md
+++ b/plugins/kubernetes/CHANGELOG.md
@@ -1,5 +1,19 @@
# @backstage/plugin-kubernetes
+## 0.12.17-next.1
+
+### Patch Changes
+
+- Updated dependencies
+ - @backstage/plugin-catalog-react@2.1.0-next.1
+ - @backstage/catalog-model@1.7.6
+ - @backstage/core-components@0.18.8-next.0
+ - @backstage/core-plugin-api@1.12.4-next.0
+ - @backstage/frontend-plugin-api@0.14.2-next.0
+ - @backstage/plugin-kubernetes-common@0.9.10
+ - @backstage/plugin-kubernetes-react@0.5.17-next.0
+ - @backstage/plugin-permission-react@0.4.41-next.0
+
## 0.12.17-next.0
### Patch Changes
diff --git a/plugins/kubernetes/package.json b/plugins/kubernetes/package.json
index b43665e711..699d6ce3f2 100644
--- a/plugins/kubernetes/package.json
+++ b/plugins/kubernetes/package.json
@@ -1,6 +1,6 @@
{
"name": "@backstage/plugin-kubernetes",
- "version": "0.12.17-next.0",
+ "version": "0.12.17-next.1",
"description": "A Backstage plugin that integrates towards Kubernetes",
"backstage": {
"role": "frontend-plugin",
diff --git a/plugins/mcp-actions-backend/CHANGELOG.md b/plugins/mcp-actions-backend/CHANGELOG.md
index 9cccc03c2f..c21b592167 100644
--- a/plugins/mcp-actions-backend/CHANGELOG.md
+++ b/plugins/mcp-actions-backend/CHANGELOG.md
@@ -1,5 +1,17 @@
# @backstage/plugin-mcp-actions-backend
+## 0.1.10-next.1
+
+### Patch Changes
+
+- 62f0a53: Fixed error forwarding in the actions registry so that known errors like `InputError` and `NotFoundError` thrown by actions preserve their original status codes and messages instead of being wrapped in `ForwardedError` and coerced to 500.
+- Updated dependencies
+ - @backstage/catalog-client@1.14.0-next.1
+ - @backstage/plugin-catalog-node@2.1.0-next.1
+ - @backstage/backend-plugin-api@1.7.1-next.0
+ - @backstage/errors@1.2.7
+ - @backstage/types@1.2.2
+
## 0.1.10-next.0
### Patch Changes
diff --git a/plugins/mcp-actions-backend/package.json b/plugins/mcp-actions-backend/package.json
index 6d66add868..dca19fd279 100644
--- a/plugins/mcp-actions-backend/package.json
+++ b/plugins/mcp-actions-backend/package.json
@@ -1,6 +1,6 @@
{
"name": "@backstage/plugin-mcp-actions-backend",
- "version": "0.1.10-next.0",
+ "version": "0.1.10-next.1",
"backstage": {
"role": "backend-plugin",
"pluginId": "mcp-actions",
diff --git a/plugins/mui-to-bui/CHANGELOG.md b/plugins/mui-to-bui/CHANGELOG.md
index 6164b75fd5..b68e326e25 100644
--- a/plugins/mui-to-bui/CHANGELOG.md
+++ b/plugins/mui-to-bui/CHANGELOG.md
@@ -1,5 +1,15 @@
# @backstage/plugin-mui-to-bui
+## 0.2.5-next.1
+
+### Patch Changes
+
+- Updated dependencies
+ - @backstage/ui@0.13.0-next.1
+ - @backstage/core-plugin-api@1.12.4-next.0
+ - @backstage/frontend-plugin-api@0.14.2-next.0
+ - @backstage/theme@0.7.2
+
## 0.2.5-next.0
### Patch Changes
diff --git a/plugins/mui-to-bui/package.json b/plugins/mui-to-bui/package.json
index c9d563aa94..59cf5574c3 100644
--- a/plugins/mui-to-bui/package.json
+++ b/plugins/mui-to-bui/package.json
@@ -1,6 +1,6 @@
{
"name": "@backstage/plugin-mui-to-bui",
- "version": "0.2.5-next.0",
+ "version": "0.2.5-next.1",
"backstage": {
"role": "frontend-plugin",
"pluginId": "mui-to-bui",
diff --git a/plugins/notifications-backend-module-email/CHANGELOG.md b/plugins/notifications-backend-module-email/CHANGELOG.md
index d39ec31c88..1c4b4dbd4e 100644
--- a/plugins/notifications-backend-module-email/CHANGELOG.md
+++ b/plugins/notifications-backend-module-email/CHANGELOG.md
@@ -1,5 +1,20 @@
# @backstage/plugin-notifications-backend-module-email
+## 0.3.19-next.1
+
+### Patch Changes
+
+- Updated dependencies
+ - @backstage/catalog-client@1.14.0-next.1
+ - @backstage/plugin-catalog-node@2.1.0-next.1
+ - @backstage/plugin-notifications-node@0.2.24-next.1
+ - @backstage/backend-plugin-api@1.7.1-next.0
+ - @backstage/catalog-model@1.7.6
+ - @backstage/config@1.3.6
+ - @backstage/integration-aws-node@0.1.20
+ - @backstage/types@1.2.2
+ - @backstage/plugin-notifications-common@0.2.1
+
## 0.3.19-next.0
### Patch Changes
diff --git a/plugins/notifications-backend-module-email/package.json b/plugins/notifications-backend-module-email/package.json
index 515cbe6409..9fdbf51f98 100644
--- a/plugins/notifications-backend-module-email/package.json
+++ b/plugins/notifications-backend-module-email/package.json
@@ -1,6 +1,6 @@
{
"name": "@backstage/plugin-notifications-backend-module-email",
- "version": "0.3.19-next.0",
+ "version": "0.3.19-next.1",
"description": "The email backend module for the notifications plugin.",
"backstage": {
"role": "backend-plugin-module",
diff --git a/plugins/notifications-node/CHANGELOG.md b/plugins/notifications-node/CHANGELOG.md
index 1b569a1493..4dfbf1bbd3 100644
--- a/plugins/notifications-node/CHANGELOG.md
+++ b/plugins/notifications-node/CHANGELOG.md
@@ -1,5 +1,16 @@
# @backstage/plugin-notifications-node
+## 0.2.24-next.1
+
+### Patch Changes
+
+- Updated dependencies
+ - @backstage/catalog-client@1.14.0-next.1
+ - @backstage/backend-plugin-api@1.7.1-next.0
+ - @backstage/catalog-model@1.7.6
+ - @backstage/plugin-notifications-common@0.2.1
+ - @backstage/plugin-signals-node@0.1.29-next.0
+
## 0.2.24-next.0
### Patch Changes
diff --git a/plugins/notifications-node/package.json b/plugins/notifications-node/package.json
index 87f62a7e3b..695547344f 100644
--- a/plugins/notifications-node/package.json
+++ b/plugins/notifications-node/package.json
@@ -1,6 +1,6 @@
{
"name": "@backstage/plugin-notifications-node",
- "version": "0.2.24-next.0",
+ "version": "0.2.24-next.1",
"description": "Node.js library for the notifications plugin",
"backstage": {
"role": "node-library",
diff --git a/plugins/org-react/CHANGELOG.md b/plugins/org-react/CHANGELOG.md
index 3f468b6339..1fc4b58097 100644
--- a/plugins/org-react/CHANGELOG.md
+++ b/plugins/org-react/CHANGELOG.md
@@ -1,5 +1,16 @@
# @backstage/plugin-org-react
+## 0.1.48-next.1
+
+### Patch Changes
+
+- Updated dependencies
+ - @backstage/catalog-client@1.14.0-next.1
+ - @backstage/plugin-catalog-react@2.1.0-next.1
+ - @backstage/catalog-model@1.7.6
+ - @backstage/core-components@0.18.8-next.0
+ - @backstage/core-plugin-api@1.12.4-next.0
+
## 0.1.48-next.0
### Patch Changes
diff --git a/plugins/org-react/package.json b/plugins/org-react/package.json
index cc51eb5c1c..191a63b696 100644
--- a/plugins/org-react/package.json
+++ b/plugins/org-react/package.json
@@ -1,6 +1,6 @@
{
"name": "@backstage/plugin-org-react",
- "version": "0.1.48-next.0",
+ "version": "0.1.48-next.1",
"backstage": {
"role": "web-library",
"pluginId": "org",
diff --git a/plugins/org/CHANGELOG.md b/plugins/org/CHANGELOG.md
index a77e649b38..4eb45136a9 100644
--- a/plugins/org/CHANGELOG.md
+++ b/plugins/org/CHANGELOG.md
@@ -1,5 +1,17 @@
# @backstage/plugin-org
+## 0.6.50-next.1
+
+### Patch Changes
+
+- Updated dependencies
+ - @backstage/plugin-catalog-react@2.1.0-next.1
+ - @backstage/catalog-model@1.7.6
+ - @backstage/core-components@0.18.8-next.0
+ - @backstage/core-plugin-api@1.12.4-next.0
+ - @backstage/frontend-plugin-api@0.14.2-next.0
+ - @backstage/plugin-catalog-common@1.1.8
+
## 0.6.50-next.0
### Patch Changes
diff --git a/plugins/org/package.json b/plugins/org/package.json
index 62a4c9fd1b..8aa539a66d 100644
--- a/plugins/org/package.json
+++ b/plugins/org/package.json
@@ -1,6 +1,6 @@
{
"name": "@backstage/plugin-org",
- "version": "0.6.50-next.0",
+ "version": "0.6.50-next.1",
"description": "A Backstage plugin that helps you create entity pages for your organization",
"backstage": {
"role": "frontend-plugin",
diff --git a/plugins/scaffolder-backend-module-azure/CHANGELOG.md b/plugins/scaffolder-backend-module-azure/CHANGELOG.md
index 27b6f2e934..4e82ae649d 100644
--- a/plugins/scaffolder-backend-module-azure/CHANGELOG.md
+++ b/plugins/scaffolder-backend-module-azure/CHANGELOG.md
@@ -1,5 +1,16 @@
# @backstage/plugin-scaffolder-backend-module-azure
+## 0.2.19-next.1
+
+### Patch Changes
+
+- Updated dependencies
+ - @backstage/integration@2.0.0-next.1
+ - @backstage/plugin-scaffolder-node@0.13.0-next.1
+ - @backstage/backend-plugin-api@1.7.1-next.0
+ - @backstage/config@1.3.6
+ - @backstage/errors@1.2.7
+
## 0.2.19-next.0
### Patch Changes
diff --git a/plugins/scaffolder-backend-module-azure/package.json b/plugins/scaffolder-backend-module-azure/package.json
index a5735fa15c..7cdb73ee12 100644
--- a/plugins/scaffolder-backend-module-azure/package.json
+++ b/plugins/scaffolder-backend-module-azure/package.json
@@ -1,6 +1,6 @@
{
"name": "@backstage/plugin-scaffolder-backend-module-azure",
- "version": "0.2.19-next.0",
+ "version": "0.2.19-next.1",
"description": "The azure module for @backstage/plugin-scaffolder-backend",
"backstage": {
"role": "backend-plugin-module",
diff --git a/plugins/scaffolder-backend-module-bitbucket-cloud/CHANGELOG.md b/plugins/scaffolder-backend-module-bitbucket-cloud/CHANGELOG.md
index ee15ba6f59..c6be138aa3 100644
--- a/plugins/scaffolder-backend-module-bitbucket-cloud/CHANGELOG.md
+++ b/plugins/scaffolder-backend-module-bitbucket-cloud/CHANGELOG.md
@@ -1,5 +1,17 @@
# @backstage/plugin-scaffolder-backend-module-bitbucket-cloud
+## 0.3.4-next.1
+
+### Patch Changes
+
+- Updated dependencies
+ - @backstage/integration@2.0.0-next.1
+ - @backstage/plugin-scaffolder-node@0.13.0-next.1
+ - @backstage/backend-plugin-api@1.7.1-next.0
+ - @backstage/config@1.3.6
+ - @backstage/errors@1.2.7
+ - @backstage/plugin-bitbucket-cloud-common@0.3.8-next.1
+
## 0.3.4-next.0
### Patch Changes
diff --git a/plugins/scaffolder-backend-module-bitbucket-cloud/package.json b/plugins/scaffolder-backend-module-bitbucket-cloud/package.json
index c57240f97b..8b2b2e0744 100644
--- a/plugins/scaffolder-backend-module-bitbucket-cloud/package.json
+++ b/plugins/scaffolder-backend-module-bitbucket-cloud/package.json
@@ -1,6 +1,6 @@
{
"name": "@backstage/plugin-scaffolder-backend-module-bitbucket-cloud",
- "version": "0.3.4-next.0",
+ "version": "0.3.4-next.1",
"description": "The Bitbucket Cloud module for @backstage/plugin-scaffolder-backend",
"backstage": {
"role": "backend-plugin-module",
diff --git a/plugins/scaffolder-backend-module-bitbucket-server/CHANGELOG.md b/plugins/scaffolder-backend-module-bitbucket-server/CHANGELOG.md
index cba6cdc118..07af66c23b 100644
--- a/plugins/scaffolder-backend-module-bitbucket-server/CHANGELOG.md
+++ b/plugins/scaffolder-backend-module-bitbucket-server/CHANGELOG.md
@@ -1,5 +1,16 @@
# @backstage/plugin-scaffolder-backend-module-bitbucket-server
+## 0.2.19-next.1
+
+### Patch Changes
+
+- Updated dependencies
+ - @backstage/integration@2.0.0-next.1
+ - @backstage/plugin-scaffolder-node@0.13.0-next.1
+ - @backstage/backend-plugin-api@1.7.1-next.0
+ - @backstage/config@1.3.6
+ - @backstage/errors@1.2.7
+
## 0.2.19-next.0
### Patch Changes
diff --git a/plugins/scaffolder-backend-module-bitbucket-server/package.json b/plugins/scaffolder-backend-module-bitbucket-server/package.json
index 6b813c33cf..1ef650ee5e 100644
--- a/plugins/scaffolder-backend-module-bitbucket-server/package.json
+++ b/plugins/scaffolder-backend-module-bitbucket-server/package.json
@@ -1,6 +1,6 @@
{
"name": "@backstage/plugin-scaffolder-backend-module-bitbucket-server",
- "version": "0.2.19-next.0",
+ "version": "0.2.19-next.1",
"description": "The Bitbucket Server module for @backstage/plugin-scaffolder-backend",
"backstage": {
"role": "backend-plugin-module",
diff --git a/plugins/scaffolder-backend-module-confluence-to-markdown/CHANGELOG.md b/plugins/scaffolder-backend-module-confluence-to-markdown/CHANGELOG.md
index 585925ca27..cafd934280 100644
--- a/plugins/scaffolder-backend-module-confluence-to-markdown/CHANGELOG.md
+++ b/plugins/scaffolder-backend-module-confluence-to-markdown/CHANGELOG.md
@@ -1,5 +1,16 @@
# @backstage/plugin-scaffolder-backend-module-confluence-to-markdown
+## 0.3.19-next.1
+
+### Patch Changes
+
+- Updated dependencies
+ - @backstage/integration@2.0.0-next.1
+ - @backstage/plugin-scaffolder-node@0.13.0-next.1
+ - @backstage/backend-plugin-api@1.7.1-next.0
+ - @backstage/config@1.3.6
+ - @backstage/errors@1.2.7
+
## 0.3.19-next.0
### Patch Changes
diff --git a/plugins/scaffolder-backend-module-confluence-to-markdown/package.json b/plugins/scaffolder-backend-module-confluence-to-markdown/package.json
index 69bcd089c0..58cb808292 100644
--- a/plugins/scaffolder-backend-module-confluence-to-markdown/package.json
+++ b/plugins/scaffolder-backend-module-confluence-to-markdown/package.json
@@ -1,6 +1,6 @@
{
"name": "@backstage/plugin-scaffolder-backend-module-confluence-to-markdown",
- "version": "0.3.19-next.0",
+ "version": "0.3.19-next.1",
"description": "The confluence-to-markdown module for @backstage/plugin-scaffolder-backend",
"backstage": {
"role": "backend-plugin-module",
diff --git a/plugins/scaffolder-backend-module-cookiecutter/CHANGELOG.md b/plugins/scaffolder-backend-module-cookiecutter/CHANGELOG.md
index 55d0e78017..0cbfa84c98 100644
--- a/plugins/scaffolder-backend-module-cookiecutter/CHANGELOG.md
+++ b/plugins/scaffolder-backend-module-cookiecutter/CHANGELOG.md
@@ -1,5 +1,18 @@
# @backstage/plugin-scaffolder-backend-module-cookiecutter
+## 0.3.21-next.1
+
+### Patch Changes
+
+- Updated dependencies
+ - @backstage/backend-defaults@0.16.0-next.1
+ - @backstage/integration@2.0.0-next.1
+ - @backstage/plugin-scaffolder-node@0.13.0-next.1
+ - @backstage/backend-plugin-api@1.7.1-next.0
+ - @backstage/config@1.3.6
+ - @backstage/errors@1.2.7
+ - @backstage/types@1.2.2
+
## 0.3.21-next.0
### Patch Changes
diff --git a/plugins/scaffolder-backend-module-cookiecutter/package.json b/plugins/scaffolder-backend-module-cookiecutter/package.json
index b1cb303441..274e033625 100644
--- a/plugins/scaffolder-backend-module-cookiecutter/package.json
+++ b/plugins/scaffolder-backend-module-cookiecutter/package.json
@@ -1,6 +1,6 @@
{
"name": "@backstage/plugin-scaffolder-backend-module-cookiecutter",
- "version": "0.3.21-next.0",
+ "version": "0.3.21-next.1",
"description": "A module for the scaffolder backend that lets you template projects using cookiecutter",
"backstage": {
"role": "backend-plugin-module",
diff --git a/plugins/scaffolder-backend-module-gcp/CHANGELOG.md b/plugins/scaffolder-backend-module-gcp/CHANGELOG.md
index bf9c2606fe..c532cf5f1f 100644
--- a/plugins/scaffolder-backend-module-gcp/CHANGELOG.md
+++ b/plugins/scaffolder-backend-module-gcp/CHANGELOG.md
@@ -1,5 +1,16 @@
# @backstage/plugin-scaffolder-backend-module-gcp
+## 0.2.19-next.1
+
+### Patch Changes
+
+- Updated dependencies
+ - @backstage/integration@2.0.0-next.1
+ - @backstage/plugin-scaffolder-node@0.13.0-next.1
+ - @backstage/backend-plugin-api@1.7.1-next.0
+ - @backstage/config@1.3.6
+ - @backstage/errors@1.2.7
+
## 0.2.19-next.0
### Patch Changes
diff --git a/plugins/scaffolder-backend-module-gcp/package.json b/plugins/scaffolder-backend-module-gcp/package.json
index f2c354feaf..719bd864dc 100644
--- a/plugins/scaffolder-backend-module-gcp/package.json
+++ b/plugins/scaffolder-backend-module-gcp/package.json
@@ -1,6 +1,6 @@
{
"name": "@backstage/plugin-scaffolder-backend-module-gcp",
- "version": "0.2.19-next.0",
+ "version": "0.2.19-next.1",
"description": "The GCP Bucket module for @backstage/plugin-scaffolder-backend",
"backstage": {
"role": "backend-plugin-module",
diff --git a/plugins/scaffolder-backend-module-gerrit/CHANGELOG.md b/plugins/scaffolder-backend-module-gerrit/CHANGELOG.md
index c300740667..c1eb24ddf5 100644
--- a/plugins/scaffolder-backend-module-gerrit/CHANGELOG.md
+++ b/plugins/scaffolder-backend-module-gerrit/CHANGELOG.md
@@ -1,5 +1,16 @@
# @backstage/plugin-scaffolder-backend-module-gerrit
+## 0.2.19-next.1
+
+### Patch Changes
+
+- Updated dependencies
+ - @backstage/integration@2.0.0-next.1
+ - @backstage/plugin-scaffolder-node@0.13.0-next.1
+ - @backstage/backend-plugin-api@1.7.1-next.0
+ - @backstage/config@1.3.6
+ - @backstage/errors@1.2.7
+
## 0.2.19-next.0
### Patch Changes
diff --git a/plugins/scaffolder-backend-module-gerrit/package.json b/plugins/scaffolder-backend-module-gerrit/package.json
index d16e7fdc29..f4d7276939 100644
--- a/plugins/scaffolder-backend-module-gerrit/package.json
+++ b/plugins/scaffolder-backend-module-gerrit/package.json
@@ -1,6 +1,6 @@
{
"name": "@backstage/plugin-scaffolder-backend-module-gerrit",
- "version": "0.2.19-next.0",
+ "version": "0.2.19-next.1",
"description": "The gerrit module for @backstage/plugin-scaffolder-backend",
"backstage": {
"role": "backend-plugin-module",
diff --git a/plugins/scaffolder-backend-module-gitea/CHANGELOG.md b/plugins/scaffolder-backend-module-gitea/CHANGELOG.md
index c8d640494f..743dfd56da 100644
--- a/plugins/scaffolder-backend-module-gitea/CHANGELOG.md
+++ b/plugins/scaffolder-backend-module-gitea/CHANGELOG.md
@@ -1,5 +1,16 @@
# @backstage/plugin-scaffolder-backend-module-gitea
+## 0.2.19-next.1
+
+### Patch Changes
+
+- Updated dependencies
+ - @backstage/integration@2.0.0-next.1
+ - @backstage/plugin-scaffolder-node@0.13.0-next.1
+ - @backstage/backend-plugin-api@1.7.1-next.0
+ - @backstage/config@1.3.6
+ - @backstage/errors@1.2.7
+
## 0.2.19-next.0
### Patch Changes
diff --git a/plugins/scaffolder-backend-module-gitea/package.json b/plugins/scaffolder-backend-module-gitea/package.json
index 693e9560f2..911ac096d6 100644
--- a/plugins/scaffolder-backend-module-gitea/package.json
+++ b/plugins/scaffolder-backend-module-gitea/package.json
@@ -1,6 +1,6 @@
{
"name": "@backstage/plugin-scaffolder-backend-module-gitea",
- "version": "0.2.19-next.0",
+ "version": "0.2.19-next.1",
"description": "The gitea module for @backstage/plugin-scaffolder-backend",
"backstage": {
"role": "backend-plugin-module",
diff --git a/plugins/scaffolder-backend-module-github/CHANGELOG.md b/plugins/scaffolder-backend-module-github/CHANGELOG.md
index 567787aeb7..4cba7c737a 100644
--- a/plugins/scaffolder-backend-module-github/CHANGELOG.md
+++ b/plugins/scaffolder-backend-module-github/CHANGELOG.md
@@ -1,5 +1,19 @@
# @backstage/plugin-scaffolder-backend-module-github
+## 0.9.7-next.1
+
+### Patch Changes
+
+- Updated dependencies
+ - @backstage/integration@2.0.0-next.1
+ - @backstage/plugin-scaffolder-node@0.13.0-next.1
+ - @backstage/plugin-catalog-node@2.1.0-next.1
+ - @backstage/backend-plugin-api@1.7.1-next.0
+ - @backstage/catalog-model@1.7.6
+ - @backstage/config@1.3.6
+ - @backstage/errors@1.2.7
+ - @backstage/types@1.2.2
+
## 0.9.7-next.0
### Patch Changes
diff --git a/plugins/scaffolder-backend-module-github/package.json b/plugins/scaffolder-backend-module-github/package.json
index 1b599c8558..031b5d2320 100644
--- a/plugins/scaffolder-backend-module-github/package.json
+++ b/plugins/scaffolder-backend-module-github/package.json
@@ -1,6 +1,6 @@
{
"name": "@backstage/plugin-scaffolder-backend-module-github",
- "version": "0.9.7-next.0",
+ "version": "0.9.7-next.1",
"description": "The github module for @backstage/plugin-scaffolder-backend",
"backstage": {
"role": "backend-plugin-module",
diff --git a/plugins/scaffolder-backend-module-gitlab/CHANGELOG.md b/plugins/scaffolder-backend-module-gitlab/CHANGELOG.md
index c6a07bd53a..9eb65d54ed 100644
--- a/plugins/scaffolder-backend-module-gitlab/CHANGELOG.md
+++ b/plugins/scaffolder-backend-module-gitlab/CHANGELOG.md
@@ -1,5 +1,17 @@
# @backstage/plugin-scaffolder-backend-module-gitlab
+## 0.11.4-next.1
+
+### Patch Changes
+
+- 0c1726a: Added new `gitlab:group:access` scaffolder action to add or remove users and groups as members of GitLab groups. The action supports specifying members via `userIds` and/or `groupIds` array parameters, configurable access levels (Guest, Reporter, Developer, Maintainer, Owner), and defaults to the 'add' action when not specified.
+- Updated dependencies
+ - @backstage/integration@2.0.0-next.1
+ - @backstage/plugin-scaffolder-node@0.13.0-next.1
+ - @backstage/backend-plugin-api@1.7.1-next.0
+ - @backstage/config@1.3.6
+ - @backstage/errors@1.2.7
+
## 0.11.4-next.0
### Patch Changes
diff --git a/plugins/scaffolder-backend-module-gitlab/package.json b/plugins/scaffolder-backend-module-gitlab/package.json
index ac0cf1b9ad..c5153faaaf 100644
--- a/plugins/scaffolder-backend-module-gitlab/package.json
+++ b/plugins/scaffolder-backend-module-gitlab/package.json
@@ -1,6 +1,6 @@
{
"name": "@backstage/plugin-scaffolder-backend-module-gitlab",
- "version": "0.11.4-next.0",
+ "version": "0.11.4-next.1",
"backstage": {
"role": "backend-plugin-module",
"pluginId": "scaffolder",
diff --git a/plugins/scaffolder-backend-module-notifications/CHANGELOG.md b/plugins/scaffolder-backend-module-notifications/CHANGELOG.md
index 84c719266e..8e93dc95e3 100644
--- a/plugins/scaffolder-backend-module-notifications/CHANGELOG.md
+++ b/plugins/scaffolder-backend-module-notifications/CHANGELOG.md
@@ -1,5 +1,15 @@
# @backstage/plugin-scaffolder-backend-module-notifications
+## 0.1.20-next.1
+
+### Patch Changes
+
+- Updated dependencies
+ - @backstage/plugin-scaffolder-node@0.13.0-next.1
+ - @backstage/plugin-notifications-node@0.2.24-next.1
+ - @backstage/backend-plugin-api@1.7.1-next.0
+ - @backstage/plugin-notifications-common@0.2.1
+
## 0.1.20-next.0
### Patch Changes
diff --git a/plugins/scaffolder-backend-module-notifications/package.json b/plugins/scaffolder-backend-module-notifications/package.json
index 5dd0a94d32..bb1a0bf299 100644
--- a/plugins/scaffolder-backend-module-notifications/package.json
+++ b/plugins/scaffolder-backend-module-notifications/package.json
@@ -1,6 +1,6 @@
{
"name": "@backstage/plugin-scaffolder-backend-module-notifications",
- "version": "0.1.20-next.0",
+ "version": "0.1.20-next.1",
"description": "The notifications backend module for the scaffolder plugin.",
"backstage": {
"role": "backend-plugin-module",
diff --git a/plugins/scaffolder-backend-module-rails/CHANGELOG.md b/plugins/scaffolder-backend-module-rails/CHANGELOG.md
index e7590507a9..d271c35e5d 100644
--- a/plugins/scaffolder-backend-module-rails/CHANGELOG.md
+++ b/plugins/scaffolder-backend-module-rails/CHANGELOG.md
@@ -1,5 +1,17 @@
# @backstage/plugin-scaffolder-backend-module-rails
+## 0.5.19-next.1
+
+### Patch Changes
+
+- Updated dependencies
+ - @backstage/integration@2.0.0-next.1
+ - @backstage/plugin-scaffolder-node@0.13.0-next.1
+ - @backstage/backend-plugin-api@1.7.1-next.0
+ - @backstage/config@1.3.6
+ - @backstage/errors@1.2.7
+ - @backstage/types@1.2.2
+
## 0.5.19-next.0
### Patch Changes
diff --git a/plugins/scaffolder-backend-module-rails/package.json b/plugins/scaffolder-backend-module-rails/package.json
index 73b18d7daa..cccd695c79 100644
--- a/plugins/scaffolder-backend-module-rails/package.json
+++ b/plugins/scaffolder-backend-module-rails/package.json
@@ -1,6 +1,6 @@
{
"name": "@backstage/plugin-scaffolder-backend-module-rails",
- "version": "0.5.19-next.0",
+ "version": "0.5.19-next.1",
"description": "A module for the scaffolder backend that lets you template projects using Rails",
"backstage": {
"role": "backend-plugin-module",
diff --git a/plugins/scaffolder-backend-module-sentry/CHANGELOG.md b/plugins/scaffolder-backend-module-sentry/CHANGELOG.md
index b42cf8bb61..e6d34b00a3 100644
--- a/plugins/scaffolder-backend-module-sentry/CHANGELOG.md
+++ b/plugins/scaffolder-backend-module-sentry/CHANGELOG.md
@@ -1,5 +1,15 @@
# @backstage/plugin-scaffolder-backend-module-sentry
+## 0.3.2-next.1
+
+### Patch Changes
+
+- Updated dependencies
+ - @backstage/plugin-scaffolder-node@0.13.0-next.1
+ - @backstage/backend-plugin-api@1.7.1-next.0
+ - @backstage/config@1.3.6
+ - @backstage/errors@1.2.7
+
## 0.3.2-next.0
### Patch Changes
diff --git a/plugins/scaffolder-backend-module-sentry/package.json b/plugins/scaffolder-backend-module-sentry/package.json
index 96484013a8..6c31b067bc 100644
--- a/plugins/scaffolder-backend-module-sentry/package.json
+++ b/plugins/scaffolder-backend-module-sentry/package.json
@@ -1,6 +1,6 @@
{
"name": "@backstage/plugin-scaffolder-backend-module-sentry",
- "version": "0.3.2-next.0",
+ "version": "0.3.2-next.1",
"backstage": {
"role": "backend-plugin-module",
"pluginId": "scaffolder",
diff --git a/plugins/scaffolder-backend-module-yeoman/CHANGELOG.md b/plugins/scaffolder-backend-module-yeoman/CHANGELOG.md
index 7f5bf1a9a2..5612323dd7 100644
--- a/plugins/scaffolder-backend-module-yeoman/CHANGELOG.md
+++ b/plugins/scaffolder-backend-module-yeoman/CHANGELOG.md
@@ -1,5 +1,15 @@
# @backstage/plugin-scaffolder-backend-module-yeoman
+## 0.4.20-next.1
+
+### Patch Changes
+
+- Updated dependencies
+ - @backstage/plugin-scaffolder-node@0.13.0-next.1
+ - @backstage/backend-plugin-api@1.7.1-next.0
+ - @backstage/types@1.2.2
+ - @backstage/plugin-scaffolder-node-test-utils@0.3.9-next.1
+
## 0.4.20-next.0
### Patch Changes
diff --git a/plugins/scaffolder-backend-module-yeoman/package.json b/plugins/scaffolder-backend-module-yeoman/package.json
index 8b41d9a053..ab29e1ce38 100644
--- a/plugins/scaffolder-backend-module-yeoman/package.json
+++ b/plugins/scaffolder-backend-module-yeoman/package.json
@@ -1,6 +1,6 @@
{
"name": "@backstage/plugin-scaffolder-backend-module-yeoman",
- "version": "0.4.20-next.0",
+ "version": "0.4.20-next.1",
"backstage": {
"role": "backend-plugin-module",
"pluginId": "scaffolder",
diff --git a/plugins/scaffolder-backend/CHANGELOG.md b/plugins/scaffolder-backend/CHANGELOG.md
index 460664fc2e..304a429826 100644
--- a/plugins/scaffolder-backend/CHANGELOG.md
+++ b/plugins/scaffolder-backend/CHANGELOG.md
@@ -1,5 +1,32 @@
# @backstage/plugin-scaffolder-backend
+## 3.2.0-next.1
+
+### Minor Changes
+
+- c9b11eb: Added a new `list-scaffolder-tasks` action that allows querying scaffolder tasks with optional ownership filtering and pagination support
+- 0fbcf23: Migrated OpenAPI schemas to 3.1.
+- 7695dd2: Added a new `list-scaffolder-actions` action that returns all installed scaffolder actions with their schemas and examples
+
+### Patch Changes
+
+- e27bd4e: Removed `@backstage/plugin-scaffolder-backend-module-bitbucket` from `package.json` as the package itself has been deprecated and the code deleted.
+- ccc20cf: create scaffolder MCP action to dry run a provided scaffolder template
+- Updated dependencies
+ - @backstage/integration@2.0.0-next.1
+ - @backstage/plugin-scaffolder-common@2.0.0-next.1
+ - @backstage/plugin-scaffolder-node@0.13.0-next.1
+ - @backstage/plugin-catalog-node@2.1.0-next.1
+ - @backstage/backend-openapi-utils@0.6.7-next.0
+ - @backstage/backend-plugin-api@1.7.1-next.0
+ - @backstage/catalog-model@1.7.6
+ - @backstage/config@1.3.6
+ - @backstage/errors@1.2.7
+ - @backstage/types@1.2.2
+ - @backstage/plugin-events-node@0.4.20-next.0
+ - @backstage/plugin-permission-common@0.9.6
+ - @backstage/plugin-permission-node@0.10.11-next.0
+
## 3.1.4-next.0
### Patch Changes
diff --git a/plugins/scaffolder-backend/package.json b/plugins/scaffolder-backend/package.json
index 64e8ce29e7..041a0cce8c 100644
--- a/plugins/scaffolder-backend/package.json
+++ b/plugins/scaffolder-backend/package.json
@@ -1,6 +1,6 @@
{
"name": "@backstage/plugin-scaffolder-backend",
- "version": "3.1.4-next.0",
+ "version": "3.2.0-next.1",
"description": "The Backstage backend plugin that helps you create new things",
"backstage": {
"role": "backend-plugin",
diff --git a/plugins/scaffolder-common/CHANGELOG.md b/plugins/scaffolder-common/CHANGELOG.md
index 80bc88bbe5..edfd06fa5d 100644
--- a/plugins/scaffolder-common/CHANGELOG.md
+++ b/plugins/scaffolder-common/CHANGELOG.md
@@ -1,5 +1,24 @@
# @backstage/plugin-scaffolder-common
+## 2.0.0-next.1
+
+### Major Changes
+
+- 527cf88: **BREAKING** Removed deprecated `bitbucket` integration from being registered in the `ScaffolderClient`. Use the `bitbucketCloud` or `bitbucketServer` integrations instead.
+
+### Minor Changes
+
+- f598909: **BREAKING PRODUCERS**: Made `retry`, `listTasks`, `listTemplatingExtensions`, `dryRun`, and `autocomplete` required methods on the `ScaffolderApi` interface. Implementations of `ScaffolderApi` must now provide these methods.
+
+### Patch Changes
+
+- Updated dependencies
+ - @backstage/integration@2.0.0-next.1
+ - @backstage/catalog-model@1.7.6
+ - @backstage/errors@1.2.7
+ - @backstage/types@1.2.2
+ - @backstage/plugin-permission-common@0.9.6
+
## 1.7.7-next.0
### Patch Changes
diff --git a/plugins/scaffolder-common/package.json b/plugins/scaffolder-common/package.json
index 98520a4381..cad8a7749d 100644
--- a/plugins/scaffolder-common/package.json
+++ b/plugins/scaffolder-common/package.json
@@ -1,6 +1,6 @@
{
"name": "@backstage/plugin-scaffolder-common",
- "version": "1.7.7-next.0",
+ "version": "2.0.0-next.1",
"description": "Common functionalities for the scaffolder, to be shared between scaffolder and scaffolder-backend plugin",
"backstage": {
"role": "common-library",
diff --git a/plugins/scaffolder-node-test-utils/CHANGELOG.md b/plugins/scaffolder-node-test-utils/CHANGELOG.md
index 1f93005bfe..e20e871bea 100644
--- a/plugins/scaffolder-node-test-utils/CHANGELOG.md
+++ b/plugins/scaffolder-node-test-utils/CHANGELOG.md
@@ -1,5 +1,15 @@
# @backstage/plugin-scaffolder-node-test-utils
+## 0.3.9-next.1
+
+### Patch Changes
+
+- Updated dependencies
+ - @backstage/backend-test-utils@1.11.1-next.1
+ - @backstage/plugin-scaffolder-node@0.13.0-next.1
+ - @backstage/backend-plugin-api@1.7.1-next.0
+ - @backstage/types@1.2.2
+
## 0.3.9-next.0
### Patch Changes
diff --git a/plugins/scaffolder-node-test-utils/package.json b/plugins/scaffolder-node-test-utils/package.json
index 57686d0b6a..a12f02f0af 100644
--- a/plugins/scaffolder-node-test-utils/package.json
+++ b/plugins/scaffolder-node-test-utils/package.json
@@ -1,6 +1,6 @@
{
"name": "@backstage/plugin-scaffolder-node-test-utils",
- "version": "0.3.9-next.0",
+ "version": "0.3.9-next.1",
"backstage": {
"role": "node-library",
"pluginId": "scaffolder",
diff --git a/plugins/scaffolder-node/CHANGELOG.md b/plugins/scaffolder-node/CHANGELOG.md
index 506640c822..18293c242c 100644
--- a/plugins/scaffolder-node/CHANGELOG.md
+++ b/plugins/scaffolder-node/CHANGELOG.md
@@ -1,5 +1,24 @@
# @backstage/plugin-scaffolder-node
+## 0.13.0-next.1
+
+### Minor Changes
+
+- e27bd4e: **BREAKING** Removed deprecated `bitbucket` integration from being used in the `parseRepoUrl` function. It will use the `bitbucketCloud` or `bitbucketServer` integrations instead.
+
+### Patch Changes
+
+- f598909: Added `scaffolderServiceRef` and `ScaffolderService` interface for backend plugins that need to interact with the scaffolder API using `BackstageCredentials` instead of raw tokens.
+- Updated dependencies
+ - @backstage/backend-test-utils@1.11.1-next.1
+ - @backstage/integration@2.0.0-next.1
+ - @backstage/plugin-scaffolder-common@2.0.0-next.1
+ - @backstage/backend-plugin-api@1.7.1-next.0
+ - @backstage/catalog-model@1.7.6
+ - @backstage/errors@1.2.7
+ - @backstage/types@1.2.2
+ - @backstage/plugin-permission-common@0.9.6
+
## 0.12.6-next.0
### Patch Changes
diff --git a/plugins/scaffolder-node/package.json b/plugins/scaffolder-node/package.json
index 10af899c19..80375ba15c 100644
--- a/plugins/scaffolder-node/package.json
+++ b/plugins/scaffolder-node/package.json
@@ -1,6 +1,6 @@
{
"name": "@backstage/plugin-scaffolder-node",
- "version": "0.12.6-next.0",
+ "version": "0.13.0-next.1",
"description": "The plugin-scaffolder-node module for @backstage/plugin-scaffolder-backend",
"backstage": {
"role": "node-library",
diff --git a/plugins/scaffolder-react/CHANGELOG.md b/plugins/scaffolder-react/CHANGELOG.md
index 56e46e55ac..1520f5487b 100644
--- a/plugins/scaffolder-react/CHANGELOG.md
+++ b/plugins/scaffolder-react/CHANGELOG.md
@@ -1,5 +1,25 @@
# @backstage/plugin-scaffolder-react
+## 1.19.8-next.1
+
+### Patch Changes
+
+- 004b5c1: Added back `formFieldsApiRef` and `ScaffolderFormFieldsApi` as alpha exports.
+- f598909: Added `scaffolderApiMock` test utility, exported from `@backstage/plugin-scaffolder-react/testUtils`.
+- Updated dependencies
+ - @backstage/catalog-client@1.14.0-next.1
+ - @backstage/plugin-catalog-react@2.1.0-next.1
+ - @backstage/frontend-test-utils@0.5.1-next.1
+ - @backstage/plugin-scaffolder-common@2.0.0-next.1
+ - @backstage/catalog-model@1.7.6
+ - @backstage/core-components@0.18.8-next.0
+ - @backstage/core-plugin-api@1.12.4-next.0
+ - @backstage/frontend-plugin-api@0.14.2-next.0
+ - @backstage/theme@0.7.2
+ - @backstage/types@1.2.2
+ - @backstage/version-bridge@1.0.12
+ - @backstage/plugin-permission-react@0.4.41-next.0
+
## 1.19.8-next.0
### Patch Changes
diff --git a/plugins/scaffolder-react/package.json b/plugins/scaffolder-react/package.json
index f09310ea5e..20865ba208 100644
--- a/plugins/scaffolder-react/package.json
+++ b/plugins/scaffolder-react/package.json
@@ -1,6 +1,6 @@
{
"name": "@backstage/plugin-scaffolder-react",
- "version": "1.19.8-next.0",
+ "version": "1.19.8-next.1",
"description": "A frontend library that helps other Backstage plugins interact with the Scaffolder",
"backstage": {
"role": "web-library",
diff --git a/plugins/scaffolder/CHANGELOG.md b/plugins/scaffolder/CHANGELOG.md
index c321001bd3..cad983202c 100644
--- a/plugins/scaffolder/CHANGELOG.md
+++ b/plugins/scaffolder/CHANGELOG.md
@@ -1,5 +1,28 @@
# @backstage/plugin-scaffolder
+## 1.35.5-next.1
+
+### Patch Changes
+
+- e27bd4e: Removed check for deprecated `bitbucket` integration from `repoPickerValidation` function used by the `RepoUrlPicker`, it now validates the `bitbucketServer` and `bitbucketCloud` integrations instead.
+- Updated dependencies
+ - @backstage/catalog-client@1.14.0-next.1
+ - @backstage/plugin-catalog-react@2.1.0-next.1
+ - @backstage/plugin-scaffolder-react@1.19.8-next.1
+ - @backstage/integration@2.0.0-next.1
+ - @backstage/plugin-scaffolder-common@2.0.0-next.1
+ - @backstage/catalog-model@1.7.6
+ - @backstage/core-components@0.18.8-next.0
+ - @backstage/core-plugin-api@1.12.4-next.0
+ - @backstage/errors@1.2.7
+ - @backstage/frontend-plugin-api@0.14.2-next.0
+ - @backstage/integration-react@1.2.16-next.1
+ - @backstage/types@1.2.2
+ - @backstage/plugin-catalog-common@1.1.8
+ - @backstage/plugin-permission-react@0.4.41-next.0
+ - @backstage/plugin-techdocs-common@0.1.1
+ - @backstage/plugin-techdocs-react@1.3.9-next.0
+
## 1.35.5-next.0
### Patch Changes
diff --git a/plugins/scaffolder/package.json b/plugins/scaffolder/package.json
index a36b5016e4..e32cf4f079 100644
--- a/plugins/scaffolder/package.json
+++ b/plugins/scaffolder/package.json
@@ -1,6 +1,6 @@
{
"name": "@backstage/plugin-scaffolder",
- "version": "1.35.5-next.0",
+ "version": "1.35.5-next.1",
"description": "The Backstage plugin that helps you create new things",
"backstage": {
"role": "frontend-plugin",
diff --git a/plugins/search-backend-module-catalog/CHANGELOG.md b/plugins/search-backend-module-catalog/CHANGELOG.md
index eb5fcd9b28..07e7288c52 100644
--- a/plugins/search-backend-module-catalog/CHANGELOG.md
+++ b/plugins/search-backend-module-catalog/CHANGELOG.md
@@ -1,5 +1,21 @@
# @backstage/plugin-search-backend-module-catalog
+## 0.3.13-next.1
+
+### Patch Changes
+
+- Updated dependencies
+ - @backstage/catalog-client@1.14.0-next.1
+ - @backstage/plugin-catalog-node@2.1.0-next.1
+ - @backstage/backend-plugin-api@1.7.1-next.0
+ - @backstage/catalog-model@1.7.6
+ - @backstage/config@1.3.6
+ - @backstage/errors@1.2.7
+ - @backstage/plugin-catalog-common@1.1.8
+ - @backstage/plugin-permission-common@0.9.6
+ - @backstage/plugin-search-backend-node@1.4.2-next.0
+ - @backstage/plugin-search-common@1.2.22
+
## 0.3.13-next.0
### Patch Changes
diff --git a/plugins/search-backend-module-catalog/package.json b/plugins/search-backend-module-catalog/package.json
index d6b3318020..1220a07b2b 100644
--- a/plugins/search-backend-module-catalog/package.json
+++ b/plugins/search-backend-module-catalog/package.json
@@ -1,6 +1,6 @@
{
"name": "@backstage/plugin-search-backend-module-catalog",
- "version": "0.3.13-next.0",
+ "version": "0.3.13-next.1",
"description": "A module for the search backend that exports catalog modules",
"backstage": {
"role": "backend-plugin-module",
diff --git a/plugins/search-backend-module-techdocs/CHANGELOG.md b/plugins/search-backend-module-techdocs/CHANGELOG.md
index b445ae0477..d687a8a93d 100644
--- a/plugins/search-backend-module-techdocs/CHANGELOG.md
+++ b/plugins/search-backend-module-techdocs/CHANGELOG.md
@@ -1,5 +1,21 @@
# @backstage/plugin-search-backend-module-techdocs
+## 0.4.12-next.1
+
+### Patch Changes
+
+- Updated dependencies
+ - @backstage/catalog-client@1.14.0-next.1
+ - @backstage/plugin-techdocs-node@1.14.3-next.1
+ - @backstage/plugin-catalog-node@2.1.0-next.1
+ - @backstage/backend-plugin-api@1.7.1-next.0
+ - @backstage/catalog-model@1.7.6
+ - @backstage/config@1.3.6
+ - @backstage/plugin-catalog-common@1.1.8
+ - @backstage/plugin-permission-common@0.9.6
+ - @backstage/plugin-search-backend-node@1.4.2-next.0
+ - @backstage/plugin-search-common@1.2.22
+
## 0.4.12-next.0
### Patch Changes
diff --git a/plugins/search-backend-module-techdocs/package.json b/plugins/search-backend-module-techdocs/package.json
index b85abc2715..5331fdeab6 100644
--- a/plugins/search-backend-module-techdocs/package.json
+++ b/plugins/search-backend-module-techdocs/package.json
@@ -1,6 +1,6 @@
{
"name": "@backstage/plugin-search-backend-module-techdocs",
- "version": "0.4.12-next.0",
+ "version": "0.4.12-next.1",
"description": "A module for the search backend that exports techdocs modules",
"backstage": {
"role": "backend-plugin-module",
diff --git a/plugins/search-backend/CHANGELOG.md b/plugins/search-backend/CHANGELOG.md
index 0b18e1ccce..e565a08fc1 100644
--- a/plugins/search-backend/CHANGELOG.md
+++ b/plugins/search-backend/CHANGELOG.md
@@ -1,5 +1,24 @@
# @backstage/plugin-search-backend
+## 2.1.0-next.1
+
+### Minor Changes
+
+- 0fbcf23: Migrated OpenAPI schemas to 3.1.
+
+### Patch Changes
+
+- Updated dependencies
+ - @backstage/backend-openapi-utils@0.6.7-next.0
+ - @backstage/backend-plugin-api@1.7.1-next.0
+ - @backstage/config@1.3.6
+ - @backstage/errors@1.2.7
+ - @backstage/types@1.2.2
+ - @backstage/plugin-permission-common@0.9.6
+ - @backstage/plugin-permission-node@0.10.11-next.0
+ - @backstage/plugin-search-backend-node@1.4.2-next.0
+ - @backstage/plugin-search-common@1.2.22
+
## 2.0.13-next.0
### Patch Changes
diff --git a/plugins/search-backend/package.json b/plugins/search-backend/package.json
index 4c4739e967..22e54af118 100644
--- a/plugins/search-backend/package.json
+++ b/plugins/search-backend/package.json
@@ -1,6 +1,6 @@
{
"name": "@backstage/plugin-search-backend",
- "version": "2.0.13-next.0",
+ "version": "2.1.0-next.1",
"description": "The Backstage backend plugin that provides your backstage app with search",
"backstage": {
"role": "backend-plugin",
diff --git a/plugins/search/CHANGELOG.md b/plugins/search/CHANGELOG.md
index 93711e086f..5da0be9bef 100644
--- a/plugins/search/CHANGELOG.md
+++ b/plugins/search/CHANGELOG.md
@@ -1,5 +1,20 @@
# @backstage/plugin-search
+## 1.6.2-next.1
+
+### Patch Changes
+
+- Updated dependencies
+ - @backstage/plugin-catalog-react@2.1.0-next.1
+ - @backstage/core-components@0.18.8-next.0
+ - @backstage/core-plugin-api@1.12.4-next.0
+ - @backstage/errors@1.2.7
+ - @backstage/frontend-plugin-api@0.14.2-next.0
+ - @backstage/types@1.2.2
+ - @backstage/version-bridge@1.0.12
+ - @backstage/plugin-search-common@1.2.22
+ - @backstage/plugin-search-react@1.10.5-next.0
+
## 1.6.2-next.0
### Patch Changes
diff --git a/plugins/search/package.json b/plugins/search/package.json
index e65a07c145..117368c2d7 100644
--- a/plugins/search/package.json
+++ b/plugins/search/package.json
@@ -1,6 +1,6 @@
{
"name": "@backstage/plugin-search",
- "version": "1.6.2-next.0",
+ "version": "1.6.2-next.1",
"description": "The Backstage plugin that provides your backstage app with search",
"backstage": {
"role": "frontend-plugin",
diff --git a/plugins/techdocs-addons-test-utils/CHANGELOG.md b/plugins/techdocs-addons-test-utils/CHANGELOG.md
index c7ceb95718..f23163dca5 100644
--- a/plugins/techdocs-addons-test-utils/CHANGELOG.md
+++ b/plugins/techdocs-addons-test-utils/CHANGELOG.md
@@ -1,5 +1,20 @@
# @backstage/plugin-techdocs-addons-test-utils
+## 2.0.3-next.1
+
+### Patch Changes
+
+- Updated dependencies
+ - @backstage/plugin-techdocs@1.17.1-next.1
+ - @backstage/plugin-catalog@1.34.0-next.1
+ - @backstage/plugin-catalog-react@2.1.0-next.1
+ - @backstage/core-app-api@1.19.6-next.0
+ - @backstage/core-plugin-api@1.12.4-next.0
+ - @backstage/integration-react@1.2.16-next.1
+ - @backstage/test-utils@1.7.16-next.0
+ - @backstage/plugin-search-react@1.10.5-next.0
+ - @backstage/plugin-techdocs-react@1.3.9-next.0
+
## 2.0.3-next.0
### Patch Changes
diff --git a/plugins/techdocs-addons-test-utils/package.json b/plugins/techdocs-addons-test-utils/package.json
index 639fc90db1..6121d06272 100644
--- a/plugins/techdocs-addons-test-utils/package.json
+++ b/plugins/techdocs-addons-test-utils/package.json
@@ -1,6 +1,6 @@
{
"name": "@backstage/plugin-techdocs-addons-test-utils",
- "version": "2.0.3-next.0",
+ "version": "2.0.3-next.1",
"backstage": {
"role": "web-library",
"pluginId": "techdocs-addons",
diff --git a/plugins/techdocs-backend/CHANGELOG.md b/plugins/techdocs-backend/CHANGELOG.md
index a75cfe6671..76220acb88 100644
--- a/plugins/techdocs-backend/CHANGELOG.md
+++ b/plugins/techdocs-backend/CHANGELOG.md
@@ -1,5 +1,21 @@
# @backstage/plugin-techdocs-backend
+## 2.1.6-next.1
+
+### Patch Changes
+
+- cb7c6b1: Added `techdocs.generator.mkdocs.dangerouslyAllowAdditionalKeys` configuration option to explicitly bypass MkDocs configuration key restrictions. This enables support for additional MkDocs configuration keys beyond the default safe allow list, such as the `hooks` key which some MkDocs plugins require.
+- Updated dependencies
+ - @backstage/catalog-client@1.14.0-next.1
+ - @backstage/plugin-techdocs-node@1.14.3-next.1
+ - @backstage/integration@2.0.0-next.1
+ - @backstage/plugin-catalog-node@2.1.0-next.1
+ - @backstage/backend-plugin-api@1.7.1-next.0
+ - @backstage/catalog-model@1.7.6
+ - @backstage/config@1.3.6
+ - @backstage/errors@1.2.7
+ - @backstage/types@1.2.2
+
## 2.1.6-next.0
### Patch Changes
diff --git a/plugins/techdocs-backend/package.json b/plugins/techdocs-backend/package.json
index 31d6797f15..033b05aeea 100644
--- a/plugins/techdocs-backend/package.json
+++ b/plugins/techdocs-backend/package.json
@@ -1,6 +1,6 @@
{
"name": "@backstage/plugin-techdocs-backend",
- "version": "2.1.6-next.0",
+ "version": "2.1.6-next.1",
"description": "The Backstage backend plugin that renders technical documentation for your components",
"backstage": {
"role": "backend-plugin",
diff --git a/plugins/techdocs-module-addons-contrib/CHANGELOG.md b/plugins/techdocs-module-addons-contrib/CHANGELOG.md
index da2ac1bcb7..91b3a481c2 100644
--- a/plugins/techdocs-module-addons-contrib/CHANGELOG.md
+++ b/plugins/techdocs-module-addons-contrib/CHANGELOG.md
@@ -1,5 +1,17 @@
# @backstage/plugin-techdocs-module-addons-contrib
+## 1.1.34-next.1
+
+### Patch Changes
+
+- Updated dependencies
+ - @backstage/integration@2.0.0-next.1
+ - @backstage/core-components@0.18.8-next.0
+ - @backstage/core-plugin-api@1.12.4-next.0
+ - @backstage/frontend-plugin-api@0.14.2-next.0
+ - @backstage/integration-react@1.2.16-next.1
+ - @backstage/plugin-techdocs-react@1.3.9-next.0
+
## 1.1.34-next.0
### Patch Changes
diff --git a/plugins/techdocs-module-addons-contrib/package.json b/plugins/techdocs-module-addons-contrib/package.json
index 86ef3743a0..d0a25072b2 100644
--- a/plugins/techdocs-module-addons-contrib/package.json
+++ b/plugins/techdocs-module-addons-contrib/package.json
@@ -1,6 +1,6 @@
{
"name": "@backstage/plugin-techdocs-module-addons-contrib",
- "version": "1.1.34-next.0",
+ "version": "1.1.34-next.1",
"description": "Plugin module for contributed TechDocs Addons",
"backstage": {
"role": "frontend-plugin-module",
diff --git a/plugins/techdocs-node/CHANGELOG.md b/plugins/techdocs-node/CHANGELOG.md
index fd02995625..2fe338b8f6 100644
--- a/plugins/techdocs-node/CHANGELOG.md
+++ b/plugins/techdocs-node/CHANGELOG.md
@@ -1,5 +1,20 @@
# @backstage/plugin-techdocs-node
+## 1.14.3-next.1
+
+### Patch Changes
+
+- cb7c6b1: Added `techdocs.generator.mkdocs.dangerouslyAllowAdditionalKeys` configuration option to explicitly bypass MkDocs configuration key restrictions. This enables support for additional MkDocs configuration keys beyond the default safe allow list, such as the `hooks` key which some MkDocs plugins require.
+- Updated dependencies
+ - @backstage/integration@2.0.0-next.1
+ - @backstage/backend-plugin-api@1.7.1-next.0
+ - @backstage/catalog-model@1.7.6
+ - @backstage/config@1.3.6
+ - @backstage/errors@1.2.7
+ - @backstage/integration-aws-node@0.1.20
+ - @backstage/plugin-search-common@1.2.22
+ - @backstage/plugin-techdocs-common@0.1.1
+
## 1.14.3-next.0
### Patch Changes
diff --git a/plugins/techdocs-node/package.json b/plugins/techdocs-node/package.json
index 163e8d3c12..613c935fce 100644
--- a/plugins/techdocs-node/package.json
+++ b/plugins/techdocs-node/package.json
@@ -1,6 +1,6 @@
{
"name": "@backstage/plugin-techdocs-node",
- "version": "1.14.3-next.0",
+ "version": "1.14.3-next.1",
"description": "Common node.js functionalities for TechDocs, to be shared between techdocs-backend plugin and techdocs-cli",
"backstage": {
"role": "node-library",
diff --git a/plugins/techdocs/CHANGELOG.md b/plugins/techdocs/CHANGELOG.md
index 0a636c06f2..b16a6ba4aa 100644
--- a/plugins/techdocs/CHANGELOG.md
+++ b/plugins/techdocs/CHANGELOG.md
@@ -1,5 +1,28 @@
# @backstage/plugin-techdocs
+## 1.17.1-next.1
+
+### Patch Changes
+
+- 30e08df: Added `documentation` as the default entity content group for the TechDocs entity content tab.
+- Updated dependencies
+ - @backstage/catalog-client@1.14.0-next.1
+ - @backstage/plugin-catalog-react@2.1.0-next.1
+ - @backstage/integration@2.0.0-next.1
+ - @backstage/catalog-model@1.7.6
+ - @backstage/config@1.3.6
+ - @backstage/core-components@0.18.8-next.0
+ - @backstage/core-plugin-api@1.12.4-next.0
+ - @backstage/errors@1.2.7
+ - @backstage/frontend-plugin-api@0.14.2-next.0
+ - @backstage/integration-react@1.2.16-next.1
+ - @backstage/theme@0.7.2
+ - @backstage/plugin-auth-react@0.1.25-next.0
+ - @backstage/plugin-search-common@1.2.22
+ - @backstage/plugin-search-react@1.10.5-next.0
+ - @backstage/plugin-techdocs-common@0.1.1
+ - @backstage/plugin-techdocs-react@1.3.9-next.0
+
## 1.17.1-next.0
### Patch Changes
diff --git a/plugins/techdocs/package.json b/plugins/techdocs/package.json
index 91c49699ea..2d0a51563d 100644
--- a/plugins/techdocs/package.json
+++ b/plugins/techdocs/package.json
@@ -1,6 +1,6 @@
{
"name": "@backstage/plugin-techdocs",
- "version": "1.17.1-next.0",
+ "version": "1.17.1-next.1",
"description": "The Backstage plugin that renders technical documentation for your components",
"backstage": {
"role": "frontend-plugin",
diff --git a/plugins/user-settings/CHANGELOG.md b/plugins/user-settings/CHANGELOG.md
index 46a1ed955e..023b7f817a 100644
--- a/plugins/user-settings/CHANGELOG.md
+++ b/plugins/user-settings/CHANGELOG.md
@@ -1,5 +1,22 @@
# @backstage/plugin-user-settings
+## 0.9.1-next.1
+
+### Patch Changes
+
+- Updated dependencies
+ - @backstage/plugin-catalog-react@2.1.0-next.1
+ - @backstage/catalog-model@1.7.6
+ - @backstage/core-app-api@1.19.6-next.0
+ - @backstage/core-components@0.18.8-next.0
+ - @backstage/core-plugin-api@1.12.4-next.0
+ - @backstage/errors@1.2.7
+ - @backstage/frontend-plugin-api@0.14.2-next.0
+ - @backstage/theme@0.7.2
+ - @backstage/types@1.2.2
+ - @backstage/plugin-signals-react@0.0.20-next.0
+ - @backstage/plugin-user-settings-common@0.1.0
+
## 0.9.1-next.0
### Patch Changes
diff --git a/plugins/user-settings/package.json b/plugins/user-settings/package.json
index 8dbc35fd40..7e6fb2fd72 100644
--- a/plugins/user-settings/package.json
+++ b/plugins/user-settings/package.json
@@ -1,6 +1,6 @@
{
"name": "@backstage/plugin-user-settings",
- "version": "0.9.1-next.0",
+ "version": "0.9.1-next.1",
"description": "A Backstage plugin that provides a settings page",
"backstage": {
"role": "frontend-plugin",