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

2.1 KiB

@backstage/plugin-auth-backend-module-google-provider

0.1.2-next.1

Patch Changes

  • Updated dependencies
    • @backstage/backend-plugin-api@0.6.5-next.1
    • @backstage/plugin-auth-node@0.3.2-next.1

0.1.2-next.0

Patch Changes

  • Updated dependencies
    • @backstage/plugin-auth-node@0.3.2-next.0
    • @backstage/backend-plugin-api@0.6.5-next.0

0.1.0

Minor Changes

  • 8513cd7d00: New module for @backstage/plugin-auth-backend that adds a Google auth provider.

Patch Changes

  • 71114ac50e: 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-auth-node@0.3.0
    • @backstage/backend-plugin-api@0.6.3

0.1.0-next.3

Patch Changes

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

0.1.0-next.2

Patch Changes

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

0.1.0-next.1

Patch Changes

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

0.1.0-next.0

Minor Changes

  • 8513cd7d00: New module for @backstage/plugin-auth-backend that adds a Google auth provider.

Patch Changes

  • Updated dependencies
    • @backstage/plugin-auth-node@0.3.0-next.0
    • @backstage/backend-plugin-api@0.6.2-next.0