Skip to content

Latest commit

 

History

History
3948 lines (2912 loc) · 124 KB

v1.18.0-next.3-changelog.md

File metadata and controls

3948 lines (2912 loc) · 124 KB

Release v1.18.0-next.3

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

Minor Changes

  • 628ca7e458e4: Initial release

Patch Changes

  • Updated dependencies
    • @backstage/frontend-plugin-api@0.1.0-next.0
    • @backstage/plugin-graphiql@0.2.54-next.3
    • @backstage/config@1.1.0-next.2
    • @backstage/core-app-api@1.10.0-next.3
    • @backstage/core-components@0.13.5-next.3
    • @backstage/core-plugin-api@1.6.0-next.3
    • @backstage/types@1.1.1-next.0

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

Minor Changes

  • 628ca7e458e4: Initial release

Patch Changes

  • Updated dependencies
    • @backstage/core-plugin-api@1.6.0-next.3
    • @backstage/types@1.1.1-next.0

@backstage/plugin-adr-backend@0.4.0-next.3

Minor Changes

  • 71114ac50e02: BREAKING: The export for the new backend system has been moved to be the default export.

    For example, if you are currently importing the plugin using the following pattern:

    import { examplePlugin } from '@backstage/plugin-example-backend';
    
    backend.add(examplePlugin);

    It should be migrated to this:

    backend.add(import('@backstage/plugin-example-backend'));

Patch Changes

  • Updated dependencies
    • @backstage/catalog-client@1.4.4-next.2
    • @backstage/catalog-model@1.4.2-next.2
    • @backstage/config@1.1.0-next.2
    • @backstage/errors@1.2.2-next.0
    • @backstage/integration@1.7.0-next.3
    • @backstage/plugin-adr-common@0.2.15-next.3
    • @backstage/plugin-search-common@1.2.6-next.2
    • @backstage/backend-plugin-api@0.6.3-next.3
    • @backstage/backend-common@0.19.5-next.3

@backstage/plugin-airbrake-backend@0.3.0-next.3

Minor Changes

  • 71114ac50e02: BREAKING: The export for the new backend system has been moved to be the default export.

    For example, if you are currently importing the plugin using the following pattern:

    import { examplePlugin } from '@backstage/plugin-example-backend';
    
    backend.add(examplePlugin);

    It should be migrated to this:

    backend.add(import('@backstage/plugin-example-backend'));

Patch Changes

  • Updated dependencies
    • @backstage/config@1.1.0-next.2
    • @backstage/backend-plugin-api@0.6.3-next.3
    • @backstage/backend-common@0.19.5-next.3

@backstage/plugin-auth-backend@0.19.0-next.3

Minor Changes

  • 71114ac50e02: BREAKING: The export for the new backend system has been moved to be the default export.

    For example, if you are currently importing the plugin using the following pattern:

    import { examplePlugin } from '@backstage/plugin-example-backend';
    
    backend.add(examplePlugin);

    It should be migrated to this:

    backend.add(import('@backstage/plugin-example-backend'));

Patch Changes

  • Updated dependencies
    • @backstage/plugin-auth-backend-module-gcp-iap-provider@0.1.0-next.3
    • @backstage/plugin-auth-backend-module-github-provider@0.1.0-next.3
    • @backstage/plugin-auth-backend-module-gitlab-provider@0.1.0-next.2
    • @backstage/plugin-auth-backend-module-google-provider@0.1.0-next.3
    • @backstage/plugin-auth-backend-module-oauth2-provider@0.1.0-next.0
    • @backstage/catalog-client@1.4.4-next.2
    • @backstage/catalog-model@1.4.2-next.2
    • @backstage/config@1.1.0-next.2
    • @backstage/errors@1.2.2-next.0
    • @backstage/types@1.1.1-next.0
    • @backstage/backend-plugin-api@0.6.3-next.3
    • @backstage/backend-common@0.19.5-next.3
    • @backstage/plugin-auth-node@0.3.0-next.3
    • @backstage/plugin-catalog-node@1.4.4-next.3

@backstage/plugin-auth-backend-module-oauth2-provider@0.1.0-next.0

Minor Changes

  • 101cf1d13b04: New module for @backstage/plugin-auth-backend that adds a oauth2 auth provider.

Patch Changes

  • Updated dependencies
    • @backstage/backend-plugin-api@0.6.3-next.3
    • @backstage/backend-common@0.19.5-next.3
    • @backstage/plugin-auth-node@0.3.0-next.3

@backstage/plugin-azure-devops-backend@0.4.0-next.3

Minor Changes

  • 71114ac50e02: BREAKING: The export for the new backend system has been moved to be the default export.

    For example, if you are currently importing the plugin using the following pattern:

    import { examplePlugin } from '@backstage/plugin-example-backend';
    
    backend.add(examplePlugin);

    It should be migrated to this:

    backend.add(import('@backstage/plugin-example-backend'));

Patch Changes

  • Updated dependencies
    • @backstage/config@1.1.0-next.2
    • @backstage/plugin-azure-devops-common@0.3.1-next.0
    • @backstage/backend-plugin-api@0.6.3-next.3
    • @backstage/backend-common@0.19.5-next.3

@backstage/plugin-badges-backend@0.3.0-next.3

Minor Changes

  • 71114ac50e02: BREAKING: The export for the new backend system has been moved to be the default export.

    For example, if you are currently importing the plugin using the following pattern:

    import { examplePlugin } from '@backstage/plugin-example-backend';
    
    backend.add(examplePlugin);

    It should be migrated to this:

    backend.add(import('@backstage/plugin-example-backend'));

Patch Changes

  • Updated dependencies
    • @backstage/catalog-client@1.4.4-next.2
    • @backstage/catalog-model@1.4.2-next.2
    • @backstage/config@1.1.0-next.2
    • @backstage/errors@1.2.2-next.0
    • @backstage/backend-plugin-api@0.6.3-next.3
    • @backstage/backend-common@0.19.5-next.3
    • @backstage/plugin-auth-node@0.3.0-next.3

@backstage/plugin-bazaar-backend@0.3.0-next.3

Minor Changes

  • 71114ac50e02: BREAKING: The export for the new backend system has been moved to be the default export.

    For example, if you are currently importing the plugin using the following pattern:

    import { examplePlugin } from '@backstage/plugin-example-backend';
    
    backend.add(examplePlugin);

    It should be migrated to this:

    backend.add(import('@backstage/plugin-example-backend'));

Patch Changes

  • Updated dependencies
    • @backstage/config@1.1.0-next.2
    • @backstage/errors@1.2.2-next.0
    • @backstage/backend-plugin-api@0.6.3-next.3
    • @backstage/backend-common@0.19.5-next.3
    • @backstage/plugin-auth-node@0.3.0-next.3

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

Minor Changes

  • fa7004d9722c: Added a catalogModuleGithubOrgEntityProvider for the new backend system

Patch Changes

  • 71114ac50e02: The export for the new backend system has been moved to be the default export.

    For example, if you are currently importing the plugin using the following pattern:

    import { examplePlugin } from '@backstage/plugin-example-backend';
    
    backend.add(examplePlugin);

    It should be migrated to this:

    backend.add(import('@backstage/plugin-example-backend'));
  • Updated dependencies

    • @backstage/plugin-catalog-backend@1.13.0-next.3
    • @backstage/catalog-client@1.4.4-next.2
    • @backstage/catalog-model@1.4.2-next.2
    • @backstage/config@1.1.0-next.2
    • @backstage/errors@1.2.2-next.0
    • @backstage/integration@1.7.0-next.3
    • @backstage/plugin-catalog-common@1.0.16-next.2
    • @backstage/types@1.1.1-next.0
    • @backstage/backend-plugin-api@0.6.3-next.3
    • @backstage/backend-common@0.19.5-next.3
    • @backstage/backend-tasks@0.5.8-next.3
    • @backstage/plugin-catalog-node@1.4.4-next.3
    • @backstage/plugin-events-node@0.2.12-next.3

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

Minor Changes

  • 3d73bafd85c9: Fix Gitlab.com user ingestion by scoping GitlabOrgDiscoveryEntityProvider to a group.

    BREAKING The group parameter is now required Gitlab.com Org Data integrations and the backend will fail to start without this option configured.

    catalog:
      providers:
        gitlab:
          yourProviderId:
            host: gitlab.com
            orgEnabled: true
    +       group: org/teams

Patch Changes

  • 71114ac50e02: The export for the new backend system has been moved to be the default export.

    For example, if you are currently importing the plugin using the following pattern:

    import { examplePlugin } from '@backstage/plugin-example-backend';
    
    backend.add(examplePlugin);

    It should be migrated to this:

    backend.add(import('@backstage/plugin-example-backend'));
  • Updated dependencies

    • @backstage/catalog-model@1.4.2-next.2
    • @backstage/config@1.1.0-next.2
    • @backstage/errors@1.2.2-next.0
    • @backstage/integration@1.7.0-next.3
    • @backstage/types@1.1.1-next.0
    • @backstage/backend-plugin-api@0.6.3-next.3
    • @backstage/backend-common@0.19.5-next.3
    • @backstage/backend-tasks@0.5.8-next.3
    • @backstage/plugin-catalog-node@1.4.4-next.3

@backstage/plugin-catalog-backend-module-scaffolder-entity-model@0.1.0-next.0

Minor Changes

  • d5313ede3529: Added a dedicated module to collect the ScaffolderEntitiesProcessor and catalogModuleTemplateKind.

Patch Changes

  • Updated dependencies
    • @backstage/catalog-model@1.4.2-next.2
    • @backstage/plugin-catalog-common@1.0.16-next.2
    • @backstage/plugin-scaffolder-common@1.4.1-next.2
    • @backstage/backend-plugin-api@0.6.3-next.3
    • @backstage/backend-common@0.19.5-next.3
    • @backstage/plugin-catalog-node@1.4.4-next.3

@backstage/plugin-catalog-backend-module-unprocessed@0.3.0-next.3

Minor Changes

  • 71114ac50e02: BREAKING: The export for the new backend system has been moved to be the default export.

    For example, if you are currently importing the plugin using the following pattern:

    import { examplePlugin } from '@backstage/plugin-example-backend';
    
    backend.add(examplePlugin);

    It should be migrated to this:

    backend.add(import('@backstage/plugin-example-backend'));

Patch Changes

  • Updated dependencies
    • @backstage/catalog-model@1.4.2-next.2
    • @backstage/backend-plugin-api@0.6.3-next.3
    • @backstage/plugin-auth-node@0.3.0-next.3

@backstage/plugin-devtools-backend@0.2.0-next.3

Minor Changes

  • 71114ac50e02: BREAKING: The export for the new backend system has been moved to be the default export.

    For example, if you are currently importing the plugin using the following pattern:

    import { examplePlugin } from '@backstage/plugin-example-backend';
    
    backend.add(examplePlugin);

    It should be migrated to this:

    backend.add(import('@backstage/plugin-example-backend'));

Patch Changes

  • Updated dependencies
    • @backstage/config@1.1.0-next.2
    • @backstage/errors@1.2.2-next.0
    • @backstage/plugin-devtools-common@0.1.4-next.2
    • @backstage/plugin-permission-common@0.7.8-next.2
    • @backstage/types@1.1.1-next.0
    • @backstage/plugin-permission-node@0.7.14-next.3
    • @backstage/backend-plugin-api@0.6.3-next.3
    • @backstage/backend-common@0.19.5-next.3
    • @backstage/cli-common@0.1.12
    • @backstage/config-loader@1.5.0-next.3
    • @backstage/plugin-auth-node@0.3.0-next.3

@backstage/plugin-entity-feedback-backend@0.2.0-next.3

Minor Changes

  • 71114ac50e02: BREAKING: The export for the new backend system has been moved to be the default export.

    For example, if you are currently importing the plugin using the following pattern:

    import { examplePlugin } from '@backstage/plugin-example-backend';
    
    backend.add(examplePlugin);

    It should be migrated to this:

    backend.add(import('@backstage/plugin-example-backend'));

Patch Changes

  • Updated dependencies
    • @backstage/catalog-client@1.4.4-next.2
    • @backstage/catalog-model@1.4.2-next.2
    • @backstage/config@1.1.0-next.2
    • @backstage/plugin-entity-feedback-common@0.1.3-next.0
    • @backstage/backend-plugin-api@0.6.3-next.3
    • @backstage/backend-common@0.19.5-next.3
    • @backstage/plugin-auth-node@0.3.0-next.3

@backstage/plugin-kafka-backend@0.3.0-next.3

Minor Changes

  • 71114ac50e02: BREAKING: The export for the new backend system has been moved to be the default export.

    For example, if you are currently importing the plugin using the following pattern:

    import { examplePlugin } from '@backstage/plugin-example-backend';
    
    backend.add(examplePlugin);

    It should be migrated to this:

    backend.add(import('@backstage/plugin-example-backend'));

Patch Changes

  • Updated dependencies
    • @backstage/catalog-model@1.4.2-next.2
    • @backstage/config@1.1.0-next.2
    • @backstage/errors@1.2.2-next.0
    • @backstage/backend-plugin-api@0.6.3-next.3
    • @backstage/backend-common@0.19.5-next.3

@backstage/plugin-lighthouse-backend@0.3.0-next.3

Minor Changes

  • 71114ac50e02: BREAKING: The export for the new backend system has been moved to be the default export.

    For example, if you are currently importing the plugin using the following pattern:

    import { examplePlugin } from '@backstage/plugin-example-backend';
    
    backend.add(examplePlugin);

    It should be migrated to this:

    backend.add(import('@backstage/plugin-example-backend'));

Patch Changes

  • Updated dependencies
    • @backstage/catalog-client@1.4.4-next.2
    • @backstage/catalog-model@1.4.2-next.2
    • @backstage/config@1.1.0-next.2
    • @backstage/plugin-lighthouse-common@0.1.3-next.2
    • @backstage/types@1.1.1-next.0
    • @backstage/backend-plugin-api@0.6.3-next.3
    • @backstage/backend-common@0.19.5-next.3
    • @backstage/backend-tasks@0.5.8-next.3
    • @backstage/plugin-catalog-node@1.4.4-next.3

@backstage/plugin-linguist-backend@0.5.0-next.3

Minor Changes

  • 71114ac50e02: BREAKING: The export for the new backend system has been moved to be the default export.

    For example, if you are currently importing the plugin using the following pattern:

    import { examplePlugin } from '@backstage/plugin-example-backend';
    
    backend.add(examplePlugin);

    It should be migrated to this:

    backend.add(import('@backstage/plugin-example-backend'));

Patch Changes

  • Updated dependencies
    • @backstage/catalog-client@1.4.4-next.2
    • @backstage/catalog-model@1.4.2-next.2
    • @backstage/config@1.1.0-next.2
    • @backstage/errors@1.2.2-next.0
    • @backstage/plugin-linguist-common@0.1.2-next.0
    • @backstage/types@1.1.1-next.0
    • @backstage/backend-plugin-api@0.6.3-next.3
    • @backstage/backend-common@0.19.5-next.3
    • @backstage/backend-tasks@0.5.8-next.3
    • @backstage/plugin-auth-node@0.3.0-next.3
    • @backstage/plugin-catalog-node@1.4.4-next.3

@backstage/plugin-periskop-backend@0.2.0-next.3

Minor Changes

  • 71114ac50e02: BREAKING: The export for the new backend system has been moved to be the default export.

    For example, if you are currently importing the plugin using the following pattern:

    import { examplePlugin } from '@backstage/plugin-example-backend';
    
    backend.add(examplePlugin);

    It should be migrated to this:

    backend.add(import('@backstage/plugin-example-backend'));

Patch Changes

  • Updated dependencies
    • @backstage/config@1.1.0-next.2
    • @backstage/backend-plugin-api@0.6.3-next.3
    • @backstage/backend-common@0.19.5-next.3

@backstage/plugin-proxy-backend@0.4.0-next.3

Minor Changes

  • 71114ac50e02: BREAKING: The export for the new backend system has been moved to be the default export.

    For example, if you are currently importing the plugin using the following pattern:

    import { examplePlugin } from '@backstage/plugin-example-backend';
    
    backend.add(examplePlugin);

    It should be migrated to this:

    backend.add(import('@backstage/plugin-example-backend'));

Patch Changes

  • 02ba0a2efd2a: Add the route name to an error message that appears when the backend proxy wasn't well configured. This will help users to understand the issue and fix the right configuration.
  • Updated dependencies
    • @backstage/config@1.1.0-next.2
    • @backstage/backend-plugin-api@0.6.3-next.3
    • @backstage/backend-common@0.19.5-next.3

@backstage/plugin-scaffolder@1.15.0-next.3

Minor Changes

  • 0119c326394a: adding a .zip download to dry run results page, including zip.js as dependency

Patch Changes

  • 406b786a2a2c: Mark package as being free of side effects, allowing more optimized Webpack builds.
  • 6e69c11a3535: Restored functionality to OwnedEntityPicker by converting deprecated ui:options input to catalogFilter.
  • b16c341ced45: Updated dependency @rjsf/utils to 5.13.0. Updated dependency @rjsf/core-v5 to npm:@rjsf/core@5.13.0. Updated dependency @rjsf/material-ui-v5 to npm:@rjsf/material-ui@5.13.0. Updated dependency @rjsf/validator-ajv8 to 5.13.0.
  • Updated dependencies
    • @backstage/catalog-client@1.4.4-next.2
    • @backstage/catalog-model@1.4.2-next.2
    • @backstage/config@1.1.0-next.2
    • @backstage/core-components@0.13.5-next.3
    • @backstage/core-plugin-api@1.6.0-next.3
    • @backstage/errors@1.2.2-next.0
    • @backstage/integration@1.7.0-next.3
    • @backstage/integration-react@1.1.19-next.3
    • @backstage/plugin-catalog-common@1.0.16-next.2
    • @backstage/plugin-catalog-react@1.8.4-next.3
    • @backstage/plugin-permission-react@0.4.15-next.3
    • @backstage/plugin-scaffolder-common@1.4.1-next.2
    • @backstage/plugin-scaffolder-react@1.5.5-next.3
    • @backstage/theme@0.4.2-next.0
    • @backstage/types@1.1.1-next.0

