# Release v1.30.0-next.0
Upgrade Helper: [https://backstage.github.io/upgrade-helper/?to=1.30.0-next.0](https://backstage.github.io/upgrade-helper/?to=1.30.0-next.0)
## @backstage/cli@0.27.0-next.0
### Minor Changes
- 32a38e1: **BREAKING**: The lockfile (`yarn.lock`) dependency analysis and mutations have been removed from several commands.
The `versions:bump` command will no longer attempt to bump and deduplicate dependencies by modifying the lockfile, it will only update `package.json` files.
The `versions:check` command has been removed, since its only purpose was verification and mutation of the lockfile. We recommend using the `yarn dedupe` command instead, or the `yarn-deduplicate` package if you're using Yarn classic.
The check that was built into the `package start` command has been removed, it will no longer warn about lockfile mismatches.
The packages in the Backstage ecosystem handle package duplications much better now than when these CLI features were first introduced, so the need for these features has diminished. By removing them, we drastically reduce the integration between the Backstage CLI and Yarn, making it much easier to add support for other package managers in the future.
### Patch Changes
- 7eb08a6: Add frontend-dynamic-container role to eslint config factory
- fbc7819: Use ES2022 in CLI bundler
- e53074f: Updated default backend plugin to use `RootConfigService` instead of `Config`. This also removes the dependency on `@backstage/config` as it's no longer used.
- ee2b0e5: The experimental module federation build now has the ability to force the use of development versions of `react` and `react-dom` by setting the `FORCE_REACT_DEVELOPMENT` flag.
- 239dffc: Remove usage of deprecated functionality from @backstage/config-loader
- 0eedec3: Add support for dynamic plugins via the EXPERIMENTAL_MODULE_FEDERATION environment variable when running `yarn start`.
- dc4fb4f: Fix for `repo build --all` not properly detecting the experimental public entry point.
- Updated dependencies
- @backstage/integration@1.14.0-next.0
- @backstage/config-loader@1.8.2-next.0
- @backstage/catalog-model@1.5.0
- @backstage/cli-common@0.1.14
- @backstage/cli-node@0.2.7
- @backstage/config@1.2.0
- @backstage/errors@1.2.4
- @backstage/eslint-plugin@0.1.8
- @backstage/release-manifests@0.0.11
- @backstage/types@1.1.1
## @backstage/integration@1.14.0-next.0
### Minor Changes
- 78c1329: Updated `GitlabUrlReader.readUrl` and `GitlabUrlReader.readTree` to accept a user-provided token, supporting both bearer and private tokens.
### Patch Changes
- c591670: Updated functions for `getHarnessEditContentsUrl`, `getHarnessFileContentsUrl`, `getHarnessArchiveUrl`, `getHarnessLatestCommitUrl` and `parseHarnessUrl` to handle account and org level urls
- Updated dependencies
- @backstage/config@1.2.0
- @backstage/errors@1.2.4
## @backstage/plugin-scaffolder-react@1.11.0-next.0
### Minor Changes
- 8839381: Add scaffolder option to display object items in separate rows on review page
### Patch Changes
- d0e95a7: Add ability to customise form fields in the UI by exposing `uiSchema` and `formContext` in `FormProps`
- 4670f06: support `ajv-errors` for scaffolder validation to allow for customizing the error messages
- Updated dependencies
- @backstage/plugin-catalog-react@1.12.3-next.0
- @backstage/core-components@0.14.10-next.0
- @backstage/catalog-client@1.6.5
- @backstage/catalog-model@1.5.0
- @backstage/core-plugin-api@1.9.3
- @backstage/theme@0.5.6
- @backstage/types@1.1.1
- @backstage/version-bridge@1.0.8
- @backstage/plugin-permission-react@0.4.24
- @backstage/plugin-scaffolder-common@1.5.4
## @backstage/app-defaults@1.5.9-next.0
### Patch Changes
- Updated dependencies
- @backstage/core-components@0.14.10-next.0
- @backstage/core-app-api@1.14.1-next.0
- @backstage/core-plugin-api@1.9.3
- @backstage/theme@0.5.6
- @backstage/plugin-permission-react@0.4.24
## @backstage/backend-app-api@0.8.1-next.0
### Patch Changes
- Updated dependencies
- @backstage/backend-common@0.23.4-next.0
- @backstage/config-loader@1.8.2-next.0
- @backstage/backend-plugin-api@0.7.1-next.0
- @backstage/backend-tasks@0.5.28-next.0
- @backstage/cli-common@0.1.14
- @backstage/cli-node@0.2.7
- @backstage/config@1.2.0
- @backstage/errors@1.2.4
- @backstage/types@1.1.1
- @backstage/plugin-auth-node@0.4.18-next.0
- @backstage/plugin-permission-node@0.8.1-next.0
## @backstage/backend-common@0.23.4-next.0
### Patch Changes
- ba8571e: Setup user agent header for AWS sdk clients, this enables users to better track API calls made from Backstage to AWS APIs through things like CloudTrail.
- 7e13b7a: The remaining exports in the package have now been deprecated:
- `cacheToPluginCacheManager`
- `createLegacyAuthAdapters`
- `LegacyCreateRouter`
- `legacyPlugin`
- `loggerToWinstonLogger`
- `makeLegacyPlugin`
Users of these export should fully [migrate to the new backend system](https://backstage.io/docs/backend-system/building-backends/migrating).
- Updated dependencies
- @backstage/integration@1.14.0-next.0
- @backstage/config-loader@1.8.2-next.0
- @backstage/backend-dev-utils@0.1.4
- @backstage/backend-plugin-api@0.7.1-next.0
- @backstage/cli-common@0.1.14
- @backstage/config@1.2.0
- @backstage/errors@1.2.4
- @backstage/integration-aws-node@0.1.12
- @backstage/types@1.1.1
- @backstage/plugin-auth-node@0.4.18-next.0
## @backstage/backend-defaults@0.4.2-next.0
### Patch Changes
- 4e79d19: The `createHealthRouter` utility that allows you to create a health check router is now exported via `@backstage/backend-defaults/rootHttpRouter`.
- 78c1329: Updated `GitlabUrlReader.readUrl` and `GitlabUrlReader.readTree` to accept a user-provided token, supporting both bearer and private tokens.
- 8e967da: Fixed the routing of the new health check service, the health endpoints should now properly be available at `/.backstage/health/v1/readiness` and `/.backstage/health/v1/liveness`.
- Updated dependencies
- @backstage/backend-common@0.23.4-next.0
- @backstage/integration@1.14.0-next.0
- @backstage/config-loader@1.8.2-next.0
- @backstage/backend-app-api@0.8.1-next.0
- @backstage/backend-dev-utils@0.1.4
- @backstage/backend-plugin-api@0.7.1-next.0
- @backstage/cli-common@0.1.14
- @backstage/config@1.2.0
- @backstage/errors@1.2.4
- @backstage/integration-aws-node@0.1.12
- @backstage/types@1.1.1
- @backstage/plugin-auth-node@0.4.18-next.0
- @backstage/plugin-events-node@0.3.9-next.0
- @backstage/plugin-permission-node@0.8.1-next.0
## @backstage/backend-dynamic-feature-service@0.2.16-next.0
### Patch Changes
- Updated dependencies
- @backstage/backend-common@0.23.4-next.0
- @backstage/plugin-catalog-backend@1.24.1-next.0
- @backstage/config-loader@1.8.2-next.0
- @backstage/backend-app-api@0.8.1-next.0
- @backstage/backend-plugin-api@0.7.1-next.0
- @backstage/backend-tasks@0.5.28-next.0
- @backstage/cli-common@0.1.14
- @backstage/cli-node@0.2.7
- @backstage/config@1.2.0
- @backstage/errors@1.2.4
- @backstage/types@1.1.1
- @backstage/plugin-app-node@0.1.23-next.0
- @backstage/plugin-auth-node@0.4.18-next.0
- @backstage/plugin-events-backend@0.3.10-next.0
- @backstage/plugin-events-node@0.3.9-next.0
- @backstage/plugin-permission-common@0.8.0
- @backstage/plugin-permission-node@0.8.1-next.0
- @backstage/plugin-scaffolder-node@0.4.9-next.0
- @backstage/plugin-search-backend-node@1.2.28-next.0
- @backstage/plugin-search-common@1.2.13
## @backstage/backend-openapi-utils@0.1.16-next.0
### Patch Changes
- Updated dependencies
- @backstage/backend-plugin-api@0.7.1-next.0
- @backstage/errors@1.2.4
## @backstage/backend-plugin-api@0.7.1-next.0
### Patch Changes
- Updated dependencies
- @backstage/cli-common@0.1.14
- @backstage/config@1.2.0
- @backstage/errors@1.2.4
- @backstage/types@1.1.1
- @backstage/plugin-auth-node@0.4.18-next.0
- @backstage/plugin-permission-common@0.8.0
## @backstage/backend-tasks@0.5.28-next.0
### Patch Changes
- Updated dependencies
- @backstage/backend-common@0.23.4-next.0
- @backstage/backend-plugin-api@0.7.1-next.0
- @backstage/config@1.2.0
- @backstage/errors@1.2.4
- @backstage/types@1.1.1
## @backstage/backend-test-utils@0.4.5-next.0
### Patch Changes
- 4e79d19: The default services for `startTestBackend` and `ServiceFactoryTester` now includes the Root Health Service.
- Updated dependencies
- @backstage/backend-defaults@0.4.2-next.0
- @backstage/backend-app-api@0.8.1-next.0
- @backstage/backend-plugin-api@0.7.1-next.0
- @backstage/config@1.2.0
- @backstage/errors@1.2.4
- @backstage/types@1.1.1
- @backstage/plugin-auth-node@0.4.18-next.0
- @backstage/plugin-events-node@0.3.9-next.0
## @backstage/config-loader@1.8.2-next.0
### Patch Changes
- 493feac: Add boolean `allowMissingDefaultConfig` option to `ConfigSources.default` and
`ConfigSources.defaultForTargets`, which results in omission of a ConfigSource
for the default app-config.yaml configuration file if it's not present.
- Updated dependencies
- @backstage/cli-common@0.1.14
- @backstage/config@1.2.0
- @backstage/errors@1.2.4
- @backstage/types@1.1.1
## @backstage/core-app-api@1.14.1-next.0
### Patch Changes
- 9a46a81: The request to delete the session cookie when running the app in protected mode is now done with a plain `fetch` rather than `FetchApi`. This fixes a bug where the app would immediately try to sign-in again when removing the cookie during logout.
- Updated dependencies
- @backstage/config@1.2.0
- @backstage/core-plugin-api@1.9.3
- @backstage/types@1.1.1
- @backstage/version-bridge@1.0.8
## @backstage/core-compat-api@0.2.8-next.0
### Patch Changes
- Updated dependencies
- @backstage/frontend-plugin-api@0.6.8-next.0
- @backstage/core-plugin-api@1.9.3
- @backstage/version-bridge@1.0.8
## @backstage/core-components@0.14.10-next.0
### Patch Changes
- 678971a: Move the `Link` component to the `RoutedTabs` instead of the `HeaderTabs` component
- Updated dependencies
- @backstage/config@1.2.0
- @backstage/core-plugin-api@1.9.3
- @backstage/errors@1.2.4
- @backstage/theme@0.5.6
- @backstage/version-bridge@1.0.8
## @backstage/create-app@0.5.18-next.0
### Patch Changes
- c0a705d: Added the Kubernetes plugin to `create-app`
- Updated dependencies
- @backstage/cli-common@0.1.14
## @backstage/dev-utils@1.0.36-next.0
### Patch Changes
- Updated dependencies
- @backstage/plugin-catalog-react@1.12.3-next.0
- @backstage/core-components@0.14.10-next.0
- @backstage/core-app-api@1.14.1-next.0
- @backstage/app-defaults@1.5.9-next.0
- @backstage/catalog-model@1.5.0
- @backstage/core-plugin-api@1.9.3
- @backstage/integration-react@1.1.30-next.0
- @backstage/theme@0.5.6
## @backstage/frontend-app-api@0.7.4-next.0
### Patch Changes
- 7777b5f: Support icon overriding with the new `IconBundleBlueprint` API.
- Updated dependencies
- @backstage/frontend-plugin-api@0.6.8-next.0
- @backstage/core-components@0.14.10-next.0
- @backstage/core-app-api@1.14.1-next.0
- @backstage/config@1.2.0
- @backstage/core-plugin-api@1.9.3
- @backstage/errors@1.2.4
- @backstage/theme@0.5.6
- @backstage/types@1.1.1
- @backstage/version-bridge@1.0.8
## @backstage/frontend-plugin-api@0.6.8-next.0
### Patch Changes
- 4e53ad6: Introduce a new way to encapsulate extension kinds that replaces the extension creator pattern with `createExtensionBlueprint`
This allows the creation of extension instances with the following pattern:
```tsx
// create the extension blueprint which is used to create instances
const EntityCardBlueprint = createExtensionBlueprint({
kind: 'entity-card',
attachTo: { id: 'test', input: 'default' },
output: {
element: coreExtensionData.reactElement,
},
factory(params: { text: string }) {
return {
element:
{params.text}
,
};
},
});
// create an instance of the extension blueprint with params
const testExtension = EntityCardBlueprint.make({
name: 'foo',
params: {
text: 'Hello World',
},
});
```
- 9b89b82: The `ExtensionBoundary` now by default infers whether it's routable from whether it outputs a route path.
- 7777b5f: Added a new `IconBundleBlueprint` that lets you create icon bundle extensions that can be installed in an App in order to override or add new app icons.
```tsx
import { IconBundleBlueprint } from '@backstage/frontend-plugin-api';
const exampleIconBundle = IconBundleBlueprint.make({
name: 'example-bundle',
params: {
icons: {
user: MyOwnUserIcon,
},
},
});
```
- 31bfc44: Extension data references can now be defined in a way that encapsulates the ID string in the type, in addition to the data type itself. The old way of creating extension data references is deprecated and will be removed in a future release.
For example, the following code:
```ts
export const myExtension =
createExtensionDataRef('my-plugin.my-data');
```
Should be updated to the following:
```ts
export const myExtension = createExtensionDataRef().with({
id: 'my-plugin.my-data',
});
```
- Updated dependencies
- @backstage/core-components@0.14.10-next.0
- @backstage/core-plugin-api@1.9.3
- @backstage/types@1.1.1
- @backstage/version-bridge@1.0.8
## @backstage/frontend-test-utils@0.1.11-next.0
### Patch Changes
- Updated dependencies
- @backstage/frontend-plugin-api@0.6.8-next.0
- @backstage/frontend-app-api@0.7.4-next.0
- @backstage/test-utils@1.5.9-next.0
- @backstage/types@1.1.1
## @backstage/integration-react@1.1.30-next.0
### Patch Changes
- Updated dependencies
- @backstage/integration@1.14.0-next.0
- @backstage/config@1.2.0
- @backstage/core-plugin-api@1.9.3
## @backstage/repo-tools@0.9.5-next.0
### Patch Changes
- Updated dependencies
- @backstage/config-loader@1.8.2-next.0
- @backstage/backend-plugin-api@0.7.1-next.0
- @backstage/catalog-model@1.5.0
- @backstage/cli-common@0.1.14
- @backstage/cli-node@0.2.7
- @backstage/errors@1.2.4
## @techdocs/cli@1.8.17-next.0
### Patch Changes
- Updated dependencies
- @backstage/backend-defaults@0.4.2-next.0
- @backstage/catalog-model@1.5.0
- @backstage/cli-common@0.1.14
- @backstage/config@1.2.0
- @backstage/plugin-techdocs-node@1.12.9-next.0
## @backstage/test-utils@1.5.9-next.0
### Patch Changes
- Updated dependencies
- @backstage/core-app-api@1.14.1-next.0
- @backstage/config@1.2.0
- @backstage/core-plugin-api@1.9.3
- @backstage/theme@0.5.6
- @backstage/types@1.1.1
- @backstage/plugin-permission-common@0.8.0
- @backstage/plugin-permission-react@0.4.24
## @backstage/plugin-api-docs@0.11.8-next.0
### Patch Changes
- Updated dependencies
- @backstage/frontend-plugin-api@0.6.8-next.0
- @backstage/plugin-catalog-react@1.12.3-next.0
- @backstage/core-components@0.14.10-next.0
- @backstage/catalog-model@1.5.0
- @backstage/core-compat-api@0.2.8-next.0
- @backstage/core-plugin-api@1.9.3
- @backstage/plugin-catalog@1.21.2-next.0
- @backstage/plugin-catalog-common@1.0.25
- @backstage/plugin-permission-react@0.4.24
## @backstage/plugin-app-backend@0.3.72-next.0
### Patch Changes
- Updated dependencies
- @backstage/backend-common@0.23.4-next.0
- @backstage/config-loader@1.8.2-next.0
- @backstage/backend-plugin-api@0.7.1-next.0
- @backstage/config@1.2.0
- @backstage/errors@1.2.4
- @backstage/types@1.1.1
- @backstage/plugin-app-node@0.1.23-next.0
- @backstage/plugin-auth-node@0.4.18-next.0
## @backstage/plugin-app-node@0.1.23-next.0
### Patch Changes
- Updated dependencies
- @backstage/config-loader@1.8.2-next.0
- @backstage/backend-plugin-api@0.7.1-next.0
## @backstage/plugin-app-visualizer@0.1.9-next.0
### Patch Changes
- Updated dependencies
- @backstage/frontend-plugin-api@0.6.8-next.0
- @backstage/core-components@0.14.10-next.0
- @backstage/core-plugin-api@1.9.3
## @backstage/plugin-auth-backend@0.22.10-next.0
### Patch Changes
- Updated dependencies
- @backstage/backend-common@0.23.4-next.0
- @backstage/plugin-catalog-node@1.12.5-next.0
- @backstage/plugin-auth-backend-module-microsoft-provider@0.1.18-next.0
- @backstage/backend-plugin-api@0.7.1-next.0
- @backstage/catalog-client@1.6.5
- @backstage/catalog-model@1.5.0
- @backstage/config@1.2.0
- @backstage/errors@1.2.4
- @backstage/types@1.1.1
- @backstage/plugin-auth-backend-module-atlassian-provider@0.2.4-next.0
- @backstage/plugin-auth-backend-module-aws-alb-provider@0.1.15-next.0
- @backstage/plugin-auth-backend-module-azure-easyauth-provider@0.1.6-next.0
- @backstage/plugin-auth-backend-module-bitbucket-provider@0.1.6-next.0
- @backstage/plugin-auth-backend-module-cloudflare-access-provider@0.1.6-next.0
- @backstage/plugin-auth-backend-module-gcp-iap-provider@0.2.18-next.0
- @backstage/plugin-auth-backend-module-github-provider@0.1.20-next.0
- @backstage/plugin-auth-backend-module-gitlab-provider@0.1.20-next.0
- @backstage/plugin-auth-backend-module-google-provider@0.1.20-next.0
- @backstage/plugin-auth-backend-module-oauth2-provider@0.2.4-next.0
- @backstage/plugin-auth-backend-module-oauth2-proxy-provider@0.1.16-next.0
- @backstage/plugin-auth-backend-module-oidc-provider@0.2.4-next.0
- @backstage/plugin-auth-backend-module-okta-provider@0.0.16-next.0
- @backstage/plugin-auth-backend-module-onelogin-provider@0.1.4-next.0
- @backstage/plugin-auth-node@0.4.18-next.0
## @backstage/plugin-auth-backend-module-atlassian-provider@0.2.4-next.0
### Patch Changes
- Updated dependencies
- @backstage/backend-plugin-api@0.7.1-next.0
- @backstage/plugin-auth-node@0.4.18-next.0
## @backstage/plugin-auth-backend-module-aws-alb-provider@0.1.15-next.0
### Patch Changes
- Updated dependencies
- @backstage/backend-common@0.23.4-next.0
- @backstage/backend-plugin-api@0.7.1-next.0
- @backstage/errors@1.2.4
- @backstage/plugin-auth-backend@0.22.10-next.0
- @backstage/plugin-auth-node@0.4.18-next.0
## @backstage/plugin-auth-backend-module-azure-easyauth-provider@0.1.6-next.0
### Patch Changes
- Updated dependencies
- @backstage/backend-plugin-api@0.7.1-next.0
- @backstage/catalog-model@1.5.0
- @backstage/errors@1.2.4
- @backstage/plugin-auth-node@0.4.18-next.0
## @backstage/plugin-auth-backend-module-bitbucket-provider@0.1.6-next.0
### Patch Changes
- Updated dependencies
- @backstage/backend-plugin-api@0.7.1-next.0
- @backstage/plugin-auth-node@0.4.18-next.0
## @backstage/plugin-auth-backend-module-cloudflare-access-provider@0.1.6-next.0
### Patch Changes
- Updated dependencies
- @backstage/backend-plugin-api@0.7.1-next.0
- @backstage/config@1.2.0
- @backstage/errors@1.2.4
- @backstage/plugin-auth-node@0.4.18-next.0
## @backstage/plugin-auth-backend-module-gcp-iap-provider@0.2.18-next.0
### Patch Changes
- Updated dependencies
- @backstage/backend-plugin-api@0.7.1-next.0
- @backstage/errors@1.2.4
- @backstage/types@1.1.1
- @backstage/plugin-auth-node@0.4.18-next.0
## @backstage/plugin-auth-backend-module-github-provider@0.1.20-next.0
### Patch Changes
- Updated dependencies
- @backstage/backend-plugin-api@0.7.1-next.0
- @backstage/plugin-auth-node@0.4.18-next.0
## @backstage/plugin-auth-backend-module-gitlab-provider@0.1.20-next.0
### Patch Changes
- Updated dependencies
- @backstage/backend-plugin-api@0.7.1-next.0
- @backstage/plugin-auth-node@0.4.18-next.0
## @backstage/plugin-auth-backend-module-google-provider@0.1.20-next.0
### Patch Changes
- Updated dependencies
- @backstage/backend-plugin-api@0.7.1-next.0
- @backstage/plugin-auth-node@0.4.18-next.0
## @backstage/plugin-auth-backend-module-guest-provider@0.1.9-next.0
### Patch Changes
- Updated dependencies
- @backstage/backend-common@0.23.4-next.0
- @backstage/backend-plugin-api@0.7.1-next.0
- @backstage/catalog-model@1.5.0
- @backstage/errors@1.2.4
- @backstage/plugin-auth-node@0.4.18-next.0
## @backstage/plugin-auth-backend-module-microsoft-provider@0.1.18-next.0
### Patch Changes
- 39f36a9: Updated the Microsoft authenticator to accurately define required scopes, but to also omit the required and additional scopes when requesting resource scopes.
- Updated dependencies
- @backstage/backend-plugin-api@0.7.1-next.0
- @backstage/plugin-auth-node@0.4.18-next.0
## @backstage/plugin-auth-backend-module-oauth2-provider@0.2.4-next.0
### Patch Changes
- Updated dependencies
- @backstage/backend-plugin-api@0.7.1-next.0
- @backstage/plugin-auth-node@0.4.18-next.0
## @backstage/plugin-auth-backend-module-oauth2-proxy-provider@0.1.16-next.0
### Patch Changes
- Updated dependencies
- @backstage/backend-plugin-api@0.7.1-next.0
- @backstage/errors@1.2.4
- @backstage/plugin-auth-node@0.4.18-next.0
## @backstage/plugin-auth-backend-module-oidc-provider@0.2.4-next.0
### Patch Changes
- Updated dependencies
- @backstage/backend-common@0.23.4-next.0
- @backstage/backend-plugin-api@0.7.1-next.0
- @backstage/plugin-auth-backend@0.22.10-next.0
- @backstage/plugin-auth-node@0.4.18-next.0
## @backstage/plugin-auth-backend-module-okta-provider@0.0.16-next.0
### Patch Changes
- Updated dependencies
- @backstage/backend-plugin-api@0.7.1-next.0
- @backstage/plugin-auth-node@0.4.18-next.0
## @backstage/plugin-auth-backend-module-onelogin-provider@0.1.4-next.0
### Patch Changes
- Updated dependencies
- @backstage/backend-plugin-api@0.7.1-next.0
- @backstage/plugin-auth-node@0.4.18-next.0
## @backstage/plugin-auth-backend-module-pinniped-provider@0.1.17-next.0
### Patch Changes
- Updated dependencies
- @backstage/backend-plugin-api@0.7.1-next.0
- @backstage/config@1.2.0
- @backstage/plugin-auth-node@0.4.18-next.0
## @backstage/plugin-auth-backend-module-vmware-cloud-provider@0.2.4-next.0
### Patch Changes
- Updated dependencies
- @backstage/backend-plugin-api@0.7.1-next.0
- @backstage/catalog-model@1.5.0
- @backstage/plugin-auth-node@0.4.18-next.0
## @backstage/plugin-auth-node@0.4.18-next.0
### Patch Changes
- Updated dependencies
- @backstage/backend-common@0.23.4-next.0
- @backstage/backend-plugin-api@0.7.1-next.0
- @backstage/catalog-client@1.6.5
- @backstage/catalog-model@1.5.0
- @backstage/config@1.2.0
- @backstage/errors@1.2.4
- @backstage/types@1.1.1
## @backstage/plugin-auth-react@0.1.5-next.0
### Patch Changes
- aeac3e9: feat: Hide visibility of CookieAuthRedirect
- Updated dependencies
- @backstage/core-components@0.14.10-next.0
- @backstage/core-plugin-api@1.9.3
- @backstage/errors@1.2.4
## @backstage/plugin-bitbucket-cloud-common@0.2.22-next.0
### Patch Changes
- Updated dependencies
- @backstage/integration@1.14.0-next.0
## @backstage/plugin-catalog@1.21.2-next.0
### Patch Changes
- Updated dependencies
- @backstage/frontend-plugin-api@0.6.8-next.0
- @backstage/plugin-catalog-react@1.12.3-next.0
- @backstage/plugin-search-react@1.7.14-next.0
- @backstage/core-components@0.14.10-next.0
- @backstage/catalog-client@1.6.5
- @backstage/catalog-model@1.5.0
- @backstage/core-compat-api@0.2.8-next.0
- @backstage/core-plugin-api@1.9.3
- @backstage/errors@1.2.4
- @backstage/integration-react@1.1.30-next.0
- @backstage/types@1.1.1
- @backstage/plugin-catalog-common@1.0.25
- @backstage/plugin-permission-react@0.4.24
- @backstage/plugin-scaffolder-common@1.5.4
- @backstage/plugin-search-common@1.2.13
## @backstage/plugin-catalog-backend@1.24.1-next.0
### Patch Changes
- a629fb2: Added setAllowedLocationTypes while introducing a new extension point called CatalogLocationsExtensionPoint
- Updated dependencies
- @backstage/backend-common@0.23.4-next.0
- @backstage/plugin-catalog-node@1.12.5-next.0
- @backstage/integration@1.14.0-next.0
- @backstage/backend-openapi-utils@0.1.16-next.0
- @backstage/backend-plugin-api@0.7.1-next.0
- @backstage/backend-tasks@0.5.28-next.0
- @backstage/catalog-client@1.6.5
- @backstage/catalog-model@1.5.0
- @backstage/config@1.2.0
- @backstage/errors@1.2.4
- @backstage/types@1.1.1
- @backstage/plugin-catalog-common@1.0.25
- @backstage/plugin-events-node@0.3.9-next.0
- @backstage/plugin-permission-common@0.8.0
- @backstage/plugin-permission-node@0.8.1-next.0
- @backstage/plugin-search-backend-module-catalog@0.1.29-next.0
## @backstage/plugin-catalog-backend-module-aws@0.3.18-next.0
### Patch Changes
- ba8571e: Setup user agent header for AWS sdk clients, this enables users to better track API calls made from Backstage to AWS APIs through things like CloudTrail.
- 90a7340: `AwsOrganizationCloudAccountProcessor` configuration field `roleArn` is deprecated in favor of new field `accountId`
- Updated dependencies
- @backstage/backend-common@0.23.4-next.0
- @backstage/plugin-catalog-node@1.12.5-next.0
- @backstage/integration@1.14.0-next.0
- @backstage/backend-plugin-api@0.7.1-next.0
- @backstage/backend-tasks@0.5.28-next.0
- @backstage/catalog-model@1.5.0
- @backstage/config@1.2.0
- @backstage/errors@1.2.4
- @backstage/integration-aws-node@0.1.12
- @backstage/plugin-catalog-common@1.0.25
- @backstage/plugin-kubernetes-common@0.8.1
## @backstage/plugin-catalog-backend-module-azure@0.1.43-next.0
### Patch Changes
- Updated dependencies
- @backstage/backend-common@0.23.4-next.0
- @backstage/plugin-catalog-node@1.12.5-next.0
- @backstage/integration@1.14.0-next.0
- @backstage/backend-plugin-api@0.7.1-next.0
- @backstage/backend-tasks@0.5.28-next.0
- @backstage/config@1.2.0
- @backstage/plugin-catalog-common@1.0.25
## @backstage/plugin-catalog-backend-module-backstage-openapi@0.2.6-next.0
### Patch Changes
- Updated dependencies
- @backstage/plugin-catalog-node@1.12.5-next.0
- @backstage/backend-openapi-utils@0.1.16-next.0
- @backstage/backend-plugin-api@0.7.1-next.0
- @backstage/backend-tasks@0.5.28-next.0
- @backstage/catalog-model@1.5.0
- @backstage/config@1.2.0
- @backstage/errors@1.2.4
## @backstage/plugin-catalog-backend-module-bitbucket-cloud@0.2.10-next.0
### Patch Changes
- Updated dependencies
- @backstage/backend-common@0.23.4-next.0
- @backstage/plugin-catalog-node@1.12.5-next.0
- @backstage/integration@1.14.0-next.0
- @backstage/backend-plugin-api@0.7.1-next.0
- @backstage/backend-tasks@0.5.28-next.0
- @backstage/catalog-client@1.6.5
- @backstage/catalog-model@1.5.0
- @backstage/config@1.2.0
- @backstage/plugin-bitbucket-cloud-common@0.2.22-next.0
- @backstage/plugin-catalog-common@1.0.25
- @backstage/plugin-events-node@0.3.9-next.0
## @backstage/plugin-catalog-backend-module-bitbucket-server@0.1.37-next.0
### Patch Changes
- Updated dependencies
- @backstage/backend-common@0.23.4-next.0
- @backstage/plugin-catalog-node@1.12.5-next.0
- @backstage/integration@1.14.0-next.0
- @backstage/backend-plugin-api@0.7.1-next.0
- @backstage/backend-tasks@0.5.28-next.0
- @backstage/catalog-model@1.5.0
- @backstage/config@1.2.0
- @backstage/errors@1.2.4
## @backstage/plugin-catalog-backend-module-gcp@0.1.24-next.0
### Patch Changes
- Updated dependencies
- @backstage/backend-common@0.23.4-next.0
- @backstage/plugin-catalog-node@1.12.5-next.0
- @backstage/backend-plugin-api@0.7.1-next.0
- @backstage/backend-tasks@0.5.28-next.0
- @backstage/catalog-model@1.5.0
- @backstage/config@1.2.0
- @backstage/plugin-kubernetes-common@0.8.1
## @backstage/plugin-catalog-backend-module-gerrit@0.1.40-next.0
### Patch Changes
- Updated dependencies
- @backstage/backend-common@0.23.4-next.0
- @backstage/plugin-catalog-node@1.12.5-next.0
- @backstage/integration@1.14.0-next.0
- @backstage/backend-plugin-api@0.7.1-next.0
- @backstage/backend-tasks@0.5.28-next.0
- @backstage/config@1.2.0
- @backstage/errors@1.2.4
## @backstage/plugin-catalog-backend-module-github@0.6.6-next.0
### Patch Changes
- Updated dependencies
- @backstage/backend-common@0.23.4-next.0
- @backstage/plugin-catalog-backend@1.24.1-next.0
- @backstage/plugin-catalog-node@1.12.5-next.0
- @backstage/integration@1.14.0-next.0
- @backstage/backend-plugin-api@0.7.1-next.0
- @backstage/backend-tasks@0.5.28-next.0
- @backstage/catalog-client@1.6.5
- @backstage/catalog-model@1.5.0
- @backstage/config@1.2.0
- @backstage/plugin-catalog-common@1.0.25
- @backstage/plugin-events-node@0.3.9-next.0
## @backstage/plugin-catalog-backend-module-github-org@0.1.18-next.0
### Patch Changes
- Updated dependencies
- @backstage/backend-common@0.23.4-next.0
- @backstage/plugin-catalog-node@1.12.5-next.0
- @backstage/backend-plugin-api@0.7.1-next.0
- @backstage/backend-tasks@0.5.28-next.0
- @backstage/config@1.2.0
- @backstage/plugin-catalog-backend-module-github@0.6.6-next.0
- @backstage/plugin-events-node@0.3.9-next.0
## @backstage/plugin-catalog-backend-module-gitlab@0.3.22-next.0
### Patch Changes
- Updated dependencies
- @backstage/backend-common@0.23.4-next.0
- @backstage/plugin-catalog-node@1.12.5-next.0
- @backstage/integration@1.14.0-next.0
- @backstage/backend-plugin-api@0.7.1-next.0
- @backstage/backend-tasks@0.5.28-next.0
- @backstage/catalog-model@1.5.0
- @backstage/config@1.2.0
- @backstage/plugin-catalog-common@1.0.25
- @backstage/plugin-events-node@0.3.9-next.0
## @backstage/plugin-catalog-backend-module-gitlab-org@0.0.6-next.0
### Patch Changes
- Updated dependencies
- @backstage/backend-common@0.23.4-next.0
- @backstage/plugin-catalog-node@1.12.5-next.0
- @backstage/backend-plugin-api@0.7.1-next.0
- @backstage/plugin-catalog-backend-module-gitlab@0.3.22-next.0
- @backstage/plugin-events-node@0.3.9-next.0
## @backstage/plugin-catalog-backend-module-incremental-ingestion@0.4.28-next.0
### Patch Changes
- Updated dependencies
- @backstage/backend-common@0.23.4-next.0
- @backstage/plugin-catalog-backend@1.24.1-next.0
- @backstage/plugin-catalog-node@1.12.5-next.0
- @backstage/backend-plugin-api@0.7.1-next.0
- @backstage/backend-tasks@0.5.28-next.0
- @backstage/catalog-model@1.5.0
- @backstage/config@1.2.0
- @backstage/errors@1.2.4
- @backstage/plugin-events-node@0.3.9-next.0
- @backstage/plugin-permission-common@0.8.0
## @backstage/plugin-catalog-backend-module-ldap@0.7.1-next.0
### Patch Changes
- Updated dependencies
- @backstage/plugin-catalog-node@1.12.5-next.0
- @backstage/backend-plugin-api@0.7.1-next.0
- @backstage/backend-tasks@0.5.28-next.0
- @backstage/catalog-model@1.5.0
- @backstage/config@1.2.0
- @backstage/errors@1.2.4
- @backstage/types@1.1.1
- @backstage/plugin-catalog-common@1.0.25
## @backstage/plugin-catalog-backend-module-logs@0.0.2-next.0
### Patch Changes
- Updated dependencies
- @backstage/plugin-catalog-backend@1.24.1-next.0
- @backstage/backend-plugin-api@0.7.1-next.0
- @backstage/plugin-events-node@0.3.9-next.0
## @backstage/plugin-catalog-backend-module-msgraph@0.5.31-next.0
### Patch Changes
- 58dff4d: Added option to ingest groups based on their group membership in Azure Entra ID
- Updated dependencies
- @backstage/backend-common@0.23.4-next.0
- @backstage/plugin-catalog-node@1.12.5-next.0
- @backstage/backend-plugin-api@0.7.1-next.0
- @backstage/backend-tasks@0.5.28-next.0
- @backstage/catalog-model@1.5.0
- @backstage/config@1.2.0
- @backstage/plugin-catalog-common@1.0.25
## @backstage/plugin-catalog-backend-module-openapi@0.1.41-next.0
### Patch Changes
- Updated dependencies
- @backstage/backend-common@0.23.4-next.0
- @backstage/plugin-catalog-backend@1.24.1-next.0
- @backstage/plugin-catalog-node@1.12.5-next.0
- @backstage/integration@1.14.0-next.0
- @backstage/backend-plugin-api@0.7.1-next.0
- @backstage/catalog-model@1.5.0
- @backstage/config@1.2.0
- @backstage/types@1.1.1
- @backstage/plugin-catalog-common@1.0.25
## @backstage/plugin-catalog-backend-module-puppetdb@0.1.29-next.0
### Patch Changes
- Updated dependencies
- @backstage/backend-common@0.23.4-next.0
- @backstage/plugin-catalog-node@1.12.5-next.0
- @backstage/backend-plugin-api@0.7.1-next.0
- @backstage/backend-tasks@0.5.28-next.0
- @backstage/catalog-model@1.5.0
- @backstage/config@1.2.0
- @backstage/errors@1.2.4
- @backstage/types@1.1.1
## @backstage/plugin-catalog-backend-module-scaffolder-entity-model@0.1.21-next.0
### Patch Changes
- Updated dependencies
- @backstage/plugin-catalog-node@1.12.5-next.0
- @backstage/backend-plugin-api@0.7.1-next.0
- @backstage/catalog-model@1.5.0
- @backstage/plugin-catalog-common@1.0.25
- @backstage/plugin-scaffolder-common@1.5.4
## @backstage/plugin-catalog-backend-module-unprocessed@0.4.10-next.0
### Patch Changes
- Updated dependencies
- @backstage/backend-common@0.23.4-next.0
- @backstage/plugin-catalog-node@1.12.5-next.0
- @backstage/backend-plugin-api@0.7.1-next.0
- @backstage/catalog-model@1.5.0
- @backstage/errors@1.2.4
- @backstage/plugin-auth-node@0.4.18-next.0
- @backstage/plugin-catalog-unprocessed-entities-common@0.0.3
- @backstage/plugin-permission-common@0.8.0
## @backstage/plugin-catalog-graph@0.4.8-next.0
### Patch Changes
- fba7537: Memoize entity graph nodes when applying an `entityFilter` to prevent repeated redraws
- Updated dependencies
- @backstage/frontend-plugin-api@0.6.8-next.0
- @backstage/plugin-catalog-react@1.12.3-next.0
- @backstage/core-components@0.14.10-next.0
- @backstage/catalog-client@1.6.5
- @backstage/catalog-model@1.5.0
- @backstage/core-compat-api@0.2.8-next.0
- @backstage/core-plugin-api@1.9.3
- @backstage/types@1.1.1
## @backstage/plugin-catalog-import@0.12.2-next.0
### Patch Changes
- Updated dependencies
- @backstage/frontend-plugin-api@0.6.8-next.0
- @backstage/plugin-catalog-react@1.12.3-next.0
- @backstage/core-components@0.14.10-next.0
- @backstage/integration@1.14.0-next.0
- @backstage/catalog-client@1.6.5
- @backstage/catalog-model@1.5.0
- @backstage/config@1.2.0
- @backstage/core-compat-api@0.2.8-next.0
- @backstage/core-plugin-api@1.9.3
- @backstage/errors@1.2.4
- @backstage/integration-react@1.1.30-next.0
- @backstage/plugin-catalog-common@1.0.25
## @backstage/plugin-catalog-node@1.12.5-next.0
### Patch Changes
- a629fb2: Added setAllowedLocationTypes while introducing a new extension point called CatalogLocationsExtensionPoint
- Updated dependencies
- @backstage/backend-plugin-api@0.7.1-next.0
- @backstage/catalog-client@1.6.5
- @backstage/catalog-model@1.5.0
- @backstage/errors@1.2.4
- @backstage/types@1.1.1
- @backstage/plugin-catalog-common@1.0.25
- @backstage/plugin-permission-common@0.8.0
- @backstage/plugin-permission-node@0.8.1-next.0
## @backstage/plugin-catalog-react@1.12.3-next.0
### Patch Changes
- 31bfc44: Updated alpha definitions of extension data references.
- 9b89b82: Internal refactor to remove unnecessary `routable` prop in the implementation of the `createEntityContentExtension` alpha export.
- bebd569: Fix extra divider displayed on user list picker component
- Updated dependencies
- @backstage/frontend-plugin-api@0.6.8-next.0
- @backstage/core-components@0.14.10-next.0
- @backstage/catalog-client@1.6.5
- @backstage/catalog-model@1.5.0
- @backstage/core-plugin-api@1.9.3
- @backstage/errors@1.2.4
- @backstage/integration-react@1.1.30-next.0
- @backstage/types@1.1.1
- @backstage/version-bridge@1.0.8
- @backstage/plugin-catalog-common@1.0.25
- @backstage/plugin-permission-common@0.8.0
- @backstage/plugin-permission-react@0.4.24
## @backstage/plugin-catalog-unprocessed-entities@0.2.7-next.0
### Patch Changes
- Updated dependencies
- @backstage/core-components@0.14.10-next.0
- @backstage/catalog-model@1.5.0
- @backstage/core-plugin-api@1.9.3
- @backstage/errors@1.2.4
## @backstage/plugin-config-schema@0.1.58-next.0
### Patch Changes
- Updated dependencies
- @backstage/core-components@0.14.10-next.0
- @backstage/core-plugin-api@1.9.3
- @backstage/errors@1.2.4
- @backstage/types@1.1.1
## @backstage/plugin-devtools@0.1.17-next.0
### Patch Changes
- Updated dependencies
- @backstage/frontend-plugin-api@0.6.8-next.0
- @backstage/core-components@0.14.10-next.0
- @backstage/core-compat-api@0.2.8-next.0
- @backstage/core-plugin-api@1.9.3
- @backstage/errors@1.2.4
- @backstage/plugin-devtools-common@0.1.11
- @backstage/plugin-permission-react@0.4.24
## @backstage/plugin-devtools-backend@0.3.9-next.0
### Patch Changes
- 32a38e1: Removed unused code for lockfile analysis.
- Updated dependencies
- @backstage/backend-common@0.23.4-next.0
- @backstage/config-loader@1.8.2-next.0
- @backstage/backend-plugin-api@0.7.1-next.0
- @backstage/cli-common@0.1.14
- @backstage/config@1.2.0
- @backstage/errors@1.2.4
- @backstage/types@1.1.1
- @backstage/plugin-devtools-common@0.1.11
- @backstage/plugin-permission-common@0.8.0
- @backstage/plugin-permission-node@0.8.1-next.0
## @backstage/plugin-events-backend@0.3.10-next.0
### Patch Changes
- Updated dependencies
- @backstage/backend-common@0.23.4-next.0
- @backstage/backend-plugin-api@0.7.1-next.0
- @backstage/config@1.2.0
- @backstage/plugin-events-node@0.3.9-next.0
## @backstage/plugin-events-backend-module-aws-sqs@0.3.9-next.0
### Patch Changes
- ba8571e: Setup user agent header for AWS sdk clients, this enables users to better track API calls made from Backstage to AWS APIs through things like CloudTrail.
- Updated dependencies
- @backstage/backend-common@0.23.4-next.0
- @backstage/backend-plugin-api@0.7.1-next.0
- @backstage/backend-tasks@0.5.28-next.0
- @backstage/config@1.2.0
- @backstage/types@1.1.1
- @backstage/plugin-events-node@0.3.9-next.0
## @backstage/plugin-events-backend-module-azure@0.2.9-next.0
### Patch Changes
- Updated dependencies
- @backstage/backend-plugin-api@0.7.1-next.0
- @backstage/plugin-events-node@0.3.9-next.0
## @backstage/plugin-events-backend-module-bitbucket-cloud@0.2.9-next.0
### Patch Changes
- Updated dependencies
- @backstage/backend-plugin-api@0.7.1-next.0
- @backstage/plugin-events-node@0.3.9-next.0
## @backstage/plugin-events-backend-module-gerrit@0.2.9-next.0
### Patch Changes
- Updated dependencies
- @backstage/backend-plugin-api@0.7.1-next.0
- @backstage/plugin-events-node@0.3.9-next.0
## @backstage/plugin-events-backend-module-github@0.2.9-next.0
### Patch Changes
- Updated dependencies
- @backstage/backend-plugin-api@0.7.1-next.0
- @backstage/config@1.2.0
- @backstage/plugin-events-node@0.3.9-next.0
## @backstage/plugin-events-backend-module-gitlab@0.2.9-next.0
### Patch Changes
- Updated dependencies
- @backstage/backend-plugin-api@0.7.1-next.0
- @backstage/config@1.2.0
- @backstage/plugin-events-node@0.3.9-next.0
## @backstage/plugin-events-backend-test-utils@0.1.33-next.0
### Patch Changes
- Updated dependencies
- @backstage/plugin-events-node@0.3.9-next.0
## @backstage/plugin-events-node@0.3.9-next.0
### Patch Changes
- Updated dependencies
- @backstage/backend-plugin-api@0.7.1-next.0
## @backstage/plugin-home@0.7.8-next.0
### Patch Changes
- 31bfc44: Updated alpha definitions of extension data references.
- fdcc059: Fixed a bug on the WelcomeTitle component where the welcome message wasn't correct when the language was set to Spanish
- Updated dependencies
- @backstage/frontend-plugin-api@0.6.8-next.0
- @backstage/plugin-catalog-react@1.12.3-next.0
- @backstage/core-components@0.14.10-next.0
- @backstage/core-app-api@1.14.1-next.0
- @backstage/catalog-client@1.6.5
- @backstage/catalog-model@1.5.0
- @backstage/config@1.2.0
- @backstage/core-compat-api@0.2.8-next.0
- @backstage/core-plugin-api@1.9.3
- @backstage/theme@0.5.6
- @backstage/plugin-home-react@0.1.16-next.0
## @backstage/plugin-home-react@0.1.16-next.0
### Patch Changes
- Updated dependencies
- @backstage/core-components@0.14.10-next.0
- @backstage/core-plugin-api@1.9.3
## @backstage/plugin-kubernetes@0.11.13-next.0
### Patch Changes
- Updated dependencies
- @backstage/plugin-catalog-react@1.12.3-next.0
- @backstage/core-components@0.14.10-next.0
- @backstage/catalog-model@1.5.0
- @backstage/core-plugin-api@1.9.3
- @backstage/plugin-kubernetes-common@0.8.1
- @backstage/plugin-kubernetes-react@0.4.2-next.0
## @backstage/plugin-kubernetes-backend@0.18.4-next.0
### Patch Changes
- Updated dependencies
- @backstage/backend-common@0.23.4-next.0
- @backstage/plugin-catalog-node@1.12.5-next.0
- @backstage/backend-plugin-api@0.7.1-next.0
- @backstage/catalog-client@1.6.5
- @backstage/catalog-model@1.5.0
- @backstage/config@1.2.0
- @backstage/errors@1.2.4
- @backstage/integration-aws-node@0.1.12
- @backstage/types@1.1.1
- @backstage/plugin-auth-node@0.4.18-next.0
- @backstage/plugin-kubernetes-common@0.8.1
- @backstage/plugin-kubernetes-node@0.1.17-next.0
- @backstage/plugin-permission-common@0.8.0
- @backstage/plugin-permission-node@0.8.1-next.0
## @backstage/plugin-kubernetes-cluster@0.0.14-next.0
### Patch Changes
- Updated dependencies
- @backstage/plugin-catalog-react@1.12.3-next.0
- @backstage/core-components@0.14.10-next.0
- @backstage/catalog-model@1.5.0
- @backstage/core-plugin-api@1.9.3
- @backstage/plugin-kubernetes-common@0.8.1
- @backstage/plugin-kubernetes-react@0.4.2-next.0
## @backstage/plugin-kubernetes-node@0.1.17-next.0
### Patch Changes
- Updated dependencies
- @backstage/backend-plugin-api@0.7.1-next.0
- @backstage/catalog-model@1.5.0
- @backstage/types@1.1.1
- @backstage/plugin-kubernetes-common@0.8.1
## @backstage/plugin-kubernetes-react@0.4.2-next.0
### Patch Changes
- Updated dependencies
- @backstage/core-components@0.14.10-next.0
- @backstage/catalog-model@1.5.0
- @backstage/core-plugin-api@1.9.3
- @backstage/errors@1.2.4
- @backstage/types@1.1.1
- @backstage/plugin-kubernetes-common@0.8.1
## @backstage/plugin-notifications@0.2.4-next.0
### Patch Changes
- Updated dependencies
- @backstage/core-components@0.14.10-next.0
- @backstage/core-plugin-api@1.9.3
- @backstage/errors@1.2.4
- @backstage/theme@0.5.6
- @backstage/types@1.1.1
- @backstage/plugin-notifications-common@0.0.5
- @backstage/plugin-signals-react@0.0.4
## @backstage/plugin-notifications-backend@0.3.4-next.0
### Patch Changes
- Updated dependencies
- @backstage/backend-common@0.23.4-next.0
- @backstage/backend-plugin-api@0.7.1-next.0
- @backstage/catalog-client@1.6.5
- @backstage/catalog-model@1.5.0
- @backstage/config@1.2.0
- @backstage/errors@1.2.4
- @backstage/plugin-auth-node@0.4.18-next.0
- @backstage/plugin-events-node@0.3.9-next.0
- @backstage/plugin-notifications-common@0.0.5
- @backstage/plugin-notifications-node@0.2.4-next.0
- @backstage/plugin-signals-node@0.1.9-next.0
## @backstage/plugin-notifications-backend-module-email@0.1.4-next.0
### Patch Changes
- Updated dependencies
- @backstage/backend-common@0.23.4-next.0
- @backstage/backend-plugin-api@0.7.1-next.0
- @backstage/catalog-client@1.6.5
- @backstage/catalog-model@1.5.0
- @backstage/config@1.2.0
- @backstage/integration-aws-node@0.1.12
- @backstage/types@1.1.1
- @backstage/plugin-notifications-common@0.0.5
- @backstage/plugin-notifications-node@0.2.4-next.0
## @backstage/plugin-notifications-node@0.2.4-next.0
### Patch Changes
- Updated dependencies
- @backstage/backend-common@0.23.4-next.0
- @backstage/backend-plugin-api@0.7.1-next.0
- @backstage/catalog-client@1.6.5
- @backstage/catalog-model@1.5.0
- @backstage/plugin-notifications-common@0.0.5
- @backstage/plugin-signals-node@0.1.9-next.0
## @backstage/plugin-org@0.6.28-next.0
### Patch Changes
- Updated dependencies
- @backstage/frontend-plugin-api@0.6.8-next.0
- @backstage/plugin-catalog-react@1.12.3-next.0
- @backstage/core-components@0.14.10-next.0
- @backstage/catalog-model@1.5.0
- @backstage/core-compat-api@0.2.8-next.0
- @backstage/core-plugin-api@1.9.3
- @backstage/plugin-catalog-common@1.0.25
## @backstage/plugin-org-react@0.1.27-next.0
### Patch Changes
- Updated dependencies
- @backstage/plugin-catalog-react@1.12.3-next.0
- @backstage/core-components@0.14.10-next.0
- @backstage/catalog-client@1.6.5
- @backstage/catalog-model@1.5.0
- @backstage/core-plugin-api@1.9.3
## @backstage/plugin-permission-backend@0.5.47-next.0
### Patch Changes
- Updated dependencies
- @backstage/backend-common@0.23.4-next.0
- @backstage/backend-plugin-api@0.7.1-next.0
- @backstage/config@1.2.0
- @backstage/errors@1.2.4
- @backstage/plugin-auth-node@0.4.18-next.0
- @backstage/plugin-permission-common@0.8.0
- @backstage/plugin-permission-node@0.8.1-next.0
## @backstage/plugin-permission-backend-module-allow-all-policy@0.1.20-next.0
### Patch Changes
- Updated dependencies
- @backstage/backend-plugin-api@0.7.1-next.0
- @backstage/plugin-auth-node@0.4.18-next.0
- @backstage/plugin-permission-common@0.8.0
- @backstage/plugin-permission-node@0.8.1-next.0
## @backstage/plugin-permission-node@0.8.1-next.0
### Patch Changes
- Updated dependencies
- @backstage/backend-common@0.23.4-next.0
- @backstage/backend-plugin-api@0.7.1-next.0
- @backstage/config@1.2.0
- @backstage/errors@1.2.4
- @backstage/plugin-auth-node@0.4.18-next.0
- @backstage/plugin-permission-common@0.8.0
## @backstage/plugin-proxy-backend@0.5.4-next.0
### Patch Changes
- Updated dependencies
- @backstage/backend-common@0.23.4-next.0
- @backstage/backend-plugin-api@0.7.1-next.0
- @backstage/config@1.2.0
- @backstage/types@1.1.1
## @backstage/plugin-scaffolder@1.23.1-next.0
### Patch Changes
- bbd9f56: Cleaned up codebase of RepoUrlPicker
- b8600fe: Fix issue with `RepoUrlPicker` not refreshing the credentials for a different host
- Updated dependencies
- @backstage/frontend-plugin-api@0.6.8-next.0
- @backstage/plugin-catalog-react@1.12.3-next.0
- @backstage/core-components@0.14.10-next.0
- @backstage/plugin-scaffolder-react@1.11.0-next.0
- @backstage/integration@1.14.0-next.0
- @backstage/catalog-client@1.6.5
- @backstage/catalog-model@1.5.0
- @backstage/core-compat-api@0.2.8-next.0
- @backstage/core-plugin-api@1.9.3
- @backstage/errors@1.2.4
- @backstage/integration-react@1.1.30-next.0
- @backstage/types@1.1.1
- @backstage/plugin-catalog-common@1.0.25
- @backstage/plugin-permission-react@0.4.24
- @backstage/plugin-scaffolder-common@1.5.4
## @backstage/plugin-scaffolder-backend@1.23.1-next.0
### Patch Changes
- Updated dependencies
- @backstage/backend-common@0.23.4-next.0
- @backstage/plugin-scaffolder-backend-module-gitlab@0.4.5-next.0
- @backstage/plugin-catalog-node@1.12.5-next.0
- @backstage/integration@1.14.0-next.0
- @backstage/backend-plugin-api@0.7.1-next.0
- @backstage/backend-tasks@0.5.28-next.0
- @backstage/catalog-client@1.6.5
- @backstage/catalog-model@1.5.0
- @backstage/config@1.2.0
- @backstage/errors@1.2.4
- @backstage/types@1.1.1
- @backstage/plugin-auth-node@0.4.18-next.0
- @backstage/plugin-bitbucket-cloud-common@0.2.22-next.0
- @backstage/plugin-catalog-backend-module-scaffolder-entity-model@0.1.21-next.0
- @backstage/plugin-permission-common@0.8.0
- @backstage/plugin-permission-node@0.8.1-next.0
- @backstage/plugin-scaffolder-backend-module-azure@0.1.15-next.0
- @backstage/plugin-scaffolder-backend-module-bitbucket@0.2.13-next.0
- @backstage/plugin-scaffolder-backend-module-bitbucket-cloud@0.1.13-next.0
- @backstage/plugin-scaffolder-backend-module-bitbucket-server@0.1.13-next.0
- @backstage/plugin-scaffolder-backend-module-gerrit@0.1.15-next.0
- @backstage/plugin-scaffolder-backend-module-gitea@0.1.13-next.0
- @backstage/plugin-scaffolder-backend-module-github@0.4.1-next.0
- @backstage/plugin-scaffolder-common@1.5.4
- @backstage/plugin-scaffolder-node@0.4.9-next.0
## @backstage/plugin-scaffolder-backend-module-azure@0.1.15-next.0
### Patch Changes
- Updated dependencies
- @backstage/integration@1.14.0-next.0
- @backstage/backend-plugin-api@0.7.1-next.0
- @backstage/config@1.2.0
- @backstage/errors@1.2.4
- @backstage/plugin-scaffolder-node@0.4.9-next.0
## @backstage/plugin-scaffolder-backend-module-bitbucket@0.2.13-next.0
### Patch Changes
- Updated dependencies
- @backstage/integration@1.14.0-next.0
- @backstage/backend-plugin-api@0.7.1-next.0
- @backstage/config@1.2.0
- @backstage/errors@1.2.4
- @backstage/plugin-scaffolder-backend-module-bitbucket-cloud@0.1.13-next.0
- @backstage/plugin-scaffolder-backend-module-bitbucket-server@0.1.13-next.0
- @backstage/plugin-scaffolder-node@0.4.9-next.0
## @backstage/plugin-scaffolder-backend-module-bitbucket-cloud@0.1.13-next.0
### Patch Changes
- Updated dependencies
- @backstage/integration@1.14.0-next.0
- @backstage/backend-plugin-api@0.7.1-next.0
- @backstage/config@1.2.0
- @backstage/errors@1.2.4
- @backstage/plugin-bitbucket-cloud-common@0.2.22-next.0
- @backstage/plugin-scaffolder-node@0.4.9-next.0
## @backstage/plugin-scaffolder-backend-module-bitbucket-server@0.1.13-next.0
### Patch Changes
- Updated dependencies
- @backstage/integration@1.14.0-next.0
- @backstage/backend-plugin-api@0.7.1-next.0
- @backstage/config@1.2.0
- @backstage/errors@1.2.4
- @backstage/plugin-scaffolder-node@0.4.9-next.0
## @backstage/plugin-scaffolder-backend-module-confluence-to-markdown@0.2.24-next.0
### Patch Changes
- Updated dependencies
- @backstage/backend-common@0.23.4-next.0
- @backstage/integration@1.14.0-next.0
- @backstage/backend-plugin-api@0.7.1-next.0
- @backstage/config@1.2.0
- @backstage/errors@1.2.4
- @backstage/plugin-scaffolder-node@0.4.9-next.0
## @backstage/plugin-scaffolder-backend-module-cookiecutter@0.2.47-next.0
### Patch Changes
- dae85df: Add examples for `fetch:cookiecutter` scaffolder action & improve related tests
- Updated dependencies
- @backstage/backend-common@0.23.4-next.0
- @backstage/integration@1.14.0-next.0
- @backstage/backend-plugin-api@0.7.1-next.0
- @backstage/config@1.2.0
- @backstage/errors@1.2.4
- @backstage/types@1.1.1
- @backstage/plugin-scaffolder-node@0.4.9-next.0
## @backstage/plugin-scaffolder-backend-module-gcp@0.1.1-next.0
### Patch Changes
- Updated dependencies
- @backstage/integration@1.14.0-next.0
- @backstage/backend-plugin-api@0.7.1-next.0
- @backstage/config@1.2.0
- @backstage/errors@1.2.4
- @backstage/plugin-scaffolder-node@0.4.9-next.0
## @backstage/plugin-scaffolder-backend-module-gerrit@0.1.15-next.0
### Patch Changes
- Updated dependencies
- @backstage/integration@1.14.0-next.0
- @backstage/backend-plugin-api@0.7.1-next.0
- @backstage/config@1.2.0
- @backstage/errors@1.2.4
- @backstage/plugin-scaffolder-node@0.4.9-next.0
## @backstage/plugin-scaffolder-backend-module-gitea@0.1.13-next.0
### Patch Changes
- Updated dependencies
- @backstage/integration@1.14.0-next.0
- @backstage/backend-plugin-api@0.7.1-next.0
- @backstage/config@1.2.0
- @backstage/errors@1.2.4
- @backstage/plugin-scaffolder-node@0.4.9-next.0
## @backstage/plugin-scaffolder-backend-module-github@0.4.1-next.0
### Patch Changes
- Updated dependencies
- @backstage/backend-common@0.23.4-next.0
- @backstage/integration@1.14.0-next.0
- @backstage/backend-plugin-api@0.7.1-next.0
- @backstage/config@1.2.0
- @backstage/errors@1.2.4
- @backstage/plugin-scaffolder-node@0.4.9-next.0
## @backstage/plugin-scaffolder-backend-module-gitlab@0.4.5-next.0
### Patch Changes
- fad1b90: Allow the `createGitlabProjectVariableAction` to use oauth tokens
- aab708e: Added test cases for gitlab:issue:edit examples
- ef742dc: Added test cases for gitlab:projectAccessToken:create example
- 1ba4c2f: Added test cases for gitlab:pipeline:trigger examples
- a6603e4: Add custom action for merge request: **auto**
The **Auto** action selects the committed action between _create_ and _update_.
The **Auto** action fetches files using the **/projects/repository/tree endpoint**.
After fetching, it checks if the file exists locally and in the repository. If it does, it chooses **update**; otherwise, it chooses **create**.
- Updated dependencies
- @backstage/backend-common@0.23.4-next.0
- @backstage/integration@1.14.0-next.0
- @backstage/backend-plugin-api@0.7.1-next.0
- @backstage/config@1.2.0
- @backstage/errors@1.2.4
- @backstage/plugin-scaffolder-node@0.4.9-next.0
## @backstage/plugin-scaffolder-backend-module-notifications@0.0.6-next.0
### Patch Changes
- 6fc03c7: Add examples for notification:send scaffolder action & improve related tests
- Updated dependencies
- @backstage/backend-common@0.23.4-next.0
- @backstage/backend-plugin-api@0.7.1-next.0
- @backstage/plugin-notifications-common@0.0.5
- @backstage/plugin-notifications-node@0.2.4-next.0
- @backstage/plugin-scaffolder-node@0.4.9-next.0
## @backstage/plugin-scaffolder-backend-module-rails@0.4.40-next.0
### Patch Changes
- 449def7: Add examples for fetch:rails scaffolder action & improve related tests
- Updated dependencies
- @backstage/backend-common@0.23.4-next.0
- @backstage/integration@1.14.0-next.0
- @backstage/backend-plugin-api@0.7.1-next.0
- @backstage/config@1.2.0
- @backstage/errors@1.2.4
- @backstage/types@1.1.1
- @backstage/plugin-scaffolder-node@0.4.9-next.0
## @backstage/plugin-scaffolder-backend-module-sentry@0.1.31-next.0
### Patch Changes
- Updated dependencies
- @backstage/backend-plugin-api@0.7.1-next.0
- @backstage/config@1.2.0
- @backstage/errors@1.2.4
- @backstage/plugin-scaffolder-node@0.4.9-next.0
## @backstage/plugin-scaffolder-backend-module-yeoman@0.3.7-next.0
### Patch Changes
- Updated dependencies
- @backstage/backend-plugin-api@0.7.1-next.0
- @backstage/types@1.1.1
- @backstage/plugin-scaffolder-node@0.4.9-next.0
- @backstage/plugin-scaffolder-node-test-utils@0.1.10-next.0
## @backstage/plugin-scaffolder-node@0.4.9-next.0
### Patch Changes
- Updated dependencies
- @backstage/backend-common@0.23.4-next.0
- @backstage/integration@1.14.0-next.0
- @backstage/backend-plugin-api@0.7.1-next.0
- @backstage/catalog-model@1.5.0
- @backstage/errors@1.2.4
- @backstage/types@1.1.1
- @backstage/plugin-scaffolder-common@1.5.4
## @backstage/plugin-scaffolder-node-test-utils@0.1.10-next.0
### Patch Changes
- Updated dependencies
- @backstage/backend-common@0.23.4-next.0
- @backstage/backend-test-utils@0.4.5-next.0
- @backstage/types@1.1.1
- @backstage/plugin-scaffolder-node@0.4.9-next.0
## @backstage/plugin-search@1.4.15-next.0
### Patch Changes
- Updated dependencies
- @backstage/frontend-plugin-api@0.6.8-next.0
- @backstage/plugin-catalog-react@1.12.3-next.0
- @backstage/plugin-search-react@1.7.14-next.0
- @backstage/core-components@0.14.10-next.0
- @backstage/core-compat-api@0.2.8-next.0
- @backstage/core-plugin-api@1.9.3
- @backstage/errors@1.2.4
- @backstage/types@1.1.1
- @backstage/version-bridge@1.0.8
- @backstage/plugin-search-common@1.2.13
## @backstage/plugin-search-backend@1.5.15-next.0
### Patch Changes
- Updated dependencies
- @backstage/backend-common@0.23.4-next.0
- @backstage/backend-defaults@0.4.2-next.0
- @backstage/backend-openapi-utils@0.1.16-next.0
- @backstage/backend-plugin-api@0.7.1-next.0
- @backstage/config@1.2.0
- @backstage/errors@1.2.4
- @backstage/types@1.1.1
- @backstage/plugin-permission-common@0.8.0
- @backstage/plugin-permission-node@0.8.1-next.0
- @backstage/plugin-search-backend-node@1.2.28-next.0
- @backstage/plugin-search-common@1.2.13
## @backstage/plugin-search-backend-module-catalog@0.1.29-next.0
### Patch Changes
- Updated dependencies
- @backstage/backend-common@0.23.4-next.0
- @backstage/plugin-catalog-node@1.12.5-next.0
- @backstage/backend-plugin-api@0.7.1-next.0
- @backstage/backend-tasks@0.5.28-next.0
- @backstage/catalog-client@1.6.5
- @backstage/catalog-model@1.5.0
- @backstage/config@1.2.0
- @backstage/errors@1.2.4
- @backstage/plugin-catalog-common@1.0.25
- @backstage/plugin-permission-common@0.8.0
- @backstage/plugin-search-backend-node@1.2.28-next.0
- @backstage/plugin-search-common@1.2.13
## @backstage/plugin-search-backend-module-elasticsearch@1.5.4-next.0
### Patch Changes
- Updated dependencies
- @backstage/backend-common@0.23.4-next.0
- @backstage/backend-plugin-api@0.7.1-next.0
- @backstage/config@1.2.0
- @backstage/integration-aws-node@0.1.12
- @backstage/plugin-search-backend-node@1.2.28-next.0
- @backstage/plugin-search-common@1.2.13
## @backstage/plugin-search-backend-module-explore@0.1.29-next.0
### Patch Changes
- Updated dependencies
- @backstage/backend-common@0.23.4-next.0
- @backstage/backend-plugin-api@0.7.1-next.0
- @backstage/backend-tasks@0.5.28-next.0
- @backstage/config@1.2.0
- @backstage/plugin-search-backend-node@1.2.28-next.0
- @backstage/plugin-search-common@1.2.13
## @backstage/plugin-search-backend-module-pg@0.5.33-next.0
### Patch Changes
- 7251567: Removing `@backstage/backend-app-api` dependency
- Updated dependencies
- @backstage/backend-common@0.23.4-next.0
- @backstage/backend-plugin-api@0.7.1-next.0
- @backstage/config@1.2.0
- @backstage/plugin-search-backend-node@1.2.28-next.0
- @backstage/plugin-search-common@1.2.13
## @backstage/plugin-search-backend-module-stack-overflow-collator@0.1.16-next.0
### Patch Changes
- Updated dependencies
- @backstage/backend-common@0.23.4-next.0
- @backstage/backend-plugin-api@0.7.1-next.0
- @backstage/backend-tasks@0.5.28-next.0
- @backstage/config@1.2.0
- @backstage/plugin-search-backend-node@1.2.28-next.0
- @backstage/plugin-search-common@1.2.13
## @backstage/plugin-search-backend-module-techdocs@0.1.28-next.0
### Patch Changes
- Updated dependencies
- @backstage/backend-common@0.23.4-next.0
- @backstage/plugin-catalog-node@1.12.5-next.0
- @backstage/backend-plugin-api@0.7.1-next.0
- @backstage/backend-tasks@0.5.28-next.0
- @backstage/catalog-client@1.6.5
- @backstage/catalog-model@1.5.0
- @backstage/config@1.2.0
- @backstage/plugin-catalog-common@1.0.25
- @backstage/plugin-permission-common@0.8.0
- @backstage/plugin-search-backend-node@1.2.28-next.0
- @backstage/plugin-search-common@1.2.13
- @backstage/plugin-techdocs-node@1.12.9-next.0
## @backstage/plugin-search-backend-node@1.2.28-next.0
### Patch Changes
- Updated dependencies
- @backstage/backend-common@0.23.4-next.0
- @backstage/backend-plugin-api@0.7.1-next.0
- @backstage/backend-tasks@0.5.28-next.0
- @backstage/config@1.2.0
- @backstage/errors@1.2.4
- @backstage/plugin-permission-common@0.8.0
- @backstage/plugin-search-common@1.2.13
## @backstage/plugin-search-react@1.7.14-next.0
### Patch Changes
- 31bfc44: Updated alpha definitions of extension data references.
- Updated dependencies
- @backstage/frontend-plugin-api@0.6.8-next.0
- @backstage/core-components@0.14.10-next.0
- @backstage/core-plugin-api@1.9.3
- @backstage/theme@0.5.6
- @backstage/types@1.1.1
- @backstage/version-bridge@1.0.8
- @backstage/plugin-search-common@1.2.13
## @backstage/plugin-signals@0.0.9-next.0
### Patch Changes
- Updated dependencies
- @backstage/core-components@0.14.10-next.0
- @backstage/core-plugin-api@1.9.3
- @backstage/theme@0.5.6
- @backstage/types@1.1.1
- @backstage/plugin-signals-react@0.0.4
## @backstage/plugin-signals-backend@0.1.9-next.0
### Patch Changes
- Updated dependencies
- @backstage/backend-common@0.23.4-next.0
- @backstage/backend-plugin-api@0.7.1-next.0
- @backstage/config@1.2.0
- @backstage/types@1.1.1
- @backstage/plugin-auth-node@0.4.18-next.0
- @backstage/plugin-events-node@0.3.9-next.0
- @backstage/plugin-signals-node@0.1.9-next.0
## @backstage/plugin-signals-node@0.1.9-next.0
### Patch Changes
- Updated dependencies
- @backstage/backend-common@0.23.4-next.0
- @backstage/backend-plugin-api@0.7.1-next.0
- @backstage/config@1.2.0
- @backstage/types@1.1.1
- @backstage/plugin-auth-node@0.4.18-next.0
- @backstage/plugin-events-node@0.3.9-next.0
## @backstage/plugin-techdocs@1.10.8-next.0
### Patch Changes
- Updated dependencies
- @backstage/frontend-plugin-api@0.6.8-next.0
- @backstage/plugin-catalog-react@1.12.3-next.0
- @backstage/plugin-search-react@1.7.14-next.0
- @backstage/core-components@0.14.10-next.0
- @backstage/integration@1.14.0-next.0
- @backstage/plugin-auth-react@0.1.5-next.0
- @backstage/catalog-model@1.5.0
- @backstage/config@1.2.0
- @backstage/core-compat-api@0.2.8-next.0
- @backstage/core-plugin-api@1.9.3
- @backstage/errors@1.2.4
- @backstage/integration-react@1.1.30-next.0
- @backstage/theme@0.5.6
- @backstage/plugin-search-common@1.2.13
- @backstage/plugin-techdocs-react@1.2.7-next.0
## @backstage/plugin-techdocs-addons-test-utils@1.0.36-next.0
### Patch Changes
- Updated dependencies
- @backstage/plugin-catalog-react@1.12.3-next.0
- @backstage/plugin-search-react@1.7.14-next.0
- @backstage/core-app-api@1.14.1-next.0
- @backstage/core-plugin-api@1.9.3
- @backstage/integration-react@1.1.30-next.0
- @backstage/test-utils@1.5.9-next.0
- @backstage/plugin-catalog@1.21.2-next.0
- @backstage/plugin-techdocs@1.10.8-next.0
- @backstage/plugin-techdocs-react@1.2.7-next.0
## @backstage/plugin-techdocs-backend@1.10.10-next.0
### Patch Changes
- Updated dependencies
- @backstage/backend-common@0.23.4-next.0
- @backstage/integration@1.14.0-next.0
- @backstage/backend-plugin-api@0.7.1-next.0
- @backstage/catalog-client@1.6.5
- @backstage/catalog-model@1.5.0
- @backstage/config@1.2.0
- @backstage/errors@1.2.4
- @backstage/plugin-catalog-common@1.0.25
- @backstage/plugin-permission-common@0.8.0
- @backstage/plugin-search-backend-module-techdocs@0.1.28-next.0
- @backstage/plugin-techdocs-node@1.12.9-next.0
## @backstage/plugin-techdocs-module-addons-contrib@1.1.13-next.0
### Patch Changes
- Updated dependencies
- @backstage/core-components@0.14.10-next.0
- @backstage/integration@1.14.0-next.0
- @backstage/core-plugin-api@1.9.3
- @backstage/integration-react@1.1.30-next.0
- @backstage/plugin-techdocs-react@1.2.7-next.0
## @backstage/plugin-techdocs-node@1.12.9-next.0
### Patch Changes
- Updated dependencies
- @backstage/backend-common@0.23.4-next.0
- @backstage/integration@1.14.0-next.0
- @backstage/backend-plugin-api@0.7.1-next.0
- @backstage/catalog-model@1.5.0
- @backstage/config@1.2.0
- @backstage/errors@1.2.4
- @backstage/integration-aws-node@0.1.12
- @backstage/plugin-search-common@1.2.13
## @backstage/plugin-techdocs-react@1.2.7-next.0
### Patch Changes
- Updated dependencies
- @backstage/core-components@0.14.10-next.0
- @backstage/catalog-model@1.5.0
- @backstage/config@1.2.0
- @backstage/core-plugin-api@1.9.3
- @backstage/version-bridge@1.0.8
## @backstage/plugin-user-settings@0.8.10-next.0
### Patch Changes
- Updated dependencies
- @backstage/frontend-plugin-api@0.6.8-next.0
- @backstage/plugin-catalog-react@1.12.3-next.0
- @backstage/core-components@0.14.10-next.0
- @backstage/core-app-api@1.14.1-next.0
- @backstage/core-compat-api@0.2.8-next.0
- @backstage/core-plugin-api@1.9.3
- @backstage/errors@1.2.4
- @backstage/theme@0.5.6
- @backstage/types@1.1.1
- @backstage/plugin-signals-react@0.0.4
- @backstage/plugin-user-settings-common@0.0.1
## @backstage/plugin-user-settings-backend@0.2.22-next.0
### Patch Changes
- Updated dependencies
- @backstage/backend-common@0.23.4-next.0
- @backstage/backend-plugin-api@0.7.1-next.0
- @backstage/config@1.2.0
- @backstage/errors@1.2.4
- @backstage/types@1.1.1
- @backstage/plugin-auth-node@0.4.18-next.0
- @backstage/plugin-signals-node@0.1.9-next.0
- @backstage/plugin-user-settings-common@0.0.1
## example-app@0.2.100-next.0
### Patch Changes
- Updated dependencies
- @backstage/cli@0.27.0-next.0
- @backstage/plugin-catalog-react@1.12.3-next.0
- @backstage/plugin-search-react@1.7.14-next.0
- @backstage/plugin-home@0.7.8-next.0
- @backstage/core-components@0.14.10-next.0
- @backstage/plugin-scaffolder-react@1.11.0-next.0
- @backstage/frontend-app-api@0.7.4-next.0
- @backstage/plugin-catalog-graph@0.4.8-next.0
- @backstage/plugin-scaffolder@1.23.1-next.0
- @backstage/core-app-api@1.14.1-next.0
- @backstage/plugin-auth-react@0.1.5-next.0
- @backstage/app-defaults@1.5.9-next.0
- @backstage/catalog-model@1.5.0
- @backstage/config@1.2.0
- @backstage/core-plugin-api@1.9.3
- @backstage/integration-react@1.1.30-next.0
- @backstage/theme@0.5.6
- @backstage/plugin-api-docs@0.11.8-next.0
- @backstage/plugin-catalog@1.21.2-next.0
- @backstage/plugin-catalog-common@1.0.25
- @backstage/plugin-catalog-import@0.12.2-next.0
- @backstage/plugin-catalog-unprocessed-entities@0.2.7-next.0
- @backstage/plugin-devtools@0.1.17-next.0
- @backstage/plugin-kubernetes@0.11.13-next.0
- @backstage/plugin-kubernetes-cluster@0.0.14-next.0
- @backstage/plugin-notifications@0.2.4-next.0
- @backstage/plugin-org@0.6.28-next.0
- @backstage/plugin-permission-react@0.4.24
- @backstage/plugin-search@1.4.15-next.0
- @backstage/plugin-search-common@1.2.13
- @backstage/plugin-signals@0.0.9-next.0
- @backstage/plugin-techdocs@1.10.8-next.0
- @backstage/plugin-techdocs-module-addons-contrib@1.1.13-next.0
- @backstage/plugin-techdocs-react@1.2.7-next.0
- @backstage/plugin-user-settings@0.8.10-next.0
## example-app-next@0.0.14-next.0
### Patch Changes
- Updated dependencies
- @backstage/cli@0.27.0-next.0
- @backstage/frontend-plugin-api@0.6.8-next.0
- @backstage/plugin-catalog-react@1.12.3-next.0
- @backstage/plugin-search-react@1.7.14-next.0
- @backstage/plugin-home@0.7.8-next.0
- @backstage/core-components@0.14.10-next.0
- @backstage/plugin-scaffolder-react@1.11.0-next.0
- @backstage/frontend-app-api@0.7.4-next.0
- @backstage/plugin-catalog-graph@0.4.8-next.0
- @backstage/plugin-scaffolder@1.23.1-next.0
- @backstage/core-app-api@1.14.1-next.0
- @backstage/plugin-auth-react@0.1.5-next.0
- @backstage/app-defaults@1.5.9-next.0
- @backstage/catalog-model@1.5.0
- @backstage/config@1.2.0
- @backstage/core-compat-api@0.2.8-next.0
- @backstage/core-plugin-api@1.9.3
- @backstage/integration-react@1.1.30-next.0
- @backstage/theme@0.5.6
- @backstage/plugin-api-docs@0.11.8-next.0
- @backstage/plugin-app-visualizer@0.1.9-next.0
- @backstage/plugin-catalog@1.21.2-next.0
- @backstage/plugin-catalog-common@1.0.25
- @backstage/plugin-catalog-import@0.12.2-next.0
- @backstage/plugin-catalog-unprocessed-entities@0.2.7-next.0
- @backstage/plugin-kubernetes@0.11.13-next.0
- @backstage/plugin-kubernetes-cluster@0.0.14-next.0
- @backstage/plugin-notifications@0.2.4-next.0
- @backstage/plugin-org@0.6.28-next.0
- @backstage/plugin-permission-react@0.4.24
- @backstage/plugin-search@1.4.15-next.0
- @backstage/plugin-search-common@1.2.13
- @backstage/plugin-signals@0.0.9-next.0
- @backstage/plugin-techdocs@1.10.8-next.0
- @backstage/plugin-techdocs-module-addons-contrib@1.1.13-next.0
- @backstage/plugin-techdocs-react@1.2.7-next.0
- @backstage/plugin-user-settings@0.8.10-next.0
## app-next-example-plugin@0.0.14-next.0
### Patch Changes
- Updated dependencies
- @backstage/frontend-plugin-api@0.6.8-next.0
- @backstage/core-components@0.14.10-next.0
## example-backend@0.0.29-next.0
### Patch Changes
- Updated dependencies
- @backstage/backend-defaults@0.4.2-next.0
- @backstage/plugin-catalog-backend@1.24.1-next.0
- @backstage/plugin-devtools-backend@0.3.9-next.0
- @backstage/backend-plugin-api@0.7.1-next.0
- @backstage/backend-tasks@0.5.28-next.0
- @backstage/catalog-model@1.5.0
- @backstage/plugin-app-backend@0.3.72-next.0
- @backstage/plugin-auth-backend@0.22.10-next.0
- @backstage/plugin-auth-backend-module-github-provider@0.1.20-next.0
- @backstage/plugin-auth-backend-module-guest-provider@0.1.9-next.0
- @backstage/plugin-auth-node@0.4.18-next.0
- @backstage/plugin-catalog-backend-module-backstage-openapi@0.2.6-next.0
- @backstage/plugin-catalog-backend-module-openapi@0.1.41-next.0
- @backstage/plugin-catalog-backend-module-scaffolder-entity-model@0.1.21-next.0
- @backstage/plugin-catalog-backend-module-unprocessed@0.4.10-next.0
- @backstage/plugin-kubernetes-backend@0.18.4-next.0
- @backstage/plugin-notifications-backend@0.3.4-next.0
- @backstage/plugin-permission-backend@0.5.47-next.0
- @backstage/plugin-permission-backend-module-allow-all-policy@0.1.20-next.0
- @backstage/plugin-permission-common@0.8.0
- @backstage/plugin-permission-node@0.8.1-next.0
- @backstage/plugin-proxy-backend@0.5.4-next.0
- @backstage/plugin-scaffolder-backend@1.23.1-next.0
- @backstage/plugin-scaffolder-backend-module-github@0.4.1-next.0
- @backstage/plugin-search-backend@1.5.15-next.0
- @backstage/plugin-search-backend-module-catalog@0.1.29-next.0
- @backstage/plugin-search-backend-module-explore@0.1.29-next.0
- @backstage/plugin-search-backend-module-techdocs@0.1.28-next.0
- @backstage/plugin-search-backend-node@1.2.28-next.0
- @backstage/plugin-signals-backend@0.1.9-next.0
- @backstage/plugin-techdocs-backend@1.10.10-next.0
## example-backend-legacy@0.2.101-next.0
### Patch Changes
- Updated dependencies
- @backstage/backend-common@0.23.4-next.0
- @backstage/plugin-scaffolder-backend-module-rails@0.4.40-next.0
- @backstage/plugin-scaffolder-backend-module-gitlab@0.4.5-next.0
- @backstage/plugin-catalog-backend@1.24.1-next.0
- @backstage/plugin-catalog-node@1.12.5-next.0
- @backstage/plugin-devtools-backend@0.3.9-next.0
- @backstage/integration@1.14.0-next.0
- @backstage/plugin-search-backend-module-pg@0.5.33-next.0
- example-app@0.2.100-next.0
- @backstage/backend-tasks@0.5.28-next.0
- @backstage/catalog-client@1.6.5
- @backstage/catalog-model@1.5.0
- @backstage/config@1.2.0
- @backstage/plugin-app-backend@0.3.72-next.0
- @backstage/plugin-auth-backend@0.22.10-next.0
- @backstage/plugin-auth-node@0.4.18-next.0
- @backstage/plugin-catalog-backend-module-scaffolder-entity-model@0.1.21-next.0
- @backstage/plugin-catalog-backend-module-unprocessed@0.4.10-next.0
- @backstage/plugin-events-backend@0.3.10-next.0
- @backstage/plugin-events-node@0.3.9-next.0
- @backstage/plugin-kubernetes-backend@0.18.4-next.0
- @backstage/plugin-permission-backend@0.5.47-next.0
- @backstage/plugin-permission-common@0.8.0
- @backstage/plugin-permission-node@0.8.1-next.0
- @backstage/plugin-proxy-backend@0.5.4-next.0
- @backstage/plugin-scaffolder-backend@1.23.1-next.0
- @backstage/plugin-scaffolder-backend-module-confluence-to-markdown@0.2.24-next.0
- @backstage/plugin-search-backend@1.5.15-next.0
- @backstage/plugin-search-backend-module-catalog@0.1.29-next.0
- @backstage/plugin-search-backend-module-elasticsearch@1.5.4-next.0
- @backstage/plugin-search-backend-module-explore@0.1.29-next.0
- @backstage/plugin-search-backend-module-techdocs@0.1.28-next.0
- @backstage/plugin-search-backend-node@1.2.28-next.0
- @backstage/plugin-signals-backend@0.1.9-next.0
- @backstage/plugin-signals-node@0.1.9-next.0
- @backstage/plugin-techdocs-backend@1.10.10-next.0
## e2e-test@0.2.19-next.0
### Patch Changes
- Updated dependencies
- @backstage/create-app@0.5.18-next.0
- @backstage/cli-common@0.1.14
- @backstage/errors@1.2.4
## techdocs-cli-embedded-app@0.2.99-next.0
### Patch Changes
- Updated dependencies
- @backstage/cli@0.27.0-next.0
- @backstage/core-components@0.14.10-next.0
- @backstage/core-app-api@1.14.1-next.0
- @backstage/app-defaults@1.5.9-next.0
- @backstage/catalog-model@1.5.0
- @backstage/config@1.2.0
- @backstage/core-plugin-api@1.9.3
- @backstage/integration-react@1.1.30-next.0
- @backstage/test-utils@1.5.9-next.0
- @backstage/theme@0.5.6
- @backstage/plugin-catalog@1.21.2-next.0
- @backstage/plugin-techdocs@1.10.8-next.0
- @backstage/plugin-techdocs-react@1.2.7-next.0
## @internal/plugin-todo-list@1.0.30-next.0
### Patch Changes
- Updated dependencies
- @backstage/core-components@0.14.10-next.0
- @backstage/core-plugin-api@1.9.3
## @internal/plugin-todo-list-backend@1.0.30-next.0
### Patch Changes
- Updated dependencies
- @backstage/backend-common@0.23.4-next.0
- @backstage/backend-plugin-api@0.7.1-next.0
- @backstage/errors@1.2.4
- @backstage/plugin-auth-node@0.4.18-next.0