Files
backstage/plugins/periskop-backend/CHANGELOG.md
T
github-actions[bot] f95345c845 Version Packages (next)
2023-10-03 10:49:45 +00:00

12 KiB

@backstage/plugin-periskop-backend

0.2.2-next.1

Patch Changes

0.2.2-next.0

Patch Changes

0.2.0

Minor Changes

  • 71114ac50e: 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

0.2.0-next.3

Minor Changes

  • 71114ac50e: 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

0.1.22-next.2

Patch Changes

0.1.22-next.1

Patch Changes

0.1.21-next.0

Patch Changes

0.1.19

Patch Changes

0.1.19-next.2

Patch Changes

0.1.19-next.1

Patch Changes

  • 629cbd194a: Use coreServices.rootConfig instead of coreService.config
  • 12a8c94eda: Add package repository and homepage metadata
  • Updated dependencies

0.1.19-next.0

Patch Changes

0.1.18

Patch Changes

0.1.18-next.0

Patch Changes

0.1.17

Patch Changes

0.1.17-next.2

Patch Changes

0.1.17-next.1

Patch Changes

0.1.17-next.0

Patch Changes

0.1.16

Patch Changes

0.1.16-next.1

Patch Changes

0.1.16-next.0

Patch Changes

0.1.15

Patch Changes

0.1.15-next.2

Patch Changes

0.1.15-next.1

Patch Changes

0.1.15-next.0

Patch Changes

0.1.14

Patch Changes

0.1.14-next.2

Patch Changes

0.1.14-next.1

Patch Changes

0.1.14-next.0

Patch Changes

0.1.13

Patch Changes

0.1.13-next.2

Patch Changes

0.1.13-next.1

Patch Changes

0.1.13-next.0

Patch Changes

0.1.11

Patch Changes

0.1.11-next.1

Patch Changes

0.1.11-next.0

Patch Changes

0.1.10

Patch Changes

0.1.10-next.3

Patch Changes

0.1.10-next.2

Patch Changes

0.1.10-next.1

Patch Changes

0.1.10-next.0

Patch Changes

0.1.9

Patch Changes

0.1.9-next.1

Patch Changes

0.1.9-next.0

Patch Changes

0.1.8

Patch Changes

0.1.8-next.2

Patch Changes

  • 2d3a5f09ab: Use response.json rather than response.send where appropriate, as outlined in SECURITY.md
  • Updated dependencies

0.1.8-next.1

Patch Changes

0.1.8-next.0

Patch Changes

0.1.7

Patch Changes

0.1.7-next.3

Patch Changes

0.1.7-next.2

Patch Changes

0.1.7-next.1

Patch Changes

0.1.7-next.0

Patch Changes

0.1.6

Patch Changes

0.1.6-next.0

Patch Changes

0.1.5

Patch Changes

0.1.5-next.1

Patch Changes

0.1.5-next.0

Patch Changes

0.1.4

Patch Changes

0.1.4-next.2

Patch Changes

0.1.4-next.1

Patch Changes

0.1.4-next.0

Patch Changes

0.1.3

Patch Changes

0.1.3-next.1

Patch Changes

0.1.3-next.0

Patch Changes

0.1.2

Patch Changes

0.1.2-next.0

Patch Changes

0.1.1

Patch Changes

0.1.0

Minor Changes

Patch Changes

0.1.0-next.0

Minor Changes

Patch Changes