@backstage/plugin-scaffolder-backend@1.17.0-next.3

Minor Changes

  • b5f239b50bcf: Improved the parseEntityRef Scaffolder filter by introducing the ability for users to provide default kind and/or namespace values. The filter now takes 2 arguments, similarly to the original parseEntityRef.

  • d5313ede3529: DEPRECATION: Deprecated ScaffolderEntitiesProcessor, which should now instead be imported from @backstage/plugin-catalog-backend-module-scaffolder-entity-model.

    catalogModuleTemplateKind was also moved to that package and renamed to catalogModuleScaffolderEntityModel, without any deprecation since it was an alpha export.

Patch Changes

  • 71114ac50e02: The export for the new backend system has been moved to be the default export.

    For example, if you are currently importing the plugin using the following pattern:

    import { examplePlugin } from '@backstage/plugin-example-backend';
    
    backend.add(examplePlugin);

    It should be migrated to this:

    backend.add(import('@backstage/plugin-example-backend'));
  • Updated dependencies

    • @backstage/plugin-catalog-backend@1.13.0-next.3
    • @backstage/catalog-client@1.4.4-next.2
    • @backstage/catalog-model@1.4.2-next.2
    • @backstage/config@1.1.0-next.2
    • @backstage/errors@1.2.2-next.0
    • @backstage/integration@1.7.0-next.3
    • @backstage/plugin-catalog-common@1.0.16-next.2
    • @backstage/plugin-permission-common@0.7.8-next.2
    • @backstage/plugin-scaffolder-common@1.4.1-next.2
    • @backstage/types@1.1.1-next.0
    • @backstage/plugin-permission-node@0.7.14-next.3
    • @backstage/backend-plugin-api@0.6.3-next.3
    • @backstage/plugin-catalog-backend-module-scaffolder-entity-model@0.1.0-next.0
    • @backstage/backend-common@0.19.5-next.3
    • @backstage/backend-tasks@0.5.8-next.3
    • @backstage/plugin-auth-node@0.3.0-next.3
    • @backstage/plugin-catalog-node@1.4.4-next.3
    • @backstage/plugin-scaffolder-node@0.2.3-next.3

@backstage/plugin-todo-backend@0.3.0-next.3

Minor Changes

  • 71114ac50e02: BREAKING: The export for the new backend system has been moved to be the default export.

    For example, if you are currently importing the plugin using the following pattern:

    import { examplePlugin } from '@backstage/plugin-example-backend';
    
    backend.add(examplePlugin);

    It should be migrated to this:

    backend.add(import('@backstage/plugin-example-backend'));

Patch Changes

  • Updated dependencies
    • @backstage/catalog-client@1.4.4-next.2
    • @backstage/catalog-model@1.4.2-next.2
    • @backstage/config@1.1.0-next.2
    • @backstage/errors@1.2.2-next.0
    • @backstage/integration@1.7.0-next.3
    • @backstage/backend-plugin-api@0.6.3-next.3
    • @backstage/backend-common@0.19.5-next.3
    • @backstage/backend-openapi-utils@0.0.4-next.0
    • @backstage/plugin-catalog-node@1.4.4-next.3

@backstage/plugin-user-settings-backend@0.2.0-next.3

Minor Changes

  • 71114ac50e02: BREAKING: The export for the new backend system has been moved to be the default export.

    For example, if you are currently importing the plugin using the following pattern:

    import { examplePlugin } from '@backstage/plugin-example-backend';
    
    backend.add(examplePlugin);

    It should be migrated to this:

    backend.add(import('@backstage/plugin-example-backend'));

Patch Changes

  • Updated dependencies
    • @backstage/catalog-model@1.4.2-next.2
    • @backstage/errors@1.2.2-next.0
    • @backstage/types@1.1.1-next.0
    • @backstage/backend-plugin-api@0.6.3-next.3
    • @backstage/backend-common@0.19.5-next.3
    • @backstage/plugin-auth-node@0.3.0-next.3

@backstage/app-defaults@1.4.3-next.3

Patch Changes

  • 406b786a2a2c: Mark package as being free of side effects, allowing more optimized Webpack builds.
  • Updated dependencies
    • @backstage/core-app-api@1.10.0-next.3
    • @backstage/core-components@0.13.5-next.3
    • @backstage/core-plugin-api@1.6.0-next.3
    • @backstage/plugin-permission-react@0.4.15-next.3
    • @backstage/theme@0.4.2-next.0

@backstage/backend-app-api@0.5.3-next.3

Patch Changes

  • 154632d8753b: Add support for discovering additional service factories during startup.
  • cb7fc410ed99: The experimental backend feature discovery now only considers default exports from packages. It no longer filters packages to include based on the package role, except that 'cli' packages are ignored. However, the "backstage" field is still required in package.json.
  • 3b30b179cb38: Add support for installing features as package imports, for example backend.add(import('my-plugin')).
  • Updated dependencies
    • @backstage/config@1.1.0-next.2
    • @backstage/errors@1.2.2-next.0
    • @backstage/types@1.1.1-next.0
    • @backstage/plugin-permission-node@0.7.14-next.3
    • @backstage/backend-plugin-api@0.6.3-next.3
    • @backstage/backend-common@0.19.5-next.3
    • @backstage/backend-tasks@0.5.8-next.3
    • @backstage/cli-common@0.1.12
    • @backstage/cli-node@0.1.4-next.0
    • @backstage/config-loader@1.5.0-next.3
    • @backstage/plugin-auth-node@0.3.0-next.3

@backstage/backend-common@0.19.5-next.3

Patch Changes

  • Updated dependencies
    • @backstage/backend-app-api@0.5.3-next.3
    • @backstage/config@1.1.0-next.2
    • @backstage/errors@1.2.2-next.0
    • @backstage/integration@1.7.0-next.3
    • @backstage/types@1.1.1-next.0
    • @backstage/backend-plugin-api@0.6.3-next.3
    • @backstage/backend-dev-utils@0.1.1
    • @backstage/cli-common@0.1.12
    • @backstage/config-loader@1.5.0-next.3
    • @backstage/integration-aws-node@0.1.6-next.2

@backstage/backend-defaults@0.2.3-next.3

Patch Changes

  • Updated dependencies
    • @backstage/backend-app-api@0.5.3-next.3
    • @backstage/backend-plugin-api@0.6.3-next.3
    • @backstage/backend-common@0.19.5-next.3

@backstage/backend-openapi-utils@0.0.4-next.0

Patch Changes

  • Updated dependencies
    • @backstage/errors@1.2.2-next.0

@backstage/backend-plugin-api@0.6.3-next.3

Patch Changes

  • ba4506076e2d: Ensure that root scoped services cannot accept (at a type level) plugin scoped deps
  • 474b792d6a43: Service factory functions are now marked as feature factories that can be installed in the backend.
  • Updated dependencies
    • @backstage/config@1.1.0-next.2
    • @backstage/plugin-permission-common@0.7.8-next.2
    • @backstage/types@1.1.1-next.0
    • @backstage/backend-tasks@0.5.8-next.3
    • @backstage/plugin-auth-node@0.3.0-next.3

@backstage/backend-tasks@0.5.8-next.3

Patch Changes

  • Updated dependencies
    • @backstage/config@1.1.0-next.2
    • @backstage/errors@1.2.2-next.0
    • @backstage/types@1.1.1-next.0
    • @backstage/backend-common@0.19.5-next.3

@backstage/backend-test-utils@0.2.3-next.3

Patch Changes

  • 202e52c5e361: Add support for installing backend features via module imports, for example startTestBackend({ features: [import('my-plugin')] }).
  • Updated dependencies
    • @backstage/backend-app-api@0.5.3-next.3
    • @backstage/config@1.1.0-next.2
    • @backstage/types@1.1.1-next.0
    • @backstage/backend-plugin-api@0.6.3-next.3
    • @backstage/backend-common@0.19.5-next.3
    • @backstage/plugin-auth-node@0.3.0-next.3

@backstage/catalog-client@1.4.4-next.2

Patch Changes

  • 406b786a2a2c: Mark package as being free of side effects, allowing more optimized Webpack builds.
  • Updated dependencies
    • @backstage/catalog-model@1.4.2-next.2
    • @backstage/errors@1.2.2-next.0

@backstage/catalog-model@1.4.2-next.2

Patch Changes

  • 406b786a2a2c: Mark package as being free of side effects, allowing more optimized Webpack builds.
  • Updated dependencies
    • @backstage/config@1.1.0-next.2
    • @backstage/errors@1.2.2-next.0
    • @backstage/types@1.1.1-next.0

@backstage/cli@0.22.13-next.3

Patch Changes

  • 4d5eeec52d80: Add ESM loader for the experimental backend start command.
  • 3494c502aba7: Added a new repo fix command that fixes auto-fixable problems in all packages. Initially the command fixes package export declarations, as well as marks all non-bundled frontend packages as side-effect free. Marking packages as free of side-effects can drastically reduce the Webpack bundle size.
  • f36113ca2305: Add experimental support for frontend package discovery.
  • a23fce763c6a: Fixed a bug where package exports entry points could not be .tsx files.
  • 4af4defcc114: When running version:bump it will now log duplicates instead of throwing an error
  • 956d226eeeee: Add "sideEffects": false to package.json in frontend package templates. This can be added to existing packages using the new yarn fix command.
  • cd7331587eb3: Removed the experimental package fix command that was used to automatically add dependencies to package.json, but has since been replaced by the no-undeclared-imports rule from @backstage/eslint-plugin.
  • Updated dependencies
    • @backstage/catalog-model@1.4.2-next.2
    • @backstage/config@1.1.0-next.2
    • @backstage/errors@1.2.2-next.0
    • @backstage/integration@1.7.0-next.3
    • @backstage/release-manifests@0.0.10-next.1
    • @backstage/types@1.1.1-next.0
    • @backstage/cli-common@0.1.12
    • @backstage/cli-node@0.1.4-next.0
    • @backstage/config-loader@1.5.0-next.3
    • @backstage/eslint-plugin@0.1.3

@backstage/cli-node@0.1.4-next.0

Patch Changes

  • Updated dependencies
    • @backstage/errors@1.2.2-next.0
    • @backstage/types@1.1.1-next.0
    • @backstage/cli-common@0.1.12

@backstage/config@1.1.0-next.2

Patch Changes

  • 406b786a2a2c: Mark package as being free of side effects, allowing more optimized Webpack builds.
  • Updated dependencies
    • @backstage/errors@1.2.2-next.0
    • @backstage/types@1.1.1-next.0

@backstage/config-loader@1.5.0-next.3

Patch Changes

  • Updated dependencies
    • @backstage/config@1.1.0-next.2
    • @backstage/errors@1.2.2-next.0
    • @backstage/types@1.1.1-next.0
    • @backstage/cli-common@0.1.12

@backstage/core-app-api@1.10.0-next.3

Patch Changes

  • 406b786a2a2c: Mark package as being free of side effects, allowing more optimized Webpack builds.
  • 9fe827b380e1: Internal refactor
  • Updated dependencies
    • @backstage/config@1.1.0-next.2
    • @backstage/core-plugin-api@1.6.0-next.3
    • @backstage/types@1.1.1-next.0
    • @backstage/version-bridge@1.0.5-next.0

@backstage/core-components@0.13.5-next.3

Patch Changes

  • 406b786a2a2c: Mark package as being free of side effects, allowing more optimized Webpack builds.
  • Updated dependencies
    • @backstage/config@1.1.0-next.2
    • @backstage/core-plugin-api@1.6.0-next.3
    • @backstage/errors@1.2.2-next.0
    • @backstage/theme@0.4.2-next.0
    • @backstage/version-bridge@1.0.5-next.0

@backstage/core-plugin-api@1.6.0-next.3

Patch Changes

  • 406b786a2a2c: Mark package as being free of side effects, allowing more optimized Webpack builds.
  • Updated dependencies
    • @backstage/config@1.1.0-next.2
    • @backstage/types@1.1.1-next.0
    • @backstage/version-bridge@1.0.5-next.0

@backstage/create-app@0.5.5-next.3

Patch Changes

  • 4606e005df5d: Added a fix scripts that calls the new backstage-cli repo fix command.

    To apply this change to an existing app, make the following change to your root package.json:

         "test": "backstage-cli repo test",
         "test:all": "backstage-cli repo test --coverage",
    +    "fix": "backstage-cli repo fix",
         "lint": "backstage-cli repo lint --since origin/master",
  • 612594022245: Add a notification when yarn install is taking a long time.

  • Updated dependencies

    • @backstage/cli-common@0.1.12

@backstage/dev-utils@1.0.21-next.3

Patch Changes

  • 406b786a2a2c: Mark package as being free of side effects, allowing more optimized Webpack builds.
  • Updated dependencies
    • @backstage/test-utils@1.4.3-next.3
    • @backstage/app-defaults@1.4.3-next.3
    • @backstage/catalog-model@1.4.2-next.2
    • @backstage/core-app-api@1.10.0-next.3
    • @backstage/core-components@0.13.5-next.3
    • @backstage/core-plugin-api@1.6.0-next.3
    • @backstage/integration-react@1.1.19-next.3
    • @backstage/plugin-catalog-react@1.8.4-next.3
    • @backstage/theme@0.4.2-next.0

@backstage/errors@1.2.2-next.0

Patch Changes

  • 406b786a2a2c: Mark package as being free of side effects, allowing more optimized Webpack builds.
  • Updated dependencies
    • @backstage/types@1.1.1-next.0

@backstage/integration@1.7.0-next.3

Patch Changes

  • 406b786a2a2c: Mark package as being free of side effects, allowing more optimized Webpack builds.
  • Updated dependencies
    • @backstage/config@1.1.0-next.2
    • @backstage/errors@1.2.2-next.0

@backstage/integration-aws-node@0.1.6-next.2

Patch Changes

  • Updated dependencies
    • @backstage/config@1.1.0-next.2
    • @backstage/errors@1.2.2-next.0

@backstage/integration-react@1.1.19-next.3

Patch Changes

  • 406b786a2a2c: Mark package as being free of side effects, allowing more optimized Webpack builds.
  • Updated dependencies
    • @backstage/config@1.1.0-next.2
    • @backstage/core-components@0.13.5-next.3
    • @backstage/core-plugin-api@1.6.0-next.3
    • @backstage/integration@1.7.0-next.3
    • @backstage/theme@0.4.2-next.0

@backstage/release-manifests@0.0.10-next.1

Patch Changes

  • 406b786a2a2c: Mark package as being free of side effects, allowing more optimized Webpack builds.

@backstage/repo-tools@0.3.4-next.3

Patch Changes

  • Updated dependencies
    • @backstage/catalog-model@1.4.2-next.2
    • @backstage/errors@1.2.2-next.0
    • @backstage/cli-common@0.1.12
    • @backstage/cli-node@0.1.4-next.0

@techdocs/cli@1.5.0-next.3

Patch Changes

  • Updated dependencies
    • @backstage/catalog-model@1.4.2-next.2
    • @backstage/config@1.1.0-next.2
    • @backstage/backend-common@0.19.5-next.3
    • @backstage/cli-common@0.1.12
    • @backstage/plugin-techdocs-node@1.8.0-next.3

@backstage/test-utils@1.4.3-next.3

Patch Changes

  • 7032c214f3b4: Add pod exec terminal to Container Card
  • 406b786a2a2c: Mark package as being free of side effects, allowing more optimized Webpack builds.
  • Updated dependencies
    • @backstage/config@1.1.0-next.2
    • @backstage/core-app-api@1.10.0-next.3
    • @backstage/core-plugin-api@1.6.0-next.3
    • @backstage/plugin-permission-common@0.7.8-next.2
    • @backstage/plugin-permission-react@0.4.15-next.3
    • @backstage/theme@0.4.2-next.0
    • @backstage/types@1.1.1-next.0

@backstage/theme@0.4.2-next.0

Patch Changes

  • 406b786a2a2c: Mark package as being free of side effects, allowing more optimized Webpack builds.

@backstage/types@1.1.1-next.0

Patch Changes

  • 406b786a2a2c: Mark package as being free of side effects, allowing more optimized Webpack builds.

@backstage/version-bridge@1.0.5-next.0

Patch Changes

  • 406b786a2a2c: Mark package as being free of side effects, allowing more optimized Webpack builds.

@backstage/plugin-adr@0.6.7-next.3

Patch Changes

  • 406b786a2a2c: Mark package as being free of side effects, allowing more optimized Webpack builds.
  • aa844e704a32: support for i18n feature
  • Updated dependencies
    • @backstage/catalog-model@1.4.2-next.2
    • @backstage/core-components@0.13.5-next.3
    • @backstage/core-plugin-api@1.6.0-next.3
    • @backstage/integration-react@1.1.19-next.3
    • @backstage/plugin-adr-common@0.2.15-next.3
    • @backstage/plugin-catalog-react@1.8.4-next.3
    • @backstage/plugin-search-common@1.2.6-next.2
    • @backstage/plugin-search-react@1.7.0-next.3
    • @backstage/theme@0.4.2-next.0

@backstage/plugin-adr-common@0.2.15-next.3

Patch Changes

  • 406b786a2a2c: Mark package as being free of side effects, allowing more optimized Webpack builds.
  • Updated dependencies
    • @backstage/catalog-model@1.4.2-next.2
    • @backstage/integration@1.7.0-next.3
    • @backstage/plugin-search-common@1.2.6-next.2

@backstage/plugin-airbrake@0.3.24-next.3

Patch Changes

  • 406b786a2a2c: Mark package as being free of side effects, allowing more optimized Webpack builds.
  • Updated dependencies
    • @backstage/test-utils@1.4.3-next.3
    • @backstage/catalog-model@1.4.2-next.2
    • @backstage/core-components@0.13.5-next.3
    • @backstage/core-plugin-api@1.6.0-next.3
    • @backstage/dev-utils@1.0.21-next.3
    • @backstage/plugin-catalog-react@1.8.4-next.3
    • @backstage/theme@0.4.2-next.0

@backstage/plugin-allure@0.1.40-next.3

Patch Changes

  • 406b786a2a2c: Mark package as being free of side effects, allowing more optimized Webpack builds.
  • Updated dependencies
    • @backstage/catalog-model@1.4.2-next.2
    • @backstage/core-components@0.13.5-next.3
    • @backstage/core-plugin-api@1.6.0-next.3
    • @backstage/plugin-catalog-react@1.8.4-next.3
    • @backstage/theme@0.4.2-next.0

@backstage/plugin-analytics-module-ga@0.1.33-next.3

Patch Changes

  • 406b786a2a2c: Mark package as being free of side effects, allowing more optimized Webpack builds.
  • Updated dependencies
    • @backstage/config@1.1.0-next.2
    • @backstage/core-components@0.13.5-next.3
    • @backstage/core-plugin-api@1.6.0-next.3
    • @backstage/theme@0.4.2-next.0

@backstage/plugin-analytics-module-ga4@0.1.4-next.3

Patch Changes

  • 406b786a2a2c: Mark package as being free of side effects, allowing more optimized Webpack builds.
  • Updated dependencies
    • @backstage/config@1.1.0-next.2
    • @backstage/core-components@0.13.5-next.3
    • @backstage/core-plugin-api@1.6.0-next.3
    • @backstage/theme@0.4.2-next.0

@backstage/plugin-analytics-module-newrelic-browser@0.0.2-next.3

Patch Changes

  • 406b786a2a2c: Mark package as being free of side effects, allowing more optimized Webpack builds.
  • Updated dependencies
    • @backstage/config@1.1.0-next.2
    • @backstage/core-components@0.13.5-next.3
    • @backstage/core-plugin-api@1.6.0-next.3

@backstage/plugin-apache-airflow@0.2.15-next.3

Patch Changes

  • 406b786a2a2c: Mark package as being free of side effects, allowing more optimized Webpack builds.
  • Updated dependencies
    • @backstage/core-components@0.13.5-next.3
    • @backstage/core-plugin-api@1.6.0-next.3

@backstage/plugin-api-docs@0.9.11-next.3

Patch Changes

  • 406b786a2a2c: Mark package as being free of side effects, allowing more optimized Webpack builds.
  • Updated dependencies
    • @backstage/catalog-model@1.4.2-next.2
    • @backstage/core-components@0.13.5-next.3
    • @backstage/core-plugin-api@1.6.0-next.3
    • @backstage/plugin-catalog@1.13.0-next.3
    • @backstage/plugin-catalog-react@1.8.4-next.3
    • @backstage/theme@0.4.2-next.0

@backstage/plugin-api-docs-module-protoc-gen-doc@0.1.3-next.1

Patch Changes

  • 406b786a2a2c: Mark package as being free of side effects, allowing more optimized Webpack builds.

@backstage/plugin-apollo-explorer@0.1.15-next.3

Patch Changes

  • 406b786a2a2c: Mark package as being free of side effects, allowing more optimized Webpack builds.
  • Updated dependencies
    • @backstage/core-components@0.13.5-next.3
    • @backstage/core-plugin-api@1.6.0-next.3
    • @backstage/theme@0.4.2-next.0

@backstage/plugin-app-backend@0.3.51-next.3

Patch Changes

  • 71114ac50e02: The export for the new backend system has been moved to be the default export.

    For example, if you are currently importing the plugin using the following pattern:

    import { examplePlugin } from '@backstage/plugin-example-backend';
    
    backend.add(examplePlugin);

    It should be migrated to this:

    backend.add(import('@backstage/plugin-example-backend'));
  • Updated dependencies

    • @backstage/config@1.1.0-next.2
    • @backstage/types@1.1.1-next.0
    • @backstage/backend-plugin-api@0.6.3-next.3
    • @backstage/backend-common@0.19.5-next.3
    • @backstage/config-loader@1.5.0-next.3
    • @backstage/plugin-app-node@0.1.3-next.3

@backstage/plugin-app-node@0.1.3-next.3

Patch Changes

  • Updated dependencies
    • @backstage/backend-plugin-api@0.6.3-next.3

@backstage/plugin-auth-backend-module-gcp-iap-provider@0.1.0-next.3

Patch Changes

  • 71114ac50e02: The export for the new backend system has been moved to be the default export.

    For example, if you are currently importing the plugin using the following pattern:

    import { examplePlugin } from '@backstage/plugin-example-backend';
    
    backend.add(examplePlugin);

    It should be migrated to this:

    backend.add(import('@backstage/plugin-example-backend'));
  • Updated dependencies

    • @backstage/errors@1.2.2-next.0
    • @backstage/types@1.1.1-next.0
    • @backstage/backend-plugin-api@0.6.3-next.3
    • @backstage/plugin-auth-node@0.3.0-next.3

@backstage/plugin-auth-backend-module-github-provider@0.1.0-next.3

Patch Changes

  • 71114ac50e02: The export for the new backend system has been moved to be the default export.

    For example, if you are currently importing the plugin using the following pattern:

    import { examplePlugin } from '@backstage/plugin-example-backend';
    
    backend.add(examplePlugin);

    It should be migrated to this:

    backend.add(import('@backstage/plugin-example-backend'));
  • Updated dependencies

    • @backstage/backend-plugin-api@0.6.3-next.3
    • @backstage/backend-common@0.19.5-next.3
    • @backstage/plugin-auth-node@0.3.0-next.3

@backstage/plugin-auth-backend-module-gitlab-provider@0.1.0-next.2

Patch Changes

  • 71114ac50e02: The export for the new backend system has been moved to be the default export.

    For example, if you are currently importing the plugin using the following pattern:

    import { examplePlugin } from '@backstage/plugin-example-backend';
    
    backend.add(examplePlugin);

    It should be migrated to this:

    backend.add(import('@backstage/plugin-example-backend'));
  • Updated dependencies

    • @backstage/backend-plugin-api@0.6.3-next.3
    • @backstage/backend-common@0.19.5-next.3
    • @backstage/plugin-auth-node@0.3.0-next.3

@backstage/plugin-auth-backend-module-google-provider@0.1.0-next.3

Patch Changes

  • 71114ac50e02: The export for the new backend system has been moved to be the default export.

    For example, if you are currently importing the plugin using the following pattern:

    import { examplePlugin } from '@backstage/plugin-example-backend';
    
    backend.add(examplePlugin);

    It should be migrated to this:

    backend.add(import('@backstage/plugin-example-backend'));
  • Updated dependencies

    • @backstage/backend-plugin-api@0.6.3-next.3
    • @backstage/plugin-auth-node@0.3.0-next.3

@backstage/plugin-auth-node@0.3.0-next.3

Patch Changes

  • Updated dependencies
    • @backstage/catalog-client@1.4.4-next.2
    • @backstage/catalog-model@1.4.2-next.2
    • @backstage/config@1.1.0-next.2
    • @backstage/errors@1.2.2-next.0
    • @backstage/types@1.1.1-next.0
    • @backstage/backend-plugin-api@0.6.3-next.3
    • @backstage/backend-common@0.19.5-next.3

@backstage/plugin-azure-devops@0.3.6-next.3

Patch Changes

  • 406b786a2a2c: Mark package as being free of side effects, allowing more optimized Webpack builds.
  • Updated dependencies
    • @backstage/catalog-model@1.4.2-next.2
    • @backstage/core-components@0.13.5-next.3
    • @backstage/core-plugin-api@1.6.0-next.3
    • @backstage/errors@1.2.2-next.0
    • @backstage/plugin-azure-devops-common@0.3.1-next.0
    • @backstage/plugin-catalog-react@1.8.4-next.3
    • @backstage/theme@0.4.2-next.0

@backstage/plugin-azure-devops-common@0.3.1-next.0

Patch Changes

  • 406b786a2a2c: Mark package as being free of side effects, allowing more optimized Webpack builds.

@backstage/plugin-azure-sites@0.1.13-next.3

Patch Changes

  • 406b786a2a2c: Mark package as being free of side effects, allowing more optimized Webpack builds.
  • Updated dependencies
    • @backstage/catalog-model@1.4.2-next.2
    • @backstage/core-components@0.13.5-next.3
    • @backstage/core-plugin-api@1.6.0-next.3
    • @backstage/plugin-azure-sites-common@0.1.1-next.0
    • @backstage/plugin-catalog-react@1.8.4-next.3
    • @backstage/theme@0.4.2-next.0

@backstage/plugin-azure-sites-backend@0.1.13-next.3

Patch Changes

  • Updated dependencies
    • @backstage/config@1.1.0-next.2
    • @backstage/plugin-azure-sites-common@0.1.1-next.0
    • @backstage/backend-common@0.19.5-next.3

@backstage/plugin-azure-sites-common@0.1.1-next.0

Patch Changes

  • 406b786a2a2c: Mark package as being free of side effects, allowing more optimized Webpack builds.

@backstage/plugin-badges@0.2.48-next.3

Patch Changes

  • 406b786a2a2c: Mark package as being free of side effects, allowing more optimized Webpack builds.
  • Updated dependencies
    • @backstage/catalog-model@1.4.2-next.2
    • @backstage/core-components@0.13.5-next.3
    • @backstage/core-plugin-api@1.6.0-next.3
    • @backstage/errors@1.2.2-next.0
    • @backstage/plugin-catalog-react@1.8.4-next.3
    • @backstage/theme@0.4.2-next.0

@backstage/plugin-bazaar@0.2.16-next.3

Patch Changes

  • 406b786a2a2c: Mark package as being free of side effects, allowing more optimized Webpack builds.
  • Updated dependencies
    • @backstage/cli@0.22.13-next.3
    • @backstage/catalog-client@1.4.4-next.2
    • @backstage/catalog-model@1.4.2-next.2
    • @backstage/core-components@0.13.5-next.3
    • @backstage/core-plugin-api@1.6.0-next.3
    • @backstage/errors@1.2.2-next.0
    • @backstage/plugin-catalog@1.13.0-next.3
    • @backstage/plugin-catalog-react@1.8.4-next.3
    • @backstage/theme@0.4.2-next.0

@backstage/plugin-bitbucket-cloud-common@0.2.12-next.3

Patch Changes

  • 406b786a2a2c: Mark package as being free of side effects, allowing more optimized Webpack builds.
  • Updated dependencies
    • @backstage/integration@1.7.0-next.3

@backstage/plugin-bitrise@0.1.51-next.3

Patch Changes

  • 406b786a2a2c: Mark package as being free of side effects, allowing more optimized Webpack builds.
  • Updated dependencies
    • @backstage/catalog-model@1.4.2-next.2
    • @backstage/core-components@0.13.5-next.3
    • @backstage/core-plugin-api@1.6.0-next.3
    • @backstage/plugin-catalog-react@1.8.4-next.3
    • @backstage/theme@0.4.2-next.0

@backstage/plugin-catalog@1.13.0-next.3

Patch Changes

  • 406b786a2a2c: Mark package as being free of side effects, allowing more optimized Webpack builds.
  • Updated dependencies
    • @backstage/catalog-client@1.4.4-next.2
    • @backstage/catalog-model@1.4.2-next.2
    • @backstage/core-components@0.13.5-next.3
    • @backstage/core-plugin-api@1.6.0-next.3
    • @backstage/errors@1.2.2-next.0
    • @backstage/integration-react@1.1.19-next.3
    • @backstage/plugin-catalog-common@1.0.16-next.2
    • @backstage/plugin-catalog-react@1.8.4-next.3
    • @backstage/plugin-scaffolder-common@1.4.1-next.2
    • @backstage/plugin-search-common@1.2.6-next.2
    • @backstage/plugin-search-react@1.7.0-next.3
    • @backstage/theme@0.4.2-next.0
    • @backstage/types@1.1.1-next.0

@backstage/plugin-catalog-backend@1.13.0-next.3

Patch Changes

  • 71114ac50e02: The export for the new backend system has been moved to be the default export.

    For example, if you are currently importing the plugin using the following pattern:

    import { examplePlugin } from '@backstage/plugin-example-backend';
    
    backend.add(examplePlugin);

    It should be migrated to this:

    backend.add(import('@backstage/plugin-example-backend'));
  • Updated dependencies

    • @backstage/plugin-search-backend-module-catalog@0.1.7-next.3
    • @backstage/catalog-client@1.4.4-next.2
    • @backstage/catalog-model@1.4.2-next.2
    • @backstage/config@1.1.0-next.2
    • @backstage/errors@1.2.2-next.0
    • @backstage/integration@1.7.0-next.3
    • @backstage/plugin-catalog-common@1.0.16-next.2
    • @backstage/plugin-permission-common@0.7.8-next.2
    • @backstage/plugin-scaffolder-common@1.4.1-next.2
    • @backstage/plugin-search-common@1.2.6-next.2
    • @backstage/types@1.1.1-next.0
    • @backstage/plugin-permission-node@0.7.14-next.3
    • @backstage/backend-plugin-api@0.6.3-next.3
    • @backstage/backend-common@0.19.5-next.3
    • @backstage/backend-openapi-utils@0.0.4-next.0
    • @backstage/backend-tasks@0.5.8-next.3
    • @backstage/plugin-auth-node@0.3.0-next.3
    • @backstage/plugin-catalog-node@1.4.4-next.3
    • @backstage/plugin-events-node@0.2.12-next.3

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

Patch Changes

  • 71114ac50e02: The export for the new backend system has been moved to be the default export.

    For example, if you are currently importing the plugin using the following pattern:

    import { examplePlugin } from '@backstage/plugin-example-backend';
    
    backend.add(examplePlugin);

    It should be migrated to this:

    backend.add(import('@backstage/plugin-example-backend'));
  • Updated dependencies

    • @backstage/catalog-model@1.4.2-next.2
    • @backstage/config@1.1.0-next.2
    • @backstage/errors@1.2.2-next.0
    • @backstage/integration@1.7.0-next.3
    • @backstage/plugin-catalog-common@1.0.16-next.2
    • @backstage/plugin-kubernetes-common@0.6.6-next.2
    • @backstage/types@1.1.1-next.0
    • @backstage/backend-plugin-api@0.6.3-next.3
    • @backstage/backend-common@0.19.5-next.3
    • @backstage/backend-tasks@0.5.8-next.3
    • @backstage/integration-aws-node@0.1.6-next.2
    • @backstage/plugin-catalog-node@1.4.4-next.3

@backstage/plugin-catalog-backend-module-azure@0.1.22-next.3

Patch Changes

  • 71114ac50e02: The export for the new backend system has been moved to be the default export.

    For example, if you are currently importing the plugin using the following pattern:

    import { examplePlugin } from '@backstage/plugin-example-backend';
    
    backend.add(examplePlugin);

    It should be migrated to this:

    backend.add(import('@backstage/plugin-example-backend'));
  • Updated dependencies

    • @backstage/catalog-model@1.4.2-next.2
    • @backstage/config@1.1.0-next.2
    • @backstage/errors@1.2.2-next.0
    • @backstage/integration@1.7.0-next.3
    • @backstage/plugin-catalog-common@1.0.16-next.2
    • @backstage/types@1.1.1-next.0
    • @backstage/backend-plugin-api@0.6.3-next.3
    • @backstage/backend-common@0.19.5-next.3
    • @backstage/backend-tasks@0.5.8-next.3
    • @backstage/plugin-catalog-node@1.4.4-next.3

@backstage/plugin-catalog-backend-module-bitbucket@0.2.18-next.3

Patch Changes

  • Updated dependencies
    • @backstage/catalog-model@1.4.2-next.2
    • @backstage/config@1.1.0-next.2
    • @backstage/errors@1.2.2-next.0
    • @backstage/integration@1.7.0-next.3
    • @backstage/plugin-bitbucket-cloud-common@0.2.12-next.3
    • @backstage/types@1.1.1-next.0
    • @backstage/backend-common@0.19.5-next.3
    • @backstage/plugin-catalog-node@1.4.4-next.3

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

Patch Changes

  • 71114ac50e02: The export for the new backend system has been moved to be the default export.

    For example, if you are currently importing the plugin using the following pattern:

    import { examplePlugin } from '@backstage/plugin-example-backend';
    
    backend.add(examplePlugin);

    It should be migrated to this:

    backend.add(import('@backstage/plugin-example-backend'));
  • Updated dependencies

    • @backstage/catalog-client@1.4.4-next.2
    • @backstage/catalog-model@1.4.2-next.2
    • @backstage/config@1.1.0-next.2
    • @backstage/integration@1.7.0-next.3
    • @backstage/plugin-bitbucket-cloud-common@0.2.12-next.3
    • @backstage/plugin-catalog-common@1.0.16-next.2
    • @backstage/backend-plugin-api@0.6.3-next.3
    • @backstage/backend-common@0.19.5-next.3
    • @backstage/backend-tasks@0.5.8-next.3
    • @backstage/plugin-catalog-node@1.4.4-next.3
    • @backstage/plugin-events-node@0.2.12-next.3

@backstage/plugin-catalog-backend-module-bitbucket-server@0.1.16-next.3

Patch Changes

  • 71114ac50e02: The export for the new backend system has been moved to be the default export.

    For example, if you are currently importing the plugin using the following pattern:

    import { examplePlugin } from '@backstage/plugin-example-backend';
    
    backend.add(examplePlugin);

    It should be migrated to this:

    backend.add(import('@backstage/plugin-example-backend'));
  • Updated dependencies

    • @backstage/catalog-model@1.4.2-next.2
    • @backstage/config@1.1.0-next.2
    • @backstage/errors@1.2.2-next.0
    • @backstage/integration@1.7.0-next.3
    • @backstage/backend-plugin-api@0.6.3-next.3
    • @backstage/backend-common@0.19.5-next.3
    • @backstage/backend-tasks@0.5.8-next.3
    • @backstage/plugin-catalog-node@1.4.4-next.3

@backstage/plugin-catalog-backend-module-gcp@0.1.3-next.3

