Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

🤖 Bip Bop - Fusion Framework Release #2576

Merged
merged 1 commit into from
Nov 14, 2024
Merged

🤖 Bip Bop - Fusion Framework Release #2576

merged 1 commit into from
Nov 14, 2024

Conversation

github-actions[bot]
Copy link
Contributor

@github-actions github-actions bot commented Nov 14, 2024

This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm 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

@equinor/[email protected]

Patch Changes

@equinor/[email protected]

Patch Changes

@equinor/[email protected]

Patch Changes

  • #2574 2e1a4fd Thanks @eikeland! - #### Updated Files:

    • packages/react/legacy-interopt/src/create-fusion-context.ts
    • packages/react/legacy-interopt/src/create-service-resolver.ts

    Changes:

    1. create-fusion-context.ts
      • Added a call to authContainer.handleWindowCallbackAsync() before initializing TelemetryLogger.
    const authContainer = new LegacyAuthContainer({ auth: framework.modules.auth });
    
    await authContainer.handleWindowCallbackAsync();
    
    const telemetryLogger = new TelemetryLogger(telemetry?.instrumentationKey ?? '', authContainer);
    1. create-service-resolver.ts
      • Changed the third parameter of authContainer.registerAppAsync from false to true.
    return authContainer.registerAppAsync(
        id,
        uris.map((x) => x.uri),
        true,
    );
  • Updated dependencies []:

@equinor/[email protected]

Patch Changes

@equinor/[email protected]

Patch Changes

@github-actions github-actions bot requested review from odinr and a team as code owners November 14, 2024 11:22
@github-actions github-actions bot marked this pull request as draft November 14, 2024 11:22
@github-actions github-actions bot force-pushed the changeset-release/main branch 6 times, most recently from 1c35c32 to 9e0ab76 Compare November 14, 2024 11:27
@odinr odinr marked this pull request as ready for review November 14, 2024 11:36
@github-actions github-actions bot added 👾 React 📚 documentation Improvements or additions to documentation 🧬 Modules labels Nov 14, 2024
Copy link
Contributor Author

github-actions bot commented Nov 14, 2024

Coverage Report

Status Category Percentage Covered / Total
🔵 Lines 0.39% 1746 / 445438
🔵 Statements 0.39% 1746 / 445438
🔵 Functions 22.96% 203 / 884
🔵 Branches 37.1% 384 / 1035
File CoverageNo changed files found.
Generated in workflow #8035 for commit c83c045 by the Vitest Coverage Report Action

@odinr odinr merged commit 3116309 into main Nov 14, 2024
8 checks passed
@odinr odinr deleted the changeset-release/main branch November 14, 2024 11:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
📚 documentation Improvements or additions to documentation 🧬 Modules 👾 React
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant