Files
backstage/plugins/auth-backend-module-github-provider/CHANGELOG.md
T
github-actions[bot] 46046059b4 Version Packages (next)
2024-04-23 14:53:09 +00:00

7.6 KiB

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

0.1.15-next.0

Patch Changes

  • Updated dependencies
    • @backstage/plugin-auth-node@0.4.13-next.0
    • @backstage/backend-plugin-api@0.6.18-next.0

0.1.14

Patch Changes

  • Updated dependencies
    • @backstage/backend-plugin-api@0.6.17
    • @backstage/plugin-auth-node@0.4.12

0.1.14-next.1

Patch Changes

  • Updated dependencies
    • @backstage/backend-plugin-api@0.6.17-next.1
    • @backstage/plugin-auth-node@0.4.12-next.1

0.1.14-next.0

Patch Changes

  • Updated dependencies
    • @backstage/backend-plugin-api@0.6.17-next.0
    • @backstage/plugin-auth-node@0.4.12-next.0

0.1.13

Patch Changes

  • Updated dependencies
    • @backstage/plugin-auth-node@0.4.11
    • @backstage/backend-plugin-api@0.6.16

0.1.12

Patch Changes

  • Updated dependencies
    • @backstage/plugin-auth-node@0.4.10
    • @backstage/backend-plugin-api@0.6.15

0.1.11

Patch Changes

  • Updated dependencies
    • @backstage/plugin-auth-node@0.4.9
    • @backstage/backend-plugin-api@0.6.14

0.1.11-next.2

Patch Changes

  • Updated dependencies
    • @backstage/plugin-auth-node@0.4.9-next.2
    • @backstage/backend-plugin-api@0.6.14-next.2

0.1.11-next.1

Patch Changes

  • Updated dependencies
    • @backstage/backend-plugin-api@0.6.14-next.1
    • @backstage/plugin-auth-node@0.4.9-next.1

0.1.10-next.0

Patch Changes

  • Updated dependencies
    • @backstage/plugin-auth-node@0.4.8-next.0
    • @backstage/backend-plugin-api@0.6.13-next.0

0.1.7

Patch Changes

  • 8472188: Added or fixed the repository field in package.json.
  • Updated dependencies
    • @backstage/plugin-auth-node@0.4.4
    • @backstage/backend-plugin-api@0.6.10

0.1.7-next.3

Patch Changes

  • 8472188: Added or fixed the repository field in package.json.
  • Updated dependencies
    • @backstage/plugin-auth-node@0.4.4-next.3
    • @backstage/backend-plugin-api@0.6.10-next.3

0.1.7-next.2

Patch Changes

  • Updated dependencies
    • @backstage/backend-plugin-api@0.6.10-next.2
    • @backstage/plugin-auth-node@0.4.4-next.2

0.1.7-next.1

Patch Changes

  • Updated dependencies
    • @backstage/backend-plugin-api@0.6.10-next.1
    • @backstage/plugin-auth-node@0.4.4-next.1

0.1.7-next.0

Patch Changes

  • Updated dependencies
    • @backstage/plugin-auth-node@0.4.4-next.0
    • @backstage/backend-plugin-api@0.6.10-next.0

0.1.6

Patch Changes

  • 4016f21: Remove some unused dependencies
  • Updated dependencies
    • @backstage/backend-plugin-api@0.6.9
    • @backstage/plugin-auth-node@0.4.3

0.1.6-next.2

Patch Changes

  • Updated dependencies
    • @backstage/backend-plugin-api@0.6.9-next.2
    • @backstage/plugin-auth-node@0.4.3-next.2

0.1.6-next.1

Patch Changes

  • Updated dependencies
    • @backstage/plugin-auth-node@0.4.3-next.1
    • @backstage/backend-plugin-api@0.6.9-next.1

0.1.6-next.0

Patch Changes

  • 4016f21: Remove some unused dependencies
  • Updated dependencies
    • @backstage/backend-plugin-api@0.6.9-next.0
    • @backstage/plugin-auth-node@0.4.3-next.0

0.1.5

Patch Changes

0.1.5-next.3

Patch Changes

  • Updated dependencies

0.1.5-next.2

Patch Changes

  • Updated dependencies

0.1.5-next.1

Patch Changes

  • Updated dependencies

0.1.5-next.0

Patch Changes

  • Updated dependencies

0.1.4

Patch Changes

0.1.4-next.2

Patch Changes

  • Updated dependencies

0.1.4-next.1

Patch Changes

  • Updated dependencies

0.1.4-next.0

Patch Changes

  • Updated dependencies

0.1.3

Patch Changes

  • 5d32a58b5a: Fixed a bug where the GitHub authenticator did not properly persist granted OAuth scopes.
  • Updated dependencies

0.1.3-next.2

Patch Changes

  • Updated dependencies

0.1.2-next.1

Patch Changes

  • Updated dependencies

0.1.2-next.0

Patch Changes

  • 5d32a58b5a: Fixed a bug where the GitHub authenticator did not properly persist granted OAuth scopes.
  • Updated dependencies

0.1.0

Minor Changes

  • 23af27f5ce: New module for @backstage/plugin-auth-backend that adds a GitHub 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

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

0.1.0-next.2

Patch Changes

  • Updated dependencies

0.1.0-next.1

Patch Changes

  • Updated dependencies

0.1.0-next.0

Minor Changes

  • 23af27f5ce: New module for @backstage/plugin-auth-backend that adds a GitHub auth provider.

Patch Changes

  • Updated dependencies