Patch Changes

  • 71114ac50e02: The export for the new backend system has been moved to be the default export.

    For example, if you are currently importing the plugin using the following pattern:

    import { examplePlugin } from '@backstage/plugin-example-backend';
    
    backend.add(examplePlugin);

    It should be migrated to this:

    backend.add(import('@backstage/plugin-example-backend'));
  • Updated dependencies

    • @backstage/config@1.1.0-next.2
    • @backstage/plugin-kubernetes-common@0.6.6-next.2
    • @backstage/backend-plugin-api@0.6.3-next.3
    • @backstage/backend-common@0.19.5-next.3
    • @backstage/backend-tasks@0.5.8-next.3
    • @backstage/plugin-catalog-node@1.4.4-next.3

@backstage/plugin-catalog-backend-module-gerrit@0.1.19-next.3

Patch Changes

  • 71114ac50e02: The export for the new backend system has been moved to be the default export.

    For example, if you are currently importing the plugin using the following pattern:

    import { examplePlugin } from '@backstage/plugin-example-backend';
    
    backend.add(examplePlugin);

    It should be migrated to this:

    backend.add(import('@backstage/plugin-example-backend'));
  • Updated dependencies

    • @backstage/catalog-model@1.4.2-next.2
    • @backstage/config@1.1.0-next.2
    • @backstage/errors@1.2.2-next.0
    • @backstage/integration@1.7.0-next.3
    • @backstage/backend-plugin-api@0.6.3-next.3
    • @backstage/backend-common@0.19.5-next.3
    • @backstage/backend-tasks@0.5.8-next.3
    • @backstage/plugin-catalog-node@1.4.4-next.3

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

Patch Changes

  • 71114ac50e02: The export for the new backend system has been moved to be the default export.

    For example, if you are currently importing the plugin using the following pattern:

    import { examplePlugin } from '@backstage/plugin-example-backend';
    
    backend.add(examplePlugin);

    It should be migrated to this:

    backend.add(import('@backstage/plugin-example-backend'));
  • Updated dependencies

    • @backstage/plugin-catalog-backend@1.13.0-next.3
    • @backstage/catalog-model@1.4.2-next.2
    • @backstage/config@1.1.0-next.2
    • @backstage/errors@1.2.2-next.0
    • @backstage/plugin-permission-common@0.7.8-next.2
    • @backstage/backend-plugin-api@0.6.3-next.3
    • @backstage/backend-common@0.19.5-next.3
    • @backstage/backend-tasks@0.5.8-next.3
    • @backstage/plugin-catalog-node@1.4.4-next.3
    • @backstage/plugin-events-node@0.2.12-next.3

@backstage/plugin-catalog-backend-module-ldap@0.5.18-next.3

Patch Changes

  • Updated dependencies
    • @backstage/catalog-model@1.4.2-next.2
    • @backstage/config@1.1.0-next.2
    • @backstage/errors@1.2.2-next.0
    • @backstage/plugin-catalog-common@1.0.16-next.2
    • @backstage/types@1.1.1-next.0
    • @backstage/backend-tasks@0.5.8-next.3
    • @backstage/plugin-catalog-node@1.4.4-next.3

@backstage/plugin-catalog-backend-module-msgraph@0.5.10-next.3

Patch Changes

  • 71114ac50e02: The export for the new backend system has been moved to be the default export.

    For example, if you are currently importing the plugin using the following pattern:

    import { examplePlugin } from '@backstage/plugin-example-backend';
    
    backend.add(examplePlugin);

    It should be migrated to this:

    backend.add(import('@backstage/plugin-example-backend'));
  • Updated dependencies

    • @backstage/catalog-model@1.4.2-next.2
    • @backstage/config@1.1.0-next.2
    • @backstage/plugin-catalog-common@1.0.16-next.2
    • @backstage/backend-plugin-api@0.6.3-next.3
    • @backstage/backend-common@0.19.5-next.3
    • @backstage/backend-tasks@0.5.8-next.3
    • @backstage/plugin-catalog-node@1.4.4-next.3

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

Patch Changes

  • Updated dependencies
    • @backstage/plugin-catalog-backend@1.13.0-next.3
    • @backstage/catalog-model@1.4.2-next.2
    • @backstage/config@1.1.0-next.2
    • @backstage/integration@1.7.0-next.3
    • @backstage/plugin-catalog-common@1.0.16-next.2
    • @backstage/types@1.1.1-next.0
    • @backstage/backend-common@0.19.5-next.3
    • @backstage/plugin-catalog-node@1.4.4-next.3

@backstage/plugin-catalog-backend-module-puppetdb@0.1.8-next.3

Patch Changes

  • 71114ac50e02: The export for the new backend system has been moved to be the default export.

    For example, if you are currently importing the plugin using the following pattern:

    import { examplePlugin } from '@backstage/plugin-example-backend';
    
    backend.add(examplePlugin);

    It should be migrated to this:

    backend.add(import('@backstage/plugin-example-backend'));
  • Updated dependencies

    • @backstage/catalog-model@1.4.2-next.2
    • @backstage/config@1.1.0-next.2
    • @backstage/errors@1.2.2-next.0
    • @backstage/types@1.1.1-next.0
    • @backstage/backend-plugin-api@0.6.3-next.3
    • @backstage/backend-common@0.19.5-next.3
    • @backstage/backend-tasks@0.5.8-next.3
    • @backstage/plugin-catalog-node@1.4.4-next.3

@backstage/plugin-catalog-common@1.0.16-next.2

Patch Changes

  • 406b786a2a2c: Mark package as being free of side effects, allowing more optimized Webpack builds.
  • Updated dependencies
    • @backstage/catalog-model@1.4.2-next.2
    • @backstage/plugin-permission-common@0.7.8-next.2
    • @backstage/plugin-search-common@1.2.6-next.2

@backstage/plugin-catalog-graph@0.2.36-next.3

Patch Changes

  • 406b786a2a2c: Mark package as being free of side effects, allowing more optimized Webpack builds.
  • Updated dependencies
    • @backstage/catalog-client@1.4.4-next.2
    • @backstage/catalog-model@1.4.2-next.2
    • @backstage/core-components@0.13.5-next.3
    • @backstage/core-plugin-api@1.6.0-next.3
    • @backstage/plugin-catalog-react@1.8.4-next.3
    • @backstage/theme@0.4.2-next.0
    • @backstage/types@1.1.1-next.0

@backstage/plugin-catalog-graphql@0.3.23-next.2

Patch Changes

  • Updated dependencies
    • @backstage/catalog-model@1.4.2-next.2
    • @backstage/config@1.1.0-next.2
    • @backstage/types@1.1.1-next.0

@backstage/plugin-catalog-import@0.9.14-next.3

Patch Changes

  • 406b786a2a2c: Mark package as being free of side effects, allowing more optimized Webpack builds.
  • Updated dependencies
    • @backstage/catalog-client@1.4.4-next.2
    • @backstage/catalog-model@1.4.2-next.2
    • @backstage/config@1.1.0-next.2
    • @backstage/core-components@0.13.5-next.3
    • @backstage/core-plugin-api@1.6.0-next.3
    • @backstage/errors@1.2.2-next.0
    • @backstage/integration@1.7.0-next.3
    • @backstage/integration-react@1.1.19-next.3
    • @backstage/plugin-catalog-common@1.0.16-next.2
    • @backstage/plugin-catalog-react@1.8.4-next.3

@backstage/plugin-catalog-node@1.4.4-next.3

Patch Changes

  • Updated dependencies
    • @backstage/catalog-client@1.4.4-next.2
    • @backstage/catalog-model@1.4.2-next.2
    • @backstage/errors@1.2.2-next.0
    • @backstage/plugin-catalog-common@1.0.16-next.2
    • @backstage/types@1.1.1-next.0
    • @backstage/backend-plugin-api@0.6.3-next.3

@backstage/plugin-catalog-react@1.8.4-next.3

Patch Changes

  • 406b786a2a2c: Mark package as being free of side effects, allowing more optimized Webpack builds.
  • Updated dependencies
    • @backstage/catalog-client@1.4.4-next.2
    • @backstage/catalog-model@1.4.2-next.2
    • @backstage/core-components@0.13.5-next.3
    • @backstage/core-plugin-api@1.6.0-next.3
    • @backstage/errors@1.2.2-next.0
    • @backstage/integration@1.7.0-next.3
    • @backstage/plugin-catalog-common@1.0.16-next.2
    • @backstage/plugin-permission-common@0.7.8-next.2
    • @backstage/plugin-permission-react@0.4.15-next.3
    • @backstage/theme@0.4.2-next.0
    • @backstage/types@1.1.1-next.0
    • @backstage/version-bridge@1.0.5-next.0

@backstage/plugin-catalog-unprocessed-entities@0.1.3-next.3

Patch Changes

  • 406b786a2a2c: Mark package as being free of side effects, allowing more optimized Webpack builds.
  • Updated dependencies
    • @backstage/catalog-model@1.4.2-next.2
    • @backstage/core-components@0.13.5-next.3
    • @backstage/core-plugin-api@1.6.0-next.3
    • @backstage/errors@1.2.2-next.0
    • @backstage/theme@0.4.2-next.0

@backstage/plugin-cicd-statistics@0.1.26-next.3

Patch Changes

  • 406b786a2a2c: Mark package as being free of side effects, allowing more optimized Webpack builds.
  • Updated dependencies
    • @backstage/catalog-model@1.4.2-next.2
    • @backstage/core-plugin-api@1.6.0-next.3
    • @backstage/plugin-catalog-react@1.8.4-next.3

@backstage/plugin-cicd-statistics-module-gitlab@0.1.20-next.3

Patch Changes

  • 406b786a2a2c: Mark package as being free of side effects, allowing more optimized Webpack builds.
  • Updated dependencies
    • @backstage/catalog-model@1.4.2-next.2
    • @backstage/core-plugin-api@1.6.0-next.3
    • @backstage/plugin-cicd-statistics@0.1.26-next.3

@backstage/plugin-circleci@0.3.24-next.3

Patch Changes

  • 406b786a2a2c: Mark package as being free of side effects, allowing more optimized Webpack builds.
  • Updated dependencies
    • @backstage/catalog-model@1.4.2-next.2
    • @backstage/core-components@0.13.5-next.3
    • @backstage/core-plugin-api@1.6.0-next.3
    • @backstage/plugin-catalog-react@1.8.4-next.3
    • @backstage/theme@0.4.2-next.0

@backstage/plugin-cloudbuild@0.3.24-next.3

Patch Changes

  • 406b786a2a2c: Mark package as being free of side effects, allowing more optimized Webpack builds.
  • Updated dependencies
    • @backstage/catalog-model@1.4.2-next.2
    • @backstage/core-components@0.13.5-next.3
    • @backstage/core-plugin-api@1.6.0-next.3
    • @backstage/plugin-catalog-react@1.8.4-next.3
    • @backstage/theme@0.4.2-next.0

@backstage/plugin-code-climate@0.1.24-next.3

Patch Changes

  • 406b786a2a2c: Mark package as being free of side effects, allowing more optimized Webpack builds.
  • Updated dependencies
    • @backstage/catalog-model@1.4.2-next.2
    • @backstage/core-components@0.13.5-next.3
    • @backstage/core-plugin-api@1.6.0-next.3
    • @backstage/plugin-catalog-react@1.8.4-next.3
    • @backstage/theme@0.4.2-next.0

@backstage/plugin-code-coverage@0.2.17-next.3

Patch Changes

  • 406b786a2a2c: Mark package as being free of side effects, allowing more optimized Webpack builds.
  • Updated dependencies
    • @backstage/catalog-model@1.4.2-next.2
    • @backstage/config@1.1.0-next.2
    • @backstage/core-components@0.13.5-next.3
    • @backstage/core-plugin-api@1.6.0-next.3
    • @backstage/errors@1.2.2-next.0
    • @backstage/plugin-catalog-react@1.8.4-next.3
    • @backstage/theme@0.4.2-next.0

@backstage/plugin-code-coverage-backend@0.2.17-next.3

Patch Changes

  • Updated dependencies
    • @backstage/catalog-client@1.4.4-next.2
    • @backstage/catalog-model@1.4.2-next.2
    • @backstage/config@1.1.0-next.2
    • @backstage/errors@1.2.2-next.0
    • @backstage/integration@1.7.0-next.3
    • @backstage/backend-common@0.19.5-next.3
    • @backstage/plugin-auth-node@0.3.0-next.3

@backstage/plugin-codescene@0.1.17-next.3

Patch Changes

  • 406b786a2a2c: Mark package as being free of side effects, allowing more optimized Webpack builds.
  • Updated dependencies
    • @backstage/config@1.1.0-next.2
    • @backstage/core-components@0.13.5-next.3
    • @backstage/core-plugin-api@1.6.0-next.3
    • @backstage/errors@1.2.2-next.0
    • @backstage/theme@0.4.2-next.0

@backstage/plugin-config-schema@0.1.45-next.3

Patch Changes

  • 406b786a2a2c: Mark package as being free of side effects, allowing more optimized Webpack builds.
  • Updated dependencies
    • @backstage/config@1.1.0-next.2
    • @backstage/core-components@0.13.5-next.3
    • @backstage/core-plugin-api@1.6.0-next.3
    • @backstage/errors@1.2.2-next.0
    • @backstage/theme@0.4.2-next.0
    • @backstage/types@1.1.1-next.0

@backstage/plugin-cost-insights@0.12.13-next.3

Patch Changes

  • 406b786a2a2c: Mark package as being free of side effects, allowing more optimized Webpack builds.
  • Updated dependencies
    • @backstage/catalog-model@1.4.2-next.2
    • @backstage/config@1.1.0-next.2
    • @backstage/core-components@0.13.5-next.3
    • @backstage/core-plugin-api@1.6.0-next.3
    • @backstage/plugin-catalog-react@1.8.4-next.3
    • @backstage/plugin-cost-insights-common@0.1.2-next.0
    • @backstage/theme@0.4.2-next.0

@backstage/plugin-cost-insights-common@0.1.2-next.0

Patch Changes

  • 406b786a2a2c: Mark package as being free of side effects, allowing more optimized Webpack builds.

@backstage/plugin-devtools@0.1.4-next.3

Patch Changes

  • 406b786a2a2c: Mark package as being free of side effects, allowing more optimized Webpack builds.
  • Updated dependencies
    • @backstage/core-components@0.13.5-next.3
    • @backstage/core-plugin-api@1.6.0-next.3
    • @backstage/errors@1.2.2-next.0
    • @backstage/plugin-devtools-common@0.1.4-next.2
    • @backstage/plugin-permission-react@0.4.15-next.3
    • @backstage/theme@0.4.2-next.0
    • @backstage/types@1.1.1-next.0

@backstage/plugin-devtools-common@0.1.4-next.2

Patch Changes

  • 406b786a2a2c: Mark package as being free of side effects, allowing more optimized Webpack builds.
  • Updated dependencies
    • @backstage/plugin-permission-common@0.7.8-next.2
    • @backstage/types@1.1.1-next.0

@backstage/plugin-dynatrace@7.0.4-next.3

Patch Changes

  • 406b786a2a2c: Mark package as being free of side effects, allowing more optimized Webpack builds.
  • Updated dependencies
    • @backstage/catalog-model@1.4.2-next.2
    • @backstage/core-components@0.13.5-next.3
    • @backstage/core-plugin-api@1.6.0-next.3
    • @backstage/plugin-catalog-react@1.8.4-next.3
    • @backstage/theme@0.4.2-next.0

@backstage/plugin-entity-feedback@0.2.7-next.3

Patch Changes

  • 406b786a2a2c: Mark package as being free of side effects, allowing more optimized Webpack builds.
  • Updated dependencies
    • @backstage/catalog-model@1.4.2-next.2
    • @backstage/core-components@0.13.5-next.3
    • @backstage/core-plugin-api@1.6.0-next.3
    • @backstage/errors@1.2.2-next.0
    • @backstage/plugin-catalog-react@1.8.4-next.3
    • @backstage/plugin-entity-feedback-common@0.1.3-next.0
    • @backstage/theme@0.4.2-next.0

@backstage/plugin-entity-feedback-common@0.1.3-next.0

Patch Changes

  • 406b786a2a2c: Mark package as being free of side effects, allowing more optimized Webpack builds.

@backstage/plugin-entity-validation@0.1.9-next.3

Patch Changes

  • 406b786a2a2c: Mark package as being free of side effects, allowing more optimized Webpack builds.
  • Updated dependencies
    • @backstage/catalog-client@1.4.4-next.2
    • @backstage/catalog-model@1.4.2-next.2
    • @backstage/core-components@0.13.5-next.3
    • @backstage/core-plugin-api@1.6.0-next.3
    • @backstage/errors@1.2.2-next.0
    • @backstage/plugin-catalog-common@1.0.16-next.2
    • @backstage/plugin-catalog-react@1.8.4-next.3
    • @backstage/theme@0.4.2-next.0

@backstage/plugin-events-backend@0.2.12-next.3

Patch Changes

  • 71114ac50e02: The export for the new backend system has been moved to be the default export.

    For example, if you are currently importing the plugin using the following pattern:

    import { examplePlugin } from '@backstage/plugin-example-backend';
    
    backend.add(examplePlugin);

    It should be migrated to this:

    backend.add(import('@backstage/plugin-example-backend'));
  • Updated dependencies

    • @backstage/config@1.1.0-next.2
    • @backstage/backend-plugin-api@0.6.3-next.3
    • @backstage/backend-common@0.19.5-next.3
    • @backstage/plugin-events-node@0.2.12-next.3

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

Patch Changes

  • 71114ac50e02: The export for the new backend system has been moved to be the default export.

    For example, if you are currently importing the plugin using the following pattern:

    import { examplePlugin } from '@backstage/plugin-example-backend';
    
    backend.add(examplePlugin);

    It should be migrated to this:

    backend.add(import('@backstage/plugin-example-backend'));
  • Updated dependencies

    • @backstage/config@1.1.0-next.2
    • @backstage/types@1.1.1-next.0
    • @backstage/backend-plugin-api@0.6.3-next.3
    • @backstage/backend-common@0.19.5-next.3
    • @backstage/backend-tasks@0.5.8-next.3
    • @backstage/plugin-events-node@0.2.12-next.3

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

