Skip to content

Releases: RoadieHQ/roadie-backstage-plugins

release-2025-01-27

27 Jan 09:02
4bb1546
Compare
Choose a tag to compare

This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and publish to npm yourself or setup this action to publish automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.

Releases

@roadiehq/[email protected]

Minor Changes

  • 7d8ea53: export EntityTransformer types, including example factory usage

release-2025-01-22

22 Jan 08:15
4e79211
Compare
Choose a tag to compare

This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and publish to npm yourself or setup this action to publish automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.

Releases

@roadiehq/[email protected]

Patch Changes

@roadiehq/[email protected]

Patch Changes

@roadiehq/[email protected]

Patch Changes

release-2025-01-21.4

21 Jan 15:25
2272707
Compare
Choose a tag to compare

This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and publish to npm yourself or setup this action to publish automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.

Releases

@roadiehq/[email protected]

Patch Changes

  • 3537934: Modify published package to point to the correct entry file.

release-2025-01-21.3

21 Jan 13:56
9a0b512
Compare
Choose a tag to compare

This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and publish to npm yourself or setup this action to publish automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.

Releases

@roadiehq/[email protected]

Minor Changes

  • e9c26c6: Update scaffolder packages, tidy up some imports

@roadiehq/[email protected]

Minor Changes

  • e9c26c6: Update scaffolder packages, tidy up some imports

@roadiehq/[email protected]

Minor Changes

  • e9c26c6: Update scaffolder packages, tidy up some imports

@roadiehq/[email protected]

Minor Changes

  • e9c26c6: Update scaffolder packages, tidy up some imports

@roadiehq/[email protected]

Minor Changes

  • e9c26c6: Update scaffolder packages, tidy up some imports

@roadiehq/[email protected]

Patch Changes

@roadiehq/[email protected]

Patch Changes

@roadiehq/[email protected]

Patch Changes

  • e9c26c6: Update scaffolder packages, tidy up some imports

@roadiehq/[email protected]

Patch Changes

  • e9c26c6: Update scaffolder packages, tidy up some imports

[email protected]

Minor Changes

  • e9c26c6: Update scaffolder packages, tidy up some imports

Patch Changes

release-2025-01-21.2

21 Jan 10:11
7a1f97b
Compare
Choose a tag to compare

This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and publish to npm yourself or setup this action to publish automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.

Releases

@roadiehq/[email protected]

Major Changes

  • 1dd9384: Release GH auth utils first version.

@roadiehq/[email protected]

Patch Changes

@roadiehq/[email protected]

Patch Changes

@roadiehq/[email protected]

Patch Changes

release-2025-01-21.1

21 Jan 09:09
0830441
Compare
Choose a tag to compare

This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and publish to npm yourself or setup this action to publish automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.

Releases

@roadiehq/[email protected]

Minor Changes

  • 5dba102: Create a shareable package to manage GitHub plugins auth state. This allows plugins using GitHub OAuth to use common functionality to show/hide components based on logged in scopes and urls

Patch Changes

@roadiehq/[email protected]

Minor Changes

  • 5dba102: Create a shareable package to manage GitHub plugins auth state. This allows plugins using GitHub OAuth to use common functionality to show/hide components based on logged in scopes and urls

Patch Changes

@roadiehq/[email protected]

Minor Changes

  • 5dba102: Create a shareable package to manage GitHub plugins auth state. This allows plugins using GitHub OAuth to use common functionality to show/hide components based on logged in scopes and urls

Patch Changes

@roadiehq/[email protected]

Minor Changes

  • 5dba102: Create a shareable package to manage GitHub plugins auth state. This allows plugins using GitHub OAuth to use common functionality to show/hide components based on logged in scopes and urls

release-2025-01-21

21 Jan 08:58
fbe78bb
Compare
Choose a tag to compare

Create a shareable package to manage GitHub plugins auth state. This allows plugins using GitHub OAuth to use common functionality to show/hide components based on logged in scopes and urls

✔️ Checklist

  • Added tests for new functionality and regression tests for bug fixes
  • Added changeset (run yarn changeset in the root)
  • [n/a] Screenshots of before and after attached (for UI changes)
  • [n/a] Added or updated documentation (if applicable)

release-2025-01-16

16 Jan 10:17
ef5967a
Compare
Choose a tag to compare

This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and publish to npm yourself or setup this action to publish automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.

Releases

@roadiehq/[email protected]

Patch Changes

  • 7cd4044: Modify login functionality to allow logging in using the Sign In button.

@roadiehq/[email protected]

Patch Changes

  • 7cd4044: Modify login functionality to allow logging in using the Sign In button.

@roadiehq/[email protected]

Patch Changes

  • 7cd4044: Modify login functionality to allow logging in using the Sign In button.

release-2025-01-13

13 Jan 10:32
647dbf8
Compare
Choose a tag to compare

This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and publish to npm yourself or setup this action to publish automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.

Releases

@roadiehq/[email protected]

Major Changes

  • 6e4add9: BREAKING: Needs SCM auth API to be configured in the application.

    Migrate to use SCM auth instead of direct GitHub to allow possibility to work with multiple GitHub integrations at once.

    This will work automatically if ScmAuth.createDefaultApiFactory() is used when APIs registered. If not, you need to register an implementation of scmAuthApiRef as documented in: https://backstage.io/docs/auth/#custom-scmauthapi-implementation.

@roadiehq/[email protected]

Major Changes

  • 6e4add9: BREAKING: Needs SCM auth API to be configured in the application.

    Migrate to use SCM auth instead of direct GitHub to allow possibility to work with multiple GitHub integrations at once.

    This will work automatically if ScmAuth.createDefaultApiFactory() is used when APIs registered. If not, you need to register an implementation of scmAuthApiRef as documented in: https://backstage.io/docs/auth/#custom-scmauthapi-implementation.

@roadiehq/[email protected]

Major Changes

  • 6e4add9: BREAKING: Needs SCM auth API to be configured in the application.

    Migrate to use SCM auth instead of direct GitHub to allow possibility to work with multiple GitHub integrations at once.

    This will work automatically if ScmAuth.createDefaultApiFactory() is used when APIs registered. If not, you need to register an implementation of scmAuthApiRef as documented in: https://backstage.io/docs/auth/#custom-scmauthapi-implementation.

[email protected]

Patch Changes

release-2024-12-30

30 Dec 08:30
5e0fdbc
Compare
Choose a tag to compare

This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and publish to npm yourself or setup this action to publish automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.

Releases

@roadiehq/[email protected]

Minor Changes

  • dc75951: add support to handle multiple documents in yaml file