Patch Changes

  • Updated dependencies
    • @backstage/backend-plugin-api@0.6.3-next.3
    • @backstage/plugin-events-node@0.2.12-next.3

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

Patch Changes

  • Updated dependencies
    • @backstage/backend-plugin-api@0.6.3-next.3
    • @backstage/plugin-events-node@0.2.12-next.3

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

Patch Changes

  • Updated dependencies
    • @backstage/backend-plugin-api@0.6.3-next.3
    • @backstage/plugin-events-node@0.2.12-next.3

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

Patch Changes

  • Updated dependencies
    • @backstage/config@1.1.0-next.2
    • @backstage/backend-plugin-api@0.6.3-next.3
    • @backstage/plugin-events-node@0.2.12-next.3

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

Patch Changes

  • Updated dependencies
    • @backstage/config@1.1.0-next.2
    • @backstage/backend-plugin-api@0.6.3-next.3
    • @backstage/plugin-events-node@0.2.12-next.3

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

Patch Changes

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

@backstage/plugin-events-node@0.2.12-next.3

Patch Changes

  • Updated dependencies
    • @backstage/backend-plugin-api@0.6.3-next.3

@backstage/plugin-explore@0.4.10-next.3

Patch Changes

  • 406b786a2a2c: Mark package as being free of side effects, allowing more optimized Webpack builds.
  • Updated dependencies
    • @backstage/catalog-model@1.4.2-next.2
    • @backstage/core-components@0.13.5-next.3
    • @backstage/core-plugin-api@1.6.0-next.3
    • @backstage/errors@1.2.2-next.0
    • @backstage/plugin-catalog-react@1.8.4-next.3
    • @backstage/plugin-explore-common@0.0.2-next.0
    • @backstage/plugin-explore-react@0.0.31-next.3
    • @backstage/plugin-search-common@1.2.6-next.2
    • @backstage/plugin-search-react@1.7.0-next.3
    • @backstage/theme@0.4.2-next.0

@backstage/plugin-explore-backend@0.0.13-next.3

Patch Changes

  • Updated dependencies
    • @backstage/plugin-search-backend-module-explore@0.1.7-next.3
    • @backstage/config@1.1.0-next.2
    • @backstage/plugin-explore-common@0.0.2-next.0
    • @backstage/plugin-search-common@1.2.6-next.2
    • @backstage/types@1.1.1-next.0
    • @backstage/backend-common@0.19.5-next.3

@backstage/plugin-explore-common@0.0.2-next.0

Patch Changes

  • 406b786a2a2c: Mark package as being free of side effects, allowing more optimized Webpack builds.

@backstage/plugin-explore-react@0.0.31-next.3

Patch Changes

  • 406b786a2a2c: Mark package as being free of side effects, allowing more optimized Webpack builds.
  • Updated dependencies
    • @backstage/core-plugin-api@1.6.0-next.3
    • @backstage/plugin-explore-common@0.0.2-next.0

@backstage/plugin-firehydrant@0.2.8-next.3

Patch Changes

  • 406b786a2a2c: Mark package as being free of side effects, allowing more optimized Webpack builds.
  • Updated dependencies
    • @backstage/catalog-model@1.4.2-next.2
    • @backstage/core-components@0.13.5-next.3
    • @backstage/core-plugin-api@1.6.0-next.3
    • @backstage/plugin-catalog-react@1.8.4-next.3
    • @backstage/theme@0.4.2-next.0

@backstage/plugin-fossa@0.2.56-next.3

Patch Changes

  • 406b786a2a2c: Mark package as being free of side effects, allowing more optimized Webpack builds.
  • Updated dependencies
    • @backstage/catalog-model@1.4.2-next.2
    • @backstage/core-components@0.13.5-next.3
    • @backstage/core-plugin-api@1.6.0-next.3
    • @backstage/errors@1.2.2-next.0
    • @backstage/plugin-catalog-react@1.8.4-next.3
    • @backstage/theme@0.4.2-next.0

@backstage/plugin-gcalendar@0.3.18-next.3

Patch Changes

  • 406b786a2a2c: Mark package as being free of side effects, allowing more optimized Webpack builds.
  • Updated dependencies
    • @backstage/core-components@0.13.5-next.3
    • @backstage/core-plugin-api@1.6.0-next.3
    • @backstage/errors@1.2.2-next.0
    • @backstage/theme@0.4.2-next.0

@backstage/plugin-gcp-projects@0.3.41-next.3

Patch Changes

  • 406b786a2a2c: Mark package as being free of side effects, allowing more optimized Webpack builds.
  • Updated dependencies
    • @backstage/core-components@0.13.5-next.3
    • @backstage/core-plugin-api@1.6.0-next.3
    • @backstage/theme@0.4.2-next.0

@backstage/plugin-git-release-manager@0.3.37-next.3

Patch Changes

  • 406b786a2a2c: Mark package as being free of side effects, allowing more optimized Webpack builds.
  • Updated dependencies
    • @backstage/core-components@0.13.5-next.3
    • @backstage/core-plugin-api@1.6.0-next.3
    • @backstage/integration@1.7.0-next.3
    • @backstage/theme@0.4.2-next.0

@backstage/plugin-github-actions@0.6.5-next.3

Patch Changes

  • 406b786a2a2c: Mark package as being free of side effects, allowing more optimized Webpack builds.
  • Updated dependencies
    • @backstage/catalog-model@1.4.2-next.2
    • @backstage/core-components@0.13.5-next.3
    • @backstage/core-plugin-api@1.6.0-next.3
    • @backstage/integration@1.7.0-next.3
    • @backstage/integration-react@1.1.19-next.3
    • @backstage/plugin-catalog-react@1.8.4-next.3
    • @backstage/theme@0.4.2-next.0

@backstage/plugin-github-deployments@0.1.55-next.3

Patch Changes

  • 406b786a2a2c: Mark package as being free of side effects, allowing more optimized Webpack builds.
  • Updated dependencies
    • @backstage/catalog-model@1.4.2-next.2
    • @backstage/core-components@0.13.5-next.3
    • @backstage/core-plugin-api@1.6.0-next.3
    • @backstage/errors@1.2.2-next.0
    • @backstage/integration@1.7.0-next.3
    • @backstage/integration-react@1.1.19-next.3
    • @backstage/plugin-catalog-react@1.8.4-next.3
    • @backstage/theme@0.4.2-next.0

@backstage/plugin-github-issues@0.2.13-next.3

Patch Changes

  • 406b786a2a2c: Mark package as being free of side effects, allowing more optimized Webpack builds.
  • Updated dependencies
    • @backstage/catalog-model@1.4.2-next.2
    • @backstage/core-components@0.13.5-next.3
    • @backstage/core-plugin-api@1.6.0-next.3
    • @backstage/errors@1.2.2-next.0
    • @backstage/integration@1.7.0-next.3
    • @backstage/plugin-catalog-react@1.8.4-next.3
    • @backstage/theme@0.4.2-next.0

@backstage/plugin-github-pull-requests-board@0.1.18-next.3

Patch Changes

  • 406b786a2a2c: Mark package as being free of side effects, allowing more optimized Webpack builds.
  • Updated dependencies
    • @backstage/catalog-model@1.4.2-next.2
    • @backstage/core-components@0.13.5-next.3
    • @backstage/core-plugin-api@1.6.0-next.3
    • @backstage/integration@1.7.0-next.3
    • @backstage/plugin-catalog-react@1.8.4-next.3
    • @backstage/theme@0.4.2-next.0

@backstage/plugin-gitops-profiles@0.3.40-next.3

Patch Changes

  • 406b786a2a2c: Mark package as being free of side effects, allowing more optimized Webpack builds.
  • Updated dependencies
    • @backstage/config@1.1.0-next.2
    • @backstage/core-components@0.13.5-next.3
    • @backstage/core-plugin-api@1.6.0-next.3
    • @backstage/theme@0.4.2-next.0

@backstage/plugin-gocd@0.1.30-next.3

Patch Changes

  • 406b786a2a2c: Mark package as being free of side effects, allowing more optimized Webpack builds.
  • Updated dependencies
    • @backstage/catalog-model@1.4.2-next.2
    • @backstage/core-components@0.13.5-next.3
    • @backstage/core-plugin-api@1.6.0-next.3
    • @backstage/errors@1.2.2-next.0
    • @backstage/plugin-catalog-react@1.8.4-next.3
    • @backstage/theme@0.4.2-next.0

@backstage/plugin-graphiql@0.2.54-next.3

Patch Changes

  • cf950c3b6eab: Added experimental exports for the new frontend system under /alpha.
  • 406b786a2a2c: Mark package as being free of side effects, allowing more optimized Webpack builds.
  • Updated dependencies
    • @backstage/frontend-plugin-api@0.1.0-next.0
    • @backstage/core-components@0.13.5-next.3
    • @backstage/core-plugin-api@1.6.0-next.3
    • @backstage/theme@0.4.2-next.0

@backstage/plugin-graphql-backend@0.1.41-next.3

Patch Changes

  • Updated dependencies
    • @backstage/config@1.1.0-next.2
    • @backstage/backend-common@0.19.5-next.3
    • @backstage/plugin-catalog-graphql@0.3.23-next.2

@backstage/plugin-graphql-voyager@0.1.7-next.3

Patch Changes

  • 406b786a2a2c: Mark package as being free of side effects, allowing more optimized Webpack builds.
  • Updated dependencies
    • @backstage/core-components@0.13.5-next.3
    • @backstage/core-plugin-api@1.6.0-next.3
    • @backstage/theme@0.4.2-next.0

@backstage/plugin-home@0.5.8-next.3

Patch Changes

  • 2bc96ce69eea: Fixed a bug where customizable home page cards would render missing their normal borders.
  • 406b786a2a2c: Mark package as being free of side effects, allowing more optimized Webpack builds.
  • b16c341ced45: Updated dependency @rjsf/utils to 5.13.0. Updated dependency @rjsf/core-v5 to npm:@rjsf/core@5.13.0. Updated dependency @rjsf/material-ui-v5 to npm:@rjsf/material-ui@5.13.0. Updated dependency @rjsf/validator-ajv8 to 5.13.0.
  • Updated dependencies
    • @backstage/catalog-model@1.4.2-next.2
    • @backstage/config@1.1.0-next.2
    • @backstage/core-components@0.13.5-next.3
    • @backstage/core-plugin-api@1.6.0-next.3
    • @backstage/plugin-catalog-react@1.8.4-next.3
    • @backstage/plugin-home-react@0.1.3-next.3
    • @backstage/theme@0.4.2-next.0

@backstage/plugin-home-react@0.1.3-next.3

Patch Changes

  • 406b786a2a2c: Mark package as being free of side effects, allowing more optimized Webpack builds.
  • b16c341ced45: Updated dependency @rjsf/utils to 5.13.0. Updated dependency @rjsf/core-v5 to npm:@rjsf/core@5.13.0. Updated dependency @rjsf/material-ui-v5 to npm:@rjsf/material-ui@5.13.0. Updated dependency @rjsf/validator-ajv8 to 5.13.0.
  • Updated dependencies
    • @backstage/core-components@0.13.5-next.3
    • @backstage/core-plugin-api@1.6.0-next.3

@backstage/plugin-ilert@0.2.13-next.3

Patch Changes

  • 406b786a2a2c: Mark package as being free of side effects, allowing more optimized Webpack builds.
  • Updated dependencies
    • @backstage/catalog-model@1.4.2-next.2
    • @backstage/core-components@0.13.5-next.3
    • @backstage/core-plugin-api@1.6.0-next.3
    • @backstage/errors@1.2.2-next.0
    • @backstage/plugin-catalog-react@1.8.4-next.3
    • @backstage/theme@0.4.2-next.0

@backstage/plugin-jenkins@0.8.6-next.3

Patch Changes

  • 406b786a2a2c: Mark package as being free of side effects, allowing more optimized Webpack builds.
  • Updated dependencies
    • @backstage/catalog-model@1.4.2-next.2
    • @backstage/core-components@0.13.5-next.3
    • @backstage/core-plugin-api@1.6.0-next.3
    • @backstage/errors@1.2.2-next.0
    • @backstage/plugin-catalog-react@1.8.4-next.3
    • @backstage/plugin-jenkins-common@0.1.19-next.2
    • @backstage/theme@0.4.2-next.0

@backstage/plugin-jenkins-backend@0.2.6-next.3

Patch Changes

  • Updated dependencies
    • @backstage/catalog-client@1.4.4-next.2
    • @backstage/catalog-model@1.4.2-next.2
    • @backstage/config@1.1.0-next.2
    • @backstage/errors@1.2.2-next.0
    • @backstage/plugin-jenkins-common@0.1.19-next.2
    • @backstage/plugin-permission-common@0.7.8-next.2
    • @backstage/plugin-permission-node@0.7.14-next.3
    • @backstage/backend-common@0.19.5-next.3
    • @backstage/plugin-auth-node@0.3.0-next.3

@backstage/plugin-jenkins-common@0.1.19-next.2

Patch Changes

  • 406b786a2a2c: Mark package as being free of side effects, allowing more optimized Webpack builds.
  • Updated dependencies
    • @backstage/plugin-catalog-common@1.0.16-next.2
    • @backstage/plugin-permission-common@0.7.8-next.2

@backstage/plugin-kafka@0.3.24-next.3

Patch Changes

  • 406b786a2a2c: Mark package as being free of side effects, allowing more optimized Webpack builds.
  • Updated dependencies
    • @backstage/catalog-model@1.4.2-next.2
    • @backstage/config@1.1.0-next.2
    • @backstage/core-components@0.13.5-next.3
    • @backstage/core-plugin-api@1.6.0-next.3
    • @backstage/plugin-catalog-react@1.8.4-next.3
    • @backstage/theme@0.4.2-next.0

@backstage/plugin-kubernetes@0.10.3-next.3

Patch Changes

  • 7032c214f3b4: Add pod exec terminal to Container Card
  • 406b786a2a2c: Mark package as being free of side effects, allowing more optimized Webpack builds.
  • Updated dependencies
    • @backstage/catalog-model@1.4.2-next.2
    • @backstage/config@1.1.0-next.2
    • @backstage/core-components@0.13.5-next.3
    • @backstage/core-plugin-api@1.6.0-next.3
    • @backstage/errors@1.2.2-next.0
    • @backstage/plugin-catalog-react@1.8.4-next.3
    • @backstage/plugin-kubernetes-common@0.6.6-next.2
    • @backstage/theme@0.4.2-next.0

@backstage/plugin-kubernetes-backend@0.11.6-next.3

Patch Changes

  • 71114ac50e02: The export for the new backend system has been moved to be the default export.

    For example, if you are currently importing the plugin using the following pattern:

    import { examplePlugin } from '@backstage/plugin-example-backend';
    
    backend.add(examplePlugin);

    It should be migrated to this:

    backend.add(import('@backstage/plugin-example-backend'));
  • a8a614ba0d07: Minor package.json update.

  • Updated dependencies

    • @backstage/catalog-client@1.4.4-next.2
    • @backstage/catalog-model@1.4.2-next.2
    • @backstage/config@1.1.0-next.2
    • @backstage/errors@1.2.2-next.0
    • @backstage/plugin-kubernetes-common@0.6.6-next.2
    • @backstage/plugin-permission-common@0.7.8-next.2
    • @backstage/types@1.1.1-next.0
    • @backstage/plugin-permission-node@0.7.14-next.3
    • @backstage/backend-plugin-api@0.6.3-next.3
    • @backstage/backend-common@0.19.5-next.3
    • @backstage/integration-aws-node@0.1.6-next.2
    • @backstage/plugin-auth-node@0.3.0-next.3
    • @backstage/plugin-catalog-node@1.4.4-next.3

@backstage/plugin-kubernetes-common@0.6.6-next.2

Patch Changes

  • 406b786a2a2c: Mark package as being free of side effects, allowing more optimized Webpack builds.
  • Updated dependencies
    • @backstage/catalog-model@1.4.2-next.2
    • @backstage/plugin-permission-common@0.7.8-next.2

@backstage/plugin-lighthouse@0.4.9-next.3

Patch Changes

  • 406b786a2a2c: Mark package as being free of side effects, allowing more optimized Webpack builds.
  • Updated dependencies
    • @backstage/catalog-model@1.4.2-next.2
    • @backstage/config@1.1.0-next.2
    • @backstage/core-components@0.13.5-next.3
    • @backstage/core-plugin-api@1.6.0-next.3
    • @backstage/plugin-catalog-react@1.8.4-next.3
    • @backstage/plugin-lighthouse-common@0.1.3-next.2
    • @backstage/theme@0.4.2-next.0

@backstage/plugin-lighthouse-common@0.1.3-next.2

Patch Changes

  • 406b786a2a2c: Mark package as being free of side effects, allowing more optimized Webpack builds.
  • Updated dependencies
    • @backstage/config@1.1.0-next.2

@backstage/plugin-linguist@0.1.9-next.3

Patch Changes

  • 406b786a2a2c: Mark package as being free of side effects, allowing more optimized Webpack builds.
  • Updated dependencies
    • @backstage/catalog-model@1.4.2-next.2
    • @backstage/core-components@0.13.5-next.3
    • @backstage/core-plugin-api@1.6.0-next.3
    • @backstage/errors@1.2.2-next.0
    • @backstage/plugin-catalog-react@1.8.4-next.3
    • @backstage/plugin-linguist-common@0.1.2-next.0
    • @backstage/theme@0.4.2-next.0

@backstage/plugin-linguist-common@0.1.2-next.0

Patch Changes

  • 406b786a2a2c: Mark package as being free of side effects, allowing more optimized Webpack builds.

@backstage/plugin-microsoft-calendar@0.1.7-next.3

Patch Changes

  • 406b786a2a2c: Mark package as being free of side effects, allowing more optimized Webpack builds.
  • Updated dependencies
    • @backstage/core-components@0.13.5-next.3
    • @backstage/core-plugin-api@1.6.0-next.3
    • @backstage/errors@1.2.2-next.0
    • @backstage/theme@0.4.2-next.0

@backstage/plugin-newrelic@0.3.40-next.3

Patch Changes

  • 406b786a2a2c: Mark package as being free of side effects, allowing more optimized Webpack builds.
  • 55cb7061e072: Fixed bug in NewRelicComponent component where table would not sort correctly for numerical values.
  • Updated dependencies
    • @backstage/core-components@0.13.5-next.3
    • @backstage/core-plugin-api@1.6.0-next.3
    • @backstage/theme@0.4.2-next.0

@backstage/plugin-newrelic-dashboard@0.2.17-next.3

Patch Changes

  • 406b786a2a2c: Mark package as being free of side effects, allowing more optimized Webpack builds.
  • Updated dependencies
    • @backstage/catalog-model@1.4.2-next.2
    • @backstage/core-components@0.13.5-next.3
    • @backstage/core-plugin-api@1.6.0-next.3
    • @backstage/errors@1.2.2-next.0
    • @backstage/plugin-catalog-react@1.8.4-next.3

@backstage/plugin-nomad@0.1.5-next.3

Patch Changes

  • 406b786a2a2c: Mark package as being free of side effects, allowing more optimized Webpack builds.
  • Updated dependencies
    • @backstage/catalog-model@1.4.2-next.2
    • @backstage/config@1.1.0-next.2
    • @backstage/core-components@0.13.5-next.3
    • @backstage/core-plugin-api@1.6.0-next.3
    • @backstage/plugin-catalog-react@1.8.4-next.3
    • @backstage/theme@0.4.2-next.0

@backstage/plugin-nomad-backend@0.1.5-next.3

Patch Changes

  • Updated dependencies
    • @backstage/config@1.1.0-next.2
    • @backstage/errors@1.2.2-next.0
    • @backstage/backend-common@0.19.5-next.3

@backstage/plugin-octopus-deploy@0.2.6-next.3

Patch Changes

  • 406b786a2a2c: Mark package as being free of side effects, allowing more optimized Webpack builds.
  • Updated dependencies
    • @backstage/catalog-model@1.4.2-next.2
    • @backstage/core-components@0.13.5-next.3
    • @backstage/core-plugin-api@1.6.0-next.3
    • @backstage/plugin-catalog-react@1.8.4-next.3
    • @backstage/theme@0.4.2-next.0

@backstage/plugin-opencost@0.2.0-next.3

Patch Changes

  • 406b786a2a2c: Mark package as being free of side effects, allowing more optimized Webpack builds.
  • Updated dependencies
    • @backstage/core-components@0.13.5-next.3
    • @backstage/core-plugin-api@1.6.0-next.3
    • @backstage/theme@0.4.2-next.0

@backstage/plugin-org@0.6.14-next.3

Patch Changes

  • 406b786a2a2c: Mark package as being free of side effects, allowing more optimized Webpack builds.
  • Updated dependencies
    • @backstage/catalog-model@1.4.2-next.2
    • @backstage/core-components@0.13.5-next.3
    • @backstage/core-plugin-api@1.6.0-next.3
    • @backstage/plugin-catalog-react@1.8.4-next.3
    • @backstage/theme@0.4.2-next.0

@backstage/plugin-org-react@0.1.13-next.3

Patch Changes

  • 406b786a2a2c: Mark package as being free of side effects, allowing more optimized Webpack builds.
  • Updated dependencies
    • @backstage/catalog-client@1.4.4-next.2
    • @backstage/catalog-model@1.4.2-next.2
    • @backstage/core-components@0.13.5-next.3
    • @backstage/core-plugin-api@1.6.0-next.3
    • @backstage/plugin-catalog-react@1.8.4-next.3
    • @backstage/theme@0.4.2-next.0

@backstage/plugin-pagerduty@0.6.5-next.3

Patch Changes

  • 406b786a2a2c: Mark package as being free of side effects, allowing more optimized Webpack builds.
  • Updated dependencies
    • @backstage/catalog-model@1.4.2-next.2
    • @backstage/core-components@0.13.5-next.3
    • @backstage/core-plugin-api@1.6.0-next.3
    • @backstage/errors@1.2.2-next.0
    • @backstage/plugin-catalog-react@1.8.4-next.3
    • @backstage/plugin-home-react@0.1.3-next.3
    • @backstage/theme@0.4.2-next.0

@backstage/plugin-periskop@0.1.22-next.3

Patch Changes

  • 406b786a2a2c: Mark package as being free of side effects, allowing more optimized Webpack builds.
  • Updated dependencies
    • @backstage/catalog-model@1.4.2-next.2
    • @backstage/core-components@0.13.5-next.3
    • @backstage/core-plugin-api@1.6.0-next.3
    • @backstage/errors@1.2.2-next.0
    • @backstage/plugin-catalog-react@1.8.4-next.3
    • @backstage/theme@0.4.2-next.0

@backstage/plugin-permission-backend@0.5.26-next.3

Patch Changes

  • 71114ac50e02: The export for the new backend system has been moved to be the default export.

    For example, if you are currently importing the plugin using the following pattern:

    import { examplePlugin } from '@backstage/plugin-example-backend';
    
    backend.add(examplePlugin);

    It should be migrated to this:

    backend.add(import('@backstage/plugin-example-backend'));
  • a8a614ba0d07: Minor package.json update.

  • Updated dependencies

    • @backstage/config@1.1.0-next.2
    • @backstage/errors@1.2.2-next.0
    • @backstage/plugin-permission-common@0.7.8-next.2
    • @backstage/plugin-permission-node@0.7.14-next.3
    • @backstage/backend-plugin-api@0.6.3-next.3
    • @backstage/backend-common@0.19.5-next.3
    • @backstage/plugin-auth-node@0.3.0-next.3

@backstage/plugin-permission-backend-module-allow-all-policy@0.1.0-next.1

Patch Changes

  • 71114ac50e02: The export for the new backend system has been moved to be the default export.

    For example, if you are currently importing the plugin using the following pattern:

    import { examplePlugin } from '@backstage/plugin-example-backend';
    
    backend.add(examplePlugin);

    It should be migrated to this:

    backend.add(import('@backstage/plugin-example-backend'));
  • Updated dependencies

    • @backstage/plugin-permission-common@0.7.8-next.2
    • @backstage/plugin-permission-node@0.7.14-next.3
    • @backstage/backend-plugin-api@0.6.3-next.3
    • @backstage/backend-common@0.19.5-next.3
    • @backstage/plugin-auth-node@0.3.0-next.3

@backstage/plugin-permission-common@0.7.8-next.2

Patch Changes

  • 406b786a2a2c: Mark package as being free of side effects, allowing more optimized Webpack builds.
  • Updated dependencies
    • @backstage/config@1.1.0-next.2
    • @backstage/errors@1.2.2-next.0
    • @backstage/types@1.1.1-next.0

@backstage/plugin-permission-node@0.7.14-next.3

Patch Changes

  • a8a614ba0d07: Minor package.json update.
  • Updated dependencies
    • @backstage/config@1.1.0-next.2
    • @backstage/errors@1.2.2-next.0
    • @backstage/plugin-permission-common@0.7.8-next.2
    • @backstage/backend-plugin-api@0.6.3-next.3
    • @backstage/backend-common@0.19.5-next.3
    • @backstage/plugin-auth-node@0.3.0-next.3

@backstage/plugin-permission-react@0.4.15-next.3

Patch Changes

  • 406b786a2a2c: Mark package as being free of side effects, allowing more optimized Webpack builds.
  • Updated dependencies
    • @backstage/config@1.1.0-next.2
    • @backstage/core-plugin-api@1.6.0-next.3
    • @backstage/plugin-permission-common@0.7.8-next.2

@backstage/plugin-playlist@0.1.16-next.3

Patch Changes

  • 406b786a2a2c: Mark package as being free of side effects, allowing more optimized Webpack builds.
  • 2f3215bbbffe: Fix a bug that led to errors being thrown in guest mode
  • fdbf215a8d8e: Fix the Ui style of the search bar
  • Updated dependencies
    • @backstage/catalog-model@1.4.2-next.2
    • @backstage/core-components@0.13.5-next.3
    • @backstage/core-plugin-api@1.6.0-next.3
    • @backstage/errors@1.2.2-next.0
    • @backstage/plugin-catalog-common@1.0.16-next.2
    • @backstage/plugin-catalog-react@1.8.4-next.3
    • @backstage/plugin-permission-common@0.7.8-next.2
    • @backstage/plugin-permission-react@0.4.15-next.3
    • @backstage/plugin-playlist-common@0.1.10-next.2
    • @backstage/plugin-search-react@1.7.0-next.3
    • @backstage/theme@0.4.2-next.0

@backstage/plugin-playlist-backend@0.3.7-next.3

Patch Changes

  • Updated dependencies
    • @backstage/catalog-client@1.4.4-next.2
    • @backstage/catalog-model@1.4.2-next.2
    • @backstage/config@1.1.0-next.2
    • @backstage/errors@1.2.2-next.0
    • @backstage/plugin-permission-common@0.7.8-next.2
    • @backstage/plugin-playlist-common@0.1.10-next.2
    • @backstage/plugin-permission-node@0.7.14-next.3
    • @backstage/backend-common@0.19.5-next.3
    • @backstage/plugin-auth-node@0.3.0-next.3

@backstage/plugin-playlist-common@0.1.10-next.2

Patch Changes

  • 406b786a2a2c: Mark package as being free of side effects, allowing more optimized Webpack builds.
  • Updated dependencies
    • @backstage/plugin-permission-common@0.7.8-next.2

@backstage/plugin-puppetdb@0.1.7-next.3

Patch Changes

  • 406b786a2a2c: Mark package as being free of side effects, allowing more optimized Webpack builds.
  • Updated dependencies
    • @backstage/catalog-model@1.4.2-next.2
    • @backstage/core-components@0.13.5-next.3
    • @backstage/core-plugin-api@1.6.0-next.3
    • @backstage/errors@1.2.2-next.0
    • @backstage/plugin-catalog-react@1.8.4-next.3
    • @backstage/theme@0.4.2-next.0

@backstage/plugin-rollbar@0.4.24-next.3

Patch Changes

  • 406b786a2a2c: Mark package as being free of side effects, allowing more optimized Webpack builds.
  • Updated dependencies
    • @backstage/catalog-model@1.4.2-next.2
    • @backstage/core-components@0.13.5-next.3
    • @backstage/core-plugin-api@1.6.0-next.3
    • @backstage/plugin-catalog-react@1.8.4-next.3
    • @backstage/theme@0.4.2-next.0

@backstage/plugin-rollbar-backend@0.1.48-next.3

Patch Changes

  • Updated dependencies
    • @backstage/config@1.1.0-next.2
    • @backstage/backend-common@0.19.5-next.3

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

Patch Changes

  • Updated dependencies
    • @backstage/config@1.1.0-next.2
    • @backstage/errors@1.2.2-next.0
    • @backstage/integration@1.7.0-next.3
    • @backstage/types@1.1.1-next.0
    • @backstage/backend-common@0.19.5-next.3
    • @backstage/plugin-scaffolder-node@0.2.3-next.3

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

Patch Changes

  • Updated dependencies
    • @backstage/config@1.1.0-next.2
    • @backstage/errors@1.2.2-next.0
    • @backstage/integration@1.7.0-next.3
    • @backstage/types@1.1.1-next.0
    • @backstage/backend-common@0.19.5-next.3
    • @backstage/plugin-scaffolder-node@0.2.3-next.3

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

Patch Changes

  • Updated dependencies
    • @backstage/config@1.1.0-next.2
    • @backstage/errors@1.2.2-next.0
    • @backstage/integration@1.7.0-next.3
    • @backstage/plugin-scaffolder-node@0.2.3-next.3

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

Patch Changes

  • Updated dependencies
    • @backstage/config@1.1.0-next.2
    • @backstage/errors@1.2.2-next.0
    • @backstage/integration@1.7.0-next.3
    • @backstage/types@1.1.1-next.0
    • @backstage/backend-common@0.19.5-next.3
    • @backstage/plugin-scaffolder-node@0.2.3-next.3

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

Patch Changes

  • Updated dependencies
    • @backstage/config@1.1.0-next.2
    • @backstage/errors@1.2.2-next.0
    • @backstage/plugin-scaffolder-node@0.2.3-next.3

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

Patch Changes

  • 4fa1c74cbadc: Enables dry-run functionality for the run:yeoman scaffolder action
  • Updated dependencies
    • @backstage/config@1.1.0-next.2
    • @backstage/types@1.1.1-next.0
    • @backstage/plugin-scaffolder-node@0.2.3-next.3

@backstage/plugin-scaffolder-common@1.4.1-next.2

Patch Changes

  • 406b786a2a2c: Mark package as being free of side effects, allowing more optimized Webpack builds.
  • Updated dependencies
    • @backstage/catalog-model@1.4.2-next.2
    • @backstage/plugin-permission-common@0.7.8-next.2
    • @backstage/types@1.1.1-next.0

@backstage/plugin-scaffolder-node@0.2.3-next.3

Patch Changes

  • Updated dependencies
    • @backstage/catalog-model@1.4.2-next.2
    • @backstage/errors@1.2.2-next.0
    • @backstage/integration@1.7.0-next.3
    • @backstage/plugin-scaffolder-common@1.4.1-next.2
    • @backstage/types@1.1.1-next.0
    • @backstage/backend-plugin-api@0.6.3-next.3
    • @backstage/backend-common@0.19.5-next.3

@backstage/plugin-scaffolder-react@1.5.5-next.3

Patch Changes

  • 406b786a2a2c: Mark package as being free of side effects, allowing more optimized Webpack builds.
  • b16c341ced45: Updated dependency @rjsf/utils to 5.13.0. Updated dependency @rjsf/core-v5 to npm:@rjsf/core@5.13.0. Updated dependency @rjsf/material-ui-v5 to npm:@rjsf/material-ui@5.13.0. Updated dependency @rjsf/validator-ajv8 to 5.13.0.
  • Updated dependencies
    • @backstage/catalog-client@1.4.4-next.2
    • @backstage/catalog-model@1.4.2-next.2
    • @backstage/core-components@0.13.5-next.3
    • @backstage/core-plugin-api@1.6.0-next.3
    • @backstage/errors@1.2.2-next.0
    • @backstage/plugin-catalog-react@1.8.4-next.3
    • @backstage/plugin-scaffolder-common@1.4.1-next.2
    • @backstage/theme@0.4.2-next.0
    • @backstage/types@1.1.1-next.0
    • @backstage/version-bridge@1.0.5-next.0

@backstage/plugin-search@1.4.0-next.3

Patch Changes

  • 406b786a2a2c: Mark package as being free of side effects, allowing more optimized Webpack builds.
  • Updated dependencies
    • @backstage/catalog-model@1.4.2-next.2
    • @backstage/config@1.1.0-next.2
    • @backstage/core-components@0.13.5-next.3
    • @backstage/core-plugin-api@1.6.0-next.3
    • @backstage/errors@1.2.2-next.0
    • @backstage/plugin-catalog-react@1.8.4-next.3
    • @backstage/plugin-search-common@1.2.6-next.2
    • @backstage/plugin-search-react@1.7.0-next.3
    • @backstage/theme@0.4.2-next.0
    • @backstage/types@1.1.1-next.0
    • @backstage/version-bridge@1.0.5-next.0

@backstage/plugin-search-backend@1.4.3-next.3

Patch Changes

  • 71114ac50e02: The export for the new backend system has been moved to be the default export.

    For example, if you are currently importing the plugin using the following pattern:

    import { examplePlugin } from '@backstage/plugin-example-backend';
    
    backend.add(examplePlugin);

    It should be migrated to this:

    backend.add(import('@backstage/plugin-example-backend'));
  • Updated dependencies

    • @backstage/config@1.1.0-next.2
    • @backstage/errors@1.2.2-next.0
    • @backstage/plugin-permission-common@0.7.8-next.2
    • @backstage/plugin-search-common@1.2.6-next.2
    • @backstage/types@1.1.1-next.0
    • @backstage/plugin-permission-node@0.7.14-next.3
    • @backstage/backend-plugin-api@0.6.3-next.3
    • @backstage/backend-common@0.19.5-next.3
    • @backstage/backend-openapi-utils@0.0.4-next.0
    • @backstage/plugin-auth-node@0.3.0-next.3
    • @backstage/plugin-search-backend-node@1.2.7-next.3

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

Patch Changes

  • 71114ac50e02: The export for the new backend system has been moved to be the default export.

    For example, if you are currently importing the plugin using the following pattern:

    import { examplePlugin } from '@backstage/plugin-example-backend';
    
    backend.add(examplePlugin);

    It should be migrated to this:

    backend.add(import('@backstage/plugin-example-backend'));
  • Updated dependencies

    • @backstage/catalog-client@1.4.4-next.2
    • @backstage/catalog-model@1.4.2-next.2
    • @backstage/config@1.1.0-next.2
    • @backstage/errors@1.2.2-next.0
    • @backstage/plugin-catalog-common@1.0.16-next.2
    • @backstage/plugin-permission-common@0.7.8-next.2
    • @backstage/plugin-search-common@1.2.6-next.2
    • @backstage/backend-plugin-api@0.6.3-next.3
    • @backstage/backend-common@0.19.5-next.3
    • @backstage/backend-tasks@0.5.8-next.3
    • @backstage/plugin-catalog-node@1.4.4-next.3
    • @backstage/plugin-search-backend-node@1.2.7-next.3

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

Patch Changes

  • 71114ac50e02: The export for the new backend system has been moved to be the default export.

    For example, if you are currently importing the plugin using the following pattern:

    import { examplePlugin } from '@backstage/plugin-example-backend';
    
    backend.add(examplePlugin);

    It should be migrated to this:

    backend.add(import('@backstage/plugin-example-backend'));
  • Updated dependencies

    • @backstage/config@1.1.0-next.2
    • @backstage/plugin-search-common@1.2.6-next.2
    • @backstage/backend-plugin-api@0.6.3-next.3
    • @backstage/backend-common@0.19.5-next.3
    • @backstage/integration-aws-node@0.1.6-next.2
    • @backstage/plugin-search-backend-node@1.2.7-next.3

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

Patch Changes

  • 71114ac50e02: The export for the new backend system has been moved to be the default export.

    For example, if you are currently importing the plugin using the following pattern:

    import { examplePlugin } from '@backstage/plugin-example-backend';
    
    backend.add(examplePlugin);

    It should be migrated to this:

    backend.add(import('@backstage/plugin-example-backend'));
  • Updated dependencies

    • @backstage/config@1.1.0-next.2
    • @backstage/plugin-explore-common@0.0.2-next.0
    • @backstage/plugin-search-common@1.2.6-next.2
    • @backstage/backend-plugin-api@0.6.3-next.3
    • @backstage/backend-common@0.19.5-next.3
    • @backstage/backend-tasks@0.5.8-next.3
    • @backstage/plugin-search-backend-node@1.2.7-next.3

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

Patch Changes

  • 71114ac50e02: The export for the new backend system has been moved to be the default export.

    For example, if you are currently importing the plugin using the following pattern:

    import { examplePlugin } from '@backstage/plugin-example-backend';
    
    backend.add(examplePlugin);

    It should be migrated to this:

    backend.add(import('@backstage/plugin-example-backend'));
  • Updated dependencies

    • @backstage/config@1.1.0-next.2
    • @backstage/plugin-search-common@1.2.6-next.2
    • @backstage/backend-plugin-api@0.6.3-next.3
    • @backstage/backend-common@0.19.5-next.3
    • @backstage/plugin-search-backend-node@1.2.7-next.3

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

Patch Changes

  • 71114ac50e02: The export for the new backend system has been moved to be the default export.

    For example, if you are currently importing the plugin using the following pattern:

    import { examplePlugin } from '@backstage/plugin-example-backend';
    
    backend.add(examplePlugin);

    It should be migrated to this:

    backend.add(import('@backstage/plugin-example-backend'));
  • Updated dependencies

    • @backstage/catalog-client@1.4.4-next.2
    • @backstage/catalog-model@1.4.2-next.2
    • @backstage/config@1.1.0-next.2
    • @backstage/plugin-catalog-common@1.0.16-next.2
    • @backstage/plugin-permission-common@0.7.8-next.2
    • @backstage/plugin-search-common@1.2.6-next.2
    • @backstage/backend-plugin-api@0.6.3-next.3
    • @backstage/backend-common@0.19.5-next.3
    • @backstage/backend-tasks@0.5.8-next.3
    • @backstage/plugin-catalog-node@1.4.4-next.3
    • @backstage/plugin-search-backend-node@1.2.7-next.3
    • @backstage/plugin-techdocs-node@1.8.0-next.3

@backstage/plugin-search-backend-node@1.2.7-next.3

Patch Changes

  • Updated dependencies
    • @backstage/config@1.1.0-next.2
    • @backstage/errors@1.2.2-next.0
    • @backstage/plugin-permission-common@0.7.8-next.2
    • @backstage/plugin-search-common@1.2.6-next.2
    • @backstage/backend-plugin-api@0.6.3-next.3
    • @backstage/backend-common@0.19.5-next.3
    • @backstage/backend-tasks@0.5.8-next.3

@backstage/plugin-search-common@1.2.6-next.2

Patch Changes

  • 406b786a2a2c: Mark package as being free of side effects, allowing more optimized Webpack builds.
  • Updated dependencies
    • @backstage/plugin-permission-common@0.7.8-next.2
    • @backstage/types@1.1.1-next.0

@backstage/plugin-search-react@1.7.0-next.3

Patch Changes

  • 406b786a2a2c: Mark package as being free of side effects, allowing more optimized Webpack builds.
  • Updated dependencies
    • @backstage/core-components@0.13.5-next.3
    • @backstage/core-plugin-api@1.6.0-next.3
    • @backstage/plugin-search-common@1.2.6-next.2
    • @backstage/theme@0.4.2-next.0
    • @backstage/types@1.1.1-next.0
    • @backstage/version-bridge@1.0.5-next.0

@backstage/plugin-sentry@0.5.9-next.3

Patch Changes

  • 406b786a2a2c: Mark package as being free of side effects, allowing more optimized Webpack builds.
  • Updated dependencies
    • @backstage/catalog-model@1.4.2-next.2
    • @backstage/core-components@0.13.5-next.3
    • @backstage/core-plugin-api@1.6.0-next.3
    • @backstage/plugin-catalog-react@1.8.4-next.3
    • @backstage/theme@0.4.2-next.0

@backstage/plugin-shortcuts@0.3.14-next.3

Patch Changes

  • 406b786a2a2c: Mark package as being free of side effects, allowing more optimized Webpack builds.
  • Updated dependencies
    • @backstage/core-components@0.13.5-next.3
    • @backstage/core-plugin-api@1.6.0-next.3
    • @backstage/theme@0.4.2-next.0
    • @backstage/types@1.1.1-next.0

@backstage/plugin-sonarqube@0.7.5-next.3

Patch Changes

  • 406b786a2a2c: Mark package as being free of side effects, allowing more optimized Webpack builds.
  • Updated dependencies
    • @backstage/catalog-model@1.4.2-next.2
    • @backstage/core-components@0.13.5-next.3
    • @backstage/core-plugin-api@1.6.0-next.3
    • @backstage/plugin-catalog-react@1.8.4-next.3
    • @backstage/plugin-sonarqube-react@0.1.8-next.3
    • @backstage/theme@0.4.2-next.0

@backstage/plugin-sonarqube-backend@0.2.5-next.3

Patch Changes

  • Updated dependencies
    • @backstage/config@1.1.0-next.2
    • @backstage/errors@1.2.2-next.0
    • @backstage/backend-common@0.19.5-next.3

@backstage/plugin-sonarqube-react@0.1.8-next.3

Patch Changes

  • 406b786a2a2c: Mark package as being free of side effects, allowing more optimized Webpack builds.
  • Updated dependencies
    • @backstage/catalog-model@1.4.2-next.2
    • @backstage/core-plugin-api@1.6.0-next.3

@backstage/plugin-splunk-on-call@0.4.13-next.3

Patch Changes

  • 406b786a2a2c: Mark package as being free of side effects, allowing more optimized Webpack builds.
  • Updated dependencies
    • @backstage/catalog-model@1.4.2-next.2
    • @backstage/core-components@0.13.5-next.3
    • @backstage/core-plugin-api@1.6.0-next.3
    • @backstage/plugin-catalog-react@1.8.4-next.3
    • @backstage/theme@0.4.2-next.0

@backstage/plugin-stack-overflow@0.1.20-next.3

Patch Changes

  • 406b786a2a2c: Mark package as being free of side effects, allowing more optimized Webpack builds.
  • Updated dependencies
    • @backstage/config@1.1.0-next.2
    • @backstage/core-components@0.13.5-next.3
    • @backstage/core-plugin-api@1.6.0-next.3
    • @backstage/plugin-home-react@0.1.3-next.3
    • @backstage/plugin-search-common@1.2.6-next.2
    • @backstage/plugin-search-react@1.7.0-next.3
    • @backstage/theme@0.4.2-next.0

@backstage/plugin-stack-overflow-backend@0.2.7-next.3

Patch Changes

  • Updated dependencies
    • @backstage/config@1.1.0-next.2
    • @backstage/plugin-search-common@1.2.6-next.2
    • @backstage/backend-common@0.19.5-next.3

@backstage/plugin-stackstorm@0.1.6-next.3

Patch Changes

  • 406b786a2a2c: Mark package as being free of side effects, allowing more optimized Webpack builds.
  • Updated dependencies
    • @backstage/core-components@0.13.5-next.3
    • @backstage/core-plugin-api@1.6.0-next.3
    • @backstage/errors@1.2.2-next.0
    • @backstage/theme@0.4.2-next.0

@backstage/plugin-tech-insights@0.3.16-next.3

Patch Changes

  • 406b786a2a2c: Mark package as being free of side effects, allowing more optimized Webpack builds.
  • Updated dependencies
    • @backstage/catalog-model@1.4.2-next.2
    • @backstage/core-components@0.13.5-next.3
    • @backstage/core-plugin-api@1.6.0-next.3
    • @backstage/errors@1.2.2-next.0
    • @backstage/plugin-catalog-react@1.8.4-next.3
    • @backstage/plugin-tech-insights-common@0.2.12-next.0
    • @backstage/theme@0.4.2-next.0
    • @backstage/types@1.1.1-next.0

@backstage/plugin-tech-insights-backend@0.5.17-next.3

Patch Changes

  • Updated dependencies
    • @backstage/catalog-client@1.4.4-next.2
    • @backstage/catalog-model@1.4.2-next.2
    • @backstage/config@1.1.0-next.2
    • @backstage/errors@1.2.2-next.0
    • @backstage/plugin-tech-insights-common@0.2.12-next.0
    • @backstage/types@1.1.1-next.0
    • @backstage/backend-common@0.19.5-next.3
    • @backstage/backend-tasks@0.5.8-next.3
    • @backstage/plugin-tech-insights-node@0.4.9-next.3

@backstage/plugin-tech-insights-backend-module-jsonfc@0.1.35-next.3

Patch Changes

  • Updated dependencies
    • @backstage/config@1.1.0-next.2
    • @backstage/errors@1.2.2-next.0
    • @backstage/plugin-tech-insights-common@0.2.12-next.0
    • @backstage/backend-common@0.19.5-next.3
    • @backstage/plugin-tech-insights-node@0.4.9-next.3

@backstage/plugin-tech-insights-common@0.2.12-next.0

Patch Changes

  • 406b786a2a2c: Mark package as being free of side effects, allowing more optimized Webpack builds.
  • Updated dependencies
    • @backstage/types@1.1.1-next.0

@backstage/plugin-tech-insights-node@0.4.9-next.3

Patch Changes

  • Updated dependencies
    • @backstage/config@1.1.0-next.2
    • @backstage/plugin-tech-insights-common@0.2.12-next.0
    • @backstage/types@1.1.1-next.0
    • @backstage/backend-common@0.19.5-next.3
    • @backstage/backend-tasks@0.5.8-next.3

@backstage/plugin-tech-radar@0.6.8-next.3

Patch Changes

  • 406b786a2a2c: Mark package as being free of side effects, allowing more optimized Webpack builds.
  • c357f62052af: Fixed RadarTimeline text formatting.
  • Updated dependencies
    • @backstage/core-components@0.13.5-next.3
    • @backstage/core-plugin-api@1.6.0-next.3
    • @backstage/theme@0.4.2-next.0

@backstage/plugin-techdocs@1.7.0-next.3

Patch Changes

  • 406b786a2a2c: Mark package as being free of side effects, allowing more optimized Webpack builds.
  • Updated dependencies
    • @backstage/catalog-model@1.4.2-next.2
    • @backstage/config@1.1.0-next.2
    • @backstage/core-components@0.13.5-next.3
    • @backstage/core-plugin-api@1.6.0-next.3
    • @backstage/errors@1.2.2-next.0
    • @backstage/integration@1.7.0-next.3
    • @backstage/integration-react@1.1.19-next.3
    • @backstage/plugin-catalog-react@1.8.4-next.3
    • @backstage/plugin-search-common@1.2.6-next.2
    • @backstage/plugin-search-react@1.7.0-next.3
    • @backstage/plugin-techdocs-react@1.1.10-next.3
    • @backstage/theme@0.4.2-next.0

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

Patch Changes

  • 406b786a2a2c: Mark package as being free of side effects, allowing more optimized Webpack builds.
  • Updated dependencies
    • @backstage/test-utils@1.4.3-next.3
    • @backstage/core-app-api@1.10.0-next.3
    • @backstage/core-components@0.13.5-next.3
    • @backstage/core-plugin-api@1.6.0-next.3
    • @backstage/integration-react@1.1.19-next.3
    • @backstage/plugin-catalog@1.13.0-next.3
    • @backstage/plugin-search-react@1.7.0-next.3
    • @backstage/plugin-techdocs@1.7.0-next.3
    • @backstage/plugin-techdocs-react@1.1.10-next.3
    • @backstage/theme@0.4.2-next.0

@backstage/plugin-techdocs-backend@1.7.0-next.3

Patch Changes

  • 60af8017dd84: Expand techdocs.publisher.type with googleGcs,awsS3,azureBlobStorage and openStackSwift

  • 71114ac50e02: The export for the new backend system has been moved to be the default export.

    For example, if you are currently importing the plugin using the following pattern:

    import { examplePlugin } from '@backstage/plugin-example-backend';
    
    backend.add(examplePlugin);

    It should be migrated to this:

    backend.add(import('@backstage/plugin-example-backend'));
  • a8a614ba0d07: Minor package.json update.

  • Updated dependencies

    • @backstage/plugin-search-backend-module-techdocs@0.1.7-next.3
    • @backstage/catalog-client@1.4.4-next.2
    • @backstage/catalog-model@1.4.2-next.2
    • @backstage/config@1.1.0-next.2
    • @backstage/errors@1.2.2-next.0
    • @backstage/integration@1.7.0-next.3
    • @backstage/plugin-catalog-common@1.0.16-next.2
    • @backstage/plugin-permission-common@0.7.8-next.2
    • @backstage/plugin-search-common@1.2.6-next.2
    • @backstage/backend-plugin-api@0.6.3-next.3
    • @backstage/backend-common@0.19.5-next.3
    • @backstage/plugin-techdocs-node@1.8.0-next.3

@backstage/plugin-techdocs-module-addons-contrib@1.1.0-next.3

Patch Changes

  • 406b786a2a2c: Mark package as being free of side effects, allowing more optimized Webpack builds.
  • Updated dependencies
    • @backstage/core-components@0.13.5-next.3
    • @backstage/core-plugin-api@1.6.0-next.3
    • @backstage/integration@1.7.0-next.3
    • @backstage/integration-react@1.1.19-next.3
    • @backstage/plugin-techdocs-react@1.1.10-next.3
    • @backstage/theme@0.4.2-next.0

@backstage/plugin-techdocs-node@1.8.0-next.3

Patch Changes

  • Updated dependencies
    • @backstage/catalog-model@1.4.2-next.2
    • @backstage/config@1.1.0-next.2
    • @backstage/errors@1.2.2-next.0
    • @backstage/integration@1.7.0-next.3
    • @backstage/plugin-search-common@1.2.6-next.2
    • @backstage/backend-common@0.19.5-next.3
    • @backstage/integration-aws-node@0.1.6-next.2

@backstage/plugin-techdocs-react@1.1.10-next.3

Patch Changes

  • 406b786a2a2c: Mark package as being free of side effects, allowing more optimized Webpack builds.
  • Updated dependencies
    • @backstage/catalog-model@1.4.2-next.2
    • @backstage/config@1.1.0-next.2
    • @backstage/core-components@0.13.5-next.3
    • @backstage/core-plugin-api@1.6.0-next.3
    • @backstage/version-bridge@1.0.5-next.0

@backstage/plugin-todo@0.2.26-next.3

Patch Changes

  • 406b786a2a2c: Mark package as being free of side effects, allowing more optimized Webpack builds.
  • Updated dependencies
    • @backstage/catalog-model@1.4.2-next.2
    • @backstage/core-components@0.13.5-next.3
    • @backstage/core-plugin-api@1.6.0-next.3
    • @backstage/errors@1.2.2-next.0
    • @backstage/plugin-catalog-react@1.8.4-next.3
    • @backstage/theme@0.4.2-next.0

@backstage/plugin-user-settings@0.7.9-next.3

Patch Changes

  • 406b786a2a2c: Mark package as being free of side effects, allowing more optimized Webpack builds.
  • Updated dependencies
    • @backstage/core-app-api@1.10.0-next.3
    • @backstage/core-components@0.13.5-next.3
    • @backstage/core-plugin-api@1.6.0-next.3
    • @backstage/errors@1.2.2-next.0
    • @backstage/plugin-catalog-react@1.8.4-next.3
    • @backstage/theme@0.4.2-next.0
    • @backstage/types@1.1.1-next.0

@backstage/plugin-vault@0.1.18-next.3

Patch Changes

  • 406b786a2a2c: Mark package as being free of side effects, allowing more optimized Webpack builds.
  • 858a18800870: Added ability to override vault secret engine value on catalog entity level using annotation vault.io/secrets-engine
  • Updated dependencies
    • @backstage/catalog-model@1.4.2-next.2
    • @backstage/core-components@0.13.5-next.3
    • @backstage/core-plugin-api@1.6.0-next.3
    • @backstage/errors@1.2.2-next.0
    • @backstage/plugin-catalog-react@1.8.4-next.3
    • @backstage/theme@0.4.2-next.0

@backstage/plugin-vault-backend@0.3.7-next.3

Patch Changes

  • 858a18800870: Added ability to override vault secret engine value on catalog entity level using annotation vault.io/secrets-engine
  • Updated dependencies
    • @backstage/config@1.1.0-next.2
    • @backstage/errors@1.2.2-next.0
    • @backstage/backend-common@0.19.5-next.3
    • @backstage/backend-tasks@0.5.8-next.3

@backstage/plugin-xcmetrics@0.2.42-next.3

Patch Changes

  • 406b786a2a2c: Mark package as being free of side effects, allowing more optimized Webpack builds.
  • Updated dependencies
    • @backstage/core-components@0.13.5-next.3
    • @backstage/core-plugin-api@1.6.0-next.3
    • @backstage/errors@1.2.2-next.0
    • @backstage/theme@0.4.2-next.0

example-app@0.2.87-next.3

Patch Changes

  • Updated dependencies
    • @backstage/plugin-home@0.5.8-next.3
    • @backstage/plugin-graphiql@0.2.54-next.3
    • @backstage/cli@0.22.13-next.3
    • @backstage/plugin-kubernetes@0.10.3-next.3
    • @backstage/app-defaults@1.4.3-next.3
    • @backstage/catalog-model@1.4.2-next.2
    • @backstage/config@1.1.0-next.2
    • @backstage/core-app-api@1.10.0-next.3
    • @backstage/core-components@0.13.5-next.3
    • @backstage/core-plugin-api@1.6.0-next.3
    • @backstage/integration-react@1.1.19-next.3
    • @backstage/plugin-adr@0.6.7-next.3
    • @backstage/plugin-airbrake@0.3.24-next.3
    • @backstage/plugin-apache-airflow@0.2.15-next.3
    • @backstage/plugin-api-docs@0.9.11-next.3
    • @backstage/plugin-azure-devops@0.3.6-next.3
    • @backstage/plugin-azure-sites@0.1.13-next.3
    • @backstage/plugin-badges@0.2.48-next.3
    • @backstage/plugin-catalog-common@1.0.16-next.2
    • @backstage/plugin-catalog-graph@0.2.36-next.3
    • @backstage/plugin-catalog-import@0.9.14-next.3
    • @backstage/plugin-catalog-react@1.8.4-next.3
    • @backstage/plugin-catalog-unprocessed-entities@0.1.3-next.3
    • @backstage/plugin-circleci@0.3.24-next.3
    • @backstage/plugin-cloudbuild@0.3.24-next.3
    • @backstage/plugin-code-coverage@0.2.17-next.3
    • @backstage/plugin-cost-insights@0.12.13-next.3
    • @backstage/plugin-devtools@0.1.4-next.3
    • @backstage/plugin-dynatrace@7.0.4-next.3
    • @backstage/plugin-entity-feedback@0.2.7-next.3
    • @backstage/plugin-explore@0.4.10-next.3
    • @backstage/plugin-gcalendar@0.3.18-next.3
    • @backstage/plugin-gcp-projects@0.3.41-next.3
    • @backstage/plugin-github-actions@0.6.5-next.3
    • @backstage/plugin-gocd@0.1.30-next.3
    • @backstage/plugin-jenkins@0.8.6-next.3
    • @backstage/plugin-kafka@0.3.24-next.3
    • @backstage/plugin-lighthouse@0.4.9-next.3
    • @backstage/plugin-linguist@0.1.9-next.3
    • @backstage/plugin-linguist-common@0.1.2-next.0
    • @backstage/plugin-microsoft-calendar@0.1.7-next.3
    • @backstage/plugin-newrelic@0.3.40-next.3
    • @backstage/plugin-newrelic-dashboard@0.2.17-next.3
    • @backstage/plugin-nomad@0.1.5-next.3
    • @backstage/plugin-octopus-deploy@0.2.6-next.3
    • @backstage/plugin-org@0.6.14-next.3
    • @backstage/plugin-pagerduty@0.6.5-next.3
    • @backstage/plugin-permission-react@0.4.15-next.3
    • @backstage/plugin-playlist@0.1.16-next.3
    • @backstage/plugin-puppetdb@0.1.7-next.3
    • @backstage/plugin-rollbar@0.4.24-next.3
    • @backstage/plugin-scaffolder@1.15.0-next.3
    • @backstage/plugin-scaffolder-react@1.5.5-next.3
    • @backstage/plugin-search@1.4.0-next.3
    • @backstage/plugin-search-common@1.2.6-next.2
    • @backstage/plugin-search-react@1.7.0-next.3
    • @backstage/plugin-sentry@0.5.9-next.3
    • @backstage/plugin-shortcuts@0.3.14-next.3
    • @backstage/plugin-stack-overflow@0.1.20-next.3
    • @backstage/plugin-stackstorm@0.1.6-next.3
    • @backstage/plugin-tech-insights@0.3.16-next.3
    • @backstage/plugin-tech-radar@0.6.8-next.3
    • @backstage/plugin-techdocs@1.7.0-next.3
    • @backstage/plugin-techdocs-module-addons-contrib@1.1.0-next.3
    • @backstage/plugin-techdocs-react@1.1.10-next.3
    • @backstage/plugin-todo@0.2.26-next.3
    • @backstage/plugin-user-settings@0.7.9-next.3
    • @backstage/theme@0.4.2-next.0
    • @internal/plugin-catalog-customized@0.0.14-next.3

example-app-next@0.0.1-next.2

Patch Changes

  • Updated dependencies
    • @backstage/plugin-home@0.5.8-next.3
    • @backstage/frontend-plugin-api@0.1.0-next.0
    • @backstage/frontend-app-api@0.1.0-next.0
    • @backstage/plugin-graphiql@0.2.54-next.3
    • @backstage/cli@0.22.13-next.3
    • @backstage/plugin-kubernetes@0.10.3-next.3
    • @backstage/app-defaults@1.4.3-next.3
    • @backstage/catalog-model@1.4.2-next.2
    • @backstage/config@1.1.0-next.2
    • @backstage/core-app-api@1.10.0-next.3
    • @backstage/core-components@0.13.5-next.3
    • @backstage/core-plugin-api@1.6.0-next.3
    • @backstage/integration-react@1.1.19-next.3
    • @backstage/plugin-adr@0.6.7-next.3
    • @backstage/plugin-airbrake@0.3.24-next.3
    • @backstage/plugin-apache-airflow@0.2.15-next.3
    • @backstage/plugin-api-docs@0.9.11-next.3
    • @backstage/plugin-azure-devops@0.3.6-next.3
    • @backstage/plugin-azure-sites@0.1.13-next.3
    • @backstage/plugin-badges@0.2.48-next.3
    • @backstage/plugin-catalog-common@1.0.16-next.2
    • @backstage/plugin-catalog-graph@0.2.36-next.3
    • @backstage/plugin-catalog-import@0.9.14-next.3
    • @backstage/plugin-catalog-react@1.8.4-next.3
    • @backstage/plugin-catalog-unprocessed-entities@0.1.3-next.3
    • @backstage/plugin-circleci@0.3.24-next.3
    • @backstage/plugin-cloudbuild@0.3.24-next.3
    • @backstage/plugin-code-coverage@0.2.17-next.3
    • @backstage/plugin-cost-insights@0.12.13-next.3
    • @backstage/plugin-devtools@0.1.4-next.3
    • @backstage/plugin-dynatrace@7.0.4-next.3
    • @backstage/plugin-entity-feedback@0.2.7-next.3
    • @backstage/plugin-explore@0.4.10-next.3
    • @backstage/plugin-gcalendar@0.3.18-next.3
    • @backstage/plugin-gcp-projects@0.3.41-next.3
    • @backstage/plugin-github-actions@0.6.5-next.3
    • @backstage/plugin-gocd@0.1.30-next.3
    • @backstage/plugin-jenkins@0.8.6-next.3
    • @backstage/plugin-kafka@0.3.24-next.3
    • @backstage/plugin-lighthouse@0.4.9-next.3
    • @backstage/plugin-linguist@0.1.9-next.3
    • @backstage/plugin-linguist-common@0.1.2-next.0
    • @backstage/plugin-microsoft-calendar@0.1.7-next.3
    • @backstage/plugin-newrelic@0.3.40-next.3
    • @backstage/plugin-newrelic-dashboard@0.2.17-next.3
    • @backstage/plugin-octopus-deploy@0.2.6-next.3
    • @backstage/plugin-org@0.6.14-next.3
    • @backstage/plugin-pagerduty@0.6.5-next.3
    • @backstage/plugin-permission-react@0.4.15-next.3
    • @backstage/plugin-playlist@0.1.16-next.3
    • @backstage/plugin-puppetdb@0.1.7-next.3
    • @backstage/plugin-rollbar@0.4.24-next.3
    • @backstage/plugin-scaffolder@1.15.0-next.3
    • @backstage/plugin-scaffolder-react@1.5.5-next.3
    • @backstage/plugin-search@1.4.0-next.3
    • @backstage/plugin-search-common@1.2.6-next.2
    • @backstage/plugin-search-react@1.7.0-next.3
    • @backstage/plugin-sentry@0.5.9-next.3
    • @backstage/plugin-shortcuts@0.3.14-next.3
    • @backstage/plugin-stack-overflow@0.1.20-next.3
    • @backstage/plugin-stackstorm@0.1.6-next.3
    • @backstage/plugin-tech-insights@0.3.16-next.3
    • @backstage/plugin-tech-radar@0.6.8-next.3
    • @backstage/plugin-techdocs@1.7.0-next.3
    • @backstage/plugin-techdocs-module-addons-contrib@1.1.0-next.3
    • @backstage/plugin-techdocs-react@1.1.10-next.3
    • @backstage/plugin-todo@0.2.26-next.3
    • @backstage/plugin-user-settings@0.7.9-next.3
    • @backstage/theme@0.4.2-next.0
    • app-next-example-plugin@0.0.1-next.0
    • @internal/plugin-catalog-customized@0.0.14-next.3

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

Patch Changes

  • Updated dependencies
    • @backstage/frontend-plugin-api@0.1.0-next.0
    • @backstage/core-components@0.13.5-next.3

example-backend@0.2.87-next.3

Patch Changes

  • Updated dependencies
    • @backstage/plugin-techdocs-backend@1.7.0-next.3
    • @backstage/plugin-proxy-backend@0.4.0-next.3
    • @backstage/plugin-adr-backend@0.4.0-next.3
    • @backstage/plugin-auth-backend@0.19.0-next.3
    • @backstage/plugin-azure-devops-backend@0.4.0-next.3
    • @backstage/plugin-badges-backend@0.3.0-next.3
    • @backstage/plugin-catalog-backend-module-unprocessed@0.3.0-next.3
    • @backstage/plugin-devtools-backend@0.2.0-next.3
    • @backstage/plugin-entity-feedback-backend@0.2.0-next.3
    • @backstage/plugin-kafka-backend@0.3.0-next.3
    • @backstage/plugin-lighthouse-backend@0.3.0-next.3
    • @backstage/plugin-linguist-backend@0.5.0-next.3
    • @backstage/plugin-todo-backend@0.3.0-next.3
    • @backstage/plugin-app-backend@0.3.51-next.3
    • @backstage/plugin-catalog-backend@1.13.0-next.3
    • @backstage/plugin-events-backend@0.2.12-next.3
    • @backstage/plugin-kubernetes-backend@0.11.6-next.3
    • @backstage/plugin-permission-backend@0.5.26-next.3
    • @backstage/plugin-scaffolder-backend@1.17.0-next.3
    • @backstage/plugin-search-backend@1.4.3-next.3
    • @backstage/plugin-search-backend-module-catalog@0.1.7-next.3
    • @backstage/plugin-search-backend-module-elasticsearch@1.3.6-next.3
    • @backstage/plugin-search-backend-module-explore@0.1.7-next.3
    • @backstage/plugin-search-backend-module-pg@0.5.12-next.3
    • @backstage/plugin-search-backend-module-techdocs@0.1.7-next.3
    • @backstage/catalog-client@1.4.4-next.2
    • @backstage/catalog-model@1.4.2-next.2
    • @backstage/config@1.1.0-next.2
    • @backstage/integration@1.7.0-next.3
    • @backstage/plugin-permission-common@0.7.8-next.2
    • @backstage/plugin-search-common@1.2.6-next.2
    • @backstage/plugin-permission-node@0.7.14-next.3
    • @backstage/plugin-catalog-backend-module-scaffolder-entity-model@0.1.0-next.0
    • example-app@0.2.87-next.3
    • @backstage/backend-common@0.19.5-next.3
    • @backstage/plugin-explore-backend@0.0.13-next.3
    • @backstage/backend-tasks@0.5.8-next.3
    • @backstage/plugin-auth-node@0.3.0-next.3
    • @backstage/plugin-azure-sites-backend@0.1.13-next.3
    • @backstage/plugin-catalog-node@1.4.4-next.3
    • @backstage/plugin-code-coverage-backend@0.2.17-next.3
    • @backstage/plugin-events-node@0.2.12-next.3
    • @backstage/plugin-graphql-backend@0.1.41-next.3
    • @backstage/plugin-jenkins-backend@0.2.6-next.3
    • @backstage/plugin-nomad-backend@0.1.5-next.3
    • @backstage/plugin-playlist-backend@0.3.7-next.3
    • @backstage/plugin-rollbar-backend@0.1.48-next.3
    • @backstage/plugin-scaffolder-backend-module-confluence-to-markdown@0.2.4-next.3
    • @backstage/plugin-scaffolder-backend-module-rails@0.4.20-next.3
    • @backstage/plugin-search-backend-node@1.2.7-next.3
    • @backstage/plugin-tech-insights-backend@0.5.17-next.3
    • @backstage/plugin-tech-insights-backend-module-jsonfc@0.1.35-next.3
    • @backstage/plugin-tech-insights-node@0.4.9-next.3

example-backend-next@0.0.15-next.3

Patch Changes

  • Updated dependencies
    • @backstage/plugin-techdocs-backend@1.7.0-next.3
    • @backstage/plugin-proxy-backend@0.4.0-next.3
    • @backstage/plugin-adr-backend@0.4.0-next.3
    • @backstage/plugin-azure-devops-backend@0.4.0-next.3
    • @backstage/plugin-badges-backend@0.3.0-next.3
    • @backstage/plugin-catalog-backend-module-unprocessed@0.3.0-next.3
    • @backstage/plugin-devtools-backend@0.2.0-next.3
    • @backstage/plugin-entity-feedback-backend@0.2.0-next.3
    • @backstage/plugin-lighthouse-backend@0.3.0-next.3
    • @backstage/plugin-linguist-backend@0.5.0-next.3
    • @backstage/plugin-todo-backend@0.3.0-next.3
    • @backstage/plugin-app-backend@0.3.51-next.3
    • @backstage/plugin-catalog-backend@1.13.0-next.3
    • @backstage/plugin-kubernetes-backend@0.11.6-next.3
    • @backstage/plugin-permission-backend@0.5.26-next.3
    • @backstage/plugin-permission-backend-module-allow-all-policy@0.1.0-next.1
    • @backstage/plugin-scaffolder-backend@1.17.0-next.3
    • @backstage/plugin-search-backend@1.4.3-next.3
    • @backstage/plugin-search-backend-module-catalog@0.1.7-next.3
    • @backstage/plugin-search-backend-module-explore@0.1.7-next.3
    • @backstage/plugin-search-backend-module-techdocs@0.1.7-next.3
    • @backstage/plugin-permission-common@0.7.8-next.2
    • @backstage/plugin-permission-node@0.7.14-next.3
    • @backstage/backend-plugin-api@0.6.3-next.3
    • @backstage/plugin-catalog-backend-module-scaffolder-entity-model@0.1.0-next.0
    • @backstage/backend-defaults@0.2.3-next.3
    • @backstage/backend-tasks@0.5.8-next.3
    • @backstage/plugin-auth-node@0.3.0-next.3
    • @backstage/plugin-search-backend-node@1.2.7-next.3

@backstage/backend-plugin-manager@0.0.1-next.1

Patch Changes

  • Updated dependencies
    • @backstage/plugin-catalog-backend@1.13.0-next.3
    • @backstage/plugin-events-backend@0.2.12-next.3
    • @backstage/config@1.1.0-next.2
    • @backstage/errors@1.2.2-next.0
    • @backstage/plugin-permission-common@0.7.8-next.2
    • @backstage/plugin-search-common@1.2.6-next.2
    • @backstage/types@1.1.1-next.0
    • @backstage/plugin-permission-node@0.7.14-next.3
    • @backstage/backend-plugin-api@0.6.3-next.3
    • @backstage/backend-common@0.19.5-next.3
    • @backstage/backend-tasks@0.5.8-next.3
    • @backstage/cli-common@0.1.12
    • @backstage/cli-node@0.1.4-next.0
    • @backstage/plugin-auth-node@0.3.0-next.3
    • @backstage/plugin-events-node@0.2.12-next.3
    • @backstage/plugin-scaffolder-node@0.2.3-next.3
    • @backstage/plugin-search-backend-node@1.2.7-next.3

e2e-test@0.2.7-next.3

Patch Changes

  • Updated dependencies
    • @backstage/create-app@0.5.5-next.3
    • @backstage/errors@1.2.2-next.0
    • @backstage/cli-common@0.1.12

techdocs-cli-embedded-app@0.2.86-next.3

Patch Changes

  • Updated dependencies
    • @backstage/cli@0.22.13-next.3
    • @backstage/test-utils@1.4.3-next.3
    • @backstage/app-defaults@1.4.3-next.3
    • @backstage/catalog-model@1.4.2-next.2
    • @backstage/config@1.1.0-next.2
    • @backstage/core-app-api@1.10.0-next.3
    • @backstage/core-components@0.13.5-next.3
    • @backstage/core-plugin-api@1.6.0-next.3
    • @backstage/integration-react@1.1.19-next.3
    • @backstage/plugin-catalog@1.13.0-next.3
    • @backstage/plugin-techdocs@1.7.0-next.3
    • @backstage/plugin-techdocs-react@1.1.10-next.3
    • @backstage/theme@0.4.2-next.0

@internal/plugin-catalog-customized@0.0.14-next.3

Patch Changes

  • Updated dependencies
    • @backstage/plugin-catalog@1.13.0-next.3
    • @backstage/plugin-catalog-react@1.8.4-next.3

@internal/plugin-todo-list@1.0.17-next.3

Patch Changes

  • Updated dependencies
    • @backstage/core-components@0.13.5-next.3
    • @backstage/core-plugin-api@1.6.0-next.3
    • @backstage/theme@0.4.2-next.0

@internal/plugin-todo-list-backend@1.0.17-next.3

Patch Changes

  • Updated dependencies
    • @backstage/config@1.1.0-next.2
    • @backstage/errors@1.2.2-next.0
    • @backstage/backend-plugin-api@0.6.3-next.3
    • @backstage/backend-common@0.19.5-next.3
    • @backstage/plugin-auth-node@0.3.0-next.3

@internal/plugin-todo-list-common@1.0.13-next.2

Patch Changes

  • Updated dependencies
    • @backstage/plugin-permission-common@0.7.8-next.2